@charset "utf-8";
/* CSS Document */

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-image:url(image/bg.png);
	background-repeat:repeat;
	background-position:center;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding-right: 15px;
	padding-left: 15px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
a img { 
	border: none;
}
a:link {
	color:#CC3333;
}
a:visited {
	color: #CC3333;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;

}

.font1 {
	font-size: 24px;
	font-weight: bold;
	color: #FE0072;
	line-height: normal;
}
.foot {
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
	background-image: url(image/foot.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 25px;
	padding-top: 50px;
}
.font1 {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

.huto {
	font-size: 18px;
	font-weight: bold;
}
.line {
	text-decoration: overline;
}
.head_bg {
	background-image: url(image/h_bg.png);
	background-repeat: repeat-x;
	height: 251px;
	width: 100%;
	background-position: top;
}
.center_h {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 251px;
	background-image: url(image/h_bg.png);
	background-repeat: repeat-x;
}
.setumei {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 10px;
	font-weight: bold;
	text-align: left;
	line-height: 10px;
	margin-left: 4px;
}
