@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      contents.css
 Author:         Takuro Toyama
 Style Info:     個別レイアウト
----------------------------------------------------------- */

div.mainImage {
	clear: both;
	width: 900px;
	padding-bottom: 15px;
}

div.contentList {
	float: left;
	clear: both;
	width: 543px;
	margin-bottom: 10px;
	padding: 7px 7px 0;
	background: #eeeeee url(../images/contents_bg.gif) repeat-x left top;
	border: #dfdfdf 1px solid;
	line-height: 1.3;
}
div.contentList h3 {
	margin: 0 0 5px 88px;
	font-size: 110%;
	font-weight: bold;
}
div.contentList p {
	margin: 0 0 0 88px;
}
div.contentList p.photo {
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	line-height: 1;
}
div.contentList p.photo a {
	background: #FFF;
}
div.contentList p.photo a img {
	border: #CCC 1px solid;
}

div.rssNews {
	margin-bottom: 10px;
	padding: 0 0 0 15px;
	border: #CCCCCC 1px solid;
}
div.rssNews iframe {
	font-size: 12px;
}