@charset "utf-8";
/*-------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

img{ vertical-align: bottom;}

strong{ font-weight: normal;}

a,a:hover{ outline: none;}

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

a{ color: #6A3906; text-decoration: underline; outline: none; outline: none;}
a:hover{ color: #666666; text-decoration: none;}

/*------------------------------------------------------*/
/*//clearFix Coponents//*/
.clearfix{ display:block;} 

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
 }
 
.clearfix:after {
	display: block;
	clear: both;
	height: 0;
}

/* =Layout */
/*-------------------------------------*/
/*-------------------------------------*/

/* Share */

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

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust: none;
	font-size: 13px;
}

div#wrapper{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

div#wrapper header{
	padding: 42px 0 20px 0;
	width: 960px;	
}

div#wrapper header h1{
	float: left;
}
div#wrapper header p{
	float: right;
	margin-top: 46px;
}

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

/* gNavi */

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

nav#gNavi{
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	background: url(../img/share/bg_optique.gif) repeat 0 0;
}
nav#gNavi ul{
/* 	width: 960px; */

	padding: 18px 0;
	position: relative;
	left: 50%;
	float: left;
}

nav#gNavi ul li{
	position: relative;
	left: -50%;
	float: left;
	margin: 0 12px;
}

nav#gNavi ul li:first-child{
/* 	margin-left: 16px; */
}

nav#gNavi ul li a{
	padding-left: 16px;
	background: url(../img/share/bg_burret.gif) no-repeat left center;
	line-height: 1;
}
/*

nav#gNavi ul li:nth-child(5) a img,
nav#fNavi ul li:nth-child(5) a img,
ul#sBanner li:nth-child(3) a img,
#sideBar li:nth-child(5) a img{
	filter: alpha(opacity=20);
	-moz-opacity:0.20;
	opacity:0.20;
}

nav#gNavi ul li:nth-child(5) a,
nav#gNavi ul li:nth-child(5) a:hover,
nav#fNavi ul li:nth-child(5) a,
nav#fNavi ul li:nth-child(5) a:hover,
ul#sBanner li:nth-child(3) a,
ul#sBanner li:nth-child(3) a:hover,
#sideBar li:nth-child(5) a,
#sideBar li:nth-child(5) a:hover{
	cursor: default!important;
}

*/


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

p#btnTop{
	text-align: right;
	margin: 60px 0 20px;
}

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

footer{
	padding-top: 50px;
	background: url(../img/share/bg_footer.jpg) repeat-x left top
}
footer nav#fNavi{
	position: relative;
	overflow: hidden;
}
footer nav#fNavi ul{
	position: relative;
	left: 50%;
	float: left;
}

footer nav#fNavi ul li{
	position: relative;
	left: -50%;
	float: left;
	margin: 0 11px;
}

footer nav#fNavi ul li a{
	padding-left: 16px;
	background: url(../img/share/bg_burret.gif) no-repeat left center;
	line-height: 1;
}

footer nav#fNavi ul li:first-child{
	margin-left: 0;

}

footer small#copyright{
	text-align: center;
	margin: 0 auto;	
	display: block;
	padding: 45px 0;
	margin-top: 45px;
	border-top: 1px solid #cccccc;
	width: 980px;
}

