@import "reset.css";
@import "mainMenu.css";
@import "subContents.css";
@import "commonParts.css";


/* 構造 */

body {
	background-image: url(/common/image/background/bg_body.gif);
	text-align: center; /* /// hack for IE5.5 /// */
}
#wrapper {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	background-image: url(/common/image/background/bg_container.gif);
	text-align: left; /* /// hack for IE5.5 /// */
}
#leftBox {
	width: 195px;
	padding-left: 15px;
	padding-right: 9px;
	float: left;
}
#centerBox {
	width: 515px;
	border-left: 1px #666666 dotted;
	border-right: 1px #666666 dotted;
	padding-left: 17px;
	padding-right: 18px;
	padding-bottom: 30px;
	min-height: 1300px;
	float: left;
	height: auto !important; /* /// hack for IE6 /// */
	height: 1300px; /* /// hack for IE6 /// */
}
#rightBox {
	width: 195px;
	padding-left: 9px;
	padding-right: 15px;
	float: left;
}

/* テキストの基本装飾 */

body, th, td, textarea {
	font-size: 12px;
	color: #444444;
}
p {
	line-height:1.8em;
	margin: 0 15px 10px 15px;
	text-indent: 1em;
}
ol {
	padding: 0 0 10px 20px;
}
ol li {
	list-style: disc;
	margin: 0 0 0 25px;
	padding: 0 15px 0 5px;
	line-height: 1.6em;
}
a:link {
	color: #0072cd;
	text-decoration: underline;
}
a:visited {
	color: #0072cd;
	text-decoration: underline;
}
a:hover {
	color: #0072cd;
	text-decoration: none;
}
.important {            /* 重要な部分を赤太文字で表示 */
	font-weight: bold;
	color: #FF0000;
}

/* 画像の配置 */

.img_right {
	margin: 0 15px 10px 15px;
	float:right;
}
.img_left {
	margin: 0 15px 10px 15px;
	float:left;
}


/* ヘッダー */

#header {
	width: 100%;
	height: auto;
	background-image:url(/common/image/background/bg_header.gif);
	background-repeat:repeat-x;
	position: relative;
}
#headWrap {
	text-align: left;
	width: 990px;
	height: 93px;
	margin: 0 auto;
	position: relative;
}

/* パンくずリスト（Topic Path） */

#topicPath {
	display: block;
	margin: 0 15px 15px 20px;
	font-size: 11px;
}  
#topicPath li {  
    display:inline;  
    line-height:110%;  
    list-style-type:none;  
}  
#topicPath li a {  
    padding-right:10px;  
    background:url(/common/image/topicpath.gif) no-repeat right center;  
}

/* 見出しタグ */

h1 {
	display: block;
	width: 465px;
	height: 92px;
	background-image: url(/common/image/img_logo_header2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
}
h1 a {
	display: block;
	width: 465px;
	height: 92px;
	/*\*/
	overflow: hidden;
	/**/
}   /* hack for firefox, MacIE5.x */
h2 {
	display: block;
	width: 500px;
	height: 65px;
	background-image: url(/common/image/img_header_h2.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 12px;
	left: 475px;
	border: 1px #FFFFFF solid;
}
h2 a {
	display: block;
	width: 500px;
	height: 65px;
	/*\*/
	overflow: hidden;
	/**/
}
h3 {
	display: block;
	width: 500px;
	height: 45px;
	margin-bottom: 15px;
	padding-left: 10px;
	position: relative;
	font-size: 23px;
	color: #555;
	border-left: 3px #2c69ab solid;
}
h3 span {
	display: block;
	width: 500px;
	height: 10px;
	position: absolute;
	top: 30px;
	left: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
h4 {
	display: block;
	width: 499px;
	height: 25px;
	margin: 20px auto;
	padding: 4px 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(/common/image/background/bg_h4.jpg);
	background-repeat: no-repeat;
}
h5 {
	margin: 10px 0 10px 0;
	padding: 0 0 0 16px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.6em;
}


/* フッター */

#footer {
	width: 990px;
	background-image: url(/common/image/background/bg_footer.gif);
	background-repeat: repeat-x;
	clear: left;
text-align:center;
color:#888;
font-weight:bold;
}
#footer img {
margin:0 auto 5px;
}

#footer ul.ftrUl {
	display: block;
	width: 403px;
	height: 37px;
	margin: 0 auto;
}
#footer li {
	display: block;
	width: 80px;
	text-align: center;
	list-style: none;
	border-left: 1px #333333 solid;
	float: left;
	padding: 0 10px;
	margin: 20px 0 5px 0;
}
#footer .fmnHead {
	border-left: none;
}
div.Copyright {
	clear: both;
	height: 12px;
	line-height: normal;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

p.signature {
width:250px;
float:right;
text-indent:0;
}

p.noindent {
text-indent:0;
}
p.saikyo {
font-size:20px;
font-weight:bold;
}

