/* common css */

*{ 
	margin:0;
	padding:0;
	font-size:13px;
	font-family:"‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3"
}

img {	border:none;}
li{	list-style:none;}

.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

.clearfix{	
	display:inline-block;	
}


/* CSS Start */

body {
	background:#fa8a0c;
	padding-bottom:30px;
}


#wrapper {
	margin:0px auto;
	text-align:left;
	width:850px;
}

/** header **/
#header {
	margin-top:30px;
}
#header li{	float:left;}

h1 {
	float:left;
}


#main{
	background:url(../img/bg01.jpg) no-repeat center top;
	width:850px;
	height:620px;
	position:relative;
}
#main h1{
	position:absolute;
	top:25px;
	left:25px;
}
#main .contents{
	width:597px;
	height:478px;
	position:absolute;
	bottom:0px;
	left:0px;
}
#main .contents h2{
	padding:20px 0px 10px 25px;
}
#main .contents iframe{
	margin-left:25px;
	margin-bottom:10px;
}

#disco_l {
	float:left;
	width:220px;
}

#main .contents #disco_r iframe{	margin:0px;}
#disco_r {
	margin-left:245px;
	width:342px;
}

#main #footer {
	text-align:right;
	position:absolute;
	bottom:5px;
	right:10px;
}


