/* CSS Document */
/* ちょこっと探検隊のページに使用 */

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:545px;
}

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


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

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

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


h1{font-size:200%;
margin:5px 5px 7px 5px;
background-color: #FAD041;
text-align:center;
padding:3px 0;
}

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