@charset "utf-8";

*{
margin:0;
padding:0;
}

body{
color:#333;
text-align:center;
background:url(/images/body_bg.gif) left top repeat;
font-family:"ＭＳ Ｐゴシック",Osaka,sans-serif;
}


textarea,
select,
input{
font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku GothicPro","Osaka",
"Helvetica","Arial","Verdana","ＭＳ Ｐゴシック",sans-serif;
}

/* 全体をまとめるコンテナ */
div#maincontainer{
display:inline;
margin:0 auto;
width:810px;
/*height:100%;*/
background:url(/images/maincontainer_bg.gif) center top repeat-y;
}

div#maincontainerchild{
width:800px;
margin:0 auto;
text-align:left;
border:1px #999 solid;
background-color:#fff;
/*height:100%;*/
/*overflow:hidden;*/
}

/* ヘッダー */
div#header{
width:800px;
height:141px;
background:url(/images/h1_toplogo.gif) 0% 0% no-repeat;
}

div#header p{
margin-top:15px;
}

a#totoppage{
text-indent:-9999px;
overflow:hidden;
display:block;
width:250px;
height:50px;
}




/* ナビゲーションバー */
div#headermenu{
width:800px;
height:25px;
background:url(/images/navi_bg.gif) left top repeat-x;
border-top:1px #f1f1f1 solid;
border-bottom:2px #999 solid;
}

/* 左メニューとメインコンテンツをまとめるコンテナ */
body#mainpage div#subcontainer{
width:645px;
float:left;
display:inline;
margin:10px 0 30px 0;
/*height:100%;*/
}

body#categorypage div#subcontainer,
body#entrypage div#subcontainer{
width:800px;
margin:10px 0 30px 0;
/*height:100%;*/
}

/* 左メニュー */
div#leftmenu{
float:left;
display:inline;
width:200px;
margin:0;
padding:0;
}

/* メインコンテンツ */
body#mainpage div#contents{
float:right;
width:425px;
margin:0;
padding:0;
display:inline;
}

body#categorypage div#contents,
body#entrypage div#contents{
float:right;
width:560px;
display:inline;
padding-left:20px;
padding-right:20px;
}


/* 右側企画・広告欄 */
div#ad{
float:right;
width:135px;
margin:10px 0 0 0;
display:inline;
}

/* ご挨拶ゾーン */

div#goaisatsu{
width:auto;
clear:both;
margin:30px 15px 30px 15px;
padding:0 0 0 0;
border:5px #ddd double;
font-size:12px;
color:#666;
}

/* フッター */

div#footer{
width:800px;
/*height:100px;*/
clear:both;
padding:30px 0 0 0;
text-align:right;
background-color:#f1f1f1;
background-image:url(/images/tokyo.gif);
background-position:top left;
background-repeat:no-repeat;
}