@charset "UTF-8";

/*-----------------------*/

body{
	color: #000000;
	font-size: 10pt;
	font-family: 'ＭＳ Ｐゴシック',Osaka,sans-serif;
	background-image: none;
}

a:link, a:hover, a:visited {
	color: #000000;
	text-decoration: underline;
}

/*-----------------------*/
/* 外枠 */

#main{
	width: 100%;
	margin: 0;
	padding: 0;
}

h1{
	margin: 0;
	padding: 0;
}

/*-----------------------*/
/* ヘッダ */

#header{
	border: none;
	margin-bottom: 10pt;
	padding: 0;
	height: 65px;
	background-image: none;
}

#header p.signature{
	position: relative;
	top: 15px;
	margin-right: 20px;
	display: block;
	float: right;
	font-size: 11pt;
	font-weight: bold;
	text-align: right;
}

#header h2{ display: none; }
#header ul{ display: none; }

/*-----------------------*/
/* ナビゲーション */

#navi{ display: none; }

/*-----------------------*/
/* コンテンツ */

#contents{
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: none;
}

#contents h2{
	background-image: none;
	margin: 0;
	border: none;
	border-bottom: solid 1px #666666;
}

#contents dl.appeal, #contents div.support, #contents ul.appeal{
	border: solid 1px #AAAAAA;
}

dl.commentary dd{ font-size: 8pt; }

dl.related{
	position: relative;
	margin-left: 30px;
	width: 100%;
	padding: 0 10px;
	margin-bottom: 0;
	border: none;
	background-position: 550px 7px;
}
dl.related dt{
	display: list-item;
	list-style: disc;
	font-weight: bold;
	margin-bottom: 2px;
}
dl.related dd{
	width: 100%;
	font-size: 9pt;
	line-height: 1.3em;
}

#contents h3.subhead{
	border: solid 1px #227786;
}

/*-----------------------*/
/* 小メニュー */

#list_lv1{ display: none; }
ul.list_lv2{ display: none; }

/*-----------------------*/
/* フッタ */

#footer{ display: none; }

/*-----------------------*/