@charset "UTF-8";

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

body {
   background:#EFEFEF;
   letter-spacing:1px;
   line-height:1.6;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
   padding:0;
   font-weight:normal;
   font-size:88%;
}

p {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:#5A5D00;
   text-decoration:none;
}

a:hover {
   color:#7B8200;
   border-bottom:1px solid #7B8200;
}

dl,ol,ul {
   margin:0 0 1em 0;
   padding:0;
   font-size:88%;
}

li {
   margin:0 0 0 40px;
   padding:0;
}


/* ========TEMPLATE WIREFRAME======== */
div#top {
   width:960px;
   margin:20px auto;
   padding:10px;
   background:#fff;
}

div#header {
   width:950px;
   height:90px;
   position:relative;
   background:#313431;
   padding-top:40px;
   padding-left:10px;
}

div#header a {
   color:#fff;
}

div#header a:hover {
   color:#ddd;
   border-bottom:none;
}
div#navi {
   position:absolute;
   top:20px;
   right:0;
}

div#icatch {
   margin:5px 0;
}


div#contents {
   width:960px;
   clear:both;
   float:left;
}

div#main {
   float:right;
   width:645px;
   background:#F5F5FF;
   padding:3px 0 15px 0;
}

div#sub {
   float:left;
   width:280px;
   padding:5px;
   background:#EBE9EB;
}

div#sub a:hover {
   color:#7a7;
   border-bottom:none;
}

div#totop {
   clear:both;
}

div#footer {
   width:960px;
   clear:both;
   padding:10px 0;
}

/* ========HEADER CUSTOMIZE======== */
div#header h1{
   padding:20px 10px 0 20px;
   font-weight:bold;
   font-size:175%;
   color:#fff;
}

div#header p{
   margin:0;
   padding:0 10px 10px 20px;
   color:#AAAAAA;
}


/* ========MENU CUSTOMIZE======== */
div#menu {
   float:left;
   width:960px;
   height:31px;
   margin:0 0 20px 0;
   background:#c6df9c;
}

/*menu bar */
#menu ul,#menu li {
	margin:0; padding:0;
}

#menu li {
	list-style:none;
	float:left;
}

#menu a {
	display:block;
	margin:0 auto;
	color:#fff;
	text-decoration:none;
	background:url(../images/_right.png) right top no-repeat;
}

#menu a span {
	display:block;
	text-align:center;
	background:url(../images/_left.png) left top no-repeat;
	font:bold 14px/30px Arial, Helvetica, sans-serif;
	padding:0 20px;
}

#menu a:hover {
	background-position:right bottom;
	text-decoration:underline
}

#menu a:hover span {
	background-position:left bottom;
}





/* ========MAIN CUSTOMIZE======== */
div#main h2 {
   font-weight:bold;
   font-size:100%;
   border-left:5px solid #333;
   margin:5px 0;
   padding:2px 0 2px 10px;
   line-height:1.0;
}

div#main h3 {
   font-weight:bold;
   font-size:94%;
}

div#main dl {
   margin:0;
   padding:0;
}

div#main dt {
   text-decoration:underline;
}

div#main dd {
   margin:0 0 1em 1em;
}


/* ========SUB CUSTOMIZE======== */
div#sub h2 {
   background:#3C3C3C;
   color:#fff;
   padding:2px 5px 0px 5px
}

div#sub ul{
   margin:5px 0 0 0;
   padding:0;
   list-style:none;
}

div#sub li{
   margin:0 0 0 5px;
   padding-left:10px;
   border-bottom:1px solid #fff;
   line-height:2;
   background:url(images/bg_list.gif) 0 50% no-repeat;
}

div#bk a {
   text-decoration:none;
   border-bottom:none;
}

div#bk a:hover {
   text-decoration:none;
   border-bottom:none;
}


/* ========Information CUSTOMIZE========= */

div#informationbox {
	text-align:left;
	border:0;
	width:640px;
	height:500px;
	padding:5px 1px 2px 12px;
	font-size:12pt;
	overflow:auto;
	background-color:F5F5FF;
}


div#syoukaibox {
	text-align:left;
	border:0;
	width:640px;
	height:400px;
	padding:5px 0 3px 12px;
	font-size:12pt;
	overflow:auto;
	background-color:F5F5FF;
}











/* ========TOTOP CUSTOMIZE========= */
div#totop {
   padding:10px 0;
   text-align:right;
   font-size:82%;
}

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


div#footMenu {
   position: relative;
   overflow: hidden;
   padding:20px 0 0 0;
   border-top:1px solid #CECFCE;
}

div#footMenu ul{
   position:relative;
   left:50%;
   float:left;
   list-style:none;
   font-size:0.77em;
   margin:0;
   padding:0;
}

div#footMenu li{
   position:relative;
   left:-50%;
   float:left;
   margin:0 30px 0 0;
   padding:0;
}


/* ========FOOTER CUSTOMIZE======== */
div#footer{
   text-align:center;
   font-size:63%;
   padding:20px 0;
}






