@charset "utf-8";
/* CSS Document */
body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	color: #FFC;
	text-shadow: 3px 3px 3px rgba(0,0,0,1);
	background-color: #000;
}

div#in-frame {
	width: 670px;
	background-color: #000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

div#in-frame h1 {
	background-image: url(../images/menu_header/h1.jpg);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 30px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}

div#in-frame h2 {
	background-image: url(../images/olivestar.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	line-height: 18px;
	padding-left: 20px;
	margin-top: 0;
	margin-bottom: 0;
	color: #CCC;
	background-position: 0px -2px;
}
div#in-frame p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 0px;
	color: #FFC;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-left: 20px;	
}
#in-frame p a {
	text-decoration: none;
}

.red {
	font-weight: bold;
	color: #930;
}
