@charset "utf-8";

/* formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #797979;
	background-color: #ffffff;
	background-repeat: repeat;
	font-family: sans-serif;
	line-height: 1.6;
}
body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

hr {
	display: none;
}

/* link styles
------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #74A400;
	text-decoration: underline;
}
a:visited {
	color: #74A400;
	text-decoration: underline;
}
a:hover {
	color: #74A400;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}

/* basic layout
------------------------------*/
#wrapper {
	width: 760px;
	margin: 0px auto;
}

#main {
	padding: 0px;
	width: 660px;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	border-top:1px solid #999999;
	padding: 15px;
	clear: both;
	color: #999999;
	text-align:center;
}
address {
	margin-top:10px;
	font-style:normal;
}

/* header styles
------------------------------*/
#header_1 {
	background-image:     url("../images/head_1.gif");
	background-repeat: no-repeat;
	height: 93px;
	position: relative;
}

#header_1 #logo
{
	position: absolute;
	left: 0px;
	top: 5px;
}



/* main styles
------------------------------*/

#main p {
	margin-left:10px;
	line-height: 1.8;
	margin-bottom: 1em;
}

#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #5CB9C8;
	border-bottom: 1px dotted #333333;
}

/* footer styles
------------------------------*/
#footer ul li a {
	color: #74A400;
}
#footer ul li a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer p a {
	color: #74A400;
}
#footer p a:hover {
	color: #74A400;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
}



/* Floating Classes
------------------------------*/

.fl {
	float: left;
}
.fr {
	float: right;
}



/* table
------------------------------*/
#main table.data {
	color:#797979;
	margin-bottom: 15px;
	border-top: 1px solid #DEDEDE;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	margin-top:0px;
}
#main table.data th {
	color:#797979;
	font-size:85%;
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	background-color:#F5F5F5;
	font-weight:normal;
}
#main table.data td {
	color:#797979;
	padding: 5px 15px;
	border-bottom: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;
}
#main table.data td img {
	padding: 2px 8px 2px 0px;
}


/* time table */
#main table.time {
	border: 1px solid #F5F5F5;
	background-color:#FAF6EF;
	font-weight:bold;
	font-size:120%;
}
#main table.time td {
	border: 1px solid #F5F5F5;
	padding:10px;
}

/* close btn */
#close_1 {
display:block;
text-align:center;
}
#close_1 a {
	width:220px;
	color:#FFFFFF;
	display:block;
	border: 1px solid #F5F5F5;
	padding:5px;
	background-color:#FF8513;
	font-weight:bold;
	font-size:100%;
}


/* laytbl */
#main table.laytbl {
	margin:0;
	padding:0;
	border:none;
}
#main table.laytbl th {
	margin:0;
	padding:0;
	border:none;
}
#main table.laytbl td {
	margin:0;
	padding:0;
	border:none;	
}
#main table.laytbl td img {
	margin:0;
	padding:0;
}



/* margin
------------------------------*/
/* margin */
.mgn5pxbtm {
margin-bottom:5px;
}

/* margin */
.mgn5pxtop {
margin-top:5px;
}

/* margin */
.mgn10pxbtm {
margin-bottom:10px;
}

/* margin */
.mgn10pxtop {
margin-top:10px;
}

#copyhead {
display:block;
/*float:left;*/
margin:5px 0 5px 0;
}

#time {
float:right;
}

#shopnews {

margin-top:20px;
}

h3.shopname_1 {
width:660px;
height:33px;
background-image:     url("../images/tenpo_h_1.gif");
color:#FFFFFF;
text-indent:10px;
margin-bottom:15px;
}
h3.shopnews_h {
width:660px;
height:21px;
background-image:     url("../images/shopnews_1.gif");
color:#FFFFFF;
text-indent:10px;
margin-bottom:15px;
font-size:90%;
}


h3.lineh3 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 100%;
	line-height:1.9;
	font-weight: bold;
	background-repeat: no-repeat;
	border-bottom: 1px solid #DEDEDE;
}

.redcopy {
color:#C60000;
font-size:110%;
font-weight:bold;
}