@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:#fff url("images/bg_body.gif") 0 0 repeat-x;
	border-top:5px solid #9B0000;
}

br {
   letter-spacing:normal;
}

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

b {
	text-decoration:none;
	color: #333;
}

a:hover {
	color:#999;
}

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

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

/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:818px;
   margin:0 auto;
   background:#fff;
}

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

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}

div#menu {
   width:100%;
   float:left;
   background:url("images/bg_menu.gif") 0 0 repeat-x;
}

div#icatch {
	width:818px;
	margin:0 auto;
	background:#fff;
}

div#contents {
	width:818px;
	margin:0 auto;
	padding:20px 0;
	background:#fff;
}

div#main {
	float:right;
	width:600px;
}

div#back {
	background:url("images/back.jpg") no-repeat;
}

div#sub {
	float:left;
	width:200px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:818px;
   margin:0 auto;
}

div#footer {
	border-bottom:5px solid #9B0000;
	background-color: #969;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   font-size: 200%;
   color: #006600;
   line-height: 50px;
   margin: 0;
   padding-top: 25px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

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

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:70%;/* 11px相当 */
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
   color:#333;
}



/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:818px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   font-size:75%;/* 12px相当 */
   color:#333;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:135px;
   color:#5A5132;
   line-height:50px;
   border-right:1px solid #D8D8D8;
}

div#menu li.home a {
   border-left:1px solid #D8D8D8;
}

div#menu li a:hover {
   color:#333;
   background:#fff url("images/bg_menu.gif") 0 -60px repeat-x;
   z-index:100;
}


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

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

div#main h2 {
	font-size: 94%;
	color: #5A5132;
	font-weight: bold;
	line-height: 26px;
	margin-top: 0px;
	margin-bottom: 36px;
	padding: 0 0 0 30px;
	border: 0px solid #D8D8D8;
	background-repeat: no-repeat;
	background-position: 0 0;
}

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

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

div#main h5 {
	font-size: 94%;



	color:#FFF
	background-color:#993366
	margin-bottom:2px;
	font-size:88%;/* 12px相当 */
	color: #FFF;
	text-align: center;
}

div#main h6 {
    font-size: 88%;
	color: #5A5132;
	font-weight: bold;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 1px;
	padding: 0 0 0 30px;
	border: 0px solid #D8D8D8;
	background-image: url(images/bg_h6.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}



div#main p {
	margin:3 0 1em 0;
	font-size:75%;/* 12px相当 */
	line-height: 26px;
	text-align: left;
}

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

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

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

/* 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 {
	padding:3px;
	font-size:85%;/* 14px相当 */
	font-weight:bold;
	color:#000;
	padding-left:10px;
	border-bottom:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
	background-color: #CCC;
}

div#sub ul {
   margin:5px 0 0 5px;
   padding:0;
}

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

div#sub li a {
	display:block;
	padding-left:20px;
	background-image: url(images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}


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

div#totop a {
   color: #990033;
   padding-left: 8px;
   background: url("images/bg_totop.gif") no-repeat 0 50%;
}

div#totop a:hover {
   color: #333;
   padding-left: 8px;
   background: url("images/bg_totop.gif") no-repeat 0 50%;
}

div#totop b {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}

/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
	color: #3300FF;
	text-align: right;
	margin: 0;
	padding: 10px 0 0;
}

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

div#footMenu li a {
	color: #fff;
	padding-left: 10px;
	background: url("images/bg_footmenu.gif") no-repeat 0 50%;
}


/* ========FOOTER CUSTOMIZE======== */
address {
	padding:30px 0;
	font-size:70%;/* 11px相当 */
	font-style:normal;
	color:#FFF;
	text-align:center;
}
#top #contents #totop2 {
	color: #000;
}
#2 {
	color: #000;
}
#top #contents #main ul li {
	font-size: 110%;
	line-height: 25px;
	
}

