@charset "utf-8"; 

@import "layout.css";
@import "top_contents.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:#E1E1E1;
}

p{margin:10px;}

a{
	color:#7C467D;
	text-decoration: none;
}

a:hover {
	color:#C991C6;
	text-decoration: underline;
}

img {border-style:none;}

ul{
	list-style-type:none;
}
.largehight{line-height: 2em;}


.bold{
	font-weight:bold;
	font-size:1em;
}

.caution {
	color:#DB7093;
	font-size:1em;
}


