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

img{border:0;}

a:link {color:#03F}   
a:visited {color:#03F}
a:hover {color:#C00}  
a:active {color:#F00} 

td{
	padding:0.2em;
	background-color: #FFC;
}

ul{
	padding:0;
	margin:0 1.5em;
}

ul.spacer li{
	padding:0.5em 0;
	font-size:x-small;
}

ul.spacer strong{
	font-weight:bold;
	color:#FF3300;
	font-size:small;
}

em{
	font-style:normal;
	color:#03F;	
}

th{
	padding:0.2em;
	background-color:#009;
	color:#FFF;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0 0 8px 0;
}

h2.in_topics{
	margin:8px 0;
	font-weight:bold;
	color:#FFF;
	font-size:1em;
	background-color: #03C;
	line-height: 1em;
	padding: 4px;
}

h2.pickup{
	margin:8px 0;
	font-weight:bold;
	color:#fff;
	font-size:1em;
	background-color: #900;
	line-height: 1em;
	padding: 4px;
}

body {
	background-image: url(../images/background.gif);
	background-repeat:repeat-x;
	margin: 0;
	background-color:#e2cfc7;
	text-align:center;
	font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	font-size: small;
}
#error{
	font-weight:bold;
	color:#F00;
}

.alert_msg{
	font-weight:bold;
	color:#F00;
}

#main{
	width:800px;
	background-color:#FFF;
	text-align:left;
}

#header{
	position:relative;
	background-image:url(../images/header.gif);
	height:65px;
}


#main #header #menu{
	position:absolute;
	top:10px;
	width:390px;
	height:23px;
	left: 200px;
}


#main #header #menu ul{
	margin:0px;
	padding: 2px 0 0 12px;
	list-style:none;
	
}

#main #header #menu a:link {color:#000; text-decoration:none;}   
#main #header #menu a:visited {color:#000; text-decoration:none;}
#main #header #menu a:hover {color:#C00; text-decoration:underline;}  
#main #header #menu a:active {color:#F00; text-decoration:none;} 

#main #header #menu li.nrm{
	float:left;
	font-size:14px;
	padding-left:12px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_cursor.gif);
	padding-right: 16px;
	white-space:nowrap;
}
#main #header #menu li.rev{
	float:left;
	font-size:14px;
	padding-left:12px;
	padding-right:16px;
	background-repeat:no-repeat;
	background-image:url(../images/menu_cursor_r.gif);
	font-weight:bold;
	color:#3c8d02;
	white-space:nowrap;
}

#main #header #entry{
	clear:both;
	position:absolute;
	left:598px;
	top:10px;
}

#main #contents{
	padding:20px;
	border:1px solid #f7730a;
}

#top_contents{
	padding:2em 0 0 0;
	text-align:center;
	
}

#top_text{
	padding:1em 0 0 0;
	line-height:2em;
	font-size: x-small;
}

#topics{
	padding:1em 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 656px;
	text-align: center;
}

#footer{

}

.text_center{
	text-align:center;
}

ul#event_txt{
	width:480px;
	height:160px;
	border:1px solid #999;
	margin:0px;
	padding: 3px 12px 0 0px;
	list-style:none;
}

#event_txt li{
	text-align:left;
	margin:0 0.5em;
	padding-left:16px;
	padding-right:16px;
	background-repeat:no-repeat;
	background-image:url(../images/topics_cursor.gif);
	border-bottom:1px dotted #666;
}

.float_left{
	float:left;
}

.float_left_txt{
	float:left;
	padding:0 16px;
}

.clear_both{
	clear:both;
}

.topics_frame{
	width:140px;
	height:180px;
	border:1px solid #999;
	margin:0px 4px 8px 4px;
	padding: 0.5em;
	float: left;
	text-align:center;
}

.topics_title {
	text-align:left;
	margin:0 0.5em;
	padding-left:12px;
	background-repeat:no-repeat;
	background-image:url(../images/topics_cursor.gif);
	font-size: 12px;
	line-height: 16px;
}

.notice_l{
	font-style:italic;
	color:#333;
	font-size: x-small;
}

.notice{
	font-style:italic;
	color:#333;
	font-size: xx-small;
}

.sorry{
	color:#FFF;
	background-color:#F00;
	border:1px solid #900;
	padding:5px;
}


.result_frame{
	padding: 7px;
	float: left;
}
