@charset "utf-8";
@import url("design02.css");
/* CSS Document */

body{
	margin:0;
	padding:0;
	font-size:12px;
	line-height:17px;
	color:#666;
	background-color:#FFC;
}

a:link{
	color:#333;
}

a:visited{
	color:#333;
}

a:hover{
	color:#63C;
}

#head{
	width:760px;
	height:60px;
	background-image:url(top_image/bg_head.jpg);
	background-color:#696;
	margin:auto;
}

#main{
	width:760px;
	height:auto;
	margin:auto;
	background-color:#FFF;
}

#left{
	width:170px;
	padding:10px;
	float:left;
}

.menu{
	width:150px;
	border:#CCC 1px solid;
	padding:7px;
	margin-top:8px;
	font-weight:bold;
}


.menu-s{
	width:150px;
	padding:7px;
	margin-top:5px;
	text-align:right;
}

.menu a:link{
	color:#666;
	text-decoration:none;
}

.menu a:visited{
	color:#666;
	text-decoration:none;
}

.menu a:hover{
	color:#F30;
	text-decoration:underline;
}

.oil{
	width:150px;
	margin-top:10px;
	padding:7px;
	border:#999 1px dotted;
	font-size:11px;
	line-height:14px;
}

.oiltitle{
	font-weight:bold;
	color:#339;
	font-size:12px;
	line-height:16px;
	background-color:#FF9;
	padding:3px;
}

.cyumontitle{
	font-weight:bold;
	color:#339;
	font-size:12px;
	line-height:16px;
	background-color:#FC9;
	padding:3px;
}


#right{
	width:545px;
	float:right;
}

.aisatu{
	width:auto;
	padding:10px 0px 20px 20px;
	height:100px;
	margin-right:10px;
}

h2{
	font-size:18px;
	font-weight:bold;
	color:#366;
	line-height:25px;
}


#whatsnew{
	width:auto;
	margin-top:20px;
	height:280px;
	overflow:auto;
}

.newskiji{
	background-image:url(index_new2/dot.gif);
	background-repeat:no-repeat;
	background-position:3px 3px;
	padding:5px 0px 5px 30px;
	line-height:16px;
	color:#333;
}


.newsred{
	font-size:14px;
	color:#F06;
	font-weight:bold;
	margin-bottom:3px;
}
	
.newsmidori{
	color:#30F;
}


#fotter{
	width:760px;
	height:15px;
	background-color:#693;
	padding:5px;
	color:#FFF;
	text-align:center;
	margin-top:20px;
}

#clear{
	clear:both;
}
