@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}

img{
	border:none;
}

ul{
	list-style:none;
}

html, body { 
	height: 100%;
}

.clear{
	clear:both;
}
	
a:link {
	color: #c4201f;
	text-decoration:underline;
}

a:hover {
	color: #c4201f;
	text-decoration:none;
}

a:active { 
	color: #c4201f;
	text-decoration:none;
}

a:visited { 
	color: #c4201f;
	text-decoration:underline;
}

body {
	font:0.8em "ＭＳ Ｐゴシック",helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	text-align:center;
	background:url(../img/bg02.jpg) repeat-x;
}

#wrap {
	margin:auto;
	padding-bottom:10px;
	text-align:left;
}

#box {
	width:770px;
	margin:auto;
	background-color:#FFF;
}

#header{
	padding-top:30px;
	margin:auto;
	width:auto;
	background:url(../img/head_bg2.jpg) repeat-x;
}

#header h1{
	float:left;
	margin-left:250px;
	display:inline;
}

#header ul.tmenu{
	float:right;
	margin:5px 250px 0 0;
	display:inline;
}

#header ul.tmenu li{
	float:left;
	margin-left:5px;
	display:inline;
}

.gnavi{
	margin:auto;
	width:775px;}

#header ul.gmenu{
	float:left;
	margin:17px 0 0 0;
	width:775px;
	height:52px;
	display:inline;
}

#header ul.gmenu li{
	float:left;
	height:52px;
}

div.leftbox{
	float:left;
	margin:0 0 30px 10px;
	width:550px;
}

div.rightbox{
	float:right;
	margin:0 0 30px 0;
	width:205px;
}

h2{
	margin:15px 0 0 0;
}

h3{
	margin:15px 0 0 0;
}

div.rightbox h2{
	margin:15px 0 0 0;
}

div.bn{
	margin-bottom:5px;
}

div.tel{
	margin-top:15px;
}

#footer{
	text-align:center;
	padding:20px 0 40px 0;
	width:auto;
	margin:auto;
	font-size:0.9em;
	line-height:1.5em;
	color:#FFF;
	background-color:#083471;
}

address{
	margin-top:15px;
}

.admb10{
	margin-bottom:10px;}
	
.adml10{
	margin-left:10px;}
	
.adml5{
	margin-left:5px;}
	
.admt5{
	margin-top:5px;}
