@charset "shift_jis";



body {
	color: #FFC;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	text-align: center;	/*壁色と壁紙画像設定*/
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 75%;
	line-height: 2;
	background-color: #000000;
}

h1,h2,h3,p,ul,li,dl,dt,dd{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

img {
	border: none;
}

.color1 {
	color: #FFFA33;
}

.mini {
	font-size: 90%;
	line-height: 1.6;
}

#main ul.listmark {
	padding: 0.5em 20px 0em 30px;
	list-style: disc;
}



/*全般のリンク設定
---------------------------------------------------------------------------*/
a {
	color: #FFFFFF;	/*リンク色*/
}

a:hover {
	color: #FFFA33;	/*カーソルオーバー時の色*/
	text-decoration: none;	/*オーバー時に下線を消す設定。消したくないならこの１行を削除する。*/
}



/*コンテナー（HP全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	background: url(images/container_bg.gif) repeat-y;	/*HP枠の黄色のフチ取り*/
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 5px;
}



/*ヘッダー
---------------------------------------------------------------------------*/
#header {
	width: 850px;
	height: 360px;
	position: relative;
	padding: 0px;
}

#header_top {
	width: 850px;
	position: relative;
	padding: 0px;
	height: 730px;
}
#header_top #new {
	position: absolute;
	height: 300px;
	width: 420px;
	left: 406px;
	top: 424px;
}


/*ロゴ画像の配置位置設定*/
#header #logo {
	position: absolute;
	top: 5px;
	right: 465px;
}
/*TEL画像の配置位置設定*/
#header #tel {
	position: absolute;
	top: 5px;	
	right: 10px;	
}

/*h1タグ設定*/
#header h1 {
	font-size: 12px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 52px;
	right: 15px;
}
/*h2タグ設定*/
#header h2 {
	font-size: 12px;	/*文字サイズ*/
	font-weight: normal;
	position: absolute;
	top: 76px;
	right: 15px;
}




/*メインコンテンツ（右側ブロック）
---------------------------------------------------------------------------*/
#pices-main {
	float: right;
	width: 555px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image: url(images/pices.gif);
	background-position: center 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
	height: 600px;
}#main {
	float: right;
	width: 555px;
	display: inline;
	margin-top: 5px;
	margin-bottom: 20px;
	background-image: url(images/right.gif);
	background-position: center 8px;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-right: 10px;
}
#container #mainmain {
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}


/*h2見出し設定*/
#main h2 {
	font-size: 120%;
	color: #FFFFFF;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#pices-main h2 {
	font-size: 120%;
	color: #FFFFFF;	/*背景画像設定*/
	line-height: 30px;
	height: 30px;
	padding-left: 20px;
	overflow: hidden;
	padding-top: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

#main p {
	padding: 0.5em 10px 1em;
}




/*サイドコンテンツ（左側ブロック）
---------------------------------------------------------------------------*/
#side {
	float: left;
	width: 270px;
	display: inline;
	margin-top: 11px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

/*h3見出し設定*/
#side h3 {
	text-align: left;			/*センタリング設定。左寄せがいいならこの１行を削除する。*/
	font-size: 100%;
	letter-spacing: 0.2em;
	text-indent: 5px;
	padding-left: 5px;
	background-image: url(images/h3-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}

#side p {
	padding-top: 0.5em;
	padding-bottom: 1em;
	padding-right: 2px;
	padding-left: 2px;
}



/*サイドメニュー
---------------------------------------------------------------------------*/
ul.sidemenu {
	margin-top: 5px;
	margin-bottom: 10px;
}

ul.sidemenu li {
	margin-bottom: 5px;
}

ul.sidemenu li a {
	border-bottom: 1px solid #222222;	/*メニュー下に#222222の直線を入れる設定。*/
	border-left: 5px solid #FFFA33;		/*メニュー左に5px幅の直線を黄色で入れる設定。*/
	display: block;
	width: 290px;
	padding-left: 5px;
	text-decoration: none;
}

ul.sidemenu li a:hover {
	color: #FFFA33;		/*カーソルオーバー時の文字色。*/
	border-bottom: 1px solid #FFFA33;	/*オーバー時の下線色。*/
}




/*メインコンテンツ内の「What's New」部分
---------------------------------------------------------------------------*/
#main dl.new {
	height: 300px;		/*What's Newボックスの高さ*/
	overflow: scroll;		/*この設定でiframe風に見える*/
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	border-right: 1px solid #222222;	/*What's Newのフチの右ライン*/
	border-bottom: 1px solid #222222;	/*What's Newのフチの下ライン*/
	border-left: 1px solid #222222;		/*What's Newのフチの左ライン*/
	background: #000000;	/*What's Newボックスの背景色*/
}

#main dt {
	font-weight: bold;	/*日付を太字にする設定。*/
}

#main dd {
	border-bottom: 1px solid #222222;	/*説明文の下に1pxの直線(solid)を#222222の色で入れる。*/
}



/*テーブル
---------------------------------------------------------------------------*/
.ta {
	width: 500px;
	border-collapse:collapse;
	border: 1px solid #333333;
	font-size: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.ta td, .ta th{
	padding: 10px 5px;
	border: 1px solid #333333;
	background: #111111;
}

.ta th{
	background-color: #222222;
	width: 150px;
	text-align: center;
}

.ta .tamidashi{
	width: auto;
	text-align: center;
	background: #000000;
}



/*フッター（最下部コピーライト部分）
---------------------------------------------------------------------------*/
#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	width: 100%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #444;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #444;
}

#mobile_qr {
	margin-top: 10px;
	height: 110px;
}
#container #contents #side #info {
	padding: 10px;
}
#side #pic {
	background-image: url(images/pic-bg.gif);
	background-repeat: no-repeat;
	padding: 20px;
	height: 336px;
	width: 210px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.bg_thum {
	color:#EEE;
	background-repeat:no-repeat;
	line-height: 17px;
	background-color: #3D1D0F;
	border: 0px dashed #1F0D07;
}
.border_img {
	margin-top: 12px;
	border: 0px dashed #C0C0C0;
}





/* Staff */
ul.staff-list {
	list-style: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 8px;
	padding: 0;
}
ul.staff-list li {
	display: inline;
}
ul.staff-list a {
	display: block;
	width: 165px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	font-weight: bold;
	color: #903;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-right: 5px;
	margin-left: 5px;
	border: 2px double #B1854D;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #3A1C0E;
}
ul.staff-list a:hover { color: #fff; }
ul.staff-list a img {
	display: block;
	margin: 0 auto 3px;
	border: 2px solid #8A544A;
}
ul.staff-list a:hover img { border-color: #fff; }


/* Recruit */
table.recruit-table {
	border-collapse: collapse;
	width: 530px;
	margin-right: auto;
	margin-left: auto;
}
table.recruit-table td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #BBB;
}
table.recruit-table td.item { width: 90px; }
#main #map {
	margin: 0px;
	padding: 0px;
	border: 3px groove #633;
}
#sysbtn {
	font-size: 16px;
	font-weight: 700;
	color: #D5BA93;
	margin-left: 20px;
}
#side #mobile {
	padding-right: 6px;
	padding-left: 6px;
}

