@charset "utf-8";

body {
	margin:0 auto;
	padding:0;
	line-height: 150%;
	color: #ffffff;
	height: 100%;
	background: url(../images/background.gif) repeat-y;
	background-position:center center;
	background-color: #000000;
}

p {
	font-size: 90%;
}

a {
	font-family: none;
	text-decoration: underline;
}

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

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

a:hover {
	text-decoration: underline;
}

a:active {
	color: #FFFFAA;
	text-decoration: underline;
}

div.wrapper {
	margin:0;
	width: 800px;
	height: 100%;
	text-align: left;
	virtical-align: top;
	background: #000000;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
}

div.menu {
	width: 800px;
	virtical-align: middle;
	text-align: left;
	height: 80px;
}

div.main_image {
	margin: 5px 0px;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

div.footer_menu {
	margin: 2px 0px;
	font-size:11px;
	text-align: center;
}

div.copyright {
	color: #CCCCCC;
	font-size:11px;
	text-align: center;
}

div.news_date {
	font-size:11px;
	text-align: right;
	margin: 0px 5px;
	color: #F1F1F1;
}

td.top_news_date {
	width: 80px;
	font-size:12px;
	virtical-align: top;
	padding: 3px;
	background-color: #000000;
}
	
td.top_news_title {
	font-size:90%;
	font-weight: bold;
	padding: 5px;
	background-color: #000000;
	border: 1px solid #444444;
	background: url(../images/h1_background.gif) repeat-x;
	border-left: 10px solid #666666;
}

td.top_news_contents {
	line-height: 150%;
	font-size:85%;
	padding: 10px 5px;
	background-color: #000000;
}

span.btn_cntn a {
	width: 110px;
	text-align: center;
	font-size: 11px;
	padding: 3px;
	background-color: #303030;
	border: 1px solid #666666;
}

span.btn_cntn a:hover {
	background-color: #555555;
	border: 1px solid #888888;
	text-decoration: none;
}

img.news_photo {
	padding: 5px;
	margin: 10px 0px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
}

img.top_news_photo {
	padding: 0px 5px 0px 0px;
}

p.news_contents {
	padding: 10px 15px;
	font-size:90%;
	color: #F1F1F1;
}

td.news_line {
	height: 21px;
	margin: 0px;
	padding: 0px;
	background: url(../images/news_line.gif) repeat-x;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0px;
	padding: 3px 10px;
	background: url(../images/h1_background.gif) repeat-x;
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

#contact th {
	font-size:90%;
	font-weight: none;
	padding: 5px;
	text-align: right;
}

#contact td {
	font-size:90%;
	font-weight: none;
	padding: 5px;
}

div.error_msg {
	text-align: left;
	font-size:90%;
	color: #FFFFFF;
	width: 70%;
	margin: 5px;
	padding: 10px;
	border: 1px solid #DD0000;
	background-color: #333333;
}

#product_detail .subtitle {
	color: #FFFF99;
	background-color: #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 90%;
	font-weight: bold;
	padding: 5px 3px;
}

#product_detail .photo {
	padding: 5px;
	margin: 3px 0px;
	border: 1px solid #666666;
}

#product_detail .comment {
	padding: 5px 20px;
	margin: 10px 0px;
}

#product_detail .memo {
	font-size:70%;
	line-height: 120%;
	padding: 8px;
	margin: 20px;
	background-color: #333333;
	border: 1px solid #666666;
}

#product_detail .price {
	background-color: #333333;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 90%;
	font-weight: bold;
	color: #FFFFEE;
	margin: 5px 0px;
	padding: 5px 3px;
}

#product_detail .basket_code {
	margin: 10px 0px;
}


ul.gallery {
	list-style: none;
	margin: 5px 0px;
	padding: 0px;
}
