﻿/*サブページ用のスタイル設定*/

.menu {
	width:130px;
	line-height:200%;
	float:left;
}

div.menu a {
	display:block;
	color:#FFFFFF;
	background-color:#003366;
	text-decoration:none;
	text-align:center;
	margin:0px;
	padding:4px;
}

div.menu a:hover {
	background-color:#0033FF;
}

.cont {
	width:670px;
	float:right;
}

h1 {
	margin-left:5px;
	font-size:xx-large;
	color:#FFFFFF;
	background-color:#000066;
	line-height:120%;
}

h2 {
	margin-left:10px;
	font-size:x-large;
	color:#000000;
	line-height:120%;
}

h3 {
	margin:45px auto 0 10px;
}

h4 {
	margin-left:10px;
}
p {
	margin-left:25px;
	margin-right:10px;
	text-indent:1.5em;
	line-height:120%;
}

p.sub{
	margin-left:25px;
	text-indent:0em;
}


li {
	line-height:140%;
}

.dan {
	width:650px;
	margin-left:25px;
}

.danL {
	width:325px;
	float:left;
}

.danR {
	width:325px;
	float:right;
}