@charset "UTF-8";

/* **************************************************************
 ページID　定義
************************************************************** */

#index {
	width: 563px;
}


/* **************************************************************
 ▼▼ スタイル定義 ▼▼
************************************************************** */

/* ******************************************
 Index　定義
****************************************** */

#index div.list-Lt {
	display: inline;
	float: left;
	width: 278px;
	background: url(../images/index_bg_002.gif) repeat-y;
	padding-bottom: 5px;
	border-bottom: 1px solid #b9c3db;
}

#index div.list-Rt {
	display: inline;
	float: right;
	width: 278px;
	background: url(../images/index_bg_002.gif) repeat-y;
	padding-bottom: 5px;
	border-bottom: 1px solid #b9c3db;
}

#index div.nest-L {
	width: 278px;
	background: url(../images/index_bg_001.gif) left top no-repeat;
	padding-top: 15px;
}

#index div.nest-M {
	width: 256px;
	margin: 0px auto;
}

#index div.nest-M h4 {
	width: 256px;
	margin-bottom: 7px;
}

#index div.nest-M img.photo {
	margin-bottom: 15px;
}

#index div.nest-M h5 {
	margin-bottom: 3px;
}

#index div.info-wrap {
	width: 256px;
	height: 103px;
	overflow-y: scroll;
}

#index div.info {
	width: 238px;
}

#index div.info ul {
	padding-top: 4px;
}

#index div.info li {
	width: 235px;
	margin-bottom: 4px;
	padding-bottom: 5px;
	background: url(../shared/images/line_bg_001.gif) bottom repeat-x;
	font-size: 70%;
}

#index div.info p.date {
	float: left;
	width: 70px;
	font-weight: bold;
	line-height: 1.2em;
}

#index div.info p.info-txt {
	float: right;
	width: 150px;
	line-height: 1.2em;
}

#index div.info p.info-txt a {
	text-decoration: underline;
}

#index div.marginB7 {
	margin-bottom: 7px;
}



