@charset "EUC-JP";

/* base
------------------------------------------------------*/ 

body{
	margin:0;
	padding:0;
	border:0 none;
	font-size:100%;
	background-color:#FFFFFF;	
	text-align:center;
	color:#000;
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
}


p {
	line-height:140%;
	font-size:12px;
}

html,a,form,div,table,ul,ol,li,dl,h1,h2,h3,h4,h5,h6,p,dl,dt,dd{
	margin:0;
	padding:0;
	border:0 none;
}

img{
	margin:0;
	padding:0;
	border:0 none;
}
ul{
	list-style-type:none;
}

a.alpha:hover img {  
	opacity:0.8;  
	filter:alpha(opacity=80);  
	-ms-filter:"alpha( opacity=80 )";  
} 


/* header
------------------------------------------------------*/ 

#header {
	margin:0 auto;
	padding:15px 0 20px;
	position:relative;
	text-align:left;
	width:956px;
}

#header h1 {
	line-height:1;
}

#header p {
	height:24px;
	line-height:1;
	position:absolute;
	right:5px;
	top:24px;
	width:349px;
}


/* footer
------------------------------------------------------*/ 

#footer {
	margin:0 auto;
	padding:40px 0 20px;
	width:820px;
}

#footer div {
	text-align:left;
	padding-bottom:30px;
}

#footer div p {
	margin-bottom:1em;
}

