@charset "utf-8";
/*
=========================================================================================================================================
初期値リセット
=========================================================================================================================================
*/

* {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

dl,dt,dd {
	margin:0px;
	padding:0px;
}

img {
	border:none;
	vertical-align:top;
}

table,td,th {
	border:none;
	text-align:left;
	vertical-align:top;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
	padding:0px;
	font-size:1em;
}

div {
	text-align:left;
	line-height:1.5em;
}

p {
	margin:0px;
	padding:0px;
	text-align:left;
}

hr {
	clear:both;
	width:1em;
	padding:0px;
	margin:0px;
}

/*
=========================================================================================================================================
初期設定
=========================================================================================================================================
*/

html {
	width:100%;
}

body {
	width:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	line-height:1.5em;
	font-size:12px;
	background-image:url(../img/bg_body.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#f5f5f5;
}

body a {
	color:#65809C;
}

table {
	border:none;
	border-collapse:collapse;
	empty-cells:show;
	line-height:150%;
}

/*スペース*/
.space {
	width:100%;
	height:1px;
	clear:both;
	font-size:1px;
	text-align:center;
	line-height:normal;
}

/*戻る*/
.return {
	width:100%;
	padding:10px 0px;
	text-align:right;
	clear:both;
	display:block;
}

/*改ページ*/
.pbb {
	page-break-before: always;
}


/*
=========================================================================================================================================
ヘッダー
=========================================================================================================================================
*/

h1 {
	width:750px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
	font-weight:normal;
	font-size:12px;
	line-height:150%;
}

#head {
	margin-left:auto;
	margin-right:auto;
	height:70px;
	width:750px;
}

#head a.logo {
	width:280px;
	height:70px;
	float:left;
	clear:none;
}

#head p {
	float:right;
	clear:none;
	width:120px;
}

#head ul {
	width:440px;
	height:40px;
	float:right;
	clear:none;
}

#head li {
	float:left;
	clear:none;
	width:110px;
	height:40px;
}

/*
=========================================================================================================================================
FLASHエリア
=========================================================================================================================================
*/

#flash {
	width:750px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

/*
=========================================================================================================================================
フッター
=========================================================================================================================================
*/

#foot {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	height:70px;
	background-image:url(../img/bg_foot.gif);
	background-position:center top;
	background-repeat:no-repeat;
}

#foot p {
	text-align:center;
	line-height:120%;
	margin-left:232px;
	padding-top:35px;
}

/*
=========================================================================================================================================
コンテナ
=========================================================================================================================================
*/

#main {
	margin-left:auto;
	margin-right:auto;
	width:750px;
}

#boxL {
	width:190px;
	float:left;
	clear:none;
	position:relative;
}

#boxR {
	width:550px;
	float:right;
	clear:none;
}

/*本文(INDEX)*/

#indexBox h3 {
	font-size:14px;
	/*line-height:260%;*/
}

/*お知らせ*/

#new {
	margin:10px 10px 20px 10px;
	width:530px;
	height:50px;
	overflow:auto;
}

#new dd {
	text-align:right;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:#CCCCCC;
	margin-bottom:12px;
	color:#CCCCCC;
}

/*メニュー*/

#btn a {
	display:block;
	margin-bottom:20px;
}

#menu ul {
	width:190px;
}

#menu li {
	height:35px;
	background-image:url(../img/index_menu_r2_c1.gif);
	background-position:left top;
	background-repeat:no-repeat;
	/*line-height:250%;*/
}

#menu a {
	display:block;
	height:35px;
}

#count {
	padding:20px 0px;
	text-align:center;
}

#topics {
	position:absolute;
	width:80px;
	height:80px;
	left: 190px;
	top: 255px;
}

/*各ページ(汎用)*/
#container h3 {
	background-image:url(../img/ttl_h3_bg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:250%;
	font-size:14px;
	color:#4169e1;
	clear:both;
}

#container p {
	margin:10px 10px 20px 30px;
	clear:both;
}

#container dl {
	margin:10px 10px 0px 30px;
	clear:both;
}

#container dt {
	line-height:200%;
	background-image:url(../img/ttl_dt_bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding-left:12px;
	font-weight:bolder;
	color:#ff8c00;
}

#container dd {
	margin-left:24px;
	padding:10px 0px 20px 0px;
}

#container ul {
	margin:10px 10px 20px 30px;
	clear:both;
}

#container ol {
	margin:10px 10px 20px 30px;
	clear:both;
}

