﻿
/*ufotable cafe base script */


/* base */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #333333;
	background-attachment: fixed;
	background-color: #856a5e;
}


#wrapper {
	width: 900px;
	min-height: 600px;
	margin:auto;
	background-color: #ffffff;
	position:relative;
	border: 2px solid #e0e0e0;
}

#wrapper hr {
clear:both;
border:thin solid #ffffff;
margin:0px;
padding: 0px;
}
/* header */
#header {
	background-color: #98cc31;
	height:2em;
	background-image: url(home_img/bg_head.png);
	background-repeat: repeat-x;
}
#header h1 {
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
	font-size: 60%;
	font-weight: bold;
	padding : 1em 0 0 1em;
	}


/* menubox */

#menubox {
	margin: 5px 0 0 0;
/*	background-color: #add72d;  */
	min-height: 80px;
	width: 100%;
	border-bottom:3px solid #7CA628;
}


/* companey info */

#shopinfo {
	width: 240px;
	float: left;
	margin: 0 0 0 1em;
}

#shopinfo h1 {
	margin: 1em;
	font-size: 60%;
}

#shopinfo hr {
	display: none;
	clear: both;
}

#address {
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
	font-size: 60%;
	font-weight: bold;
	color: #555555;
}


/* menu */

#menu {
	width:500px;
	height:80px;
	margin: 0 0 0 20px;
	padding: 0px;
	float:left;
	bottom: 0px;
	position:relative;
}

#menu ul {
	width:500px;
	list-style-type: none;
	padding: 50px 0 0 0;
	position: absolute;
	bottom: 5px;
}

#menu li {
	font-family: "Verdana", "Osaka", "Helvetica", "sans-serif";
	font-size: 70%;
	font-weight: bold;
	color: #555555;
	float: left;
	margin: 0 1em 0 0;
	padding: 0 0.5em;
	display: block;
}



/*
#topinfo {
	height: 250px;
	width: 600px;
	overflow: auto;
	display:block;
	margin: 1em;
	position: absolute;
	}
*/
#textblock p {
	margin: 1em;
	line-height: 1.5em;
}

#page {
	width: 100%;
	height: 25px;
	position:relative;
}

#page ul{
	list-style-type: none;
	position:absolute;
	right:0px;
	}

#page li{
	margin: 0.1em 0.2em;
	}

#page .cnumber {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(per_image/bg_number_current.gif);
	background-repeat: no-repeat;
	text-align: center;
	float:left;
	font-size:120%;
}

#page .number {
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(per_image/bg_number.gif);
	background-repeat: no-repeat;
	text-align: center;
	float:left;
	font-size:120%;
		}




/* idplace */

.idplace {
	position: absolute;
	visibility: visible;
	z-index: 10;
	height: 59px;
	width: 97px;
	top: 0px;
	right: 0px;
	text-decoration: none;
	border: none;
}


/* A TAG */
.number a:link{
	color:#ff6600;
	width:20px;
	height:20px;
	display:block;
	text-decoration: none;
	text-align: center;
}

/*
#maindisp a:visited{
	color:#ff6600;
	text-decoration: none;
	text-align: center;
	display: block;
	}
*/

.number a:hover{
	color:#333333;
	background-color: #add72d;
	width:20px;
	height:20px;
	display: block;
	text-decoration: none;
	text-align: center;
}

.number a:visited{
	color:#ff6600;
	text-decoration: none;
	text-align: center;
	display: block;
	}

/* leftmenubar a tag */

#leftmenubar a:link{
	color:#ff6600;
	text-decoration: none;
}

#leftmenubar a:visited{
	color:#ff6600;
	text-decoration: none;
}

#leftmenubar a:hover{
	color:#927E61;
	text-decoration: none;
}


/* rightcontents a tag */

#rightcontents a:link{
	color:#ff6600;
	text-decoration: none;
}

#rightcontents a:visited{
	color:#ff6600;
	text-decoration: none;
}

#rightcontents a:hover{
	color:#333333;
	text-decoration: none;
}

/* leftcontents a tag */

#leftcontents a:link{
	color:#ff6600;
	text-decoration: none;
}

#leftcontents a:visited{
	color:#ff6600;
	text-decoration: none;
}

#leftcontents a:hover{
	color:#333333;
	text-decoration: none;
}

a:link{
	color:#856a5e;
}
a:visited{
	color:#6f351b;
}
a:hover{
	color:#7ca628;
/*	background-color: #add72d; */
}

