/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
	height: 100%; 
}
div {
	text-align: left;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6,body,html,p,li,dt,dd,pre,form,fieldset,input,textarea,select {
	font-family: "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 0;
	color: #333;
	font-style: normal;
	font-size: medium;
	line-height: 1.5;
}
input, textarea {
	padding: 3px;
	margin-bottom: 2px;
}
ul,ol,dl,img {
	margin: 0;
	padding: 0;
}
ul,ol {
	list-style-type: none;
}
img {
	border: none;
	margin: 0; padding: 0;
	font-size: 0%;
	line-height: 0%;
}
em {
	font-style: normal;
	font-weight: bold;
}

/*-- 共通 -----------------------------------------------------*/

#base {
	width: 100%;
	text-align: center;
}

#wrap {
	padding: 50px 1em;
	text-align: left;
}

.form_w {
	width: 95%;
	text-align: left;
	margin: 0 auto;
}

dl { padding: 50px 0; }
dl dt {
	padding: 0 0 5px 1.3em;
	background: url(../images/ic_list.gif) left top no-repeat;
	font-weight: bold;
}
dl dt span { font-weight: normal; }
dl dd { padding-bottom: 20px; }



/*-- ヘッダ -----------------------------------------------------*/

#header {
	background: #FF8533;
	height: 50px;
	padding: 5px 0;
	text-align: center;
}





/*-- フッタ -----------------------------------------------------*/

#footer {
	clear: both;
	background: url(../images/temp/ft_bk.gif) repeat-x bottom #FF8533;
	padding: 15px 0;
	text-align: center;
}
#footer p {
	font-size: small;
	color: white;
}

#footer div {
	margin: 20px auto;
	width: 240px;
}



/*-- フォーム -----------------------------------------------------*/

#inq_err {
	color: #C00;
	font-weight: bold;
	text-align: center;
	font-size: 120%;
	padding-bottom: 30px;
}

#thanx p {
	padding: 10px 0;
}

	

/*-- その他 -----------------------------------------------------*/


a { text-decoration: underline; } 
a:link {color: #FF6702;}
a:visited {color: #c60;}
a:hover {color: #c60; text-decoration: none; } 
a:active  {color: #c60;}	

.fc_red { color: #E50012; }

.txt_l { text-align: left; }
.txt_c { text-align: center; margin: 0 auto; }
.txt_r { text-align: right; }
.va_t { vertical-align: top; }
.cb { clear: both; }



/*-- テーブル -------------------------------------------------*/

table {
	width: 100%;
	margin: 40px auto;
	border-collapse: collapse;
	border-spacing: 0;
}
th, td {
	padding: 20px 20px 15px 20px;
	border-bottom: dashed #ccc 1px;
}
th {
	text-align: center;
	font-weight: bold;
	background: #FFF0CC;
	color: #555;
	white-space: nowrap;
	width: 8em;
}





/*-- eof -------------------------------------------------------*/
