@charset "utf-8";
/* formattiong style
------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #999999;
	background-repeat: repeat;
	background-image: url(img/back.jpg);
}
hr {
	display: none;
}
/* link styles
------------------------------*/

a img {
	border-style: none;
}

a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #9900FF;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
}
/* basic layout
------------------------------*/

#container {
	background-color: #FFFFFF;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#header {
	padding: 0px;
	font-size: 14px;
	margin: 0px 0px 40px;
}
#sidebar {
	float: left;
	width: 172px;
	padding-left: 2px;
}
#home #menu_banner {
	float: right;
	width: 172px;
	padding-right: 2px;
}
#item_list #menu_banner {
	float: right;
	width: 172px;
	margin-right: 2px;
}
#main  {
	width: 440px;
	margin-right: auto;
	margin-left: auto;
}
#contents #main {
	width: 610px;
	margin-right: auto;
	margin-left: 180px;
}
#item #main {
	width: 610px;
	margin-left: 180px;
	margin-right: auto;
}


#footer {
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 30px;
}
/* header styles
------------------------------*/

#header #title_banner {
	background-image: url(img/title_back.jpg);
	background-repeat: no-repeat;
	height: 90px;
	width: 800px;
	position: relative;
}
#header #title_banner img {
	position: absolute;
	left: 5px;
	top: 5px;
}
/* sidebar styles
------------------------------*/


#sidebar a {
	text-decoration: none;
}
#sidebar  .tvitem_menu {
	border: 1px solid #0000FF;
	width: 168px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#sidebar  .tvitem_menu  h3 {
	margin-top: 5px;
}
#sidebar  .tvitem_menu  li {
	list-style: none;
	padding-left: 20px;
	margin-left: 15px;
	margin-top: 5px;
	padding-top: 1px;
	background-image: url(img/item_list.jpg);
	background-repeat: no-repeat;
}
#menu_banner   img  {
	margin-bottom: 10px;
}
/* main styles
------------------------------*/

#home #main .new {
	height: 80px;
	margin-bottom: 8px;
	background-color: #FFFFCC;
	border: 1px solid #333333;
}
#home #main img {
	float: left;
	margin-bottom: 2px;
}
#home #main #topleftimg {
	margin-right: 10px;
}
#home #main .new h4 {
	margin-left: 80px;
	padding-left: 10px;
	color: #0000CC;
	line-height: 1.2;
}
#home #main .new h5 {
	font-size: 14px;
	padding-left: 10px;
	margin-left: 80px;
}

#home #main p {
	padding-left: 10px;
	margin-left: 80px;
	line-height: 1.3;
	margin-top: 0px;
	font-size: 12px;
}
#contents #main p {
	margin-left: 15px;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
#contents #main h3 {
	margin-bottom: 5px;
}
#contents #main h4 {
	margin-bottom: 5px;
	margin-left: 15px;
	color: #FF0000;
}

#contents #main table {
	margin-left: 5px;
}
#contents #main th, td {
	padding-right: 10px;
	padding-bottom: 10px;
	font-size: 120%;
}
#contents #main .yougo {
	padding-right: 20px;
	vertical-align: top;
}
#main  #item_navi  {
	width: 600px;
	background-color: #66CCFF;
	padding-left: 10px;
}
#item_list #main #item_navi {
	background-color: #66CCFF;
	margin-bottom: 20px;
	width: 430px;
	padding-left: 10px;
}

#item_list #main .list {
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 1.5;
	border-bottom: 1px solid #000066;
	padding-bottom: 20px;
}
#item_list #main .list img {
	float: left;
	margin-right: 10px;
}
#item_list #main .list h3 {
	font-size: 120%;
}
#item_list #main h4 {
	border-left: 5px solid #0000CC;
	font-size: 16px;
	padding: 0px 0px 0px 10px;
	line-height: 1.2;
	position: relative;
	border-bottom: 2px solid #0000CC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


#item_list em {
	color: #FF3333;
	font-size: 120%;
	font-weight: bold;
}


#item #main h2 {
	font-size: 150%;
}
#item #main h3 {
	font-size: 140%;
	margin-top: 0.8em;
}
#item #main h4 {
	background-image: url(img/item/item_h4.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	padding-left: 30px;
	font-size: 15px;
	padding-top: 3px;
	padding-bottom: 0.2em;
	margin-top: 20px;
}
#item #main #itemshiyou {
	margin-bottom: 20px;
	margin-top: 10px;
}

#item #main p {
	margin-bottom: 5px;
}

#item #main em {
	font-size: 200%;
	color: #FF3333;
	font-weight: bold;
}
#item #main ul {
	margin-left: 30px;
	line-height: 2.0;
}
#item #main table {
	text-align: center;
	font-size: 80%;
	margin-bottom: 10px;
}
#item #main td {
	padding: 0.2em;
}


.sitemap {
	border-bottom: 2px dotted #666666;
	width: 600px;
	padding-bottom: 20px;
	margin-top: 20px;
}
.sitemap ul {
	margin-left: 40px;
}

img.imgright {
	float: right;
	margin-left: 15px;
	margin-right: 20px;
}
img.imgleft {
	float: left;
	margin-right: 15px;
}

img.imgtop {
	float: right;
	margin-right: 20px;
	margin-left: 15px;
}

img.itempoint {
	margin-right: 10px;
}
img.buy {
	vertical-align: middle;
	margin-left: 20px;
}
#footermenu {
	margin-left: 5px;
	clear: both;
}








/* fotter styles
------------------------------*/

#footer address {
	color: #FFFFFF;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 14px;
}
