/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html,body {
	height: 100%; 
}
html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%; 
	background: url(../images/temp/bk.jpg);
}
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: large;
	line-height: 1.7;
}
input, textarea {
	padding: 3px 5px 5px 5px;
	margin-bottom: 2px;
	border: none;
}
ul,ol,dl,img {
	margin: 0;
	padding: 0;
}
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;
}
#container {
	width: 1000px;
	text-align: left;
}

#fixedTop {
	position: fixed;
	bottom: 0;
	right: 0;
	height: 80px;
	margin: 0 50px 0 0;
	z-index: 101;
}



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

#header {
	background: url(../images/temp/hd_bk.jpg) center;
	height: 260px;
}
#header #logo {
	width: 260px;
	height: 120px;
	margin: 0 auto;
	padding: 25px 0;
}

#header #hd_inq {
	width: 1000px;
	margin: 0 auto;
}

#header #hd_inq img {
	float: right;
	width: 250px;
}
/*
#header #hd_inq {
	float: right;
	top: 0;
	right: 0;
	height: 70px;
	margin: 0 50px 0 0;
	z-index: 102;
}
*/

#header #line {
	background: url(../images/temp/hd_line.png);
	height: 30px;
	text-align: center;
}
#header #line p {
	color: white;
	font-size: small;
	line-height: 2.5;
}

/*-- スイッチ -----*/

#header ul {
	width: 1000px;
	margin: 0 auto;
}
#header ul li {
	float: left;
	width: 250px;
	height: 57px;
}



/*-- コンテンツ -----------------------------------------------------*/

h2, h3 {
	text-indent: -9998px;
}
h2 {
	margin: 80px auto 20px auto;
	width: 250px;
	height: 40px;
}




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

#footer {
	margin-top: 100px;
	background: url(../images/temp/ft_bk.png) repeat-x;
	padding: 35px 0 30px 0;
 	text-align: center;
}
#footer div {
	width: 500px;
	margin: 0 auto 15px auto;
}
#footer dt, #footer dd, #footer p {
	color: white;
	padding: 10px;
	text-indent: 0;
	font-size: medium;
}
#footer dl {
	width: 1000px;
	margin: 20px auto 0 auto;
}
#footer dt, #footer dd {
	float: left;
	padding: 0;
	text-align: left;
}
#footer dt {
	width: 80px;
	padding-left: 120px;
}
#footer dd {
	width: 800px;
}
#footer p {
	color: white;
	font-size: small;
}
#footer a {
	line-height: 6;
	text-decoration: none;
	font-size: x-small;
	color: #fc9;
}
#footer a:hover {
	text-decoration: underline;
}


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


a { text-decoration: underline; } 
a:link {color: #333333;}
a:visited {color: #000099;}
a:hover {color: #0000cc; text-decoration: none; } 
a:active  {color: #0000ff;}	

.spc_0 { margin: 0px; padding: 0px; }

.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; }




