@charset "UTF-8";

@import "unit_tag.css";
@import "unit_side.css";
@import "unit_textmenu.css";
/*
@import "unit_common.css";
@import "unit_head.css";
@import "unit_foot.css";
@import "unit_layout_side.css";
@import "unit_content.css";
@import "unit_format.css";
*/

* html .iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
body{
	background:			url("../img/index/bg_1.jpg") left top no-repeat #000;
/*
	background:			url("../img/index/bg1.jpg") left top no-repeat #000;
*/
}
#bodyInner{
/*
	background:			url("../img/index/bg2.jpg") 277px top no-repeat;
*/
	height:				909px;
	min-height:			909px;
}

#wrap{
	position:			relative;
	width:				100%;
	min-width:			900px;
	text-align:			right;
}

/* ロゴ箱 */
#logoBox{
	position:			absolute;
	top:				360px;
	right:				0;
	width:				850px;
}
#logoBox h1{
	padding-bottom:		8px;
}

/* 情報エリア */
#infoBox{
	position:			absolute;
	top:				450px;
	right:				0;
	padding-right:		25px;
}

#infoBox #button{
	padding-top:		10px;
}

/* 下の箱 */
#bottomBox{
	position:			absolute;
	top:				580px;
	right:				0;
}

#textMenu{
	padding-right:		25px;
	padding-top:		20px;
}

/* バナー */
#bannerBox{
	margin:				10px 25px 0 0;
	padding:			20px 0 0 0;
	border-top:			solid 1px #fff;
}
#bannerBox textarea{
	border:				none;
	padding:			0;
	width:				400px;
	height:				40px;
	background:			transparent;
	color:				#ccc;
	font-size:			10px;
	overflow:			auto;
}


/* 更新 */
#history{
	float:				left;
	width:				230px;
	height:				130px;
	/*
	background:			url("../img/index/history_bg.png") left top no-repeat;
	*/
}
#history dl{
	margin:				8px;
	height:				100px;
	text-align:			left;
	font-size:			12px;
	color:				#fff;
	overflow:			auto;
}
#history dt{
	font-weight:		bold;
	font-family:		Arial;
	font-size:			10px;
	color:				#ccc;
}
#history dd{
	margin-bottom:		0px;
	line-height:		130%;
}
#history a{
	color:				#faf900;
}
#history a:hover{
	border-bottom:		dashed 1px #faf900;
}

/* ブログ */
#blog{
	float:				left;
	width:				230px;
	height:				130px;
	/*
	background:			url("../img/index/history_bg.png") left top no-repeat;
	*/
}
#blog ul{
	margin:				8px;
	height:				100px;
	text-align:			left;
	font-size:			12px;
	color:				#fff;
	overflow:			auto;
}
#blog a{
	color:				#fff;
}
#blog a:hover{
	color:				#faf900;
	border-bottom:		dashed 1px #faf900;
}
#blog li{
	list-style-type:	none;
	background:			url("../img/common/ison_arrow_yellow.gif") left 2px no-repeat;
	padding-left:		10px;
	padding-bottom:		4px;
}


#copyright{
	padding-top:		10px;
	color:				#fff;
	font-size:			80%;
}
