@charset "Shift_JIS";


/*▼サイト共通▼*/
body{
	background-color:#ffe4e1;
	text-align:center;	/*ボックス要素を含めたセンタリング←削除不可*/
}

/* A{border:2px outset #ffffff} */
/* A{border:none} */

/* A:link{border:2px outset #ffffff;  text-decoration:none; background-color:#fff4f1;} */

/*a:visited{color:#000000; text-decoration:underline;}*/
a:hover{ /*color:#ffe4e1;*/
/*				background-color:#fff4f1; */
				text-decoration:underline;
/*				border:2px outset #ffffff;*/
}

/*▼ページ内共通▼*/


/*▼レイヤ１▼*/
#layer1{
}

#layer1 p{
	margin:5px 5px 0px 0px;
}


