html{
    height:100%;
}

h1,h2{
	display:none;
}

body{
	height:100%;
}

div#container{
    width: 720px;
    margin:0px auto;
    position:relative;
    height: 100%;
    min-height: 100%;
	background-color:#000000;
	text-align:left;
	border-left:1px solid #5b5b5b;
	border-right:1px solid #5b5b5b;
}

body > #container {
    	height:auto;
}


*:first-child+html #container{
    min-height: 100%;
    height:auto;
	background-color:#000000;
	border-left:1px solid #5b5b5b;
	border-right:1px solid #5b5b5b;
}

div#main{
	/*position:relative;*/
	width:720px;
	color:#FFFFFF;
	margin-top:0px;
	padding:60px 0px 25px 0px;
	/*height:100%;*/
}

*:first-child+html #main{
	position:relative;
	/*height:100%;*/
}


#foot{
	position:absolute;
	background-image:url(/commonIMG/head_BG.jpg);
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:0px;
	bottom:0px;
	height:20px;
	width:720px;
	text-align:center;
	font-family:verdana,"ＭＳ Ｐゴシック";
	font-size:10px;
}


*:first-child+html #foot{
	position:relative;
	background-image:url(/commonIMG/head_BG.jpg);
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:0px;
	height:20px;
	width:720px;
	text-align:center;
	font-family:verdana,"ＭＳ Ｐゴシック";
	font-size:10px;
}


body{
	height:100%;
	background-color:#000000;
	background-image:url(/commonIMG/back_grad.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	text-align: center;
	margin: 0px;
	padding: 0px;
}



/*HEAD*/
#headBlock{
	position:absolute;
	top:0px;
	text-align:left;
	width:720px;
	height:60px;
	margin:0px;
	background-image:url(/commonIMG/head_BG.jpg);
}

#logo{
	margin:10px 0px 0px 5px;
	float:left;
	width:143px;
}

#headR{
	margin:15px 10px 0px  0px;
	float:right;
}

div#logoIMG{
	text-align:right;
	margin-bottom:3px;
}

div#comMenu{
	color:#FFFFFF;
	font-family:"ＭＳ Ｐゴシック", Osaka;
	font-size:10px;
	padding:3px 5px 3px 5px;
	background-color:#535353;
	letter-spacing: 0.1em;
}

div#comMenu a{
	color:#FFFFFF;
	text-decoration:none;
}

div#comMenu a:hover{
	color:#FF9999;
	text-decoration:none;
}


#gMenu{
	width:130px;
	float:both;
	padding:10px 0px 0px 10px;
}

#contents{
	width:560px;
	height:600px;
	margin-right:0px;
	float:right;
	padding:10px 0px 0px 10px;
}

#side-banner{
	margin: 20px 0;
}

#side-banner a img{
	margin: 5px 0;
}


/*お問い合わせ*/
#cntct{
	height:15px;
}

