@charset "utf-8";
/*
コミュニティトップ
*/

/* #breadcrumbs --------------------*/
#breadcrumbs{
	margin:10px 0 8px 5px;
	overflow:hidden;
	font-family:" "ＭＳ Ｐゴシック", "MS PGothic",ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}
#breadcrumbs li{
	float:left;
	margin-left:6px;
	font-size:11px;
}
#breadcrumbs li a{
	background:url(/img/common/arrow-breadcrumbs.png) no-repeat 100% 50%;
	padding-right:13px;
	line-height:1.5;
}

/* #contents --------------------*/
#contents{
	position:relative;
	clear:both;
	width:942px;
	margin:0 9px;
	overflow:hidden;
	font-size:120%;
}

/* #main --------------------*/
#main{
	float:none;
	width:auto;
}
#main > h3:first-child{
	float:left;
	width: auto;
	height: auto;
	margin-bottom: auto;
}
#main > h1{
	margin-left:236px;
	height: 51px;
}
#main > h2{
	margin:20px 0 18px 35px;
}

#main > .photo{
	float: right;
	width: 33%;
}

#main .about{
	margin: 15px 15px 15px 35px;
	border: 2px solid #ccc;
	padding: 15px;
}
#main .about p{
	margin: 0;
	padding: 0;
}