* {
margin:0px;
padding:0px;
}

a:link {
color:#483D8B;
text-decoration:none;
}

a:visited {
color:#00008B;
text-decoration:none;
}

a:hover {
color:#FF0000;
text-decoration:underline;
}

body {
margin:10px;
font-size:12px;
background-color:#000022;
text-align:center;
}

div.footer {
clear:both;
background-image:url(image/footer.png);
width:800px;
height:30px;
}

div.contain {
margin:0 auto;
width:800px;
border:solid 1px #333399;
background-color:#F9F9FF;
}

div.menu {
float:left;
width:220px;
margin:10px 10px;
line-height:1.3;
text-align:left;
}

div.main {
float:right;
width:520px;
margin:10px 20px 10px 10px;
line-height:2;
text-align:left;
}

h2 {
font-size:12px;
color:#333399;
border-left:solid 10px #333399;
padding:0px 10px;
margin:20px 0px;
}

h3 {
font-size:12px;
color:#111155;
border-left:solid 10px #111155;
padding:0px 10px;
margin:20px 0px;
}

img {
border:0px;
}

/* ここからアコーディオンリスト用 */
#acc {
list-style:none;
}

#acc h3 {
cursor:pointer;
font-size:12px;
color:#333399;
border-left:solid 10px #333399;
}

#acc .acc-section {
overflow:hidden;
}

/* ここから階層メニュー用 */
/* Basic code - don't modify */
 
#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#nav a { display: block; }
#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
* html #nav ul { line-height: 0; } /* IE6 "fix" */
#nav ul a { zoom: 1; } /* IE6/7 fix */
#nav ul li { float: none; }
#nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 129px; }
#nav ul ul { top: 0; left: 130px; }

/* Everything else is theming */

#nav ul a {
	text-align:left;
	font-size:12px;
	background:#121212;
	padding: 6px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 0.7;
	filter: alpha(opacity=70);
	zoom: 1;
	line-height: 1;
}
#nav ul a.hover { background: #444; }