@charset 'UTF-8';

* { margin:0px; padding:0px; }

html,body { width:100%; height:100%; }

div,h1,h2,h3,h4,h5,p,li,th,td,dt,dd,address{
	color:#000000;
	font-size:100%;
	font-weight:normal;
	font-family: 'ＭＳ Ｐゴシック', sans-serif, osaka;
}

body { background:url(../img/bg_grad02.gif) repeat-x left top; }

a {
	color: #993366;
	text-decoration: underline;
}

a:visited{
	color: #663366;
	text-decoration: underline;
}

a:hover{
	color: #CC6699;
	text-decoration: underline;
}

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

.clear{ clear:both; }

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.middle{
	vertical-align:middle;
}

.through{
	text-decoration:line-through;
}

.red {
	color:red;
}

div#container{
	width:770px;
	margin:0px auto;
}

div#header h1 {
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	color:#ffffff;
}

ul#menu {
	margin:5px 0px;
	list-style:none;
}

ul#menu li{
	width:110px;
	height:24px;
	float:left;
}

div#contents{
	width:770px;
}

div#left_contents{
	width:200px;
	float:left;
}

div#right_contents{
	width:565px;
	float:right;
}

div#footer{
	margin-top:20px;
	padding-top:10px;
	padding-bottom:30px;
	border-top:1px solid #ccc;
}

div#footer address{
	font-size:12px;
	font-style:normal;
	text-align:center;
}

/* category */
div#left_contents h3{
	font-size:14px;
	color:white;
	background-color:#333333;
	padding:10px;
}

div#category{
	border:1px solid #333333;
	background-color:#ffffff;
	padding:5px;
}
ul#list{
	list-style:none;
	width:198px;
}

ul#list li{
	font-size:12px;
	line-height:18px;
}

table#tablelist{
	background-color:#333333;
}

table#tablelist th,
table#tablelist td{
	font-size:12px;
	line-height:18px;
	padding:3px;
}

table#tablelist th{
	background-color:#cccccc;
}

table#tablelist td{
	background-color:#ffffff;
}

