A:link { text-decoration:none; color:#0000ff;}
A:visited { text-decoration:none; color:#800000;}
A:active { text-decoration:none; color:#ff0000;}

#wrap{
	/*width:100%;*/
	text-align:left;
	margin:0 auto;
}
#main{
	width:1170px;
	background-color:#ffffff;
	overflow: hidden;
	padding:0px
}
#main:after{
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
/*\*/
* html #container {
    height: 1em;
    overflow: visible;
}
/**/


#header{
	background-color:#ffffff;
	width:1170px;
	padding-top:10px;
	margin-top:0px;
}
#footer{
	background-color:#ffffff;
	width:1170px;
	clear:both;
	margin:0px;
	padding:0px
}
#index_left{
	/*width:320px;*/
	font-size:small;
	width:235px;
	float:left;
	text-align:left;
	margin:0px;
	padding:10px;
}
#index_main{
	width:890px;
	float:left;
	padding:5px;
	margin:0px;
}

#index_right{
	/*width:210px;*/
	width:230px;
	float:left;
	padding:10px;
	margin:0px;
}


body{
	background-color:#FFFFDD;
	font-size:12px;
	color:#000000;
	line-height:1.4;
	margin:0px;
	padding:0px;
}

marquee{
	background-color:#000000;
	margin:3px;
}

li{
	list-style:none;
}

#index_main table th{
	background-color:gold;
	font-weight:normal;
}

dl.tenpo {
	padding: 0;
	border: 1px solid #999999;
	border-top: none;
}

dl.tenpo dt {
	margin: 0;
	padding: 0.5em 0 0.1em 0;
	border-top: 1px solid #999999;
	width: 110px;
	float: left;
	font-weight:bold;
	text-align:center;
}
	
dl.tenpo dd {
	margin: 0 0 0 110px;
	padding: 0.3em 0em;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	background-color: #fffffff;
}


div#contents{
	width:520px;
	line-height:140%;
	background-color:pink;
	text-align:center;
	font-size:16px;
}

table#category{
	margin: 0;
	padding: 0;
	width: 520px;
}
table#category tr td font{
	color:#ff0000;
	font-size:25px
}

#index_right .new_item{
	border: 1px solid skyblue;
	width:230px;
	border-collapse:collapse;
}
#index_right .new_item th{
	background-color:skyblue;
	color:#ffffff;
	font-weight:normal;
	font-size:13px;
}
#index_right .new_item td{
	padding:3px,5px;
	font-size:10px;
}

#index_right .suggestion{
	border: 1px solid #ff0000;
	width:230px;
	border-collapse:collapse;
}
#index_right .suggestion th{
	background-color:#ff0000;
	color:#ffffff;
	font-weight:normal;
	font-size:13px;
}
#index_right .suggestion td{
	padding:3px,5px;
	font-size:10px;
}

