
/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}

html{
height:100%;
font-size:62.5%;
line-height:62.5%;
}

body{
background-image:url(img/back.gif);
height:100%;
margin: 0px auto;
text-align:center;
}

* html div#container{
height:100%;
}

div#container{
width:800px;
background-color:#FFFFFF;
margin:0px auto;
position: relative;
min-height: 100%;
text-align:left;
border:#CCCCCC;
border-style:solid;
border-width:1px;
}

body > #container{
height:auto;
}

div#contents {
padding-bottom:80px;
}

#header{
width:800px;
height:80px;
margin:0px;
}

#gmenu{
margin:0px;
}

#map{
width:233px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
height:240px;
}

#add{
width:220px;
margin-left:5px;
margin-top:10px;
font-size:10.5px;
line-height:15px;
font-family:sans-serif;
color:#666666;
}

#main{
width:507px;
margin:21px 21px 50px 21px;
font-family:sans-serif;
font-size:1.3em;
line-height:1.8em;
color:#666666;
}

#link{
width:758px;
margin:21px 21px 50px 21px;
font-family:sans-serif;
font-size:1.3em;
line-height:1.8em;
color:#666666;
}

#main_info{
width:497px;
height:18px;
background-image:url(img/titlebg.gif);
padding:5px;
}

.main_title{
width:507px;
height:28px;
}

.main_title_mini{
height:18px;
}
.main_title_bg{
width:497px;
height:25px;
background-image:url(bunya/img/titlebggr.gif);
font-size:14px;
font-weight:bold;
padding-left:10px;
padding-top:3px;
color:#666633;
letter-spacing:4px;
}

.main_title_faq{
width:497px;
height:25px;
background-image:url(bunya/img/titlebggr.gif);
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-top:3px;
color:#666633;
letter-spacing:2px;
}

.main_title_faq2{
width:497px;
height:56px;
background-image:url(bunya/img/titlebggr2.gif);
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-top:3px;
color:#666633;
letter-spacing:2px;
}
.main_title_faq3{
width:497px;
height:84px;
background-image:url(bunya/img/titlebggr3.gif);
font-size:12px;
font-weight:bold;
padding-left:10px;
padding-top:3px;
color:#666633;
letter-spacing:2px;
}
.main_text_faq{
padding-top:1em;
padding-bottom:1em;
padding-left:1em;
}
.main_text{
padding-top:1em;
padding-bottom:1em;
}

.main_totop{
text-align:right;
}



#left{
width:231px;
font-family:sans-serif;
font-size:1.4em;
line-height:1.6em;
color:#666666;
margin:21px 9px;
}

#left_list{
width:231px;
font-family:sans-serif;
font-size:1.3em;
line-height:1.6em;
color:#666666;
margin:21px 9px;
}

#left_title{
width:231px;
height:28px;
}

.left_text{
margin-top:1em;
margin-left:1em;
font-size:0.9em;
}

.small{
font-size:0.8em;
}

.pink{
color:#CC6666;
}

.big{
font-size:2em;
font-weight:bold;
}

.big2{
font-size:1.3em;
font-weight:bold;
}

ul{
list-style-image:url(img/sankaku.gif);
margin-bottom:2em;
margin-left:1em;}

li{
margin-left:1em;
margin-top:0.9em;
}

li.bunya{
margin-left:1em;
margin-top:0.3em;
}

a:link{
color:#669900;
border:none;
}

a:visited{
color:#669900;
border:none;
}

a:hover{
color:#CC6600;
border:none;
}



.orange{
color:#CC6600;
}

.table{ 
border-collapse: collapse; 
border: 1px #CCCCCC solid; 
} 

.table td { 
border: 1px #CCCCCC solid;
padding:5px;
}

.simple{
list-style-image:none;
list-style-type: disc;
}

.common{
width:519px;
background-color:#FFFFFF;
height:30px;
color:#999999;
font-size:1.3em;
line-height:2em;
padding:5px 15px;
}

#foot{
width:800px;
height:80px;
position:absolute;
margin:0px;
bottom:0px;
}



#footcommon{
width:790px;
height:60px;
background-image:url(img/footer.gif);
color:#FFFFFF;
font-size:1.15em;
line-height:1.5em;
text-align:right;
padding-top:20px;
padding-right:10px;
}





div#mf_wrapper {
	width: 500px;
	text-align: left;
	margin: 0px auto 0px auto;
	font-family: sans-serif;
}
div#mf_header h1 {
	font-size: 24px;
	border-bottom: solid 1px #999999;
	margin: 0px;
	padding: 0px;
}
div#mf_header h2 {
	font-size: 16px;
	color: #999999;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
form#mailform {
	padding: 5px;
}
table.mailform {
	width: 100%;
}
table.mailform tr th,table.mailform tr td {
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom: solid 1px #999999;
	padding: 7px 5px 7px 5px;
}
table.mailform tr th {
	width: 150px;
}
table.mailform tr th span {
	color: #CC0000;
	font-size: 10px;
}
table.mailform tr th p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #999999;
}
table.mailform tr td textarea {
	width: 100%;
	height: 120px;
}