/*
 CSS for http://www.tagami-onsen.jp/
 $Id$
 */

/* basic format */
body {
 color: white;
 margin: 10px;	/* black surrounding */
 background-color: black;
 background-image: url(img/paper011-11.jpg);
};

.onsen {
 font-family: cursive, serif;	/* gyosho-tai if avaliable */
 font-weight: bold;
 color: red;
}

.mark {
 font-family: cursive, serif;	/* gyosho-tai if avaliable */
 font-weight: bold;
 font-size: xx-large;
}

.tennen {
 font-family: cursive, serif;	/* gyosho-tai if avaliable */
 font-weight: bold;
 font-size: large;
}

.tagami {
 font-family: cursive, serif;	/* gyosho-tai if avaliable */
 font-weight: bold;
 font-size: x-large;
}

.white_back {	/* table background is white; due to gradiation */
 background-color: white;
}

.header_title {
 color: black;
 width: 100%;
 height: 100px;
 padding: 10px;
 border-style: solid;
 border-color: white;
 border-width: 3px;
 /* background-color: #ffcc99; orange */
 background-image: url(img/header_title.background.gif);
 /* filter: alpha(style=1, opacity=100, finishOpacity=0, startX=0, startY=0, finishX=0, finishY=100); */	/* support IE only */
}

.header_menu {
 color: black;
 width: 100%;
 height: 70px;
 margin-top: 3px;
 padding: 10px;
 border-style: ridge;
 border-color: white;
 border-width: 3px;
 background-image: url(img/paper003.jpg);
 font-size: large;
 font-weight: bold;
}


.right {
 text-align: right;
}

.right_bottom {
 text-align: right;
 vertical-align: bottom;
}

.block_center {
 margin-left: auto;
 margin-right: auto;
 width: 80%;
 text-align: left;
}

.text_center {
 text-align: center;
}

.w10_center {	/* 10% */
 width: 10%;
 text-align: center;
}

