@charset "UTF-8";

*{
   font-family:Verdana, Helvetica, sans-serif;
   color:#333;
}

body {
   margin:0;
   padding:0;
   text-align:center;
   line-height:1.6;
   letter-spacing:1px;
   background:#fff url("image/bg.gif") 50% 50% repeat-y fixed;
   border-top:10px solid #0080B0;
}

br {
   letter-spacing:normal;
}
strong{
	font-weight: bold;
	color: #F00;
	}
a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#ddd;
   text-decoration:none;
}

img {
   border:0;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


div#top {
   width:780px;
   margin:0 auto;
   text-align:left;
}

div#header {
   width:780px;
   height:60px;
   margin-bottom:10px;
   background:#fff url("image/bg_head.gif") 0% 0% no-repeat;
   border-bottom:1px solid #666;
}

div#contents {
   clear:both;
   width:760px;
   margin:0 10px;
}

div#main {
   float:left;
   width:540px;
}

div#sub {
   float:right;
   width:210px;
}

div#footer {
   clear:both;
   width:780px;
   margin-top:10px;
   border-top:1px solid #666;
   background:#fff;
}


div#contents:after {
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}



div#header h1 {
   margin:0;
   padding:0 10px;
   font-size:150%;
   line-height:60px;
}



div#main a {
   color:#0080B0;
}

div#main a:hover {
   color:#0080B0;
   border:0;
   border-bottom:1px solid #0080B0;
}

div#main h2 {
	margin-bottom:5px;
	font-size:94%;
	font-weight:bold;
	border-bottom:2px solid #006699;
	color: #003366;
}

div#main h3 {
	margin-bottom:5px;
	font-size:88%;
	border-bottom:1px dotted #0080B0;
	color:#006699;
	margin-top: 25px;
}
div#main h4 {
	margin-bottom:5px;
	font-size:82%;
	color: #006;
}

div#main p {
   margin:0 0 1em 0;
   font-size:82%;
}



div#sub h2 {
   padding:5px;
   color:#fff;
   font-size:82%;
   font-weight:bold;
   background:#036;
}



div#menu ul {
   margin:0;
   padding:0;
}

div#menu li {
   margin:0;
   padding:0;
   font-size:82%;
   list-style-type:none;
   border-bottom:1px solid #ccc;
}

div#menu li a {
   display:block;
   width:205px;
   padding-left:5px;
   color:#fff;
   line-height:2.5;
   background:#069;
}

div#menu li a:hover {
   color:#fff;
   background:#066;
}





div#footerMenu {
   padding:10px 0;
}

div#footerMenu a {
   color:#333;
}

div#footerMenu a:hover {
   color:#333;
   border:0;
   border-bottom:1px solid #333;
}

div#footerMenu ul {
   margin:0;
   padding:0;
   list-style:none;
}

div#footerMenu li {
	display:inline;
	margin:0 0 0 10px;
	padding-left:8px;
	font-size:82%;
	background:url("image/arrow.gif") 0 4px no-repeat;
	color: #333;
}

address {
   padding:20px 0;
   color:#333;
   text-align:center;
   font-style:normal;
   font-size:70%;
   border-top:2px solid #ddd;
   background:#f1f1f1;
}


dl{	
	margin-top: 0px;
	}
dt{
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
	}
dd{
	font-size:82%;
	margin-right: 10px;
	margin-left: 10px;
	line-height: 130%;

	}	

table.red {
	border-collapse: collapse;
	border: 1px solid #009;
	width: 98%;
	margin-bottom: 15px;
}
table.red caption{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}


table.red th,
table.red td {
	padding: 0.3em; 
	border: 1px solid #009; 
	font-size: 13px;
}

table.red thead th {
	color: #306;            
	background-color: #69f;
}

table.red tbody th {
   background-color: #9cf; 
   color: #309;  
}
.pikup{
font-size:15px;
font-weight:bold;
margin-bottom:15px;
}

.pikup a{
color:#0000FF;
text-decoration:underline;
}
.pikup a:hover{
color:#FF0000;
text-decoration:none;
}
