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

/* 共通タグ部分 */
body{
	background-image:url(../images/top/bg_line.jpg);
	background-position:center top;
	font-size:12px;
	color:#666666;
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	line-height:120%;
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#waku{
	background-image:url(../images/top/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/* ページ全体 */
#page{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

/* ヘッダ */
#page #header{
	height:140px;
	text-align:center;
	/*
	background-color:#FFCC00;
	filter:alpha(opacity=50);
	*/
}



/* フッタ */
#page #footer{
	margin-top:5px;
	
	height:50px;
	clear:both;
	
	/*
	background-color:#CC0000;
	filter:alpha(opacity=50);
	*/
}


/* コンテンツ */
#page #contents{

}

#page #contents #main_flash{

	width:900px;
	height:510px;
	margin-top:7px;
	
	/*
	background-color:#FFFFFF;
	filter:alpha(opacity=50);
	*/
	
}

#page #contents #main{
	margin-top:0px;
	clear:both;
	
	/*
	background-color:#009999;
	filter:alpha(opacity=50);
	*/
}

#page #contents #main #left{
	position:relative;
	top:5px;
	left:27px;
	margin-top:5px;
	width:200px;
	float:left;
	
	/*
	background-color:#006600;
	filter:alpha(opacity=50);
	*/
}
#page #contents #main #right{
	position:relative;
	left:30px;
	width:650px;
	float:left;
	
	/*
	background-color:#FF3399;
	filter:alpha(opacity=50);
	*/
}





#page #contents #main #left #mail{
	width:200px;
	height:370px;
	background-image:url(../images/left/mail_bg.gif);
	background-repeat: no-repeat;
	position:relative;
	left:-5px;


}
#page #contents #main #left #mail form{
	position:relative;
	left:22px;
	top:203px;
	line-height:100%;
}

#page #contents #main #left #mail option{
	line-height:150%;
	font-size:12px;
}

#page #contents #main #left #mail input,#page #contents #main #left #mail select{
	margin-bottom:3px;
	margin-top:3px;
	display:block;
	width:150px;

}
#page #contents #main #left #mail .title{
	color:#FF3300;
	font-weight:bold;
	font-size:10px;
	margin-left:5px;
}


#page #contents #main #left #sanka{
	width:200px;
	height:220px;
	background-image:url(../images/left/sanka.gif);
	background-repeat: no-repeat;
	position:relative;
	left:-6px;
	cursor:pointer;
}
#page #contents #main #left .event_list{
	margin-bottom:10px;
}

#page #contents #main #left #links{
	margin:10px;
}
#page #contents #main #left #links img{
	margin-bottom:10px;
	display:block;
}

.block{
	margin-top:5px;
	margin-left:5px;
}

.pager{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

.pager .non{
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	margin:2px;
	color:#333333;
	border: 1px solid #999999;
	text-decoration: none;
}

.pager .page{
	background-image:url(../images/pager.jpg);
	padding-top:3px;
	padding-bottom:3px;
	padding-left:6px;
	padding-right:6px;
	margin:2px;
	color:#FFFFFF;
	border: 1px solid #999999;
	text-decoration: none;
}



