/* ------------------------ 【　■ サイト全体共有部分に関する css　】 ------------------------ */


/* --------- [ □ 基本設定 ] --------- */

* {
	font-family: "ＭＳ Ｐゴシック",Osaka;
	margin: 0;
	padding: 0;
}

body {
	color: #ffffff; 
	line-height: 1.4; 
	word-break:break-all;
	font-size: 12pt; 
	font-family: "ＭＳ Ｐゴシック",Osaka;
	text-align: center;
	margin: 0 auto;
	background: #000000;
}

a {
	outline: 0;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #FFF25C;
}
a:active {
	color: #FFF25C;
}

#clear {
	height: 0px;
	clear: both;
	margin: 0;
	padding: 0;
}

#acc {
	display: none;
}


/* --------- [ □ 構造設定 ] --------- */

#wrapper {
	width: 950px;
	padding: 0 25px 0 0;
	margin: 0 auto;
}
#contents {
	width: 925px;
	background: #000000 url("../img/base.jpg") repeat-y right top;
}
#head {
	width: 925px;
}
#main {
	width: 925px;
	background: url("../img/base_main.jpg") repeat-y right top;
}
#bottom {
	clear: both;
	width: 925px;
}


/* --------- [ □ 各項目設定 ] --------- */


/* -- ◇ ヘッド部分 -- */
#head h1 {
	color: #999999;
	font-weight: normal;
	font-size: 8pt;
	text-align: right;
	padding: 0 75px 0 0;
}
#head #logo {
	width: 130px;
	float: left;
	padding: 0 10px 0 20px;
}
#head #menu {
	width: 700px;
	float: left;
	padding: 34px 0 0 0;
}

/* - メインメニュー - */
#head ul.mainmenu {
	font-size: 2pt; 
	float: left;
	padding: 0 0 0 1px;
	background: transparent url("../img/menu_line.jpg") no-repeat left center;
}
#head ul.mainmenu li {
	width: 84x;
	list-style: none;
	float: left;
	padding: 0 4px 0 2px;
	background: transparent url("../img/menu_line.jpg") no-repeat right center;
}
#head ul.mainmenu li a {
	width: 80px;
	height: 27px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;
}
#head ul.mainmenu li.home a {
	background: transparent url("../img/button_home.jpg") no-repeat left top;
}
#head ul.mainmenu li.home a:hover {
	background: transparent url("../img/button_home.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.service a {
	background: transparent url("../img/button_service.jpg") no-repeat left top;
}
#head ul.mainmenu li.service a:hover {
	background: transparent url("../img/button_service.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.service2 a {
	background: transparent url("../img/button_service2.jpg") no-repeat left top;
}
#head ul.mainmenu li.service2 a:hover {
	background: transparent url("../img/button_service2.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.staff a {
	background: transparent url("../img/button_staff.jpg") no-repeat left top;
}
#head ul.mainmenu li.staff a:hover {
	background: transparent url("../img/button_staff.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.owner a {
	background: transparent url("../img/button_owner.jpg") no-repeat left top;
}
#head ul.mainmenu li.owner a:hover {
	background: transparent url("../img/button_owner.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.recruit a {
	background: transparent url("../img/button_recruit.jpg") no-repeat left top;
}
#head ul.mainmenu li.recruit a:hover {
	background: transparent url("../img/button_recruit.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.gallery a {
	background: transparent url("../img/button_gallery.jpg") no-repeat left top;
}
#head ul.mainmenu li.gallery a:hover {
	background: transparent url("../img/button_gallery.jpg") no-repeat left bottom;
}
#head ul.mainmenu li.course a {
	background: transparent url("../img/button_course.jpg") no-repeat left top;
}
#head ul.mainmenu li.course a:hover {
	background: transparent url("../img/button_course.jpg") no-repeat left bottom;
}

