@charset "shift_jis";
/* CSS Document */

/*
ファイル名：
概要：このcssファイルはhttp://www.andpeace.jp/のレイアウト設定を記述しています
*/




/*レイアウトに関するスタイル*/


.mind-wrap{
	width:555px;
	margin-bottom:15px;
	padding:15px 0;
	background-color:#B4DAEE;
	background-image:url(../mind/img/mind_title_r2_c1.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	text-align:center;
}

.mind-wrap p{
	display:block;
	width:500px;
	text-align:left;
	color:#000;
	margin:0 auto 10px;
}

.mind-wrap h2{
	margin:3px auto 8px;
}

.jirei-wrap{
	width:405px;
	height:auto;
	margin:15px auto;
	background-image:url(../kensyu/img/jirei_r.jpg);
	background-repeat:repeat-y;
	background-position:right top;
	text-align:left;
}

.jirei-area{
	width:399px;
	border:solid 1px #666;
	padding:8px 0 15px;
}

.jirei-area h3{
	width:399px;
	font-size:14px;
	display:block;
	padding:3px 0;
	margin-bottom:10px;
	text-align:center;
}


.kensyu-link{
	width:500px;
	margin:10px auto 20px;
	text-align:left;
}


/*色に関するスタイル*/

#bg_yel{
	background-color:#FCF465;
}

#bg_grn{
	background-color:#BBDC70;
}

#bg_purp{
	background-color:#BE92CD;
}

#bg_pin{
	background-color:#FCB093;
}

#yel_1{
	color:#FCF465;
}

#gr_2{
	color:#6C0;
}

#purp_3{
	color:#C39;
}

#pin_4{
	color:#F96;
}

