@charset "Shift_JIS";

/* 初期化 */
form, fieldset {
	padding: 0px;
	margin: 0px;
}
fieldset {
	border: none;
}
ul,ol,li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a {
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
a img {
	border: none;
}
h2 {
	font-size: 14px;
	margin: 0 0 35px 0;	
}
h3 {
	font-size: 12px;
	margin: 0 0 10px 0;	
	border-bottom: #CCC 1px dotted;
}
p {
	margin: 0 0 8px 0;	
}
.hss {
	color: #FF6600;	
}
	
/*全体*/
body {
	color: #D0D0D0;		/* 全体テキスト色 */
	font-size: 10px;		/* 全体テキストサイズ */
	line-height: 200%;		/* 全体テキスト行間 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #181818 url("../images/bg_bg.jpg") top center repeat-x;		/* 背景色 */
}
.btm {
	padding: 0px 0px;
	margin: 0px 0px;
	clear: both;
}

/*全体コンテナ*/
#wrapper {
	height: auto;
	text-align: center; /* for IE */
	margin: 0 0;
	padding: 0;
}
#all {
	width: 800px;
	height: auto;
	text-align: left; /* IE対策の副作用対策 */
	margin: 0 auto 0 auto;
	padding: 0px;
	background-color: #000;
}
/* メインコンテンツ */

#main {
	width: 800px;
	clear: both;
}
/* トップイメージ */
	#main .topimg {
		width: 800px;
		padding: 0 0 0 0;
		clear: both;
	}
/* コンテンツ */
	#main .cnt {
		width: 600px;
		padding: 50px 100px;
		clear: both;
	}
	#main .cnt_hfixed {
		width: 600px;
		height: 600px;
		padding: 50px 100px;
		clear: both;
	}
/* フッター */
	#footer {
		width: 800px;
		padding: 20px 0;
		clear: both;
	}

/*ABOUT*/
table.about {
	color: #D0D0D0;		/* 全体テキスト色 */
	font-size: 10px;		/* 全体テキストサイズ */
	line-height: 200%;		/* 全体テキスト行間 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	clear: both;
}
	table.about th {
		font-weight: normal;
		text-align: left;
		padding: 8px 0 8px 0;
		margin: 0px;
		vertical-align: top;
		border-bottom: #999 1px dotted;
	}
	table.about td {
		padding: 10px 0 10px 0;
		margin: 0px;
		vertical-align: top;
		border-bottom: #999 1px dotted;
	}

/*フォーム*/
table.qst {
	color: #D0D0D0;		/* 全体テキスト色 */
	font-size: 10px;		/* 全体テキストサイズ */
	line-height: 160%;		/* 全体テキスト行間 */
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	float: left;
}
	table.qst th {
		white-space: nowrap;
		font-weight: normal;
		text-align: left;
		padding: 15px 0 15px 10px;
		margin: 0px;
		vertical-align: top;
		border-bottom: 1px #999 dotted;
	}
	table.qst td {
		padding: 15px 0 15px 10px;
		margin: 0px;
		vertical-align: top;
		border-bottom: 1px #999 dotted;
	}
	.bt_send {
		width: 600px;
		text-align: center;
		margin: 0 0 0 0;
	  clear: both;
	}
