@charset "UTF-8";

/* ========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-width: 5px;
	border-top-style: solid;
	border-top-color: #95CAFF;
}

br {
   letter-spacing:normal;
}

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

a:hover {
   color:#666;
}

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

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:787px;
	margin:0 auto;
	background:#fff;
}

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

div#gnavi {
	position:absolute;
	bottom:20px;
	right:24px;
	width: 330px;
	height: 15px;
}

div#menu {
	width:100%;
	float:left;
	margin:0 auto;
	background-image: url(img/bg112_a.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
}

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

div#contents {
   width:787px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

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

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

div#totop {
   clear:both;
}

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

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #95CAFF;
}


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

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

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

div#header #pr p {
   margin:0;
   font-size:0.75em;
}

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

}
div#header #gnavi li {
   float:left;
   font-size:0.80em;
   margin-left:15px;
}

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

div#header #gnavi li a:hover {
	background-image: url(img/111.png);
	background-repeat: no-repeat;
	color: #03F;
}



/* ========MENU CUSTOMIZE======== */

div#menu ul  {
	
	 width:787px;
	margin:0 auto;
	padding:0;

	}


div#menu li{
	float:left;
	width:129px;
	margin:0;
	padding:0;
	text-align:center;
	list-style:none;
	height: 30px;
	line-height: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	border-left-style: solid;
	border-left-color: #000;
	border-left-width: 1px;
}
div#menu li a{
	display:block;
	height:100%;
	color:#000;
	text-decoration:none;
	background-image: url(img/bg112_a.gif);
	background-repeat: repeat;
	background-position: 0 0;
	border: 0px none #F0F0F0;
}

	
	


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

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

div#main h2 {
   margin-bottom:8px;
   padding:0 0 0  60px;
   color:#5A5132;
   font-size:0.94em;
   font-weight:bold;
   line-height:35px;
   border:1px solid #D8D8D8;
   background:url(images/bg_h2.gif) 0 0 no-repeat;
}

div#main h3 {
   margin-bottom:3px;
   font-size:0.88em;
}

div#main h4 {
   margin-bottom:2px;
   font-size:0.75em;
}

div#main h5 {
	margin-bottom:3px;
	font-size:0.88em;
	color: #03F;
}

div#main h6 {
	margin-bottom:2px;
	font-size:1.33em;
	color: #C33;
	margin-left: 15px;
}

div#main p{
   margin:0 0 1em 0;
   font-size:0.75em;
}

div#main ul,ol,dl{
   font-size:0.75em;
}

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

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

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

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

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

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

div#sub h2 {
	font-size:0.88em;
	font-weight:bold;
	color:#333;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background-image: url(img/menu_blue03.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

div#sub h3 {
	font-size:0.88em;
	font-weight:bold;
	color:#333;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background-image: url(img/menu_red03.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

div#sub h4 {
	font-size:0.88em;
	font-weight:bold;
	color:#333;
	text-align: center;
	height: 33px;
	line-height: 33px;
	background-image: url(img/menu_orange03.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
}

div#sub ul  {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	}


div#sub li{
width:176px;
margin:0;
padding:0;
text-align:center;
list-style:none;
}
div#sub li a{
	display:block;
	padding:5px 10px;
	height:100%;
	color:#000;
	text-decoration:none;
	border-right:1px solid #FFF;
	background-image: url(img/ba12.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}
div#sub li a:hover {
	background-position:-150px 0;
	}
div#subli a:focus {
	background-position:-150px 0;
	}
div#subli a:active {
	background-position:-150px 0;
	}
	
 #navA a {
	background-image: url(img/bg1.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
 #navB a {
	background-image: url(img/bg12.jpg);
	background-repeat: repeat;
	background-position: 0 0;
}

/* ========TOTOP CUSTOMIZE======== */
div#totop{
   position:relative;
   height:2em;
}

div#totop p{
   position:absolute;
   top:10px;
   right:0;
   margin:0;
   font-size:0.63em;
}

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


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

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:0.75em;
   list-style:none;
}

div#footMenu li a {
	padding-left:20px;
	background-image: url(img/113.png);
	background-repeat: no-repeat;
}

div#footMenu li a:hover {
	background-image: url(img/115.png);
	color: #06C;
	}


/* ========FOOTER CUSTOMIZE======== */
address{
   padding:30px 0;
   font-size:0.63em;
   color:#333;
   text-align:center;
}
