@charset "utf-8";
/* ===================================================================
CSS information

 file name  :town.css
 author     :varietop
 style info :街で見るファーストロック
=================================================================== */
#content{
	margin:25px 0 50px 0;
	clear:both;
}
#content h3{
	color:#660066;
	font-size:32px;
	font-weight:bold;
	margin-bottom:30px;
}
#content h4{
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	padding:10px;
	margin-top:10px;
	/*角丸*/
	border-radius: 5px;        /* CSS3草案 */  
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 5px;   /* Firefox用 */

}
p.photo01 {
	margin:0 auto;
	text-align:center;
	margin-bottom:40px!important;
}
#content .box{
	width:707px;
	overflow:hidden;
	clear:both;
}
#content .box .imgbox{
	width:145px;
	float:left;
}
.imgbox p {
	text-align:center;
}
#content .box .txtbox{
	width:542px;
	float:right;
}

#content p{
	margin:10px 0 20px 0;
}
#content .mb50{
	margin-bottom:50px;
}
.color1{
	background:#8470b3;
}
.color2{
	background:#5871af;
}
.color3{
	background:#67a4cb;
}
.color4{
	background:#57abb8;
}
.color5{
	background:#4da58d;
}
.color6{
	background:#70a54d;
}
.color7{
	background:#a5a44d;
}
.txtR{
	text-align:right;
}
.imgC{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	margin-bottom:5px;
}
