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

/*
1.エリア
2.ヘッダー
3.サブヘッダー
4.ヘッダーメニュー*
5.フッター
6.その他
7.下部コンテンツ
*/

/*************************************************************初期値*/

a,
a:link,
a,visited{
	color:#0066FF;}
	
a:hover{
	color:#CCCCCC;
	background-color:#FFFFFF;
	text-decoration:underline;}
	
/**************************************************************/


*{ margin:0; padding:0;}

body{
	color:#000000;/*通常のテキストカラー　フォントはクライアントの希望でHGPｺﾞｼｯｸEへ*/
	font-family:Arial, Verdana, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "メイリオ", "ヒラギノ角ゴ Pro W3", sans-serif;
	text-align:center;
	font-size:12px;}

h1,h2,h3{
	padding:3px 5px 0px 0px;
	margin:0px auto 0 auto;
	font-size:10px;
	float:left;
	color:#FFFFFF;
	font-weight:normal;
	}

h4,h5,h6,p,pre,blockquote,dl,dd,table{
	margin:0;
	padding:0;
	font-size:12px;}

#flashtitle{
	position:fixed;
	top:0;
	z-index:1;
	width:100%;
	background:#FFFFFF;
}
/*************************************************************1.エリア*/

#pagebody{
	width:950px;
	height:auto;
	text-align:left;
	margin:0px auto 0px auto; 
	}

/*************************************************************2.ヘッダー*/
	
#header{
	height:20px;
	padding:20px 0px 0px 10px;
	background-color:#FFFFFF;
	text-decoration:none;
	}

/*************************************************************3.サブヘッダー*/
#subheader{
	clear:left;
	height:auto;
	padding:0px;
	background:url(../image/bg_title_line.gif) top repeat-x;
	color:#000000;
	text-decoration:none;
	}

/*************************************************************4.ヘッダーメニュー*/
#head_menu{
	height:30px;
	}

*html #head_menu{width:800px;}

#head_menu ul,#head_menu li{
	list-style-type:none;
	}

#head_menu li{
	float:left;
	width:109px;
	height:30px;
	color:#333333;
	}

*:first-child+html #head_menu li{
	height:20px;
	}

*html #head_menu li{
	height:10px;
	width:115px;
	}

#head_menu li.home{
	float:left;
	width:109px;
	height:30px;
	background:url(../image/bg_menu_line_home.gif) bottom no-repeat;
	}

*:first-child+html #head_menu li.home{
	height:20px;
	}

*html #head_menu li.home{
	height:10px;
	}

#head_menu li.end{
	float:left;
	width:109px;
	border:none;
	height:30px;
	background:url(../image/bg_menu_line_end.gif) bottom no-repeat;
	}
	
*:first-child+html #head_menu li.end{
	height:30px;
	}

*html #head_menu li.end{
	height:10px;
	}
	
#head_menu a,#head_menu a:link,#head_menu a:visited{
	text-decoration:none;
	color:#333333;
	background:url(../image/bg_menu_line.gif) bottom no-repeat;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	font-size:10px;
	}

*:first-child+html #head_menu a,#head_menu a:link,#head_menu a:visited{
	line-height:12px;
	}
	
*html #head_menu a,#head_menu a:link,#head_menu a:visited{
	line-height:14px;
	}

#head_menu a:hover{
	color:#333333;
	font-size:10px;
	background-color:#F2F2F2;
	}

#head_menu li.home a:hover{
	color:#333333;
	background:url(../image/bg_menu_line_home.gif) bottom no-repeat;
	background-color:#F2F2F2;
	}


*:first-child+html #head_menu a:hover{
	color:#333333;
	font-size:10px;
	}
#head_menu_new{width:940px; height:auto; float:left; margin:0px 0px 15px 10px;}
/*************************************************************5.フッター*/
#foot{
	margin:0px auto 0px auto;
	bottom:-1px;
	color:#666666;
	width:900px;
	height:45px;
	padding-top:10px;
	padding-left:50px;
	text-align:center;
	font-size:10px;
	text-align:left;
	}

*html #foot{
	width:900px;
	}

.jtext{
	margin:0px;
	padding:0px;
	text-align:center;
	float:left;
	height:10px;
	width:109px;
	font-size:10px;
	}
	
#foot address,p{
 font-size:10px;
 font-weight:normal;
 font-style:normal;
 float:left;
 width:750px;
	}

#foot strong{
	float:right;
	font-size:16px;
	width:150px;
	text-align:right;
	height:auto;
	line-height:20px;
	margin-top:-15px;
	}

/*************************************************************6.その他*/
input,textarea { background-color:#FFFFFF; }

/*************************************************************7.下部コンテンツ*/

#bottom{margin:25px auto 0px auto;width:900px;height:300px;padding-left:50px;text-align:left;background-repeat:repeat-y;line-height: 0;}

.bottom_menu{width:550px;height:200px;float:left;margin-left:20px;}

.bottom_menu_box_l_c{width:174px;height:auto;float:left;margin-right:14px;}
.bottom_menu_imgbutton_l_c{width:174px;height:auto;float:left;margin:0 0 20px 0;}
.bottom_menu_tittle_l_c{width:174px;height:auto;float:left;margin:0 0 0 0;}
.bottom_menu_text_l_c{width:174px;height:47px;float:left;color:#666666;font-size:12px;line-height:1.6em;margin-top:10px;}

.bottom_menu_box_r{width:174px;height:auto;float:left;}
.bottom_menu_imgbutton_r{width:174px;height:auto;float:left;margin:0 0 20px 0;}
.bottom_menu_tittle_r{width:174px;height:auto;float:left;margin:0 0 0 0;}
.bottom_menu_text_r{width:174px;height:47px;float:left;color:#666666;font-size:12px;line-height:1.6em;margin-top:10px;}

.bottom_info{width:330px;height:auto;float:left;}
.bottom_info_tittle{width:330px;height:auto;float:left;}
.bottom_info_text{width:330px;height:auto;float:left;}
.top_infomation_line{width:330px;height:auto;float:left;text-align:left; margin-top:8px}
/******************7.new*/
.bottom_menu_con{width:550px;height:285px;float:left;margin:55px 0px 0px 20px;}.bottom_menu_img_01{width:265px;height:90px;float:left;margin:0px 20px 16px 0px;}.bottom_menu_img_02{width:265px;height:90px;float:left;margin:0px 0px 16px 0px;}.bottom_menu_img_03{width:265px;height:40px;float:left;margin:0px 20px 0px 0px;}.bottom_menu_img_04{width:265px;height:40px;float:left;margin:0px 0xp 0px 0px;}

