@charset "Shift_JIS";

/***                      ***/
/*     Initialize           */
/***                      ***/

/* structure */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form, fieldset, input, textarea,
p, blockquote,
th, td{
	margin: 0;
	padding: 0;
}

/* font,background */
body{
	color:#692b23;
	background:#ffedba;
	font-size:75%;
	/* font-size:62.5%; //10px=1.0em */
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	line-height:150%;
	text-align:center;
}

h1, h2, h3, h4, h5, h6{
	font-size:100%;
	font-weight:normal;
}

/* img */
img{
	border:0;
}

/* table */
table {
	border:0;
}

/* form */
select option{
	padding:0 5px;
}

ul{
	list-style:none;
}

/**   /Initialize          **/



/***                      ***/
/*     clearfix             */
/***                      ***/

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

/* for IE6 */
.clearfix {display: inline-block;}

/**   /clearfix            **/



/***                      ***/
/*     font                 */
/***                      ***/

div#container .f10{
	font-size:0.83em;
}

div#container .b{
	font-weight:bold;
}
/**   /font                **/



/***                      ***/
/*     link                 */
/***                      ***/

div#container .to_pagetop{
	text-align:right;
	margin-top:-14px;
}

div#container .to_pagetop a:link{
	color:#692b23;
	text-decoration: none;
}

div#container .to_pagetop a:visited{
	color:#692b23;
	text-decoration: none;
}
div#container .to_pagetop a:hover{
	color:#692b23;
	text-decoration: underline;
}
div#container .to_pagetop a:active{
	color:#692b23;
	text-decoration: none;
}

/*   /link                **/










#container{
	width:955px;
	margin-right:auto;
	margin-left:auto;
}

#header{
	height:40px;
	position:relative;
}


#header .logo_m{
	position:absolute;
	left:0;
	bottom:0;
}

#header .logo_1choco{
	position:absolute;
	left:150px;
	bottom:0;
}

#gnavi{
	line-height:0;
	font-size:0;
	width:823px;
	margin:25px 0 10px 70px;
	background:url(../images/common/bg_gnavi.gif) bottom left repeat-x;
	text-align:left;
}

#gnavi{
	/margin:25px 0 10px 0px;
}

#gnavi li{
	display:inline;
	margin-right: 6px;
}

#gnavi li.last{
	margin-left: 117px;
}

#snavi {
	text-align: left;
	margin:0px 0 30px 95px;
}

#snavi li {
	display: inline;
	margin-right: 15px;
}

#footnavi{
	margin-bottom:20px;
}

#footer{
	height:52px;
	position:relative;
}

#footer .logo_p{
	position:absolute;
	left:272px;
	top:0;
}

#footer .copy{
	position:absolute;
	left:400px;
	top:7px;
}

.txt_c{
	text-align:center;
}

.mgn_t5{
	margin-top:5px;
}

.mgn_t10{
	margin-top:10px;
}

.mgn_t15{
	margin-top:15px;
}

.mgn_b10{
	margin-bottom:10px;
}
