@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-color: #fff;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

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-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

div#header {
	position:relative;
	width:860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	top: 0px;
}

div#pr {
	position:absolute;
	left:0;
	top:30px;
	width:860px;
}

div#gnavi {
	position:absolute;
	bottom:0;
	right:0;
	top: 14px;
}

div#menu {
	width:100%;
	float:left;
	background-color: #91E2FD;
	background-position: 0 0;
	height: 33px;
	padding-top: 3px;
}

div#icatch {
	width:860px;
	background:#fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#contents {
	width:850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 46px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	height: 100%;
	background-color: #FFF;
}

div#main {
	float:left;
	width:378px;
	background-image: url(img/from.jpg);
	background-repeat: no-repeat;
	height: 409px;
}
#main h3 {
	width: 350px;
	height: 164px;
	margin-top: 215px;
	margin-left: 10px;
	margin-right: 18px;
	font-size: 78%;
	line-height: 120%;
	font-weight: normal;
	margin-bottom: 30px;
	letter-spacing: normal;
}


div#sub {
	float:left;
	width:465px;
}

div#totop {
   clear:both;
}


div#footer {

}


/* ========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#icatch_head {
	width:860px;
	background:#fff;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 270px;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
	width:860px;
	padding:0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#menu li {
	float:left;
	text-align:center;
	list-style-type:none;
}



#menu1{
	float:left;
	width:160px;
	height:27px;
	background-image: url(menu/menu01.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}
#menu1 a{
	float:left;
	width:160px;
	height:27px;
	display:block;
}
#menu1 a:hover{
	display:block;
	background-image: url(menu/menu01_on.gif);
	background-repeat: no-repeat;
}



#menu2{
	float:left;
	width:140px;
	height:27px;
	background-image: url(menu/menu02.gif);
	background-repeat: no-repeat;
	text-indent:-9999px;
}

#menu2 a{
	float:left;
	width:140px;
	height:27px;
	display:block;
}
#menu2 a:hover{
	display:block;
	background-image: url(menu/menu02_on.gif);
	background-repeat: no-repeat;
}


#menu3{
float:left;
	width:140px;
	height:27px;
	background-image: url(menu/menu03.gif);
	text-indent:-9999px;
}
#menu3 a{
	float:left;
	width:140px;
	height:27px;
	display:block;
}
#menu3 a:hover{
	display:block;
	background-image: url(menu/menu03_on.gif);
	background-repeat: no-repeat;
}


#menu4{
float:left;
	width:140px;
	height:27px;
	background-image: url(menu/menu04.gif);
	text-indent:-9999px;
}
#menu4 a{
	float:left;
	width:140px;
	height:27px;
	display:block;
}
#menu4 a:hover{
	display:block;
	background-image: url(menu/menu04_on.gif);
	background-repeat: no-repeat;
}

#menu5{
float:left;
	width:140px;
	height:27px;
	background-image: url(menu/menu05.gif);
	text-indent:-9999px;
}
#menu5 a{
	float:left;
	width:140px;
	height:27px;
	display:block;
}
#menu5 a:hover{
	display:block;
	background-image: url(menu/menu05_on.gif);
	background-repeat: no-repeat;
}

#menu6{
float:left;
	width:140px;
	height:27px;
	background-image: url(menu/menu06.gif);
	text-indent:-9999px;
}
#menu6 a{
	float:left;
	width:140px;
	height:27px;
	display:block;
}
#menu6 a:hover{
	display:block;
	background-image: url(menu/menu06_on.gif);
	background-repeat: no-repeat;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}



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;
}

/* 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:25px;
}

div#sub h2 {
	font-size:77%;
	padding-left:10px;
	border: 2px double #FF6666;
	font-weight: normal;
	width: 425px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}

div#sub h3 {
	padding:3px;
	font-size:75%;
	padding-left:10px;
	font-weight: normal;
}



/* ========FOOTER CUSTOMIZE======== */
address{
	font-size:80%;
	color:#333;
	text-align:center;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

