﻿


/* ::::::::::::::::::::::::::::::インフォヘッダー*/
#info_head{
	float:left;
	margin:0px;
	padding:0px;
	width: 568px;
 	height:10px;
	background-image: url(../images/info/info_head.gif);
	background-repeat: no-repeat;
	background-position:bottom;


}


/* ::::::::::::::::::::::::::::::インフォボディー*/
#info_body{
	float:left;
	margin:0px;
	padding:0px;
	width: 568px;
	background-image: url(../images/info/info_body.gif);
	background-repeat: repeat-y;
	background-position:top;
	


}


/* ::::::::::::::::::::::::::::::インフォフッター*/
#info_bottom{
	float:left;
	margin-bottom:10px;
	padding:0px;
	width: 568px;
 	height:10px;
	background-image: url(../images/info/info_bottom.gif);
	background-repeat: no-repeat;
	background-position:top;


}

/* ::::::::::::::::::::::::::::::ライン*/
.line{
	width:330px;
	margin:15px;
	margin-top:5px;
	margin-bottom:0px;
	padding:0px;
	text-align:left;




}


/* ::::::::::::::::::::::::::::::詳細*/
.details{

	margin:0px;
	padding:15px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:left;
	color:#182F17;
	font-size:12px;
	line-height:22px;



}


/* ::::::::::::::::::::::::::::::写真*/
.pic{

	margin:15px;



}


/* ::::::::::::::::::::::::::::::日付*/
.date{
	color:#ff0000;
	font-size:12px;
	

}


/* ::::::::::::::::::::::::::::::タイトル*/
.info_title{
	color:#365934;
	font-size:16px;
	font-weight:bold;
	line-height:30px;

	

}


