@charset "utf-8";


#content-box h2{

	background-repeat: no-repeat;
	background-position: 0px 0px;

	width: 500px;
	height: 53px;

	overflow: hidden;

	text-indent: -10000px;
}

#content-box h2#p01{

	background-image: url('../img/anchor_title01.gif');
}


#content-box h3{
	font-size:120%;
	border:1px solid #03C;
	color:#03C;
	padding:2px 0px 0px 4px;
	margin-bottom:10px;
}



#content-box p{

	line-height:180%;
}



#content-box p.p-bottom{

	padding-bottom:20px;
}

div.info-block{
	width: 600px;
}

div.a-info{
	width:200px;
	padding-bottom:20px;
	text-align:right;
	float:right;
}	


div.photo-box{
	float:left;
	width:240px;
	padding-bottom:30px;
}

div.photo-box#left{
	padding-right:20px;
}

div.photo-box div.midashi{
	width:240px;
	padding-bottom:5px;
	text-align:left;
}

div.photo-box div.midashi h5{
	font-size:12px;
	font-weight:normal;
	color:#03C;
}

div.photo-box.midashi p{
	font-size:10px;
}

/*ロールオーバーセット*/
a#rollover01{
	display: block;
	width:240px;
	height:240px;
	background-image:url("../img/anchir_photo01over.jpg");
}

a#rollover01:hover img{
	visibility:hidden;
}

a#rollover01:hover{
	background-color:white;
}

a#rollover02{
	display: block;
	width:240px;
	height:240px;
	background-image:url("../img/anchir_photo02over.jpg");
}

a#rollover02:hover img{
	visibility:hidden;
}

a#rollover02:hover{
	background-color:white;
}
/*ロールオーバーセットここまで*/



div.column{
	width:500px;
	padding-bottom:20px;
}

div.column img{
	padding-right:10px;
	padding-bottom:30px;
	float:left;
}

.floatclear {
	clear: both;
}















