@charset "UTF-8";


* {
    font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",sans-serif;
   color:#333;
}

body {
   background:#d4d4d4;
   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:5px;
   font-size:88%;
}

br {
   letter-spacing:normal;
}

img {
   border:0;
}

a {
   color:#096;
   text-decoration:none;
}

a:hover {
   color:#7B8200;
   border-bottom:1px solid #7B8200;
}

dl,ol,ul {
	margin:1em;
	padding:10px 0;
	font-size:78%;
	border: 1px solid #960;
}

li {
   margin:0 0 0 40px;
   padding:0;
}
table{
	margin-bottom: 20px;
	}
td{
	font-size: 14px;
	padding: 2px 5px;
	}


div#top {
   width:800px;
   margin:20px auto;
   padding:10px;
   background:#fff;
}

div#header {
	width:800px;
	position:relative;
	background:#162754;
	height: 90px;
}

div#header h1 a {
   color:#fff;
}

div#header h1 a:hover {
   color:#ddd;
   border-bottom:none;
}
div#navi {
   position:absolute;
   top:20px;
   right:0;
}

div#icatch {
   margin:0px 0 10px;
}

div#menu {
   float:left;
   width:800px;
   margin:0 0 20px 0;
   background:#7B8200;
}

div#menu:hover {
   background:#A4AC1E;
}

div#contents {
   width:800px;
   clear:both;
   float:left;
}

div#main {
   float:left;
   width:480px;
}

div#sub {
   float:right;
   width:300px;
   padding:5px;
   background:#cc9;
}
div#totop {
   clear:both;
}

div#footer {
   width:800px;
   clear:both;

}


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;
}




div#main h2 {
   font-weight:bold;
   font-size:100%;
   border-left:8px solid #096;
   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;
}


div#sub h2 {
   background:#960;
   color:#fff;
   padding:2px 5px 0px 5px
}
div#sub p {
	font-size: 13px;
	letter-spacing: normal;
}

div#sub ul{
	margin:5px 0 0 0;
	padding:0;
	list-style:none;
	font-size: 12px;
}

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;
	padding-top: 3px;
	padding-bottom: 3px;
	letter-spacing: -1px;
}
div#sub li a{
	text-decoration: none;
	color: #333;
}



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#footer{

	background-color: #162754;
}
div#footer p{
	text-align:center;
	font-size:83%;
	color: #FFF;
	line-height: 40px;
}
