@charset "shift_jis";




/*コンテンツの中身----------------------------*/



.c_box{
	width: 620px;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
}

.c_box_l{
	width: 420px;
	float: left;
	padding-left: 15px;
}

.c_box_l p{
	text-align: left;
}

.c_box_r{
	width: 170px;
	float: right;
}

.c_box_one{
	padding-left: 15px;
	margin-top: 15px;
}


.floatend{
	clear: both;
}

.tolink{
	color: #F90;
	text-decoration: none;
}

/*新着情報----------------------------*/

.new_box_w{
	width: 600px;
	clear: both;
	padding-top: 10px;
	border-bottom: solid 1px #000000;
	height: 120px;
	margin-left: 20px; 
}

.new_box_g{
	width: 600px;
	clear: both;
	padding-top: 10px;
	border-bottom: solid 1px #000000;
	height: 120px;
	margin-left: 20px;
	background: #F2F3E9;
}

.new_l{
	width: 470px;
	float: left;
}

.new_l p{
	text-align: left;
	padding-left: 20px;
}

.new_r{
	width: 110px;
	float: right;
	padding-right: 10px;
}

.new_title{
		font-weight: bold;
		font-size: 130%;
		color: #FF8800;
		margin-left: -10px;
}

.new_text{
	text-align: left;
	line-height: 1.5em;
	font-size: 120%; 
	
}

.day{
	margin-left: 380px;
	padding-top: 10px;
}


/*フッター部分----------------------------*/

#footer{
		clear: both;
		width: 900px;
}

#href_top{
	width: 120px;
	margin-left: 750px;
	padding: 5px 5px;
	background: #F7B525;
}

#href_top a{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}


#f_navi{
	background: #F7B525;
	padding-top: 15px;
	padding-bottom: 8px;
	color: #ffffff;
}

#f_navi p{
	text-align: center;
}

#f_navi p a{
	color: #ffffff;
	text-decoration: none;
}

#f_navi strong{
	font-weight: normal;
	color: #ff6633;
}

#f_navi p a:hover{
	/*background: #ffffcc;*/
	text-decoration: underline;
	color: #ffffff;


}

.f-logo{
	padding-bottom: 10px;

}


#copyright{
	text-align: right;
	background: #F7B525;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #ffffff;
	padding-right: 20px;

}

em{
	visibility: hidden;
}



