@import url("base.css");

/*-----------------------------------
	レイアウト
-----------------------------------*/
/*メインコンテンツ*/
#wrapper #contents{
	width:720px;
}
/*ヘッダー*/
#contents .update{
	padding:5px 0 11px;
	height:100%;
	background:url(../img/base/dot_3.gif) bottom repeat-x;
}
/*タイトル*/
#contents .update .title{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
/*日付*/
#contents .update .date{
	padding-left:6px;
	float:left;
	font-size:14px;
	font-family:Verdana;
}
/*月*/
#contents .update .month{
	font-family:Verdana;
	font-weight:bold;
	color:#00A0C6;
}
/*一覧に戻る*/
#contents .update .page_back{
	float:right;
}
/* 新着情報一覧
-----------------------------------*/
/*新着情報リスト*/
#contents .list{
}
/*新着情報*/
#contents .list .item{
	padding:1px 0px 2px;
	background-color:#FFFFFF;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
/*新着情報(青)*/
#contents .list .item .item_blue{
	padding:18px 20px;
	height:100%;
	background-color:#F1F5FA;
}
/*新着情報(白)*/
#contents .list .item .item_white{
	padding:18px 20px;
	height:100%;
	background-color:#FFFFFF;
}
/*写真*/
#contents .list .item .photo{
	padding:1px;
	float:left;
	border:solid 1px #D9D9D9;
	background-color:#FFFFFF;
}
/*詳細*/
#contents .list .item .text_area{
	width:590px;
	float:right;
}
/*更新日時*/
#contents .list .item .text_area .date{
}
/*タイトル*/
#contents .list .item .text_area .title{
	font-weight:bold;
	padding-bottom:4px;
}
/*テキスト*/
#contents .list .item .text_area .text{
	font-size:11px;
	line-height:14px;
	padding-bottom:8px;
}
/*詳細*/
#contents .list .item .text_area .details{
}

/* 新着情報詳細
-----------------------------------*/
/*詳細*/
#contents .info{
	padding-top:18px;
}
/*写真*/
#contents .info .photo{
	float:left;
	padding:1px;
	border:solid 1px #D9D9D9;
	background-color:#FFFFFF;
}
/*文章*/
#contents .info .text_area{
	float:right;
	width:627px;
	padding-bottom:34px;
}
/*更新日時*/
#contents .info .text_area .date{
	color:#333333;
}
/*タイトル*/
#contents .info .text_area .title{
	font-weight:bold;
}
/*詳細*/
#contents .info .text_area .details{
	line-height:20px;
	padding-bottom:16px;
}
/*ライトボックス*/
#contents .info_photo{
}
/*タイトル*/
#contents .info_photo .title{
	padding-bottom:1px;
	background:url(../img/base/dot_line.gif) bottom repeat-x;
}
/*写真*/
#contents .info_photo .photo_area{
	padding-top:10px;
	text-align: center;
}
/*フッター*/
#contents .info_footer{
	padding-top:12px;
	text-align:center;
}

/*-----------------------------------
	ボタン
-----------------------------------*/
/*詳細を見る*/
#contents a.bt_details{
	width:180px;
	height:35px;
	display:block;
	background:url(../img/news/details/bt_details.gif) top left no-repeat;
}
#contents a.bt_details:hover{
	background-position:top right;
}

