@charset "utf-8";

/* ----------------------------------------------

	CSS information
	file name  :  style.css
	infomation :  内容
	
 ---------------------------------------------- */



#main{
	width:660px;
	padding:15px 30px 70px 0;
	position:relative;
	min-height:480px;
	}

#pop{
	position:absolute;
	left:-60px;
	top:100px;
	}


#pop02{
	position:absolute;
	right:-80px;
	bottom:-20px;
	}


.block{
	padding:20px 0;
	}

.tit{
	width:660px;
	background:url(images/h3.png) no-repeat left bottom;
	overflow:hidden;
	}
	
.tit h3{
	font-size:130%;
	font-weight:bold;
	line-height:1.0;
	color:#080059;
	float:left;
	padding-top: 2px;
	padding-bottom:20px;
	}
.tit .num{font-family:Arial, Helvetica, sans-serif;}


.tit .day{
	float:right;
	color:#ffffff;
	font-weight:bold;
	text-align:right;
	padding:7px 10px 0 0;
	}



.txt{
	width:430px;
	float:left;
	margin-top:10px;
	}



.photo{
	width:210px;
	float:right;
	margin-top:10px;
	}
	.photo img{
		border:2px solid #ffffff;
		}




/*左リスト*/
.backlist{
	width:194px;
	margin:0 auto;
	color:#ffffff;
	text-align:right;
	}
	
	.backlist ul{
		width:124px;
		margin:10px 0 0 70px;
		text-align:left;
		}
	
	.backlist li{
		padding:0px 0 12px 15px;
		background:url(images/arrow.gif) no-repeat left 0.3em;
		line-height:1.2;
		}

.backlist a{color:#ffffff;text-decoration:underline;}
.backlist a:hover{color:#080059;text-decoration:underline;}


.backlist .day{
	color:#cfdb00;
	letter-spacing:-0.1em;
	white-space: nowrap;
	}


