
*{
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 14px;
}

body{
    max-width: 100%;
    text-align: center;
    color: #441200;
    background-color: #541010;
    font-family: Arial, sans-serif, Helvetica;
    background-image: url(../images/bg.gif);
}

img{
    border: 0px;
    margin: 0px;
}

li{
    list-style-type: disc;
}

strong{
    font-size: 100%;
}

a:link{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
a:visited{
    color: #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}
a:hover{
    color: #E80000;
    text-decoration: none;
    font-size: 12px;
}



/* 横ボーダー */
.border_h{
    width: 800px;
    height: 3px;
    font-size: 0px;
    background-image: url(../images/border_h.gif);
    background-repeat: repeat-x;
    background-color: #F2E0CC;
}



/* ヘッダー */
#head{
    z-index: 2;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 72px;
    background-image: url(../images/header.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
}
#head span{
    display: none;
}

/* フッター */
#footer{
    z-index: 3;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    background-image: url(../images/footer.gif);
    background-repeat: no-repeat;
    clear: both;
}
#footer span{
    display: none;
}



/* トップ画像 */
#topimage{
    z-index: 6;
    width: 800px;
    line-height: 0px;
    font-size: 0px;
	background-color: #FFFFFF;
}
#flash-box{
	height: 500px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}



/* コンテンツ領域の設定 */
#content{
    z-index: 1;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    background-repeat: repeat-y;
    text-align: left;
}
#content-kasou{
    z-index: 1;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    background-image: url(../images/kasou_bg.gif);
    background-repeat: repeat-y;
    background-color: #541010;
    text-align: left;
}
#content-kasou2{
    z-index: 1;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    background-image: url(../images/kasou02_bg.gif);
    background-repeat: repeat-y;
    background-color: #541010;
    text-align: left;
}




/* メインコンテンツ領域の設定 */
#main{
    z-index: 4;
    width: 800px;
    text-align: left;
    margin-top: 44px;

}




/* float解除 */
.break{
    clear: both;
    font-size: 5px;
}




/* メニューのスタイル Start */

/* メニュー領域の設定 */
#menu{
    z-index: 5;
    position: absolute;
    width: 800px;
    height: 44px;
    top: 72px;
    left: auto;
    right: auto;
    background-color: #FFFFFF;
}

/* ボタンの領域設定 */
#menu dd{
    position: absolute;
    height: 44px;
    background-image: none;
    background-repeat: no-repeat;
    overflow: hidden;
}


/* 文字の設定 */
#menu dd a:link, #menu dd a:visited {
    display: block;
    padding: 0px 0px 0px 0px;
    height: 44px;
    color: #888890;
    text-decoration: none;
}
#menu dd a:hover{
    display: block;
    height: 44px;
}

/* 各ボタンの位置と背景画像の設定 */
#menu01{
    width: 114px;
    height: 44px;
    top: 0px;
    left: 0px;
}


#menu02{
    width: 114px;
    height: 44px;
    top: 0px;
    left:114px;
}


#menu03{
    width: 114px;
    height: 44px;
    top: 0px;
    left: 228px;
}


#menu04{
    width: 114px;
    height: 44px;
    top: 0px;
    left: 342px;
}


#menu05{
    width: 114px;
    height: 44px;
    top: 0px;
    left: 456px;
}


#menu06{
    width: 114px;
    height: 44px;
    top: 0px;
    left: 570px;
}


#menu07{
    width: 116px;
    height: 44px;
    top: 0px;
    left: 684px;
}
