@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("clearfix.css");
@import url("global.css");


* {
	font-family:Osaka, Meiryo, "ＭＳ Ｐゴシック", Arial, serif;
	font-size:14px;
	font-weight:normal;
	line-height: 150%;	
}
html {
	color:#333;
	background-color:#ffffff;
}

body {
	-webkit-text-size-adjust: 100%; 
	width:790px;
	margin-left:auto;
	margin-right:auto;
}


.logo {margin:20px 0 10px;}

h1 {
	width:790px;
	height:45px;
	padding:8px 0 0 10px;
	margin-bottom:20px;
	background:url(../img/title.png) left top no-repeat;
	font-size:143%;
	font-weight:bold;
	letter-spacing:1px;
	color:#fff;
}

h2 {
	margin:15px 0;
	padding-bottom:5px;
	padding-left : 5px;
	border-bottom:solid 2px #009B44;
	font-weight:bold;
	font-size: 115%;
	letter-spacing:1px;
	clear:both;
}
.mes { background:url(../img/risonya.png) right center no-repeat;margin-bottom:40px}

#lnk_rb,#lnk_sr,#lnk_ko{
	width:250px;}
#lnk_hdjp {
	width:260px}
#lnk_hden{
	width:510px;
}
#footer {
	padding:10px 0;
	clear:both;
}
#footer p {
	font-size:70%;
}
#contents {
padding: 0 10px;}