/* ページ構造 */
*{ margin: 0; padding: 0;	font-family:Arial; }

html,body{
	background-color:rgb(0, 70, 139);
	color: #ffffff;
}
img {
 border: none;
}

#wrapper{
	width:800px;
	margin:0 auto;
	position:relative;
	background-color:rgb(0, 70, 139);
}

#header{
	width: 800px;
	height: 170px;
}
#LMenu{
	color: rgb(190, 225, 246);
	background-color:rgb(0, 70, 139);
	float:left;
	padding : 20px 10px 0px 10px;
	width: 130px !important; /*左右padding分を引いた幅, IE6以外*/
	width: 150px; /*左右padding分を含む幅, IE6用*/
	overflow:hidden;
}
 
#mainContents{
	background: rgb(240, 255, 240);
	color: rgb(0, 70, 139);
	float:left;
	width: 590px !important; /*左右padding分を引いた幅, IE6以外*/
	width: 650px; /*左右padding分を含む幅, IE6用*/
	padding: 20px 30px 50px 30px; /*上右下左*/
	overflow:hidden;
}

#footer{
	clear:both;
	width: 800px;
	height: 60px;
}

 /* 段落スタイル */
h1	{margin-top:2em;
	margin-right:0mm;
	margin-bottom:2em;
	margin-left:0mm;
	text-align:center;
	line-height: 150%;
	font-size:16.0pt;
	font-weight:bold;
	clear:both;}
h1.en {
	text-align:center;
	text-transform: uppercase;
	line-height: 150%;
	font-size:12.0pt;
	clear: both;}
h2	{
	margin-top:2em;
	margin-right:0mm;
	margin-bottom:0em;
	margin-left:0mm;
	text-align:center;
	font-size:12.0pt;
	font-weight:bold;
	clear:both;
	color: rgb(240, 255, 240);
	background-color:rgb(0, 70, 139);
	}
h2.en {
	text-align:center;
	text-transform: capitalize;	
	font-size:10.0pt;
	}
h3	{
	margin-top:12.0pt;
	margin-right:0mm;
	margin-bottom:6.0pt;
	margin-left:0mm;
	text-align:center;
	font-size:11.0pt;
	font-weight:bold;
	text-decoration:underline;
	clear:both;
	}	
p
	{
	margin-right:0mm;
	margin-left:0mm;
	margin-top:1em;
	margin-bottom:0em;	
	text-indent:1em;
	text-align:justify;
	font-size:11.0pt;
	line-height: 165%;
	}
li	{
	margin-right:20mm;
	margin-left:20mm;
	margin-top:0em;
	margin-bottom:0em;	
	text-indent:0em;
	text-align:justify;
	font-size:11.0pt;
	line-height:140%;
	}
p.quote {
	margin-left:3em;
	margin-right:3em;
	text-indent:1em;
	font-size:11.0pt;
	color : rgb(150, 70, 139);
}
p.author {
	text-align:center;
	font-weight:bold;
}
p.yymmdd {
	text-align:right;
}
p.naka {
	text-align:center;
}
a:link {
	font-size: 11.0pt;
	text-decoration:none;	
	color : rgb(0, 107, 115);
}
.credit a:link {
	font-size: 9.0pt;
}
a:visited {
	font-size: 11.0pt;
	text-decoration:none;	
	color : rgb(0, 107, 115);
}
.credit a:visited {
	font-size: 9.0pt;
}
a:hover {
	font-size: 11.0pt;
	text-decoration:underline;
	color : #000000;
}
a:active {
	font-size: 11.0pt;
	text-decoration:underline;
	color : #000000;
}

a.menulist { /* サイドメニュー */
	color: rgb(190, 225, 246);
}
p.menulist{
	text-indent:0;
	margin-top:0;
}
 /* 仕切り配置用 */
div.sen {
	text-align: center;
	margin-top: 0em;
    margin-bottom: 0em;
}
 /* 画像配置用 */
div.hidari {
	float: left;
    margin-right: 1em;
	margin-top: 2em;
    margin-bottom: 2em;
}
div.migi {
	float: right;
    margin-left: 1em;
	margin-top: 2em;
    margin-bottom: 2em;
}
div.naka {
	text-align: center;
	margin-top: 2em;
    margin-bottom: 2em;
}
div.caption {
	text-align:center;
	font-size:9.0pt;
	margin-top: 5px;
	line-height: 100%;
}
div.credit {
	text-align:center;
	font-size:9.0pt;
	margin-top: 5px;
	line-height: 100%;
	font-family:"Arial Narrow";	
}
hr {
	margin-top: 3em;
    margin-bottom: 3em;	
	color:#00468b;
	width: 100%;
	}
/* ルビ */
ruby {
	ruby-align:distribute-space;}
rp {
    font-size:5.0pt;
	layout-grid-mode:line;}
rt {
	font-size:5.0pt;
	layout-grid-mode:line;}
/* テーブル */
table {
	width:100%;
    border-top:1px solid rgb(0, 70, 139);
    border-left:1px solid rgb(0, 70, 139);
    border-collapse:collapse;
    border-spacing:0;
    background-color:rgb(216, 233, 214);
    empty-cells:show;
}	
th {
	font-size:11.0pt;
    border-right:1px solid rgb(240, 255, 240);
    border-bottom:1px solid rgb(240, 255, 240);
    color:rgb(216, 233, 214);
    background-color:rgb(0, 70, 139);
    padding:0.3em 0.3em;
    text-align:center;
}	
td {
	font-size:11.0pt;	
	border-color:rgb(0, 70, 139);
    border-right:1px solid rgb(0, 70, 139);
    border-bottom:1px solid rgb(0, 70, 139);
    padding:0.3em 1em;

}

