/* CSS Document */
/*観光情報のページで使用（3段組のレイアウト）*/
/* hide hack from Mac-IE5 \*/* html .mybuggyelement { height: 1%; }/* end hiding */

body{
text-align:center;
}

#conteiner{
width:880px;
margin:0 auto;
text-align:left;
}

#header{
width:750px;
}

#topic_pass{
width:750px;
font-size:90%;
margin:5px 0 5px 0;
}

/* wrapで#conntentと#menueを包む　*/
#wrap{
float:left;
width:750px;
}

/* この中で線の形状や太さ、paddingを設定すると
ブラウザによって見え方が異なり、レイアウトが崩れる */
#content{
margin-bottom:10px;
float:right;
width:560px;
}

#adsense_r{
float:right;
width:120px;
}

#meneu{
float:left;
width:188px;
padding-top:0;
}

#adsense_bottom{
clear:both;
width:750px;
}

#footer{
clear:both;
width:750px;
}

/* 左側メニューの背景 */
div.meneu_back{
width:188px;
background-image:url(../images/green.png)
}

/* コンテンツの点線やpaddingの設定 */
div.maincontent{
width:548px;
padding:0 5px;
border: #00CC66;
border-style: dashed;
border-width:1px;
}
h1{font-size:200%;
color:#FFFFFF;
margin-top:3px;
margin-bottom:2px;
background-color:#6CD349;
text-align:center;
}

h2{font-size:100%;
margin:3px 0 5px 10px;
}


