@charset "euc-jp";
/* CSS Document */

/* -----------------------------------------------------------
CSS Information

 File name:		default.css
 Author:			Yoneda Ryo - Kimiaki Hori
 date:					2008/05/09 - 2008/10/22
----------------------------------------------------------- */

/*======================================

	COMMON

=======================================*/

h1 {
	font-size: 10px;
	color: #333333;
	width: 100%;
	text-align: center;
	line-height: 10px;
	margin: 0 auto;
	padding-top:2px;
}
.table_700 {
	width: 700px;
	margin: 0 ;
}

/*** INPUT ***/

input.size_200 {width: 200px;}

input.size_300 {width: 300px;}

input.size_max {width: 100%;}

input.radio {margin-right: 5px;}

/*** INPUT ***/

select {width: 100px;}

/*======================================

	HEADER

=======================================*/

#header {
	width: 950px;
	height: 80px;
	margin: 0 auto;
	background-image: url(../image/basic/header_bg.gif);
	background-repeat: no-repeat;
	position: relative;
}
#header .logo a {
	height: 60px;
	width: 200px;
	text-indent: -9999px;
	position: absolute;
	display: block;
	left: 10px;
	top: 10px;
}
#header ul.status {
	position: absolute;
	top: 38px;
	left: 210px;
}
#header ul.status li {
	text-align:left;
	color:#333333;
}
#header .advertise {
	position: absolute;
	top: 11px;
	left: 482px;
}

/*======================================

	MENU.tpl

=======================================*/

#navi_menu {
	height: 32px;
	padding: 0;
	margin-bottom:20px;
}

#navi_menu ul {
	background-image: url(../image/basic/menu_bg.jpg);
	height:32px;
	padding-left:7px;
}
#navi_menu li {
	float: left;
	margin-right: 1px;
}

/*======================================

	FOOTER

=======================================*/

#footer {
	background-color:#ffffff;
	margin: 20px auto 0;
	height: 60px;
	clear: both;
	border-top:#D43352 solid 1px;
	padding-top:5px;
	width:950px;
}
#footer .foot_navi,
#footer .copyright  {
	text-align: center;
	padding: 5px 5px 0 0;
	font-size: 10px;
}


