@charset "UTF-8";
/*
* インデックス
*/
@import "unit_tag.css";
@import "unit_common.css";
@import "unit_head.css";
@import "unit_foot.css";
@import "unit_textmenu.css";
@import "unit_menu.css";
/*
@import "unit_layout_noside.css";
*/

/*
@import "unit_content.css";
@import "unit_bottom.css";
@import "unit_side.css";
*/

#wrap{
	background:			url("../img/index/mainvisual.jpg") center top no-repeat;
	background-color:	#e8d2b8;
}
#wrap-inner{
	background:			url("../img/index/mainvisual.jpg") -100px top no-repeat;
	height	:			870px;
}

h1{
	position:			absolute;
	left:				675px;
	top:				100px;
}

/****************
 下部コンテンツ
 全体幅は 348 */
#content-bottom{
	position:			absolute;
	left:				138px;
	top:				615px;
	width:				348px;
}


/*********/
#blogHistory{
	border:				solid 3px #000;
	padding:			5px;
/*
	width:				332px;
	height:				158px;
*/
	height:				90px;
	background-color:	#fff;
	overflow:			auto;
}
#blogHistory th,
#blogHistory td{
	vertical-align:		top;
	font-size:			12px;
	padding-bottom:		4px;
}
#blogHistory th{
	padding-right:		10px;
	font-family:		Arial;
	font-weight:		bold;
	font-size:			10px;
}
#blogHistory td{
	color:				#000;
}
#blogHistory a{
	color:				#cc465d;
}
#blogHistory a:hover{
	border-bottom:		solid 1px #cc465d;
}

/*********/
#ar{
	padding-top:		10px;
	padding-bottom:		10px;
}

#ar #ar-marker{
	float:				left;
}
#ar #ar-text{
	float:				right;
	padding-right:		10px;
	width:				230px;
	font-size:			10px;
}
#ar #ar-text h2{
	margin-bottom:		10px;
}
#ar #ar-text dt{
	font-weight:		bold;
}
#ar #ar-text dd{
	padding-bottom:		0.5em;
}


/*********/
#countdown{
	position:			absolute;
/*
	left:				350px;
	top:				520px;
*/
	left:				260px;
	top:				240px;

}


