@charset "utf-8";

/*-----------------------------------------------
基本設定
----------------------------------------------- */
.main_right{
	/*width: 610px;*/
}
.main_right .page570{
	/*width:570px;*/
}

/*-----------------------------------------------
コンテンツ
----------------------------------------------- */
.ph_l{
	margin:0px 0px 20px;padding:0px;
}
.ph_l img{
	float:left;
	margin:0px 10px 0px 0px;padding:0px;
}
.ph_l p{
	margin:0px 0px;padding:0px;
}

/*-----------------------------------------------
メールフォーム
----------------------------------------------- */

/* 表組みサイズ*/

table.full {
	width:100%;
}

table.cell01 .part{
	width:10%;
}

table.cell02 .part{
	width:20%;
}

table.cell03 .part{
	width:30%;
}

table.squareborder{
	border: solid 1px #bbb;
	border-collapse: separate;
	border-spacing:5px;
	margin-bottom:3px;
}

table.squareborder td{
	background-color:#ececec;
	padding:3px;
	width:70%;
}

table.squareborder td.item{
	background-color:#e6e6e6;
	width:30%;
}
.align_center{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

.txred{
	color:#cc0000;
}

