/* *************
	初期化
**************** */

body , td {
	font-size: 80%;
	color: #000;
}
h3 {
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	margin: 0;
	padding: 0;
}
strong {font-weight: bold;}

a:link { text-decoration: underline; }
a:visited { text-decoration: underline; }
a:hover { color: #f00; text-decoration: underline; }
a:active { color: #f60; text-decoration: underline; }


/* *************
	色クラス
**************** */
.kekka {color: #66c;}
.kekka-up , .orange {color: #f60;}
.kettei {color: #393;}
.yotei , .darkgreen {color: #040;}
.shinkiroku , .red {color: #f00;}
.white {color: #fff;}
.darkgray {color: #666;}
.gray {color: #999;}
.toukou {color: #36f;}
.blue {color: #08f;}


/* *************
	サイズクラス
**************** */
.big {font-size: 120%;}
.small {font-size: 80%;}


/* *************
	その他
**************** */
.kiji_title {
	display:block;
	margin:10px 5px 5px 5px;
	font-size: 120%;
	border-color: #393;
	border-width: 1px 1px 1px 7px;
	border-style: solid;
	padding: 5px 5px 5px 7px;
	background-color: #fff;
}


/* *************
	20090707
**************** */
.clearfix:after {
	content: ".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}
.clearfix { display:inline-block;}
/* exlude MacIE5 \*/
* html .clearfix { height:1%;}
.clearfix { display:block;}
/* end MacIE5 */

td#new-index-contents {}
td#new-index-contents h1 {
	margin:0;
	padding:0;
	text-align:center;
}
#new-index-box {
	width:588px;
	border:solid 1px #0a8c0d;
	background:url(../img/new_index_cap_bg.jpg) center top no-repeat;
	margin:1px 1px 0;
}

/* IE Hack */
* html #new-index-box {
	width:590px;
}

body > #layout-box {height:auto;}
#layout-box {
	min-height:240px;
	height:240px;
	position:relative;
}
#layout-box table {
	position:absolute;
	top:37px;
	left:27px;
	margin:0;
	padding:0;
}
#layout-box table td {
	padding-right:190px;
}
#new-index-contents h3 {
	margin:0;
	padding:0;
	text-align:center;
}
#button-box {
	width:546px;
	border:solid #5c6bb3;
	border-width:0 1px 1px;
	margin:0 0 20px 20px;
	padding-bottom:10px;
}

/* IE Hack */
* html #button-box {
	width:548px;
	padding-bottom:7px;
}

#button-box ul {
	margin:0 0 0 10px;
	padding:0;
	list-style:none;
}
#button-box li {
	width:130px;
	height:46px;
	margin:0 2px 0 0;
	padding:0;
	display:block;
	float:left;
}
#button-box img ,
table#side-menu img {border:none;}
table#side-menu {}
.banner-bg {
	display:none;
}