@charset "UTF-8";

/* ボディCSS */
body {
	margin: 0px;
	padding:0px;
	color:#333333;
	font-family: "ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",sans-serif,serif,monospace,cursive,fantasy;
	background-image: url(../images/commonness/topbg.jpg);
	background-repeat: repeat-x;
	background-position : 50% 0%;
	font-size: 12px;
	line-height: 15px;
}

a:link { color: #000000; }
a:visited { color: #000000; }
a:active { color: #000000; }
a:hover { color: #E3007F;text-decoration: underline; }
a { text-decoration: none; }

/* イメージCSS */
img {
	border: 0px;
}

/* 上部タイトルCSS */
#header {
	width: 100%;
	height: 23px;
	margin-bottom: 10px;
	background-image: url('../images/commonness/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
	
}

#haedshopname {
	width: 850px;
	height: 20px;
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 3px 0px 0px 0px;
}

/* 上部ロゴ CSS */
#topimg {
	width: 850px;
	height: 70px;
	margin-left: auto;
	margin-right: auto;
}
#toplogo {
	width: 200px;
	text-align: left;
	float: left;
}
#topgroup {
	width: 650px;
	text-align: right;
	float: left;
}

/* メニューCSS */
#menu {
	clear: both;
	width: 100%;
	background-image: url('../images/menu/00.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#menulink {
	width: 753px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
}

#wrap {
	text-align: center;
	background-image: url(../images/commonness/bottombg.jpg);
	background-repeat: repeat-x; 
	background-position: left bottom;
}

#main {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	width: 630px;
	float: left;
}

.clear {
	clear: both;
}

/* 各ページタイトル */
#pageheader {
	width: 850px;
	text-align: left;
	margin: 10px auto 10px auto;
}
#pagepass {
	margin-left: 10px;
}
#pagetitle	{
	margin-top: 15px;
	margin-bottom: 15px;
}

/* バナーCSS */
#banner {
	width: 200px;
	float: left;
}

#banner img {
	margin-bottom: 10px;
}

#blank {
	width: 20px;
	float: left;
}

/* フッター CSS */
#pagetop {
	width: 850px;
	height: 22px;
	margin: 10px auto 0px auto;
	text-align: right;
}

#footline {
	height: 1px;
	width: 100%;
	background-color: #CCBF30;
	margin: 0px;
	padding: 0px;
}

#footer {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
}

#footmenu {
	font-size: 10px;
	text-align: left;
	margin: 10px 0px 20px 0px;
}

#footattention {
	font-size: 10px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

#footlogo {
	float: right;
	margin-bottom: 20px;
}

#copyright {
	float: left;
	width: 100%;
	height: 60px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	background-image: url('../images/commonness/bg.jpg');
	background-repeat: repeat;
	background-position: left top;
}

