@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
/*
@import "unit_layout_side.css";
@import "unit_head.css";
@import "unit_side.css";
@import "unit_content.css";
*/

#head{
	position:		relative;
	height:			77px;
	padding-top:	15px;
	padding-left:	12px;
	/* メニュー背景画像の幅 */
	width:			864px;
}

.mainMenuBox-index{
	top:		47px;
}


#contentBox{
	position:		relative;
	/*
	height:			560px;
	*/
	height:			630px;
}

#titleLogo{
/*
	margin-top:		20px;
	margin-left:	50px;
*/
	margin-top:		30px;
/*	margin-bottom:	20px;*/
	margin-left:	30px;
}

#catch{
	margin-left:	48px;
}

#staff{
	padding-left:	50px;
	padding-top:	10px;
}

#mainVisual{
	position:		absolute;
	left:			400px;
	top:			0px;
	/*
	left:			430px;
	top:			20px;
	*/
}

#tokuten{
	position:		absolute;
	left:			50px;
	top:			520px;
}


#copyright{
	color:			#00487a;
	font-size:		x-small;
	text-align:		center;
}

/* ニュース 高さ 129px */
#newsBox{
	margin-left:	50px;
	margin-top:		30px;
	padding-top:	37px;
	width:			343px;
	height:			92px;
	background:		url("../img/index/news_bg.png");
	color:			#a15812;
}
#newsBox a{
	color:			#00a4e3;
	border-bottom:	dashed 1px #00a4e3;
}
#newsBox a:hover{
	background-color:	#ffffcc;
}
#newsBox dl{
	padding-left:	30px;
	width:			290px;
	height:			75px;
	overflow:		auto;
}
#newsBox dt{
	font-family:	Arial;
	font-size:		x-small;
}



