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

html, body{
	background-color:#000;
	width:100%;
	height:auto;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

a:link, a:visited,
a:hover, a:active { text-decoration: none; }
a:link		{ color:#FFF; }
a:visited	{ color:#FFF; }
a:hover		{ color:#971E23;}
a:active	{ color:#FFF; }

#wrap {
	width:980px;
	height:auto;
	margin:0px auto;
	background-color:#999;
}


#header {
	width:980px;
	height:895px;
	background-image:url(../img/bk1.jpg);
	background-repeat:no-repeat;
	position:relative;
}


#menu {
	width:100%;
	background-color:#D0BBA5;
	position:absolute;
	top:530px;
	opacity:0.9;
}

#menubox {
	width:400px;
	margin:0px auto;
	text-align:center;
	padding:7px 0px;
}

#menubox span {
	font-size:15px;
	color:#FFF;
	letter-spacing:3px;
	margin:0px 10px;
}


#company {
	width:980px;
	height:830px;
	background-image:url(../img/bk2.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#textbox {
	width:450px;
	height:auto;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:140%;
	top:60px;
	left:50px;
}

#textbox_02 {
	width:650px;
	height:auto;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:200%;
	top:60px;
	left:50px;
}

#gaiyou {
	width:980px;
	height:895px;
	background-image:url(../img/bk3.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#otoiawase {
	width:450px;
	position:absolute;
	font-size:14px;
	font-weight:bold;
	letter-spacing:3px;
	line-height:140%;
	top:550px;
	padding-top:50px;
	left:50px;
}

#copy {
	width:965px;
	background-color:#971E23;
	color:#FFF;
	font-size:12px;
	text-align:left;
	padding:3px 0px 0px 15px;
	line-height:250%;
	letter-spacing:1px;

}

#footer_top {
	right: 0px; 
	bottom: 15px;
	position:fixed;
	line-height:180%;
	padding:2px 20px 0px 5px;
	width:60px;
	background-color:#FFF;
	font-size:12px;
	color:#971E23;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-weight:bold;
}

#footer_top a:link, #footer_top a:visited,
#footer_top a:hover, #footer_top a:active { text-decoration: none; }
#footer_top a:link		{ color:#971E23; }
#footer_top a:visited	{ color:#971E23; }
#footer_top a:hover		{ color:#000;}
#footer_top a:active	{ color:#971E23; }