/* - サブメニュー - */
#head ul.submenu {
	font-size: 2pt; 
	float: left;
	padding: 12px 0 0 130px;
}
#head ul.submenu li {
	list-style: none;
	text-indent: -9999px;
	float: left;
	padding: 0 0 0 10px;
}
#head ul.submenu li a {
	width: 58px;
	height: 12px;
	display: block;
	text-decoration: none;
}
#head ul.submenu li.access a {
	background: transparent url("../img/button_submenu.jpg") no-repeat left top;
}
#head ul.submenu li.access a:hover {
	background: transparent url("../img/button_submenu.jpg") no-repeat left bottom;
}
#head ul.submenu li.recruit a {
	background: transparent url("../img/button_submenu.jpg") no-repeat right top;
}
#head ul.submenu li.recruit a:hover {
	background: transparent url("../img/button_submenu.jpg") no-repeat right bottom;
}


/* -- ◇ IE用★ハックメニュー -- */

*html #head ul.mainmenu {
	font-size: 2pt; 
	float: left;
	padding: 0 0 0 1px;
	background: transparent url("../img/IE_button_back.jpg") no-repeat left top;
}
*html #head ul.mainmenu li {
	background: transparent;
}
*html #head ul.mainmenu li.home {
	background: transparent url("../img/button_home.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.service {
	background: transparent url("../img/button_service.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.staff {
	background: transparent url("../img/button_staff.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.owner {
	background: transparent url("../img/button_owner.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.recruit {
	background: transparent url("../img/button_recruit.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.gallery {
	background: transparent url("../img/button_gallery.jpg") no-repeat 2px top;
}
*html #head ul.mainmenu li.course {
	background: transparent url("../img/button_course.jpg") no-repeat 2px top;
}

*html #head ul.submenu li.access {
	background: transparent url("../img/button_submenu.jpg") no-repeat 10px top;
}
*html #head ul.submenu li.recruit {
	background: transparent url("../img/button_submenu.jpg") no-repeat right top;
}


/* -- ◇ メインFLASH or 画像部分 -- */

#visual {
	clear: both;
	text-align: left;
	padding: 15px 0 15px 48px;
	background: url("../img/base_head.jpg") no-repeat right top;
}

/* -- ◇ メイン部分 -- */
#main #maincontents {
	width: 925px;
	background: url("../img/base_maincontents.jpg") no-repeat right top;
}

/* -- ◇ パンくず部分 -- */
p#pan {
	font-size: 8pt;
	text-align: left;
	padding: 12px 0 40px 50px;
}

/* -- ◇ ボトムメニュー部分 -- */
#bottom {
	width: 925px;
	text-align: left;
	padding: 42px 0 0 0;
}
#bottom dl {
	width: 550px;
	float: left;
	line-height: 41px;
	padding: 13px 0 0 45px;
}
#bottom dl dd {
	font-size: 7pt;
	display: inline;
	padding: 0 5px 0 0;
}
#bottom dl dd a {
	color: #ffffff;
	font-size: 8pt;
}
#bottom dl dd a:hover {
	color: #FFF25C;
}
#bottom dl dd a:active {
	color: #FFF25C;
}
#bottom #qr {
	width: 200px;
	float: right;
	font-size: 8pt;
	padding: 0 108px 0 0;
}
#bottom #qr p {
	width: 130px;
	float: left;
	font-size: 8pt;
	text-align: right;
	padding: 11px 5px 0 0;
}
#bottom #qr img {
	float: left;
}


/* -- ◇ コピー部分 -- */
#copy {
	width: 925px;
	clear: both;
	color: #666666;
	text-align: center;
	background: url("../img/base_copy.jpg") no-repeat right top;
	margin-left:auto;
	margin-right:auto;
}
#copy h3 {
	font-weight: normal;
	font-size: 8pt;
	padding: 10px 0 0;
}
#copy p.thx {
	font-size: 8pt;
	padding: 0 0 15px 0;
}
#copy p.thx a:link {
	color: #666666;
}
#copy p.thx a:visited {
	color: #666666;
}
#copy p.thx a:hover {
	color: #FFF25C;
}
#copy p.thx a:active {
	color: #FFF25C;
}
#copy p.copy {
	font-size: 9pt;
	padding: 0 0 30px 0;
}