@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
   color:#333;
}

body {
	margin:0;
	padding:0;
	letter-spacing:1px;
	background-image: url(img/bg_body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #C3B6A5;
}

br {
   letter-spacing:normal;
}

a {
   color:#FF6600;
   text-decoration:none;
}

a:hover {
   color:#FF9900;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
	position:relative;
	width:840px;
	height: 100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0pt;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#header {
   position:relative;
   width:790px;
   margin:0 auto;
}

div#pr {
   position:absolute;
   left:0;
   top:0;
   width:790px;
}

div#gnavi {
	position:absolute;
	right:-40px;
	top: 10px;
	width: auto;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#menu {
	width:100%;
	background-repeat: repeat-x;
	display: block;
	height: 60px;
}

div#icatch {
	width:830px;
	background:#fff;
	border: 5px solid #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

div#contents {
	width:840px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	background-color: #FFFFFF;
}

div#main {
	float:left;
	width:547px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;
}

div#sub {
	float:right;
	width:250px;
	margin-left: 0px;
	height: auto;
	margin-top: 10px;
	background-color: #E5E5E5;
	padding-top: 10px;
}

div#footMenu {
	width:787px;
	margin:0 auto;
	text-align: center;
}

div#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #7F6645;
	background-color: #A48D71;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:100%;/* 32px相当 */
   color:#FFFFFF;
   line-height:50px;
}

div#header h1 a {
   color:#FFFFFF;
}

div#header h1 a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当 */
}

div#header #gnavi ul {
	list-style:none;
	margin: 0px;
	display: inline;
}
div#header #gnavi li {
	float:left;
	font-size:70%;
	margin-left: 15px;
	width: auto;
}

div#header #gnavi li a {
	display:block;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	color: #EBFFB8;
	padding-left: 20px;
	width: auto;
}

div#header #gnavi li a:hover {
	display:block;
	padding-left:20px;
	background-image: url(img/point.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	color: #FFFFFF;
	width: auto;
}

/* ========MENU CUSTOMIZE======== */
div#menu ul {
	width:840px;
	padding:0;
	list-style:none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#menu ul li {
    float:left;
	padding-bottom		:0px !important;
	padding-left		:0px !important;
}
div#menu ul li a {
	display:block;
	float:left;
	width: 140px;
	height:60px;
	text-indent:-9999px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
}

div#menu li#m01 a {background-position:0px 0px;}
div#menu li#m01 a:hover {background-position:0px -60px;}
div#menu li#m02 a {background-position:-140px 0px;}
div#menu li#m02 a:hover {background-position:-140px -60px;}
div#menu li#m03 a {background-position:-280px 0px;}
div#menu li#m03 a:hover {background-position:-280px -60px;}
div#menu li#m04 a {background-position:-420px 0px;}
div#menu li#m04 a:hover {background-position:-420px -60px;}
div#menu li#m05 a {background-position:-560px 0px;}
div#menu li#m05 a:hover {background-position:-560px -60px;}
div#menu li#m06 a {
	background-position:-700px 0px;
}
div#menu li#m06 a:hover {
	background-position:-700px -60px;
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#FF6600;
}

div#main a:hover {
   color:#FF9900;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   margin-bottom:3px;
   color:#FFFFFF;
	font-size:94%;/* 15px相当 */
}


div#main h3 {
	margin-bottom:8px;
	padding:0 0 0  30px;
	color:#666633;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	line-height:35px;
	background-image: url(img/side_ttl.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div#main h3 {
   margin-bottom:3px;
   font-size:88%;/* 14px相当 */
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当 */
}

div#main p {
   margin:0 0 1em 0;
   font-size:75%;/* 12px相当 */
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当 */
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#f1f1f1;
}

.midashi{
	margin-bottom:8px;
	color:#FFFFFF;
	font-size:94%;/* 15px相当 */
	font-weight:bold;
	background-image: url(img/tab.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-right: 0;
	padding-left: 25px;
	height: 40px;
	padding-top: 10px;
	padding-bottom: 0px;
}




/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   width:10em;
   margin:0;
   padding:0;
}

div#main dl.information dd {
   margin:0 0 0.5em 10em;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

div#sub h2 {
	font-size:88%;/* 14px相当 */
	font-weight:bold;
	color:#FFFFFF;
	padding-left:10px;
	background-image: url(img/side_ttl.png);
	padding-top: 11px;
	padding-right: 3px;
	background-repeat: no-repeat;
	height: 30px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}

div#sub ul {
	padding:0;
	margin-left: 15px;
	margin-top: 0px;
}

div#sub li {
	font-size:75%;/* 12px相当 */
	line-height:1.4;
	list-style:none;
	margin: 0px;
}

div#sub li a {
	display:block;
	padding-left:28px;
	background-image: url(img/point01.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom-color: #999999;
	color: #336600;
	height: 20px;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #E5E5E5;
}
div#sub li a:hover {
	display:block;
	padding-left:28px;
	background-image: url(img/point01.png);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-top: 8px;
	padding-bottom: 3px;
	margin: 0px;
	border-bottom-color: #999999;
	color: #669900;
	height: 20px;
	width: 192px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #FFFFFF;
}


/* ========TOTOP CUSTOMIZE========= */
div#totop {
	text-align:right;
	font-size:70%;/* 11px相当 */
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 500px;
	float: right;
}

div#totop a {
	padding-left:18px;
	background-image: url(img/point02.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-top: 1px;
	padding-bottom: 1px;
}


/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	margin:0;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当 */
   list-style:none;
}

div#footMenu li a {
	padding-left:12px;
	background-image: url(img/point03.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #003300;
}

div#footMenu li a:hover {
	padding-left:12px;
	background-image: url(img/point04.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #336600;
	text-decoration: underline;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:30px 0;
   font-size:70%;/* 11px相当 */
   font-style:normal;
   color:#333333;
   text-align:center;
}
