
/* 共通設定
----------------------------------------------- */
body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	border-width: 0;
	background-image:  url("../images/head-bcg.gif");
	background-repeat: repeat-x;
	}

h1, h2, h3, h4, h5, h6
	{
	margin:0;
	padding:0;
	}

img {border: 0;}

/* ページレイアウト設定
----------------------------------------------- */
.headder{
	font-size:10pt;
	margin:32px 0 0 135px;
}

.menu{
	background-image:url("../images/menu-bcg.gif");
	background-repeat: no-repeat;
	width:803px;
	height:120px;
	text-align:right;
	margin-right:auto;
	margin-left:auto;
	
}
.menu-btn{
	margin:2px 0 0 135px;
	}

.contents{
	width:803px;
	margin-right:auto;
	margin-left:auto;
	padding-bottom:15px;
	}

.footer{
	margin-top:30px;
	height:30px;
	background-image:  url("../images/foot-bcg.gif");
	background-repeat: repeat-x;
	text-align:right;
	font-size:9pt;
	color:#666666;
	padding-right:15px;
	clear:both;
}
	

/* left
----------------------------------------------- */
#left {
	float: left;
	text-align: left;
	margin: 0; padding: 0;
	width: 290px;
	background-color: #ffffff;
}

.smenu {
	font-size:14pt;
	line-height:110%;
	text-align: left;
	letter-spacing:.2em;
	padding-left: 9px;
	}
.smenu span {
	font-size:8pt;
	}
.smenu ul {
	margin: 0;
	}
.smenu li {
	background-image:  url(file:///E|/HTML_V12/%22./images/side_back.png%22);
	background-repeat: repeat-x;
	background-position: bottom;
	list-style-position: outside;
	list-style-type: none;
	border-bottom:solid #666 1px;
	padding: 10px 0 0 10px;
	height: 50px;
	margin-left: -49px;
	_margin-left: -9px;
	}
.smenu img {
	float: left;
	vertical-align: middle;
	margin-right: 15px;
	}



/* right
----------------------------------------------- */
#right {
	float: right;
	background-color: #fff;
	text-align: left;
	width: 600px;
	margin: 5px 0; padding: 0;
	}

#right h4 {
	clear: both;
	margin: 3px 3px 0;
	}



/* Topics & News */
----------------------------------------------- */
.info01 {
	margin: 12px 0 0;
	}
.info01 img {
	vertical-align: bottom;
	}
.info01a {
	float: left;
	margin: 0 0 12px;
	}
.info01b {
	float: right;
	margin: 0 0 12px;
	_margin: 0;
	}

.info02 {
	clear: both;
	border: solid 1px #777;
	letter-spacing:.2em;
	margin: 0 0 12px;
	padding-bottom: 3px;
	}

.info02 h4 {
	float: left;
	width: 60%;
	}

.info02 span {
	float: right;
	font-size:small; _font-size: x-small;
	margin: 3px 0 0 3px;
	padding: 0 3px;
	}

.info02 div {
	clear: both;
	line-height:110%;
	vertical-align: bottom;
	font-size:small; _font-size: x-small;
	background-color: #e3e3e3;
	overflow: auto;
	margin: 0 3px;
	padding: 2px;
	}
.info02 dl {
	clear: both;
	line-height:110%;
	font-size:small; _font-size: x-small;
	background-color: #e3e3e3;
	margin: 0 3px;
	padding: 2px;
	}

.info02 dt {
	clear: left;
	float:left;
	font-family:monospace;
	letter-spacing:-.1em;
	margin: 0; padding: 3px 10px 0 13px;
	}
.info02 dd {
	border-bottom:solid 1px #999999; 
	text-indent: 0;
	_text-indent: -3px;
	margin: 0; padding: 3px 0 0 85px;
	}


.info03 {
	clear: both;
	border: solid 1px #777;
	letter-spacing:.2em;
	margin: 0 0 12px;
	}

.info03 h4 {
	}
.info03 div {
	line-height:110%;
	text-align: center;
	font-size:small;
	margin: 0 3px;
	padding: 0 2px;
	}

.f1 {
	margin:7px 7px 0;
	}




/* footer
----------------------------------------------- */
#footer1 {
	clear: both;
	background-color: #ffffff;
	font-size:medium; _font-size:small;
	line-height:140%;
	width: 920px;
	margin: 0 auto;
	padding: 12px 0 7px 0px;
}

#copyright {
	color: #555;
	font-size:small; _font-size:x-small;
	line-height: 110%;
	text-align: right;
	margin: 0 auto;
}




.f2 {
	float: right;
	margin:7px 10px 15px 15px;
}


/* clearfix hack : floatした画像がボックスからはみ出ないようにする */
.clearfix:after {
content: “.”;
display: block;
clear: both;
height: 0;
visibility: hidden;
}
.clearfix { display: inline-block; 
    border-bottom:solid 2px gray;}
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

