@charset "utf-8";

/* CSS Document */


/* ------------------------------------------------------
	8980.css for glasses8980.html
-------------------------------------------------------*/

/* ------------------------------------------------------
	GENERAL SETTINGS
-------------------------------------------------------*/

body {
	font-family:"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,sans-serif,"メイリオ",Meiryo;
	font-weight: normal;
	color: #333;
	text-align: center;/*forIE centering*/
	background-color: #eeeee7;
}

div#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
	margin: 0 auto;
	text-align: left;/*forIE text-align:left*/
}

/* ------------------------------------------------------
	CONTENTS AREA
-------------------------------------------------------*/

div#container {
	width: 850px;
	height: 100%;
	margin: 35px auto 0px auto;
	background-color: #fff;
}

div#container p{
	color: #000;
}

/* containerの二重線 */
div#innerContTop{/* border double top */
	width: 100%;
	height: 100%;
}


div#innerContBtm{/* border double bottom */
	width: 100%;
	height: 100%;
}

div#innerCont{/* border double container */
	width: 810px;
	height: 100%;
	padding: 10px 20px 5px 20px;
	margin: 0;
}

h2 {/* for page title */
	background: url(../image/bg_h2_8980.gif) left top repeat-x;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-left: 8px;
	margin: 10px 0;
}

h3.bd_red{
	border-left: solid 6px #C00;
}

/* ------------------------------------------------------
	LAYOUT glasses 
-------------------------------------------------------*/
ul#bg_thumbnail{
	width: 800px;
	padding: 5px;
	margin-top: 10px;
}

ul#bg_thumbnail li.thumbnail {/* メガネのサムネイル外枠 */
	position: relative;
	width: 168px;
	height: 155px;
	line-height: 15px;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: smaller;
	background-color: #eee;
	border: solid 1px #ccc;
	float: left;
}

	ul#bg_thumbnail li.thumbnail.osusume{/*おすすめのキャッチ*/
		background: #eee url(../image/recommend.png) 5px 5px no-repeat;
}

ul#bg_thumbnail li.thumbnail span{/* 品番 */
	display: block;
	margin: 3px;
	/*color: #060;*/
	color: #C09;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	border-bottom: dotted 1px #060;
}

ul#bg_thumbnail li.thumbnail a{/* サムネイルリンク */
	display: block;
	width: 160px;
	height: 93px;
	padding: 3px;
	margin: 5px auto;
	background-color: #ccc;
}

	ul#bg_thumbnail li.thumbnail a:hover {/* サムネイルリンク a:hover */
		/*background-color: #c00;*/
		background-color: #306;
	}

ul#bg_thumbnail li.thumbnail img{/* サムネイルの位置*/
	display: block;
	margin: 0 auto;
}

img.recommend {
	position: absolute;
	width: 60px;
	height: 60px;
	top: -15px;
	left: -10px;
}


