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

/*------------ メイン背景 ------------*/
body {
	background-image: url(../images/main_back.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/*------------ メイン画像 ------------*/
#contents #top_wp {
	width: 885px;
	padding-top: 35px;
	padding-left: 15px;
	background-image: url(../images/pink_line.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

/*------------ お知らせ ------------*/
#contents #info_wp {
	padding: 20px 7px 35px 0;
}

#contents #info_wp h2 {
	padding-left: 15px;
	padding-bottom: 20px;
	text-indent:0px;
	width:55px;
	height:14px;
}

#contents #info_wp table {
	width: 500px;
	padding-left: 7px;
	border-collapse: collapse;
	float: left;
	float:left;
	margin-bottom:10px;
}

#contents #info_wp table { 
	border-bottom: 1px solid #E4E4E4;
}

#contents #info_wp table th {  
	padding:5px 0 5px 15px;  
	color: #666666;
	font-weight: normal;
	/*
	border-bottom: 1px solid #E4E4E4;
	*/
}

#contents #info_wp table .day {
	width:100px;  
	padding:5px 0 5px 15px;  
	color: #666666;
	font-weight: normal;
	/*
	border-bottom: 1px solid #E4E4E4;
	*/
}

#contents #info_wp table td {  
	width: 305px;
	color: #00A0E9;
/*
	padding: 7px 5px 7px 25px;
	background-image: url(../images/top_info_icon.gif) ;
	background-position: left center;
	background-repeat: no-repeat;
*/
}

/*--0116--*/

.top_img_i {
	float:left;
	width:500px;
}

.top_img_h {
	padding:1px;
	border:#CCCCCC 1px solid;
	width:178px;
	float:left;
	margin:0 20px 0 0;
}

.center_img_i {
	width:480px;
	float:left;
	padding:0 0 0 15px;
}

.lineup {
	width:500px;
}

.lineup p {
	width:130px;
	color: #00A0E9;
	background-image: url(../images/top_info_icon.gif) ;
	background-position: left center;
	background-repeat: no-repeat;
	float:right;
	text-align:right;

}

.lineup a {
	color:#0066FF;
	text-decoration:none;
}

.lineup a:hover {
	color:#0066FF;
	text-decoration:underline;
}


