@charset "UTF-8";

html,body,
h1,h2,h3,h4,h5,h6,
div,p,a,img,ul,li {
	font-size: 12px;
	font-weight: normal;
	list-style: none;
	border: none;
	padding: 0;
	margin: 0;
	line-height: 1.3;
}

img{
	vertical-align: bottom;
}


html{
	height: 100%;
}

* html div#smain{
	height: 100%;
}

#smain{
	position: relative;
	min-height: 100%;
}

body > #smain {
	height: auto;
}


body{
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	height: 100%;
	background: url(../images/index/doa_bg.jpg) no-repeat;
	background-position: 50% 0;
}

#wrapper{
	height: 460px;
	left: 50%;
	margin-left: -400px;
	margin-top: -240px;
	overflow: auto;
	position: absolute;
	top: 50%;
	width: 800px;
	padding-bottom: 75px;
}


#wrapper h1{
	font-size: 10px;
}

#wrapper h2{
	width: 710px;
	background: url(../images/index/h2.gif) no-repeat;
	padding: 90px 0 20px 90px;
	margin: 20px 0;
	border-bottom: 1px solid black;
}

#kin{
	height: 191px;
	background: url(../images/index/18kin.gif) no-repeat;
	color: #999999;
	float: left;
	background-position: center top;
	padding-top: 40px;
	width: 440px;
	font-size: 14px;
}

#rightbox{
	float: left;
	margin: 40px 0 0 30px;
}

#rightbox a img{
	margin-right: 10px;
}


/*** フッター ***/

#footer{
	background-color: #292929;
	color: #FFFFFF;
	text-align: center;
	height: 75px;
	
	position:absolute;
	bottom:0px;
	width: 100%;
}

.link{
	position: relative;
	overflow: hidden;

}

#footer ul{
	padding-top: 20px;
	position: relative;
	left: 50%;
	float: left;
}


#footer li{
	float: left;
	background: url(../images/common/yajirusi3.gif) no-repeat;
	padding-left: 1em;
	margin-right: 5px;
	background-position: left;
	position: relative;
	left: -50%;
}

#footer p{
	margin-top: 10px;
	font-size: 10px;
}

#footer li a{
	font-size: 14px;
	color: #FF3D8B;
}

.clearfix:after {
	content:".";
	clear:both;
	height:0;
	display:block;
	visibility:hidden;
}

.clearfix {
	zoom:1;
}

