@charset "UTF-8";


 
/* BASE */

* {
   font-family:"Hiragino Kaku Gothic Pro";
   color:#333;
}

body {
	margin:0;
	padding:0;
	line-height:1.6em;
	letter-spacing:1px;
	background-image: url(images/bg_body.jpg);
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
}

br {
   letter-spacing:normal;
}

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

a:hover {
	color:#CC3300;
}

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

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



h1#top{
	margin: 0px;
	padding: 0px;
	height: 0px;
	text-indent: -9999px;
	font-size: 10px;
}




/* layout */

div#wapper {
	width:785px;
	margin:0 auto;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-image: url(images/wrapperBack.jpg);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}



div#header {
	width:785px;
	position:relative;
	float: left;
	margin: 0px;
	padding: 0;
	background-image: url(images/headerBack.jpg);
	height: 250px;
}

div#pr {
   position:absolute;
   width:460px;
   left:300px;
   top:10px;
}

div#menu {
	float:left;
	padding:0;
}

div#contents {
   clear:both;
   margin:0 5px;
   padding:20px 20px 0 20px;
}

div#main {
   float:left;
   width:495px;
}

div#sub {
   float:right;
   width:220px;
}

div#totop {
   clear:both;
}

div#footer {
	width:785px;
	clear:both;
	margin:0;
	background-color: #001238;
}




/* header */


p.logo {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
}


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

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

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





/* menu */

div#menu ul {
   margin:0;
   padding:0;
}

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

div#menu li a {
	display:block;
	width:157px;
	line-height:30px;
	color:#fff;
	background-color: #004BE2;
}

div#menu li a:hover {
	color:fff;
	background-color: #003DC0;
}




/* main */

div#main a {
   color:#0172AB;
}

div#main a:hover {
   color:#0172AB;
   border:0;
   text-decoration:underline;
}

div#main h2 {
	margin-bottom:8px;
	padding-left:12px;
	font-size:14px;
	font-weight:bold;
	background:url("images/bg_main_h2.gif") 0 50% no-repeat;
}

div#main p {
	margin:0 0 1em 0;
	font-size:12px;
	line-height: 3em;
}


div#main div.section {
   margin-bottom:30px;
}




/* menuSub */

div#sub div.section {
   margin-bottom:10px;
}

div#sub h2 {
	font-size:14px;
	font-weight:normal;
	color:#fff;
	background-image: url(images/bg_sub_h2.gif);
	background-repeat: no-repeat;
	background-position: 0 0px;
	width: 205px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}

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

div#sub li {
	padding:5px 0 5px 0;
	font-size:12px;
	line-height:1.4em;
	list-style:none;
	background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a {
   display:block;
   padding-left:14px;
   background:url("images/bg_sub_list.gif") 0 5px no-repeat;
}





/* toTop */

div#totop {
   margin:10px 0;
   text-align:right;
font-size:10px;
}

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



/* footer */

div#footMenu ul {
   margin:0 0 10px 0;
   padding:10px 0 0 0;
   text-align:right;
   background:url("images/bg_dotline.gif") 0 0 repeat-x;
}

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

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





/* footer */

address {
font-style:normal;
	font-size:10px;
	color:#fff;
	text-align:center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}


h1.titleH1{
	margin-bottom:8px;
	color:#FFFFFF;
	font-weight:bold;
	font-size: 14px;
	width: 465px;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
}

