body,td,tr {
	font-size:12px;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin:0px;
}


/*body > #structure {
    height: auto;
}*/

/*table*/
#structure{
	width:720px;
    text-align:left;
    margin:0px auto;
    /*height:100%;
    min-height: 100%;*/
}
#leftBar{
	width:160px;
	background-image:url(img/back1.png);
	height:1000px;
	position:absolute;
	top:0px;
	z-index:100;
}
#rightBar{
	width:160px;	
	background-image:url(img/back2.png);
	height:1000px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
}
#boxBar {
	width:100%;
	height:24px;
	background-color:#CC0000;
	text-align:center;
	font-size:10px;
	color:#FFFFFF;
	padding:3px 0px;
	}


#contents{
	width:720px;
	margin:0px auto;
	text-align:center;
	/*border-color:#CC0000;
	border-style:solid;
	border-width:15px 0px;*/
	}
#box {
	width:100%;
	height:10px;
	background-color:#CC0000;
	float:left;
	}

#nav{
	width:730px;
	float:left;
	margin:0px 0px;
	padding:5px 0px;
}

#menu2{
	width:550px;
	height:35px;
	float:left;
}
#space2{
	width:85px;
	height:35px;
	float:left;
}

#menu1{
	width:660px;
	height:35px;
	float:left;
}
#space1{
	width:30px;
	height:35px;
	float:left;
}

#main{
	width:720px;
	float:left;
	text-align:center;
}


#foot{
    width:720px;
	font-size:10px;
	text-align:center;
    clear:both;
}



#diary {
	width:720px;
 	height:100%;
	text-align:center;
 }
 #info {
	width:500px;
	text-align:left;
	margin:0px 60px;
 }





/*link*/

a:link {
	color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #996699;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	background-color:#666666;
}

a.foot {
	color: #FFFFFF;
	text-decoration:none;
}
a:visited.foot {
	color: #999999;
	text-decoration:none;
}
a:hover.foot {
	color: #FFFFFF;
}


/*rollOver*/



ul#menu1{
    list-style:none;
    width:660px;
	float:left;
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
}

ul#menu1 li{
    list-style:none;
    float:left;
    width:110px;
}

ul#menu1 a{
    display:block;
    width:110px;
    height:35px;
    background-image:url(img/btn1.jpg);
}

#menu1 a span{
	display:none;
}
 
a.info{
    background-position:0px 0px;
}
a:hover.info{
    background-position:0px -35px;
}

a.menu{
    background-position:-110px 0px;
}
a:hover.menu{
    background-position:-110px -35px;
}

a.drink{
    background-position:-220px 0px;
}
a:hover.drink{
    background-position:-220px -35px;
}

a.photo{
    background-position:-330px 0px;
}
a:hover.photo{
    background-position:-330px -35px;
}

a.bbs{
    background-position:-440px 0px;
}
a:hover.bbs{
    background-position:-440px -35px;
}

a.link{
    background-position:-550px 0px;
}
a:hover.link{
    background-position:-550px -35px;
}



ul#menu2{
    list-style:none;
    width:550px;
	float:left;
	padding:0px 0px 0px 0px;
    margin:0px 0px 0px 0px;
	}
ul#menu2 li{
    list-style:none;
    float:left;
    width:110px;
}
ul#menu2 a{
    display:block;
    width:110px;
    height:35px;
    background-image:url(img/btn2.jpg);
}
	
#menu2 a span{
	display:none;
}

a.map{
    background-position:0px 0px;
}
a:hover.map{
    background-position:0px -35px;
}

a.flash{
    background-position:-110px 0px;
}
a:hover.flash{
    background-position:-110px -35px;
}

a.top{
    background-position:-220px 0px;
}
a:hover.top{
    background-position:-220px -35px;
}

a.diary{
    background-position:-330px 0px;
}
a:hover.diary{
    background-position:-330px -35px;
}

a.contact{
    background-position:-440px 0px;
}
a:hover.contact{
    background-position:-440px -35px;
}



img{border:0px;}


ul {
margin:0;
}

/*font*/

.big {
	font-size: 36px;
}

.sma {
	font-size: 9px;
}

.sub {
	text-align:center;
	background-color:#CCCCCC;
	border-style:solid;
	border-width:thin;
	border-color:#FF6600;
	width:700px;
	height:20px;
	line-height:20px;
}

.com {
	color: #330066;
}

.menuTitle {
	font-size: 13px;
	font-style:italic;
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}
.menuTitleSub {
	font-size: 12px;
	font-weight:bold;
	color:#333333;
	text-align:center;
}