@charset "shift_jis";

/*-----------------------------for index.htmlだけの設定*/

#header_top{
	width:800px;
	height:200px;
	background-image: url(img/bg_headerimg.jpg);
}

#mainContent_top {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:5px;
	padding:0px 5px 5px 20px;
	float:left;
	width:560px;
	height:300px;
	background: url(img/bg_mainimg.jpg) no-repeat center bottom;
	text-align:left;
} 



.subContent_top {
	margin:5px;
	float:left;
	width:530px;
	border:0px solid #999999;
	padding:0px 5px 5px 5px;
	background-image: url(img/bg_grada.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
} 

.subContent2_top {
	margin-left:10px;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	width:230px;
	height:170px;
	border:1px solid #999999;
	padding:0px 5px 5px 5px;
	float:left;
} 

.subContent3_top {
	margin-left:5px;
	margin-top:10px;
	margin-right:5px;
	margin-bottom:5px;
	width:230px;
	height:170px;
	border:1px solid #999999;
	padding:0px 5px 5px 5px;
	float:left;
} 

.subContent_top-img{
	border:0;
	float:left;
	margin:10px;	
}

.subContent_thum_img{
	border:0;
	float:left;
	margin:0px 10px 5px 5px;
}


.subContent_top a,.subContent2_top a,.subContent3_top a{
	color:#663399;
	text-decoration: none;
}

.subContent_top a:hover,.subContent2_top a:hover,.subContent3_top a:hover{
	color:#663333;
	text-decoration: underline;
}

/*-----------------------------for トップイメージのテキスト*/

.topimgtxt{
	font-family:"ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 2em;
	color:#660000;
	margin-bottom:10px;
	margin-top:20px;
	margin-right:15px;
	padding-bottom:5px;
	border-bottom:solid 1px #660000;
}

.topimgtxt2 {
	font-size: 1.1em;
	line-height:2em;
}

