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

@import url("common.css");

/*
トップイメージ
*/

#topimage{
	width:954px;
	height:251px;
	margin:0 auto;
	background-image:url(../image/index/topimage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#topimage p{
	display:none;
}

/*
メインコンテナ
*/

#main_container_out{
	clear:both;
	width:970px;
	margin:0 auto;
	overflow:hidden;
	background-image:url(../image/index/bg_main_container_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
}

#main_container_mid{
	background-image:url(../image/index/bg_main_container_top.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#main_container_ins{
	background-image:url(../image/index/bg_main_container_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	padding:10px 10px 20px 10px;
}

/*
2カラム
*/

#two_column{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}

#left_column{
	width:450px;
	float:left;
	display:inline;
	margin-left:6px;
}

#right_column{
	width:461px;
	float:right;
	display:inline;
	margin-right:11px;
}

/*
news & topics
*/

#news_and_topics{
	width:450px;
}

#news_and_topics dt{
	margin-left:4px;
	margin-bottom:10px;
}

#news_and_topics dd{
	width:439px;
	background-image:url(../image/index/bg_news.png);
	background-repeat:no-repeat;
	background-position:left top;
}

#news_and_topics dd table{
	width:385px;
	margin:0 auto;
}

#news_and_topics dd table th{
	padding:15px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	width:35%;
}

#news_and_topics dd table th p{
	background-image:url(../image/index/li_news.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	color:#333;
}


#news_and_topics dd table td{
	padding:15px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
}

#news_and_topics dd table td p{
	color:#333;
}

#news_and_topics dd table td p strong{
	font-weight:normal;
}

#news_and_topics dd table td p a{
	color:#333;
	text-decoration:none;
	font-weight:normal;
}

#news_and_topics dd table td p a:hover{
	text-decoration:underline;
}

/*
利点
*/

#riten_out{
	width:461px;
	background-image:url(../image/index/bg_riten_middle.png);
	background-repeat:repeat-y;
	background-position:left top;
	margin-top:10px;
}


#riten_mid{
	background-image:url(../image/index/bg_riten_bottom.png);
	background-repeat:no-repeat;
	background-position:left bottom;
}

#riten_ins{
	background-image:url(../image/index/bg_riten_top.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding:50px 20px 0px 20px;
	overflow:hidden;
}

#riten_ins ol{
	margin:0px;
}

#riten_ins ol li{
	padding-bottom:20px;
	list-style-type:none;
}

#riten_ins ol .list01{
	background-image:url(../image/index/li_riten_01.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
}

#riten_ins ol .list02{
	background-image:url(../image/index/li_riten_02.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
}

#riten_ins ol .list03{
	background-image:url(../image/index/li_riten_03.png);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:25px;
}
