@charset "Shift_JIS";

body {
    text-align:center;
	font-size: 80%;
    margin-left:0;
    margin-right:0;
    margin-top:5px;
    margin-bottom:5px;
    background-image:url(http://www.dzgo.jp/css/back4.jpg);
}

a:link {
    color : #000000;
    }
a:visited {
    color : #000000;
    }
a:active {
    color : #000000;
    }
a:hover {
    color:#E80000;
}

/* コンテナ　幅変える時はこれも */
#container {
    width:841px;
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    border-left:solid 1px #7E2305;
    border-right:solid 1px #7E2305;
    background-color:#F8F4E0;
	padding:0;
}
/* トップ枠 */
#top {
    border-top:solid 1px #7E2305;
    margin:0px;
    height:388px;
    font-size:x-small;
    overflow:hidden;
}
#top img{
    padding:0px;
    margin:0px;
}
#top_left {
    width:274px;
    height:91px;
    float:left;
    text-align:left;
    margin:0px;
    padding:0px;
}

#seach1 {
    background-color: #f9ffe8; 
    width: 90px;
    height: 10px;
    font-size:10px;
    margin:0px 0px 2px 0px;
}
#seach2 {
    width:55px;
    height: 17px;
    font-size:10px;
    margin:0px 0px 2px 0px;
}

#seach3 {
    width: 11px;
    height: 11px;
    margin:0px 3px 2px 0px;
}

#form {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}

#top_right {
    width:199px;
    height:91px;
    float:right;
    margin:0px 5px 0px 0px;
    padding-top:20px;
    font-size:10px;
}

#top_line {
    clear:left;

}

/* ナビゲーションバー z.B. <div ID="navigate">とする */
#navigate {
    font-family:Arial;
    font-size:15pt;
    text-align:left;
    width:543px;
    height:15px;
    margin-top:0px;
    margin-bottom:20px;
    padding:1px 3px 4px 4px;
    text-indent:3px;
}

/* ナビゲーションバー　Aタグの各リンク色の設定 */
#navigate a:link {
    font-family:Arial;
    color:#000000;
    font-size:10pt;
    font-weight:normal;
    text-decoration:underline;
}
#navigate a:hover {
    font-family:Arial;
    color:#D50000;
    font-size:10pt;
    text-decoration:underline;
}
#navigate a:visited {
    font-family:Osaka, Helvetica, Arial;
    color:#000000;
    font-size:10pt;
    text-decoration:underline;
}


/* 左メニュー枠 */
#leftmenu {
    width:234px;
    height:100%;
    float:left;
    background-color:#F8F4E0;
    text-align:left;
    overflow:hidden;
    margin:0px;
}

#leftmenu a:link {
    color:#316832;
    font-size:small;
    text-decoration:none;
}
#leftmenu a:visited {
    color:#316832;
    font-size:small;
    text-decoration:none;
}
#leftmenu a:hover {
    background-color:#39BE42;
    color:#000000;
    font-size:small;
    text-decoration:none;
}

/* カテゴリタイトル */
.MenuT, .MenuMT {
    font-weight:bold;
    cursor:pointer;
}
.MenuC{
    white-space:nowrap;
}

/* メイン枠 */
#main {
    width:601px;
    height:100%;
    min-height:450px;
    line-height:12pt;
    float:left;
    background-color:#F8F4E0;
	border-left:solid 1px #F8F4E0;
    text-align:left;
    overflow:hidden;
    margin:0px;
}

/* メイン枠　コンテンツ */
#contentbox {
    width:550px;
    height:100%;
    background-color:#F8F4E0;
    padding-left:10px;
    padding-top:0px;
    color:#575757;
    margin:0px;
}

/* フッター枠 */
#foot_img {
    clear:left;
    background-color:#F8F4E0;
    color:#ffffff;
    font-family:verdana;
    font-size:11px;
    height:1.4em;
}
#foot {
    clear:left;
    background-color:#7E2305;
    border-top:solid 1px #7E2305;
    border-bottom:solid 1px #7E2305;
    color:#ffffff;
    font-family:verdana;
    font-size:11px;
    height:1.4em;
    padding:2px;
    text-align:center;
}

#main_left {
    width:360px;
    height:100%;
    float:left;
    background-color:#FFFFFF;
    padding:2px;
    text-align:left;
    overflow:hidden;
    margin:0px;
}

#main_right {
    width:186px;
    height:100%;
    background-color:#FFFFFF;
    text-align:right;
    float:right;
    overflow:hidden;
    margin:0px;
    padding-top:3px;
}

#main_left2 {
    width:120px;
    height:100%;
    background-color:#FFFFFF;
    text-align:left;
    float:left;
    overflow:hidden;
    margin:0px;
    padding-top:3px;
    padding:2px;
}

#main_right2 {
    width:260px;
    height:100%;
    float:left;
    background-color:#FFFFFF;

    text-align:left;
    overflow:hidden;
    margin:0px;
}


