/*共通
----------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	}

html, body {
   scrollbar-3dlight-color:    #ffcccc;
   scrollbar-arrow-color:      #cc6666;
   scrollbar-darkshadow-color: #cccccc;
   scrollbar-face-color:       #EDE0E8;
   scrollbar-highlight-color:  #F4F2F4;
   scrollbar-shadow-color:     #ffffff;
   scrollbar-track-color:	   #F4F2F4;
   }
body{
	margin:0;
	padding:0
	}

#container {
	width: 770px;
	margin:0px auto;
	padding:0px auto;
	background-image:url(../images/content_bg.jpg);
	}

#header{
	width:770px;
	height:115px;
	background-image:url(../images/header.jpg);
	text-align:right;
	margin:0px;
 	padding:0px;
	}

#content{
	width:770px;
	background-image:url(../images/content_bg.jpg);
	}

#sub{
	float:left;
	width:220px;
	background-image:url(../images/menu_bg.jpg);
	}

#main{
	float:right;
	width:550px;
	background-image:url(../images/main_bg.jpg);
	}

#footer{
	clear:both;
	width:770px;
	height:100px;
	background-image:url(../images/footer.jpg);
	text-align:center;
	font-size:90%;
	line-height:150%;
	}
#footer_txt1{
	padding:25px 0px 10px 0px;
	margin:0px;
	}
#footer_txt2{
	padding:0px;
	margin:0px;
	}
#footer_txt2 a{
	text-decoration:none;
	}

/*メニュー
----------------------------------------------------------------*/

#menu{
	width:220px;
	height:360px;
	margin:0px;
	padding:0px;
	list-style: none;
	background-repeat:no-repeat;
	}

#m_top a{
	position: relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -1000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 0px;
	}
#m_guide a{
	position:relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 324px;
	}
#m_fudousan a{
	position: relative;
	height: 72px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 288px;
	}
#m_hikkoshi a{
	position:relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 216px;
	}
#m_document a{
	position: relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 180px;
	}
#m_enquete a{
	position:relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 144px;
	}
#m_links a{
	position: relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 108px;
	}
#m_otoiawase a{
	position:relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 72px;
	}
#m_sitemap a{
	position:relative;
	height: 36px;
	width: 220px;
	display: block;
	background-image:url(../images/menu.jpg);
	text-indent: -2000px;
	text-decoration: none;
	margin:0px;
	padding:0px;
	background-position: 0px 36px;
	}

#m_top a:hover {
	background-position: 220px 0px;
	}
#m_guide a:hover {
	background-position: 220px 324px;
	}
#m_fudousan a:hover {
	background-position: 220px 288px;
	}
#m_hikkoshi a:hover {
	background-position: 220px 216px;
	}
#m_document a:hover {
	background-position: 220px 180px;
	}
#m_enquete a:hover {
	background-position: 220px 144px;
	}
#m_links a:hover {
	background-position: 220px 108px;
	}
#m_otoiawase a:hover {
	background-position: 220px 72px;
	}
#m_sitemap a:hover {
	background-position: 220px 36px;
	}


/*テキスト
----------------------------------------------------------------*/

h1{
	margin-right:20px;
	font-size:90%;
	line-height:150%;
	}

h2{
	height:112px;
	text-indent:-2000px;
	}

h3{
	margin:10px 20px 10px 10px;
	padding:5px 10px;
	border-left:10px solid #cc9966;
	border-bottom:1px dotted #cc9966;
	font-size:100%;
	font-weight:bold;
	}

h4{
	margin:10px 20px 20px 10px;
	font-size:95%;
	color:#873E01;
	line-height:140%;
	}

p{
	font-size:90%;
	line-height:150%;
	margin:10px 20px 30px 30px;
	}


.bold{
	font-weight:bold;
	}

.clear{
	clear:both;
	}
.txtR{
color:#CC0000;
font-weight:bold;
}
.name{
	margin-top:10px;
	margin-right:20px;
	line-height:150%;
	color:#873E01;
	font-weight:bold;
	}

.address{
	font-size:90%;
	line-height:140%;
	margin:20px 0px 0px 20px;
	}

.midashi_1{
	background-color:#CC6666;
	color:#ffffff;
	margin:5px 30px 5px 25px;
	padding:5px 10px 3px 10px;
	letter-spacing:5px;
	font-weight:bold;
	font-size:90%;
}
.midashi_1a{
	margin:10px 10px 10px 30px;
	font-size:95%;
	font-weight:bold;
	color:#cc0000;
	}

.midashi_2{
	background-color:#99cc00;
	color:#ffffff;
	margin:5px 30px 5px 25px;
	padding:3px 10px;
	letter-spacing:5px;
	font-weight:bold;
	font-size:90%;
	}

.midashi_2a{
	margin:10px 10px 10px 30px;
	font-size:95%;
	font-weight:bold;
	color:#009900;
	}

.midashi_3{
	background-color:#6699cc;
	color:#ffffff;
	margin:5px 30px 5px 25px;
	padding:3px 10px;
	letter-spacing:5px;
	font-weight:bold;
	font-size:90%;
}

.midashi_3a{
	margin:10px 10px 10px 30px;
	font-size:95%;
	font-weight:bold;
	color:#3333cc;
	}

.koumoku{
	font-weight:bold;
	margin-left:20px;
	line-height:180%;
	}
.qr{
	height:90px;
	padding:6px 3px 1px 3px;
	margin:0px 10px 0px 20px;
	border:1px solid #666666;
	font-size:84%;
	line-height:130%;
}

