@charset "utf-8";
/* CSS Document */

/* -----------------------------------------------------------------------------------------
index
----------------------------------------------------------------------------------------- */
#i_main_image_area{
	clear: both;
	background-image: url(../image/index_image_bg.jpg);
	background-repeat: repeat-x;
	height: 430px;
	padding: 10px 0px 0px 0px;
	text-align: center;	/* とりあえず */
}


#i_contents_area{
	padding: 20px 0px 20px 0px;
	width: auto;
	background-image: url(../image/index_bg.jpg);
	background-repeat: repeat;
}

#i_contents{
	clear: both;
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 30px 0px;
}

#i_c_left{
	float: left;
	width: 430px;
	height: 195px;
}
#i_c_right{
	float: right;
	width: 430px;
	height: 195px;
}
.i_c_box{
	width: 430px;
	height: 210px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}

.i_c_text{
	width: 410px;
	height: 160px;
	padding: 5px 10px 10px 10px;
	overflow: auto;
	overflow-y: scroll;
	overflow-x: hidden;
}

.i_c_text ul li{
	line-height: 18px;
	border-bottom: 1px dotted #CACACA;
	padding: 3px 0px 3px 0px;
}


.i_c_box_r{
	width: 430px;
	height: 180px;
}

.index_link{
}


#index_movie{
	width: 900px;
	height: auto;
	margin: 0px auto 0px auto;
	padding: 30px 0px 30px 0px;
	clear: both;
}
#index_movie iframe{
	border: 1px solid #000000;
}

.index_link a{
	display: block;
	width: 200px;
	line-height: 50px;
	text-align: center;
	color: #ffffff;
	background-image: url(../image/index_bu.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin-bottom: 30px;
	font-size: 14px;
	box-shadow: 0px 0px 10px #999999;
	-moz-box-shadow: 0px 0px 10px #999999;
	-webkit-box-shadow: 0px 0px 10px #999999;
}

.aleft{
	margin-right: 30px;
}














