@charset "UTF-8";

/* reset */
html, body, div, h1, h2, h3, h4, h5, h6,p, blockquote, pre, 
address,ul, ol, li, dl, dt, dd,table, th, td, form, fieldset {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	font-family:
    "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro",
    "Hiragino Kaku Gothic Pro W3",
    "メイリオ",
    Meiryo,
    Osaka,
    "ＭＳ Ｐゴシック",
    "MS P Gothic",
    sans-serif;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul li, ol li {
  list-style-type: none; /* マーカーを消す */
}
a {
  text-decoration: none; /* 下線を消す */
}
img {
  border: 0;
}
img, input {
  vertical-align: middle;
}

/*------------------------------------------------------------------*/

body{
	color: #333;
	background-image: url(../images/header-bg.png);
	background-repeat: repeat-x;
	background-color: #FEFDF8;
}

#container{
	width: 1000px;
	margin: 0 auto;
}

h1{
	font-size: 12px;
	color: #fff;
	padding: 8px 0 0 0;
}

h2{
	width: 690px;
	height: 30px;
	font-size: 16px;
	color: #fff;
	background-image: url(../images/h2-bg.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	line-height: 2.0;
	text-indent: 2em;
	margin: 0 0 15px 0;
	clear: both;
}

h3{
	height: 20px;
	background-image: url(../images/h3-bg.png);
	background-repeat: no-repeat;
	font-size: 16px;
	text-indent: 1.5em;
	line-height: 1.2;
	color: #3E79A5;
	margin: 0 0 10px 0;
}

h4{
}

h5{
	font-size:24px;
	color:#666;
	margin:10px 0 20px 0;
	padding:0;
}

h6{
}

p{
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 1em 0;
}

#header{
	height: 110px;
}

#name{
	font-size: 35px;
	float: left;
	margin: 30px 0 0 0;
}

#header-phone{
	float: right;
	margin: 25px 0 0 0;
}

#gnav{
	clear: both;
	margin: 0 0 10px 0;
	overflow: hidden;
}

#gnav ul li{
	width: 200px;
	height: 50px;
	float: left;
	text-align: center;
}

#gnav ul li.nav01 a{
	color: #fff;
	height: 50px;
	display: block;
	background-image: url(../images/gnav01.png);
	background-repeat: no-repeat;
	position: 0 0;
	line-height: 3.0;
}

#gnav ul li.nav02 a{
	color: #fff;
	height: 50px;
	display: block;
	background-image: url(../images/gnav02.png);
	background-repeat: no-repeat;
	position: 0 0;
	line-height: 3.0;
}

#gnav ul li.nav02 a:hover{
	background-position: 0 -50px;
}

#main-img{
	clear: both;
	margin: 0 0 20px 0;
}

#wrapper{
	margin: 0 0 50px 0;
	overflow: hidden;
}

#content{
	width: 690px;
	float: right;
	background-color: #FBF8E6;
	padding: 20px;
	overflow: hidden;
}

#content.article{
	width: 690px;
}

#side{
	float: left;
	background-color: #FBF8E6;
	padding: 10px;
}

#contactbunner{
	width: 220px;
	margin: 0 0 35px 0;
}

#contactbunner a:hover{
	opacity: 0.8;
}

#side ul li{
	margin: 0 0 35px 0;
	text-align: right;
	border-bottom: solid 1px #333;
}

#side ul li a{
	color: #666;
}

#side ul li a:hover{
	color: #999;
}


#sideinner{
	border: solid 1px #333;
	padding: 10px;
}

#sidebunner{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0 ;
}

#footer-bg{
	clear: both;
	background-image: url(../images/footer-bg.png);
	background-repeat: repeat-x;
}

#footer{
	width: 1000px;
	height: 100px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	padding: 15px 0 0 0;
}

#footer ul{
	font-size: 13px;
	margin: 0 0 15px 0;
}

#footer ul li{
	display: inline;
}

#footer ul li a{
	color: #fff;
}

#footer ul li a:hover{
	text-decoration: underline;
}

.f-name{
	font-size: 14px;
	margin: 0 0 15px 0;
}

address{
	font-size: 11px;
	font-style: normal;
}

/*-------------------------------------------

その他の指定

--------------------------------------------*/

.img-left{
	float: left;
	margin: 0 10px 10px 0;
}

.img-right{
	float: right;
	margin: 0 0 10px 10px;
}

hr{
	width: 690px;
	border: dotted 1px #666;
	margin: 0 0 20px 0;
}

/*-------------------------------------------

トップページここから

--------------------------------------------*/

#info{
	width: 690px;
	margin: 0 0 30px 0;
	font-size: 14px;
}

#info dt{
	float: left;
	margin: 0 15px 0 0;
	line-height: 1.5;
}

#info dd{
	border-bottom: dotted 1px #666;
	margin: 0 0 15px 0;
	overflow: hidden;
	line-height: 1.5;
}

.article{
	margin: 0 0 30px 0;
}

.article dl{
	font-size: 14px;
	margin: 0 0 20px 0;
}

.article dt{
	float: left;
	margin: 0 15px 0 0;
}

.article dd{
	margin: 0 0 15px 0;
}

/*-------------------------------------------

取扱商品ここから

--------------------------------------------*/

#price{
	width: 380px;
	margin: 30px 10px 30px 0;
	float: left;
}

#price dl{
	font-size: 14px;
}

#price dt{
	width: 250px;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 0 0 10px;
}

#price dd{
	border-bottom: dotted 1px #666;
	margin: 0 0 20px 0;
	text-align: right;
	padding: 0 10px 0 0;
}

.priceimg{
	width: 300px;
	float: right;
	margin: 15px 0 0 0;
}

.item{
	width: 690px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.imgbox{
	width: 300px;
	float: left;
	margin: 0 20px 0 0;
}

.textbox{
	width: 370px;
	float: right;
}

.bold-i{
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
}

/*-------------------------------------------

眼鏡についてここから

--------------------------------------------*/

.article ul{
	margin: 0 0 10px 0;
}

.article ul li{
	font-size: 14px;
	margin: 0 0 0.5em 0;
}

/*-------------------------------------------

アクセスここから

--------------------------------------------*/

.box-w690{
	margin: 0 0 10px 0;
}

table{
	width: 690px;
	border: solid 1px #ccc;
	font-size: 14px;
}

table td{
	padding: 10px;
	border: solid 1px #ccc;
	background-color: #fff;
}

table td.EBEBEB{
	background-color: #EBEBEB;
}