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

/*
1.エリア
2.ヘッダー
3.サブヘッダー
4.ヘッダーメニュー
5.フッター(トップ)
6.フッター(カテゴリ)
7.その他
*/

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

a,
a:link,
a,visited{
	color:#0000CC;}
	
a:hover{
	color:#FF6600;
	background-color:#FFFFFF;
	text-decoration:underline;
	}

.fontred{
	color:#FF0000;
	}

/**************************************************************/


*{ margin:0; padding:0;}

body{
	color:#000000;/*通常のテキストカラー*/
	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;
	}


/*************************************************************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{

	height:auto;
	padding:0px;
	color:#000000;
	text-decoration:none;
	background:url(../image/bg_title_line.gif) repeat-x top;
	}

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

*html #head_menu{width:780px;}

#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;
	}
/*************************************************************5.フッター(トップ)*/
#foot{
	margin:0px auto 0px auto;
	bottom:-1px;
	color:#666666;
	width:900px;
	height:30px;
	padding-top:10px;
	padding-left:50px;
	text-align:center;
	font-size:10px;
	text-align:left;
	}

*html #foot{
	width:950px;
	}

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

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

/*************************************************************6.フッター(カテゴリ)*/
#foot_c{
	margin:0px auto 0px auto;
	bottom:-1px;
	color:#666666;
	width:950px;
	height:30px;
	text-align:center;
	font-size:10px;
	text-align:left;
	background:url(../image/bg_side_main.gif) repeat-y #FFFFFF;;
	}

*html #foot_c{
	width:950px;
	}

.jtext{
	margin:0px;
	padding:0px;
	text-align:center;
	float:left;
	height:10px;
	width:109px;
	font-size:10px;
	}
	
#foot_c p{
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	float:left;
	width:500px;
	padding:5px 0 0 10px;
	}

*html #foot_c p{
	width:500px;
	padding:5px 0 0 40px;
	}

#foot_c address{
	font-size:10px;
	font-weight:normal;
	font-style:normal;
	float:left;
	width:500px;
	padding:0 0 0 10px;
	}

*html #foot_c address{
	width:600px;
	padding:0 0 0 40px;
}

#foot_c strong{
	font-size:12px;
	width:200px;
	float:left;
	line-height:30px;
	padding:0 0 0 30px;
	color:#333333;
	text-align:center;
	}

*html #foot_c strong{
	width:200px;
	padding:0 0 0 50px;
}
/*************************************************************6.その他*/
input,textarea { background-color:#FFFFFF; }


.uptop{
	background:url(../image/bg_side_main.gif) repeat-y;
	margin:0px auto 0px auto;
	width:935px;
	text-align:right;
	padding-right:15px;
	}

*html .uptop{
	width:950px;
}


/*************************************************************イベントボタン*/

#evens_toukyu_ad{width:325px; height:auto; float:left; margin:0px 10px 0px 0px;}
#evens_intview{width:225px; height:auto; float:left;}
