﻿@charset "UTF-8";
/* 初期設定 */
* {
	margin:0px;
	padding:0px;
}
img {
	border:none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka , sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	background-color: #ffe4e4;
	background-image:url(../../images/common/bg.jpg);
	line-height:18px;
}
/* End */

/* Text link color CSS */
a:link {
	color: #a11a25;
	text-decoration:none;
}
a:visited {
	color: #a11a25;
	text-decoration:none;
}
a:hover {
	color: #e79b30;
	text-decoration:none;
}
a:active {
	color: #e79b30;
	text-decoration:none;
}
#menu a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#menu a:active {
	color: #FFFFFF;
	text-decoration:none;
}
/* End */

/* Menu Rollover CSS */
#menu_list li {
	height: 30px;
	width: 170px;
	list-style-type: none;
}
#menu_list li a {
	display:block;
	width:170px;
	height:30px;
	text-indent:-5000px;
	overflow:hidden;
}
#menu #banner_recruit a {
	display:block;
	width:160px;
	height:50px;
	text-indent:-5000px;
	overflow:hidden;
}
#menu #banner_search a {
	display:block;
	width:160px;
	height:50px;
	text-indent:-5000px;
	overflow:hidden;
}

a.home {
	background-image: url(../../images/common/btn_home.gif);
}
.act_home {
	background-image: url(../../images/common/btn_home_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
a:hover.home {
	background-position:0px -30px;
}
a.system {
	background-image: url(../../images/common/btn_system.gif);
}
a:hover.system {
	background-position:0px -30px;
}
.act_system {
	background-image: url(../../images/common/btn_system_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
.act_system {
	background-image: url(../../images/common/btn_system_act.gif);
}
a.member {
	background-image: url(../../images/common/btn_member.gif);
}
a:hover.member {
	background-position:0px -30px;
}
.act_member {
	background-image: url(../../images/common/btn_member_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
a.access {
	background-image: url(../../images/common/btn_access.gif);
}
a:hover.access {
	background-position:0px -30px;
}
.act_access {
	background-image: url(../../images/common/btn_access_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
a.event {
	background-image: url(../../images/common/btn_event.gif);
}
a:hover.event {
	background-position:0px -30px;
}
.act_event {
	background-image: url(../../images/common/btn_event_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
a.faq {
	background-image: url(../../images/common/btn_faq.gif);
}
a:hover.faq {
	background-position:0px -30px;
}
.act_faq {
	background-image: url(../../images/common/btn_faq_act.gif);
	width:170px;
	height:30px;
	background-repeat:no-repeat;
}
a.recruit {
	background-image: url(../../images/common/btn_recruite.gif);
}
a.search {
	background-image: url(../../images/common/btn_search.gif);
}
a:hover.recruit {
	background-position:0px -50px;
}
a:hover.search {
	background-position:0px -50px;
}
#banner_syame a {
	width:170px;
	height:60px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;	
}
#banner_kamakura a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
}
#banner_kmaxim a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
}
#banner_omaxim a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
}
#banner_oplayboy a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}
#banner_splayboy a {
	width:200px;
	height:40px;
	display:block;
	text-indent:-5000px;
	overflow:hidden;
}

a.syame {
	background-image: url(../../images/common/banner_syame.gif);
}
a.kamakura {
	background-image: url(../../images/common/banner_200x40_kamakura.gif);
}
a.kmaxim {
	background-image: url(../../images/common/banner_200x40_kmaxim.gif);

}

a.omaxim {
	background-image: url(../../images/common/banner_200x40_omaxim.gif);
}
a.oplayboy {
	background-image: url(../../images/common/banner_200x40_oplayboy.jpg);
}
a.splayboy {
	background-image: url(../../images/common/banner_200x40_splayboy.gif);
}

a:hover.syame {
	background-position:0px -60px;
}
/* End */

#wapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#header {
	background-image: url(../../images/common/header.jpg);
	height: 200px;
	width: 100%;
}
#body {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #a11a25;
	border-left-color: #a11a25;
}
#footer {
	background-image: url(../../images/common/footer.gif);
	height: 107px;
	width: auto;
	color: #CA5B65;
}
#menu {
	background-image: url(../../images/common/menu_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 170px;
}
#menu_head {
	background-image: url(../../images/common/menu_head.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 170px;
}
#menu #sub {
	width: 160px;
	background-image: url(../../images/common/menu_sub_bg.gif);
}
#menu #sub_head {
	background-image: url(../../images/common/menu_sub_head.gif);
	height: 5px;
	width: 160px;
}
#menu #sub #line {
	background-image: url(../../images/common/menu_sub_line.gif);
	height: 1px;
	width: 160px;
	margin-top: 11px;
}
#menu #sub #banner_recruit {
	height: 50px;
	width: 160px;
}
#menu #sub #banner_search {
	height: 50px;
	width: 160px;
}
#menu #sub #qr_title {
	background-image: url(../../images/common/menu_sub_msite.gif);
	margin-right: auto;
	margin-left: auto;
	height: 36px;
	width: 99px;
}
#menu_line {
	background-image: url(../../images/common/menu_line.gif);
	height: 2px;
	width: 170px;
}
#menu #sub #qrcode {
	height: 97px;
	width: 97px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2px;
}
#menu_foot {
	background-image: url(../../images/common/menu_foot.gif);
	height: 40px;
	width: 170px;
	margin-top: 6px;
}
#main {
	width: 590px;
	margin-top: 10px;
}
#mainbox {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#menu #sub #sub_foot {
	background-image: url(../../images/common/menu_sub_foot.gif);
	height: 5px;
	width: 160px;
	margin-top: 4px;
}

.link_box {
	float: left;
}

.contents_top {
	width: 344px;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(../../images/common/contents_bg.gif);
}
.contents {
	width: 590px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
}
.contents_division {
	width: 590px;
	background-repeat: repeat-x;
	background-position: top;
	margin-top: 10px;
}
.contents_body {
	width: 580px;
	background-image: url(../../images/common/contents_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.contents_foot {
	background-image: url(../../images/common/contens_foot.gif);
	height: 7px;
	width: 590px;
}
.division {
	width:100%;
}
.text_red {
color:#FF0000;
}
.text_red2 {
color:#a11a25;
}
.block {
	display:block;
	width:170px;
	height:30px;
	text-indent:-5000px;
	overflow:hidden;
}
#contact {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	color: #FFFFFF;
	background-image: url(../../images/common/contact.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 31px;
}
