@charset "UTF-8";

* {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #313131;
}

body {
	font-size: 12px;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}


img {
	border: none;
}

p {
	border: none;
	margin: 0px;
  	padding: 0px;
}

a {
	color: #00F;	
}

#wrapper {
	width:975px;
	margin: 0 auto -120px;
	padding: 0px;
	text-align: left;
	min-height: 100%;
	height:auto !important;
	height: 100%;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#wrapper h1 {
	font-size: 10px;
	line-height: 20px;
	padding-top: 5px;
	float: left;
	font-weight: normal;
	padding-left: 10px;
	padding-right: 10px;
}

#wrapper h2 {
	float: left;
	font-size: 10px;
	font-weight: normal;
	padding-top: 5px;
	line-height: 20px;
	padding-left: 10px;
}

#wrapper .stopper {
	clear:both;
	height:120px;

}





/* header
---------------------------------------------*/

#header {
	clear:both;
	float:left;
	width:975px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow /**/:hidden;
}

#header .logo {
	float:left;
	padding: 0px;
	padding-left:15px;
	padding-top: 15px;
	padding-bottom: 20px;
}

#header .title {
	float:right;
	padding: 0px;
	padding-left:15px;
	padding-top: 20px;
}

#header .spcart {
	float:right;
	padding: 0px;
	padding-right:15px;
	padding-top: 10px;
}

#header a {
	text-decoration:none;
	
}

/* サイトマップ、特定商取引、メールでの問い合わせリンク
---------------------------------------------*/
#siteinfolink {
	float: right;
	width: 550px;
	top: 55px;
	text-align: right;
	line-height: 18px;
	letter-spacing: 0.1em;
	padding: 0px;
	float: right;
	font-size:12px;
}

#siteinfolink li {
	display: block;
	float: right;
	letter-spacing: 0.1em;
	padding: 0px 0px 0px 2px;
	letter-spacing: 0.1em;
}

#siteinfolink li a {
	padding: 0px 6px 0px 6px;
	line-height:normal;
	text-decoration:none;
	white-space:nowrap;
	letter-spacing: 0.1em;
	list-style-type: none;
	text-decoration: none;
	color: #313131;
}

#siteinfolink a:hover {
	padding: 0px 6px 0px 6px;
	letter-spacing: 0.1em;
	list-style-type: none;
	text-decoration: none;

}


/* メニュー
---------------------------------------------*/

#mainmenu {
	clear:both;
	float: left;
	width: 970px !important;
	width /**/: 972px;/*IE5*/
	padding : 0px;
	padding-left:5px;
	margin: 0px;
	font-size: 12px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	overflow /**/:hidden;
	
	}
	
#mainmenu li {
	float:left;
	display:inline;
	border-right: 1px solid #999999;
	
	
	
	}
	
#mainmenu li a {
	padding: 10px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	white-space:nowrap;
	display:block;
	width:auto !important;
	width:10px;
	height: auto !important;
	height: 10px;
	color: #313131;
	}
	
#mainmenu li a:link, .mainMenu td a:visited, .mainMenu td a:active {
	color: #313131;
}

#mainmenu li a:hover {
	background-color: #CCC;
}

#mainmenu li .active {
	background:#bfbfbf;
	color:#5C5C5C;
}

/* contents
---------------------------------------------*/

#contents {
	clear:both;
	float:left;
	width: 958px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 40px;
	overflow: auto !important;
	overflow /**/:hidden;

	
}





/* footer
---------------------------------------------*/

#footer {
	clear:both;
	margin: 0 auto;
	width: 930px;
	height:120px;
	border-top: solid 1px #999;
	
}

.footerlink {
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}


.copyright {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align:center;
}