#container li {
	/*margin-left:24px;*/
	padding-top:10px;
	margin-left:20px;
}

#container table {
	margin:10px 10px 20px 30px;
	clear:both;
}

#container th {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	background-color:#eeeeee;
	padding:5px;
	font-weight:bold;
	width:100px;
}

#container td {
	border-width:1px;
	border-style:solid;
	border-color:#CCCCCC;
	padding:5px;
}

.tdBg {
	text-align:center;
	background-color:#eeeeee;
}

.tdR {
	text-align:right;
}

/*求人情報*/
.inq {
	border-width:3px;
	border-style:double;
	border-color:#ff8c00;
	margin:10px 120px 10px 50px;
	padding:10px;
	clear:both;
}

#recruit dt {
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
	line-height:150%;
	width:90px;
	background-image:none;
	font-family:"ＭＳ ゴシック", "Osaka－等幅", sans-serif;
}

#recruit dd {
	float:left;
	clear:right;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:420px;
}

#recruit table {
	margin:0px 0px 20px 0px;
}

#recruit th {
	width:80px;
	vertical-align:middle;
	font-weight:normal;
	text-align:center;
	padding:3px;
}

#recruit td {
	vertical-align:middle;
	padding:2px;
}

#recruit p {
	margin:0px 0px 10px 0px;
	padding-left:12px;
	background-image:url(../img/bg_p.gif);
	background-position:left top;
	background-repeat:no-repeat;
	clear:none;
}

#recruit label {
	width:45px;
	display:block;
	float:left;
	clear:none;
}

#recruit ol {
	margin:0px;
	padding:0px;
	float:left;
	clear:none;
	display:block;
}

#recruit li {
	padding:0px 0px 5px 0px;
	margin:0px;
}

#rn {
	float:right;
	width:200px;
	height:50px;
}

#ListDisc ul {
	margin:0px; padding:0px;
}

#ListDisc li {
	list-style-type:disc;
	padding:0px;
}

/*先輩からのメッセージ*/

#message p {
	clear:none;
}

#message li {
	float:left;
	clear:none;
	margin:0px;
	padding:0px;
	display:block;
	text-align:center;
	width:126px;
	padding-bottom:30px;
}

/*
=========================================================================================================================================
アコーディオンメニュー
=========================================================================================================================================
*/

#accordion {
	padding-bottom:20px;
}

.accordion_toggle {
	background-image:url(../img/ttl_h3_index_bg.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:300%;
	cursor: pointer;
	color:#4682b4;
}

.accordion_content {
	overflow:hidden;
	padding:5px 10px 20px 40px;
}

.accordion_content ul {
	padding-bottom:10px;
	margin-left:12px;
}

.accordion_content li {
	padding-bottom:10px;
}

.vertical_accordion_toggle {
	/*background-image:url(../img/index_h3_bg.gif);
	background-position:left center;
	background-repeat:no-repeat;*/
	line-height:200%;
	/*cursor: pointer;*/
	color:#4682b4;
}

.vertical_accordion_content {
	overflow:hidden;
	padding:5px 0px 20px 0px;
}

/*Horizontal Accordion*/

/*.horizontal_accordion_toggle {
<REQUIRED>
	float: left;
<REQUIRED>
	display: block;
	height: 100px;
	width: 30px;
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}

.horizontal_accordion_content {
<REQUIRED>
	height: 100px;
	float: left;
<REQUIRED>
	overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}

.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}*/

/* Container styling*/
#horizontal_container {
	margin:0px;
	width: 1px;   
	height: 1px;
}

#vertical_nested_container {
	margin:0px;
	width: 1px;   
	height: 1px;
}

.accP {
	width:170px;
	height:150px;
	float:right;
	clear:none;
	margin:0px;
	padding:0px;
	display:block;
}

/*
=========================================================================================================================================
文字装飾
=========================================================================================================================================
*/

.aka {
	color:#bc0019;
}

.pink {
	color:#FF0099;
}

.green {
	color:#99CC00;
}

.orange {
	color:#FF9900;
}

.blue {
	color:#0066FF;
}

.gray {
	color:#aaaaaa;
}

.yellow {
	color:#D2D23C;
}


/*
=========================================================================================================================================
画像位置
=========================================================================================================================================
*/

img.styleR {
	float:right;
	clear:none;
	margin:0px 10px 0px 10px;
}

img.styleL {
	float:left;
	clear:none;
	margin:0px 10px 0px 30px;
}

