body {
	margin: 0px;
	_overflow:hidden;
	padding:0;
}
img {
    border-style:none;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.h1_box{
	width:100%;
	height:15px;
	background-image:url(img/back_stripe.gif);
	text-align:center;
	padding-top: 7px;
	padding-bottom:5px;
}
.container{
	width:1000px;
	height: 100%;
	margin:0 auto;
	text-align:center;
}
.left_menu{
	float: left;
	text-align:left;
#	position: fixed;
#	_position:absolute;
	width: 200px;
	height: 100%;
	padding:0 0 0 30px;
}
.right_main{
	float: left;
	text-align:left;
	width: 770px;
	height: 100%;
	margin: 0 0 0 0px;
	_overflow: auto;
	padding: 0;
}
/* お知らせ枠 */
.news_box{
	border: 1px solid #3A7EBB;
	padding: 20px;
	margin: 0px 20px 30px 20px;
	text-align: center;
	font-size: 18px;
	color: #3A7EBB;
	font-weight: bold;
}
.tel_box{
	width: 172px;
	border:#3A7EBB solid 1px;
	padding:10px 0 6px 7px;
	font-size: 12px;
	line-height: 150%;
	color: #333333;
	letter-spacing: 1px;
}
.main_title{
	background: url(img/mark1.gif) no-repeat;
	font-size: 20px;
	color: #3A7EBB;
	letter-spacing: 1px;
	font-weight: bold;
}
.main_title2{
	background: url(img/mark2.gif) no-repeat;
	font-size: 20px;
	color: #3A7EBB;
	letter-spacing: 1px;
	font-weight: bold;
}
.note_title{
	background: url(img/border1.gif) no-repeat;
	background-position: bottom;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}
.note_box{
	background-image:url(img/border2.gif);
	line-height: 25px;
	margin: 0px;
	font-size: 14px;
	color: #333333;
}
.footer_box{
	width:100%;
	background-image:url(img/border3.gif);
	background-repeat:repeat-x;
}
