@charset "utf-8";
/* CSS Document */
body,td,th{
	font-size:12px;
	color:#666;
	line-height:1.4em;
}
body{
	margin:0;
	background:url(../common_img/bg.gif) repeat-x #E9E9BD;
}

img{
	border:none;
}

h1{
	font-size:10px;
	color:#666;
	text-weight:bold;
	margin:0;
}

h2{
	margin:0;
}

p{
	margin:0;
}

#wrapper{
	margin:0 auto;
	width:800px;
	padding:0px;
}

#header{
	margin:0 15px;
	width:770px;
	background:url(../common_img/head_bg.jpg) repeat-x;
}

#content{
	width:740px;
	margin:0;
	padding:0 30px;
	background:url(../common_img/wrap_bg.jpg) repeat-y;
}


#footer{
	padding:0 20px;
	background:url(../common_img/wrap_bg.jpg) repeat-y;
}



#nav_tbl{
	float:right;
	width:267px;	
}

#banner_tbl{
	width:740px;
	margin:10px 0;
}

#foot_navi{
	
}

p#foot_navi a{
	color:#666;
	text-decoration:none;
}

p#foot_navi a:hover{
	color:#666;
	text-decoration:underline;
}
/* MENU */
div#menu {
	height: 45px;
	width: 770px;
	margin: 0;
	padding: 0 15px;
	border: 0;
	background: transparent url(../common_img/menu_bg.jpg) top left no-repeat;
}

div#menu ul#btn	{
	height: 45px;
	width: 770px;
	background: transparent url(../common_img/menu.jpg) top left no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

div#menu ul#btn li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
ul#btn li, ul#btn a {
	height: 45px;
	display: block;
}
	
div#menu ul#btn li a {
	text-indent: -9999px;
	text-decoration: none;
}
	
#btn1		{left: 0; width: 95px;}
#btn2		{left: 95px; width: 95px;}
#btn3		{left: 190px; width: 95px;}
#btn4		{left: 285px; width: 95px;}
#btn5		{left: 380px; width: 95px;}
#btn6		{left: 475px; width: 105px;}
#btn7		{left: 580px; width: 95px;}
#btn8		{left: 675px; width: 95px;}

#btn1		a:hover	{background:url(../common_img/menu.jpg) 0 -45px no-repeat;}
#btn2		a:hover	{background:url(../common_img/menu.jpg) -95px -45px no-repeat;}
#btn3		a:hover	{background:url(../common_img/menu.jpg) -190px -45px no-repeat;}
#btn4		a:hover	{background:url(../common_img/menu.jpg) -285px -45px no-repeat;}
#btn5		a:hover	{background:url(../common_img/menu.jpg) -380px -45px no-repeat;}
#btn6		a:hover	{background:url(../common_img/menu.jpg) -475px -45px no-repeat;}
#btn7		a:hover	{background:url(../common_img/menu.jpg) -580px -45px no-repeat;}
#btn8		a:hover	{background:url(../common_img/menu.jpg) -675px -45px no-repeat;}

.title{
	margin:0;
}

.small{
	font-size:10px;
}

.m20{
	margin:20px 0;
}

.m20_0{
	margin:20px 0 0 0;
}
.m20_10{
	margin:20px 0 10px 0;
}

.m10_0{
	margin:10px 0 0 0;
}

.w060{
	width:60px;
}
.w120{
	width:120px;
}

.w240{
	width:240px;
}
.cation{
	color:#990000;
}