@charset "utf-8"; 


@import "contents.css";
@import "layout.css";

/* すべてのページに共通のスタイル */
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#666666;
	margin:0 auto;
	padding:0;
	font-size:0.8em;
	line-height:1.5;
	background-color: #BC8F8F;
}

p{margin:5px 0 5px 0;}

a{
	color:#800000;
	text-decoration: none;
	outline: none;
}

a:hover {text-decoration: underline;}

img {border-style:none;}

.largehight{line-height: 2em;}


.bold{
	font-weight:bold;
	font-size:1em;
}

.caution {
	color:#DB7093;
	font-size:1em;
}


