@charset "UTF-8";
/* CSS Document */

/****************************************************/
/**   全体レイアウト    **/
/****************************************************/
.wrapper{
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

#container{
	padding-bottom:255px;
	text-align:left;	
	width:100%;
}

.box_container{
	width:980px;
	margin-left:auto;
	margin-right:auto;
}



/****************************************************/
/**   ヘッダー    **/
/****************************************************/
header{
	height:160px;
	width:100%;
	background:url(../img/common/header_bg.gif) repeat-x;
	padding-top:0px;	
}

header p.head_txt{
	text-align:center;
	color:#FFFFFF;
	margin-bottom:50px;
}

h1{
	width:184px;
	height:66px;
	background:url(../img/common/logo.gif) no-repeat 0 0;
	float:left;
}

header p.store_info{
	float:right;
	width:415px;
	height:72px;
	background:url(../img/common/head_info.gif) no-repeat 0 0;
}


header p.head_txt_btm{
	color:#8f8f8f;
	margin-left:83px;
}

/****************************************************/
/**   ナビゲーション    **/
/****************************************************/
nav{
	height:52px;
	background:url(../img/common/nav_bg.gif) repeat-x;
}


nav li{
	background-image:url(../img/common/nav.gif);
	background-repeat:no-repeat;
	float:left;
	height:48px;
	width:140px;
}


nav li:nth-child(1){background-position:0 0;}
nav li:nth-child(2){background-position:-140px 0;}
nav li:nth-child(3){background-position:-280px 0;}
nav li:nth-child(4){background-position:-420px 0;}
nav li:nth-child(5){background-position:-560px 0;}
nav li:nth-child(6){background-position:-700px 0;}
nav li:nth-child(7){background-position:-840px 0;}



/****************************************************/
/**   メインイメージ    **/
/****************************************************/
#pankuzu{
	background-color:#f6f6f6;
	border-bottom:#555555 solid 3px;
	padding:8px 0;
}




/****************************************************/
/**   コンテンツ    **/
/****************************************************/
#contents{
	margin-top:40px;
	margin-bottom:50px;
}


article section{
	margin-bottom:30px;
	background:url(../img/common/section_bg.gif) no-repeat 0 38px;
}

article section.no_bg{
	background:none;
}

article section.top_bg{
	background-position:0 0;
	border-top:#aaaaa6 solid 1px;
}

article section h2{
	height:56px;
	width:760px;
	margin-top:-18px;
}




article .contents_inner{
	padding:20px;
}


article .contents_inner > *{
	margin-bottom:30px;
}


table.basic{
	background:#dedede;
	border-collapse:separate;
	border-spacing:1px;
	margin-top:10px;
	width:100%;
}

.basic th{
	width:103px;
	border:#FFFFFF solid 1px;
	box-sizing:border-box;
	padding:10px;
	vertical-align:top;
}

.basic td{
	width:auto;
	background:#FFFFFF;
	border:#FFFFFF solid 1px;
	box-sizing:border-box;
	padding:10px 0 10px 20px;
	vertical-align:top;
}

th.bigs{
	height:100px;
}

td input{
	margin:-2px 4px -2px 0;
}





/****************************************************/
/**   メインエリア    **/
/****************************************************/
article{
	width:760px;
	float:left;
}

article section{
	margin-bottom:30px;
}





/****************************************************/
/**   サイドバー    **/
/****************************************************/
aside{
	width:200px;
	float:right;
}

aside section{
	margin-bottom:10px;
}

aside section:last-child{
	margin-bottom:0;
}

aside #aside_contact{
    background:url(../img/common/aside_contact_bg.gif) no-repeat 0 0;
    padding: 91px 0 0 17px;
    width:183px;
    height:60px;
}

aside #aside_contact h3{
	background:url(../img/common/aside_contact.gif) no-repeat 0 0;
    width:166px;
    height:44px;
}


aside #aside_blog h3{
	background:url(../img/common/aside_blog.jpg) no-repeat 0 0;
	width:200px;
	height:113px;
}


aside #aside_archives ul{
	background:url(../img/common/aside_blog_bg.gif) no-repeat 0 0;
	padding:9px;
}


aside #aside_archives li{
	border-bottom:#838383 solid 1px;
	margin-bottom:5px;
	padding-bottom:5px; 
}

aside #aside_archives dt{
	background:url(../img/common/archives_mark.gif) no-repeat 0 0;
	padding-left:25px;
	padding-bottom:3px;
	margin-bottom:3px;
	border-bottom:#b7b6b3 dotted 1px;
	color:#9f605f;
}

aside #aside_archives dd a{
	color:#000000 !important;
}

aside #aside_archives h3,
aside #aside_info h3{
	border-bottom:5px #9a8033 solid;
	padding-bottom:8px;
	font-size:1.2em;
	color:#9a8033;
	padding-left:10px;
}

aside #aside_qa{
    background:url(../img/common/aside_qa_bg.gif) no-repeat 0 0;
    width:189px;
    height:36px;
    padding:50px 0 0 11px;
}

aside #aside_qa h3{
	background:url(../img/common/aside_qa.gif) no-repeat 0 0;

    width:179px;
    height:31px;
}

aside #aside_access{
    background:url(../img/common/aside_access_bg.gif) no-repeat 0 0;
    width:184px;
    height:49px;
    padding:263px 0 0 16px;
}


aside #aside_access h3{
	background:url(../img/common/aside_access.gif) no-repeat 0 0;
	width:169px;
	height:30px;
}

aside #aside_links{
    background:url(../img/common/aside_links_bg.gif) no-repeat 0 0;
    width:183px;
    height:60px;
    padding:17px 0 0 17px;
}


aside #aside_links h3{
	background:url(../img/common/aside_links.gif) no-repeat 0 0;
	width:166px;
	height:44px;
}






/****************************************************/
/**   フッター    **/
/****************************************************/
footer{
	width:100%;
	height:255px;
	position:absolute;
	bottom:0;
	left:0;
	background:url(../img/common/footer_bg.gif) repeat-x bottom left;
}

footer p.to_top{
	width:54px;
	height:54px;
	margin:0 auto 80px auto;
	background:url(../img/common/to_top.gif) no-repeat 0 0;
}

footer p.foot_logo{
	float:right;
	width:207px;
	height:74px;
	background:url(../img/common/foot_logo.gif) no-repeat 0 0;
}

footer ul{
	float:left;
	width:770px;
	margin:10px 0 15px 0;
}

footer li{
	float:left;
	padding-left:15px;
	margin-right:10px;
	background:url(../img/common/foot_list_mark.gif) no-repeat 0 6px;
}

footer li:last-child{
	margin-right:0;
}

footer li a{
	color:#000000 !important;
	text-decoration:none;
}

footer p.address{
	width:690px;
	height:21px;
	border-top:#c3c3c3 solid 1px;
	background:#FFFFFF;
	padding:3px 0 0px 35px;
	float:left;
	clear:left;
	text-align:center;
}


footer p.copyright{
	width:218px;
	height:15px;
	background:url(../img/common/copyright.gif) no-repeat 0 0;
	margin:25px auto 0 auto;
}

