@charset "utf-8";
/* CSS Document */

/* レイアウト基本設定 
----------------------------------------------------- */
* {
	margin:0;
	padding:0;
	font-style: normal;
	list-style-type: none;
}
body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-image: url(img/pattern_bg.jpg);
}

/*基本文字リンクカラーの設定
----------------------------------------------------- */
a:link, a:active, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}


/*フォントサイズの設定
----------------------------------------------------- */
.font10{
	font-size:10px;
	line-height: 150%;
}
.font12{
	font-size:12px;
	line-height: 150%;
}
.font14{
	font-size:14px;
	line-height: 150%;
}
.font16{
	font-size:16px;
	line-height: 150%;
}

/*マージンの設定
----------------------------------------------------- */
.margin10{margin-bottom:10px;}
.margin20{margin-bottom:20px;}
.margin30{margin-bottom:30px;}
.margin40{margin-bottom:40px;}

/*画面中央に表示するためのセレクタ
----------------------------------------------------- */
#container {
	width: 890px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 15px;
}

/*ヘッダーの設定
----------------------------------------------------- */
#header {
	width: 100%;
	text-align: center;
	color: #000000;
	height: 129px;
	background-color: #660033;
	background-image: url(img/h-bg.jpg);
	background-repeat: repeat-x;
}

#header h1 {
	font-size:20px;
	font-weight: bold;
	background-color: #000000;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #FFFFFF;
	clear: both;
}

.h-box {
	height: 131px;
	width: 990px;
}
.h-left {
	float:left;
	z-index: 999;
	position: relative;
}
.h-right {
	float:right;
	background-image: url(img/h_right_img.png);
	background-repeat: no-repeat;
	height: 130px;
	width: 760px;
	position: absolute;
	top: 0px;
	right: 0px;
}


/*メインの設定
----------------------------------------------------- */
#main {
	padding-top: 10px;
	margin-right: auto;
	margin-left: 35px;
}

#main input {padding:5px;}


dl.contents {
	width: 400px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	height: 250px;
}
.contents dt {
	background-color: #FFCCCC;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 5px;
	color: #660033;
	margin-bottom: 5px;
}
.contents dd {
	font-size: 14px;
	line-height: 140%;
}
.con-img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.con-txt {
	text-align: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/*フッターの設定
----------------------------------------------------- */
#footer {
	width: 100%;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

