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

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




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


.acv_wrap{
	width:555px;
	margin:15px 0;
	text-align:center;
}

.acv_wrap ul{
	width:555px;
	margin:10px auto 35px;
}

.acv_wrap ul li{
	text-align:left;
	color:#000;
	padding:8px 0 0;
	margin-left:30px;
	/*border-bottom:dotted 1px #999;*/
	list-style-type:disc;
}

.acv_wrap p{
	text-align:right;
	color:#000;
	padding:8px 0 0;
	margin-left:10px;
}

.acv_wrap h3{
	font-size:12px;
	font-weight:bold;
	text-align:left;
	color:#000;
	padding:8px 0 5px;
	margin-left:10px;
	border-bottom:dotted 1px #999;
}


.comp_wrap h2{
	margin:3px auto 8px;
}


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

#red_emp{
	color:#C01B26;
	font-weight:bold;
}
