*{
	margin:0;
	padding:0;
	color:#444444;
	font-family:'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	
}
a{
	color:blue;
}
a:hover, a:active{
	color:#6666ff;
}
body{
	background-color:#f9f9f9;
}
.header_container{
	width:100%;
}
.header{
	width:950px;
	margin:auto;
}
.header h1, .header h1 a{
	font-size:36px;
	font-weight:bold;
	color:#333333;
	text-decoration:none;
}
.header .lead{
	clear:both;
}
.header .left{
	float:left;
}
.header .right{
	float:right;
}
.header .right .tel, .header .right .tel a{
	font-size:32px;
	display:block;
}
.navi_container{
	clear:both;
	width:100%;
	height:50px;
	display:block;
	background-image:url("images/menu_bg.jpg");
	background-repeat:repeat-x;
}
table.navi{
	width:950px;
	margin:auto;
	table-layout:fixed;
	border-right:1px solid white;
}
table.navi td{
	line-height:50px;
	border-left:1px solid white;
	text-align:center;
}
table.navi td, table.navi td a{
	color:white;
	text-decoration:none;
	font-size:20px;
}
table.navi td a{
	display:block;
	width:100%;
	height:100%;
}
table.navi td a:hover, table.navi td a:active{
	color:#f0f0f0;
	text-decoration:underline;
}
.main_container{
	width:100%;
	margin-top:10px;
}
.mainimg{
	display:block;
	width:948px;
	height:198px;
	border:1px solid #444444;
	margin:auto;
	background-image:url("images/main.jpg");
	background-repeat:repeat;
}
.mainimg strong{
	display:block;
	color:white;
	font-size:36px;
	padding-left:20px;
	padding-top:20px;
	padding-bottom:5px;
	padding-right:20px;
	color:white;
	font-size:36px;
	font-weight:bold;
	-webkit-text-shadow: #000000 1px 1px 1px;
	-moz-text-shadow: #000000 1px 1px 1px;
	text-shadow: #000000 1px 1px 1px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#000000);
}
.mainimg p{
	display:block;
	-webkit-text-shadow: #000000 1px 1px 1px;
	-moz-text-shadow: #000000 1px 1px 1px;
	text-shadow: #000000 1px 1px 1px;
	zoom: 1;
	filter: progid:DXImageTransform.Microsoft.DropShadow(OffX=1, OffY=1, Color=#000000);
	font-size:20px;
	color:white;
	padding-left:30px;
	padding-right:20px;
}
.main{
	display:block;
	width:950px;
	margin:auto;
}
.main h2{
	width:950px;
	height:38px;
	border:1px solid gray;
	background-image:url("images/title_bg.jpg");
	background-repeat:repeat-x;
	line-height:38px;
	text-indent:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.main h2, .main h2 a{
	font-size:24px;
	color:#333333;
}

.main .left{
	display:block;
	width:600px;
	float:left;
	line-height:22px;
}
.main .left h2{
	width:590px;
	height:38px;
	border:1px solid gray;
	background-image:url("images/title_bg.jpg");
	background-repeat:repeat-x;
	line-height:38px;
	text-indent:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.main .left h2, .main .left h2 a{
	font-size:20px;
	color:#333333;
}
.main .right{
	display:block;
	width:350px;
	float:left;
	line-height:22px;
	margin-bottom:10px;
}
.main .right h2{
	width:350px;
	height:40px;
	border:0px;
	background-image:url("images/subtitle_bg.jpg");
	background-repeat:no-repeat;
	line-height:40px;
	text-indent:10px;
	margin-top:10px;
	margin-bottom:10px;
}
.main .right h2, .main .right h2 a{
	font-size:20px;
	color:#333333;
}
.main .right p{
	padding-left:6px;
}
.footer_container{
	display:block;
	width:100%;
	border-top:1px solid #666666;
	clear:both;
	min-height:30px;
	background-color:#eaeaea;
}
.footer{
display:block;
	width:950px;
	margin:auto;
}
.footer .left{
float:left;
}
.footer .right{
	float:right;
	color:#666666;
}
.tbl{
width:100%;
margin-top:10px;
margin-bottom:10px;
}
.tbl th{
	background-color:#eaeaea;
	width:25%;
	padding-top:3px;
	padding-bottom:3px;
}
.tbl td{
	padding-left:3px;
}