@charset "UTF-8";

/* 基本の書体や背景を設定 */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 14px;
	background-color: #EFEFEF;
	line-height: 1.5em;
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
/* ここでHPのセンタリングや背景色を設定 */
#container {
	width: 950px;
	max-width: 1260px;
	min-width: 780px;
	background: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../images/logo03.gif);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	height: 80px;
}
/* #header h1とすることで、header内のh1のみ設定 */
#header h1 {
	font-size: 85%;
	font-weight: normal;
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* テーブルの設定もCSS に記載 */
#header table {
	margin-left: 550px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#header table a {
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	color: #000000;
}
#header table a:hover {
	color: #0134c8;
}
#header table td {
	vertical-align: middle;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}
/* ここからメニューの指定 */
#menubar {
	height: 30px;
	margin-left: 25px;
}
#menubar ul li {
	float: left;
	width: 150px;
	list-style-type: none;
	display: block;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
}
.menu01 a {
	color: #000000;
	text-decoration: none;
	height: 30px;
	width: 150px;
	display: block;
	background-image: url(../images/menu01.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu01 a:hover {
	text-decoration: none;
	height: 30px;
	width: 150px;
	display: block;
	background-image: url(../images/menu01_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #0134c8;
}
.menu01_ro {
	background-image: url(../images/menu01_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu02 a {
	color: #000000;
	text-decoration: none;
	height: 30px;
	width: 150px;
	display: block;
	background-image: url(../images/menu02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.menu02 a:hover {
	text-decoration: none;
	height: 30px;
	width: 150px;
	display: block;
	background-image: url(../images/menu02_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #0134c8;
}
.menu02_ro {
	background-image: url(../images/menu02_ro.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


#content {
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content h1 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0134c8;
	border-left-color: #0134c8;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#content h2 {
	font-size: 14px;
	margin-left: 45px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}
#content h3{
	font-size: 16px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#content h4{
	font-size: 15px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}

#content p {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	/*text-indent: 5px;*/
	line-height: 1.8em;
}
#content p.itreport {
	margin-left: 30px;
}

#content ul, #content ol { 
	padding: 0 15px 15px 40px; 
}


.right {
	float: right;
}
#footer {
	font-size: 11px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #0134C8;
	margin-top: 30px;
}
.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.spc_lft {
	padding-left: 15px;
}
.menu_text {
	color: #0134c8;
}
.spc_both {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.spc_both_up {

	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.bold {
	font-weight: bold;
}

