@charset "utf-8";

/*------------------------------共通------------------------------*/

*{
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:18px;
	font-size:14px;
	color: #333333;
}

body{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

h1{
	font-weight: normal;
}

h2{
	background-image: url(../images/common/h2_title.gif);
	height: 30px;
	width: 990px;
	margin-bottom: 30px;
	padding: 18px 0px 0px  10px;
}

li img,dt img,dd img{
vertical-align:bottom;
}

a:link {
color:#1050C5;
}

a:visited { 
color:#1050C5;
}

a:hover {
	text-decoration: none;
}

.red{
	color: #F00;
}

li{
	list-style:none
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.cre{
	clear:both;
}

.text-align_c{
	text-align:center;
}

.text-align_r{
	text-align: right;
}


img {
     border:none;
}

.mb20{
	margin-bottom: 20px;
}

.mb40{
	margin-bottom: 40px;
}

.mr20{
	margin-right:20px;
}

/*------------------------------ヘッダー------------------------------*/

.header{
	background-image: url(../images/common/hed_kai_back.gif);
	height: 64px;
	width: 990px;
	padding: 60px 0px 0px 10px;
	margin-bottom: 5px;
}

/*-------------------------------ナビ---------------------------------*/

#main_navi{
	float: left;
	overflow: hidden;
	margin-bottom: 30px;
}

#main_navi2{
	overflow: hidden;
	float: left;
}

#main_navi2 ul li{
	float: left;
	margin-right: 9px;
}


#main_navi3{
	overflow: hidden;
	background-image: url(../images/common/navi_back.gif);
	height: 125px;
	width: 654px;
	padding: 10px 0px  0px 10px;
}

#main_navi3 ul li{
	float: left;
}



/*-----------------------------メインイメージ------------------------------*/


#main_image{
	background-image: url(../images/top/main_back.png);
	background-repeat: repeat-x;
	text-align: center;
	margin-bottom: 15px;
}



/*----------------------------左コンテンツ------------------------------*/

#left_contents{
	width: 527px;
	float: left;
	clear:both;
	margin: 0px 43px 30px 0px;
	padding: 0px 0px 0px 0px;
}

/*----------------------------右コンテンツ------------------------------*/

#right_contents{
	width: 430px;
	float: left;
	margin: 0px 0px 30px 0px;
}

#right_contents li:nth-child(odd){
	background:#ccffff;
}

/*----------------------------下コンテンツ------------------------------*/

#under_contents{
	width: 1000px;
	clear: both;
	margin: 0px 0px 30px 0px;
	overflow: hidden;
}



/*------------------------フッターコンテンツ----------------------------*/

#foot{
	background-image: url(../images/common/fot_back.gif);
	background-repeat: repeat-x;
	height: 182px;
	padding: 50px 0px 0px  20px;
	clear:both;
}

#foot dl{
	float: left;
}

#foot dl dt{
	color: #FFF;
	font-weight: bold;
}

#foot dl dd{
	color: #FFF;
}

.fot_logo{
	float: right;
}

.fot_cop{
	clear: both;
	text-align: center;
	color: #FFF;
}

/*-----------------------------下位------------------------------*/
