@charset "UTF-8";
/* CSS
------------------------------------------------------------------ */
html {
	width: 100%;
	height: 100%;
}
body {
	border-top: #E50012 3px solid;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	margin:0;
	padding: 0;
	font-size: 12px;
	line-height: 130%;
	color: #333333;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
	font-weight:normal; 
}
table {
}
img {
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: #FF7800;
}
a:hover {
	color: #FFA04C;
}

p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
ul,
li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#wrapper {
	background: url(../img/common/wrapper_back.png) repeat-y;
	width: 880px;
	margin: 0 auto;
	padding: 0 26px;
	position: relative;
	z-index: 0;
}
#wrapper_top {
	background: url(../img/common/wrapper_back_top.png) no-repeat;
	width: 932px;
	height: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -10;
}
#wrapper_bottom {
	background: url(../img/common/wrapper_back_bottom.png) no-repeat;
	width: 932px;
	height: 200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -10;
}
#main {
	padding: 250px 0 500px 0;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
}
table {
	width: 100%;
	border: none;
}
tbody {
	border-top: 0px;
	width: ;
}
th {
	padding-right: 0em; /* LTR */
	border-bottom: none;
}
tbody th {
	border-bottom: none;
}
/*ヘッダー
-------------------------------------------------------*/
#header {
	background: url(../img/common/header_back.png) no-repeat;
	width: 880px;
	height: 145px;
	margin: 0 auto;
	padding: 5px 60px 0 60px;
	position: relative;
}
#header_area {
	height: 92px;
}
#header_area h1 {
}
#header_area h1 a {
	background: url(../img/common/logo.png) no-repeat;
	width: 200px;
	height: 70px;
	display: block;
	position: relative;
	left: 340px;
	top: -5px;
}
#header_area h1 span {
	display: none;
}
#seo {
	width: 400px;
	float: left;
	font-size: 10px;
}

ul.menu {
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#main_menu {
	background: url(../img/common/mainmenu_back.png) no-repeat;
	height: 35px;
	padding: 0 10px;
}
#main_menu a {
	color: #FFFFFF;
	width: 140px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	text-decoration: none;
	display: block;
}
#main_menu a:hover {
	background: url(../img/common/mainmenu_back2.png) repeat-x;
}
#main_menu ul.menu li.leaf {
	background: url(../img/common/mainmenu_space.png) no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
}
#main_menu ul.menu li.active-trail a {
	background: url(../img/common/mainmenu_back2.png) repeat-x;
}

#main_menu ul.menu li.first {
	background: none;
	padding: 0;	
}

#top_menu {
	float: right;
	font-size: 10px;
	line-height: 12px;
}
#top_menu a {
	color: #333333;
	text-decoration: none;
}
#top_menu a:hover {
	color: #FF7800;
}
#top_menu ul.menu li.leaf {
	background: url(../img/common/list_space.png) no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 0 11px;	
}
#top_menu ul.menu li.first {
	background: none;
	padding: 0;	
}


/*管理者メニュー
-------------------------------------------------------*/


/*フッター
-------------------------------------------------------*/
#footer {
	border-top: #CCCCCC 1px solid;
	background: #EEEEEE;
	width: 880px;
	margin: 0 auto;
	padding: 10px 20px 50px 20px;
}
#footer_menu {
	font-size: 10px;
	line-height: 12px;
}
#footer_menu ul.menu li.leaf {
	background: url(../img/common/list_space.png) no-repeat;
	float: left;
	margin: 0;
	padding: 0 0 0 11px;	
}
#footer_menu ul.menu li.first {
	background: none;
	padding: 0;	
}
#footer_menu a {
	color: #333333;
	text-decoration: none;
}
#footer_menu a:hover {
	color: #FF7800;
}
#copy {
	float: right;
}
