/*--------------------------------------------------
	プロパティ初期化
--------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
}
ul li {
	list-style-type: none;
}
img {
	border-style: none;
}


/*--------------------------------------------------
	全体
--------------------------------------------------*/

body {
	FONT: 11px "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	text-align: center;
	line-height: 16px;
}
.clear {
	clear: both;
	float: none;
}

a {
	color: #895D31;
	text-decoration: none;
}
a:hover {
	color: #895D31;
	text-decoration: underline;
}

/*--------------------------------------------------
	container
--------------------------------------------------*/
#container {
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#container_page {
	background-image: url(images/bg_container_page.jpg);
	background-repeat: repeat-x;
}
/*--------------------------------------------------
	wrapper
--------------------------------------------------*/
#wrapper {
	height: auto;
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(images/bg_wrapper.jpg);
	background-repeat: repeat;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
}

/*--------------------------------------------------
	header
--------------------------------------------------*/
#header {
}
#header #head_top {
	background-image: url(images/bg_head_top.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 870px;
}
#header h1 {
	background-image: url(images/bg_h1.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 870px;
	text-indent: -9999px;
}
#header #logo {
	background-image: url(images/bg_logo.jpg);
	background-repeat: no-repeat;
	height: 146px;
	width: 870px;
}
#header #navigation {
	background-image: url(images/bg_navigation.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 870px;
}
#header #navigation_page {
	background-image: url(images/bg_navigation_02.jpg);
	background-repeat: no-repeat;
	height: 73px;
	width: 870px;
}
#header #head_under {
	background-image: url(images/bg_head_under.jpg);
	background-repeat: no-repeat;
	height: 71px;
	width: 870px;
}
/*--------------------------------------------------
	navigation
--------------------------------------------------*/
#navigation ul {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 339px;
}
#navigation li {
	float: left;
	margin-right: 20px;
}
#navigation_page ul {
	padding-top: 29px;
	padding-bottom: 29px;
	padding-left: 339px;
}
#navigation_page li {
	float: left;
	margin-right: 20px;
}

/*--------------------------------------------------
	main
--------------------------------------------------*/
#main {
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
}
/*--------------------------------------------------
	live_news
--------------------------------------------------*/
#live_news {
	height: 226px;
	width: 298px;
	border: 1px solid #CCCCCC;
	float: left;
}
#live_news .bar {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	margin: 3px;
	height: 24px;
	width: 292px;
}
#live_news .bar img {
	margin-top: 5px;
	margin-left: 250px;
}
#live_news .content {
	padding: 5px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	height: 183px;
	width: 285px;
}
#live_news .time {
	text-align: right;
	font-size: 10px;
}
#live_news .title {
	margin-bottom: 4px;
}
/*--------------------------------------------------
	schedule_top
--------------------------------------------------*/
#schedule_top {
	float: right;
	height: 226px;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#schedule_top h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_schedule_top.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}
/*--------------------------------------------------
	pickup
--------------------------------------------------*/
#pickup {
	height: 98px;
	width: 838px;
	border: 1px solid #CCCCCC;
	margin-top: 15px;
}
#pickup h2 {
	background-image: url(images/title_pickup.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 24px;
	width: 832px;
	margin: 3px;
}
#pickup ul {
	margin-top: 2px;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 0px;
	line-height: 0px;
}
#pickup .left {
	float: left;
	margin-right: 3px;
}
#pickup .right {
	float: left;
}

/*--------------------------------------------------
	mobile
--------------------------------------------------*/
#mobile {
	background-image: url(images/bg_mobile.jpg);
	background-repeat: no-repeat;
	height: 78px;
	width: 840px;
	margin-top: 15px;
}
#mobile .content {
	padding-top: 44px;
	padding-left: 338px;
}
#mobile #add {
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 1px;
}
#mobile #domain {
	vertical-align: middle;
	width: 160px;
}
#mobile img {
	vertical-align: middle;
}
/*--------------------------------------------------
	ft_menu
--------------------------------------------------*/
#ft_menu {
	background-color: #FFFFFF;
	height: 26px;
	width: 870px;
	margin-top: 15px;
}
#ft_menu ul {
	padding-top: 4px;
	padding-left: 15px;
}
#ft_menu li {
	float: left;
	margin-right: 10px;
	border-right: 1px solid #CCCCCC;
	padding-right: 10px;
}
/*--------------------------------------------------
	footer
--------------------------------------------------*/
#footer {
	background-color: #FFFFFF;
	padding: 15px;
	margin-top: 15px;
}
#footer .copyright {
	float: left;
}
#footer .admin {
	float: right;
	margin-right: 10px;
}


/*--------------------------------------------------
	system
--------------------------------------------------*/
#system {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#system h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_system.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}
#system h3 {
	border-bottom: 2px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/system_title.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 23px;
	width: 516px;
	padding-top: 7px;
}
#system .content {
	padding: 8px 6px 6px;
	font-size: 14px;
}
#system .option {
	font-size: 12px;
	padding: 8px 6px 6px;
}
#system .other {
	font-size: 12px;
	padding: 8px 6px 6px;
}
#system .demand {
	padding: 8px 6px 6px;
}

#system table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 516px;
}
html>body table {border-collapse: separate}


#system th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 4px 4px 6px;
	font-weight: normal;
	width: 200px;
	background-color: #EEEEEE;
}
#system td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 4px 4px 6px;
	width: 200px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}
#system .style01 {
	width: 400px;
	background-color: #EEEEEE;
	font-size: 10px;
}

/*--------------------------------------------------
	live_news_page
--------------------------------------------------*/
#live_news_page {
	height: 400px;
	width: 298px;
	border: 1px solid #CCCCCC;
	float: left;
}
#live_news_page .bar {
	background-image: url(images/title_live_news.jpg);
	background-repeat: no-repeat;
	margin: 3px;
	height: 24px;
	width: 292px;
}
#live_news_page .bar img {
	margin-top: 5px;
	margin-left: 250px;
}
#live_news_page .content {
	padding: 5px;
	overflow: auto;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-3dlight-color: #ffffff;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-base-color: #ffffff;
	height: 357px;
	width: 285px;
}
#live_news_page .time {
	text-align: right;
	font-size: 10px;
}
#live_news_page .title {
	margin-bottom: 4px;
}

/*--------------------------------------------------
	archives
--------------------------------------------------*/
#archives {
	height: 400px;
	width: 298px;
	border: 1px solid #CCCCCC;
	float: left;
}
#archives .bar {
	background-image: url(images/title_archives.jpg);
	background-repeat: no-repeat;
	margin: 3px;
	height: 24px;
	width: 292px;
}
#archives .bar img {
	margin-top: 5px;
	margin-left: 250px;
}
#archives .content {
	padding: 5px;
	height: 357px;
	width: 285px;
}
#archives .time {
	font-size: 10px;
}
#archives .title {
	margin-bottom: 10px;
	border-bottom: 1px dotted #CCCCCC;
}

/*--------------------------------------------------
	news
--------------------------------------------------*/
#news {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#news h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_news.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}
#news .content {
	padding: 5px;
	line-height: 20px;
}
#news .time {
	font-size: 10px;
	text-align: right;
}
#news .title {
	font-weight: bold;
	margin-bottom: 6px;
}

/*--------------------------------------------------
	event
--------------------------------------------------*/
#event {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#event h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_event.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}

#event .content {
	padding: 8px;
}
#event .title {
	font-weight: bold;
	float: left;
	margin-bottom: 6px;
}
#event .time {
	float: right;
	margin-bottom: 6px;
}
#event .content img {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
/*--------------------------------------------------
	recruit
--------------------------------------------------*/
#recruit {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#recruit h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_recruit.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}
#recruit .companion {
	padding: 8px 6px 6px;
	font-size: 12px;
}
#recruit .staff {
	padding: 8px 6px 6px;
	font-size: 12px;
}
#recruit h3 {
	border-bottom: 2px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/system_title.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 23px;
	width: 516px;
	padding-top: 7px;
}
#recruit table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 516px;
}
html>body table {border-collapse: separate}


#recruit th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 4px 4px 6px;
	font-weight: normal;
	width: 80px;
	background-color: #EEEEEE;
}
#recruit td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 4px 4px 6px;
	width: 420px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}
#recruit .style01 {
	width: 400px;
	background-color: #EEEEEE;
	font-size: 10px;
}
#recruit .staff h3 {
	border-bottom: 2px solid #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	background-image: url(images/system_title02.jpg);
	background-repeat: no-repeat;
	text-indent: 10px;
	height: 23px;
	width: 516px;
	padding-top: 7px;
}
/*--------------------------------------------------
	link
--------------------------------------------------*/
#link {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#link h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_link.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}

#link .content {
	padding: 8px 6px 6px;
}
#link li {
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 6px;
	padding-bottom: 6px;
}

/*--------------------------------------------------
	mail
--------------------------------------------------*/
#mail {
	float: right;
	height: auto;
	width: 528px;
	border: 1px solid #CCCCCC;
}
#mail h2 {
	height: 24px;
	width: 522px;
	text-indent: -9999px;
	background-image: url(images/title_mail.jpg);
	background-repeat: no-repeat;
	margin: 3px;
}

#mail .content {
	padding: 8px 6px 6px;
}

#mail table {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	text-align: left;
	height: auto;
	width: 516px;
}
html>body table {border-collapse: separate}


#mail th {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 4px 6px 6px;
	font-weight: normal;
	width: 150px;
	background-color: #EEEEEE;
}
#mail th span {
	color: #732626;
	font-size: 10px;
}
#mail td {
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 6px 4px 6px 6px;
	width: 350px;
}
input:focus,textarea:focus,select:focus{
background-color: #CCCCCC;
}