@charset "UTF-8";



	
/*
*	1.  YUI Fonts CSS
*	2.  YUI Reset CSS
*	3.  フォントサイズ設定
*	4.  サイト構造
*	5.  ヘッダ設定
*	6.  ヘッダメニュー設定
*	7.  TOPページ　コンテンツ設定
*	8.  フッター設定
*	9.  次ページ COMMON設定
*	10. お仕事一覧・詳細設定
*	12. 商品詳細覧設定
*	13. その他細かいの設定
*	14. スペース設定
*/

/*======================================

	1. YUI Fonts CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|

=======================================*/

/* YUI Fonts CSS */
body {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}

table {
	font-size:inherit;
	font:100%;
}

pre,code,kbd,samp,tt{
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


/*======================================

	2. YUI Reset CSS
	*Copyright (c) 2006, Yahoo! Inc. All rights reserved.
	*http://developer.yahoo.com/yui/license.txt
	
=======================================*/

body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}



caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
	font-variant:normal;
}

sup {
	vertical-align:text-top;
}

sub {
	vertical-align:text-bottom;
}

input,textarea,select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input,textarea,select {
	*font-size:100%;
}

legend {
	color:#000;
}


/*======================================

	3. フォント設定
	
=======================================*/

p,
pre,
cite,
blockquote {
	font-size: 100%;
}

li,dt,dd {
	font-size: 100%;
}

* {
	line-height: 1.5;
	font-style: normal;
}

strong {
	font-weight:bold;
}


/*======================================

	4. サイト構造
	
=======================================*/

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #F8D7D7;
	background-image: url(../img/bg.gif);
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 18px auto 0 auto;
	padding: 14px 15px 0 15px;
	width: 720px;
	height: 55px;
	background-image: url(../img/header-bg.png);
	background-repeat: no-repeat;
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 315px;
	height: 55px;
	float: left;
	background-image: url(../img/logo.gif);
}

#header-logo a {
	display: block;
	width: 315px;
	height: 55px;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}


#header-menu {
	margin: 14px 0 0 0;
	padding: 0;
	float: right;
	width: 310px;
	height: 26px;
}

#header-menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#header-menu li, #header-menu a {
	display:block;
	height:26px;
	width: 71px;
	}

#header-menu li {
	padding: 0 5px 0 0;
	float: left;
	}
	
#header-menu a {
	text-decoration: none;
	background: url(../img/header-menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#header-menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#header-menu01 a{
	background-position: 0 0;
	}

#header-menu01 a:hover{
	background-position: 0 -26px;
	}
	
#header-menu01 a:active{
	background-position: 0 -26px;
	}

#header-menu01on a{
	background-position: 0 -26px;
	}

#header-menu02 a{
	background-position: -71px 0;
	}

#header-menu02 a:hover{
	background-position: -71px -26px;
	}
	
#header-menu02 a:active{
	background-position: -71px -26px;
	}

#header-menu02on a{
	background-position: -71px -26px;
	}

#header-menu03 a{
	background-position: -142px 0;
	}

#header-menu03 a:hover{
	background-position: -142px -26px;
	}
	
#header-menu03 a:active{
	background-position: -142px -26px;
	}

#header-menu03on a{
	background-position: -142px -26px;
	}

#header-menu04 a{
	background-position: -213px 0;
	}

#header-menu04 a:hover{
	background-position: -213px -26px;
	}
	
#header-menu04 a:active{
	background-position: -213px -26px;
	}

#header-menu04on a{
	background-position: -213px -26px;
	}


/*======================================

	6. メニュー設定
	
=======================================*/

#menu{
	margin: 0 auto;
	padding: 0 5px 0 15px;
	width: 730px;
	height: 35px;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	background-repeat: repeat-y;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

#menu li, #menu a {
	display:block;
	height:35px;
	width: 120px;
	}

#menu li {
	float: left;
	}
	
#menu a {
	text-decoration: none;
	background: url(../img/menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#menu01 a{
	background-position: 0 0;
	}

#menu01 a:hover{
	background-position: 0 -35px;
	}
	
#menu01 a:active{
	background-position: 0 -35px;
	}

#menu02 a{
	background-position: -120px 0;
	}

#menu02 a:hover{
	background-position: -120px -35px;
	}
	
#menu02 a:active{
	background-position: -120px -35px;
	}

#menu03 a{
	background-position: -240px 0;
	}

#menu03 a:hover{
	background-position: -240px -35px;
	}
	
#menu03 a:active{
	background-position: -240px -35px;
	}

#menu04 a{
	background-position: -360px 0;
	}

#menu04 a:hover{
	background-position: -360px -35px;
	}
	
#menu04 a:active{
	background-position: -360px -35px;
	}

#menu05 a{
	background-position: -480px 0;
	}

#menu05 a:hover{
	background-position: -480px -35px;
	}
	
#menu05 a:active{
	background-position: -480px -35px;
	}

#menu06 a{
	background-position: -600px 0;
	}

#menu06 a:hover{
	background-position: -600px -35px;
	}
	
#menu06 a:active{
	background-position: -600px -35px;
	}



/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 10px 15px;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	background-repeat: repeat-y;
	width: 720px;
	height: 380px;
}

#top-contents {
	margin: 0 auto;
	padding: 0 5px 20px 5px;
	width: 740px;
	text-align: left;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	background-repeat: repeat-y;
}

#top-contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#top-contents {
	zoom: 1;
}

#top-contents-left {
	margin: 0;
	padding: 0 0 0 10px;
	width: 200px;
	text-align: left;
	float: left;
}


#top-contents-right {
	margin: 0;
	padding: 0 10px 0 0;
	width: 510px;
	text-align: left;
	float: right;
	height: 330px;
}

.top-add {
	padding: 10px;
	background: #FFE3E3;
}

.top-info {
	margin: 0;
	padding: 0;
}

.top-info ul {
	margin: 0;
	padding: 0;
}

.top-info li {
	margin: 0 0 0 20px;
	padding: 0;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto 20px auto;
	padding: 10px 0 0 0;
	background-image: url(../img/footer-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	background-repeat: no-repeat;
	width: 750px;
	height: 34px;
	color: #FFFFFF;
	text-align: center;
	clear: both;
}

#footer-menu {
	margin: 0 auto;
	padding: 0 15px 2px 15px;
	background-image: url(../img/main-bg.png);
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	width: 720px;
	text-align: right;
	clear: both;
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#contents {
	margin: 0 auto;
	padding: 10px 15px 20px 15px;
	width: 720px;
	text-align: left;
	background-image: url(../img/main-bg.png);

	behavior: expression(IEPNGFIX.fix(this));
}

h2 {
	margin: 0 0 10px 0;
	width: 720px;
	height: 100px;
}

h2.h2-center {
	background-image: url(../center/img/title.jpg);
}

h2.h2-learning {
	background-image: url(../learning/img/title.jpg);
}

h2.h2-info {
	background-image: url(../info/img/title.jpg);
}

h2.h2-link {
	background-image: url(../link/img/title.jpg);
}

h2.h2-guidebook {
	background-image: url(../guidebook/img/title.jpg);
}

h2.h2-map {
	background-image: url(../map/img/title.jpg);
}



h2 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

h3 {
	margin-bottom: 5px;
	clear: both;
}


/*======================================

	8. リンク
	
=======================================*/

.link-table table {
	margin: 0 0 30px 0;
	width: 100%;
	border-collapse: collapse;
	}

.link-table td,
.link-table th {
	padding: 5px;
	border: 1px solid #BAAE8C;
	vertical-align: top;
}

.link-table th {
	background-color: #FFF1F6;
	color: #6B0709;
	width: 200px;
}



/*======================================

	10. 情報提供
	
=======================================*/

.info-table {
	clear: both;
}

.info-table table {
	margin: 0 0 10px 0;
	width: 100%;
	border-collapse: collapse;
}

.info-table td,
.info-table th {
	padding: 5px;
	border: 1px solid #BAAE8C;
	vertical-align: top;
}

.info-table th {
	background-color: #FFF1F6;
	color: #6B0709;
	text-align: center;
}


/*======================================

	10. ガイドブック
	
=======================================*/

.book-table {
	clear: both;
}

.book-table table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
}

.book-table td,
.book-table th {
	padding: 5px;
	border: 1px solid #BAAE8C;
}

.book-table th {
	background-color: #FFF1F6;
	color: #6B0709;
	width: 230px;
	vertical-align: top;
}

.book-img {
	width: 250px;
	text-align: center;
}


/*======================================

	10. センターの利用
	
=======================================*/

.center-table table {
	margin: 10px 0 0 0;
	width: 100%;
	border-collapse: collapse;
	}

.center-table td,
.center-table th {
	padding: 5px;
	border: 1px solid #BAAE8C;
	vertical-align: top;
	}

.center-table th {
	background-color: #FFF1F6;
	color: #6B0709;
	text-align: center;
	width: 50%;
	}



/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	padding: 5px;
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
}

.text-center {
	text-align:center;
}


/*----- 通常のリスト設定 -----*/
.basic-number {
	list-style-position: inside;
	list-style-type: decimal;
}

.basic-list {
	list-style-type: square;
}


.text-green {
	color: #336600;
}

.text-red2 {
	color: #6B0709;
}

.text-pink2 {
	font-size: 122%;
	font-weight: bold;
	color: #E13C3C;
}


/*----- 小さい文字設定 -----*/
.top-join-text {
	font-size: 85%;
}


/*======================================

	14. スペース設定
	
=======================================*/

.bottom-space5{
	padding-bottom: 5px;
}

.bottom-space10{
	padding-bottom: 10px;
}

.bottom-space15{
	padding-bottom: 15px;
}

.bottom-space20{
	padding-bottom: 20px;
}

.bottom-space30{
	padding-bottom: 30px;
}

.bottom-space50{
	padding-bottom: 50px;
}

.top-space5{
	padding-top: 5px;
}

.top-space10{
	padding-top: 10px;
}

.top-space15{
	padding-top: 15px;
}

.top-space20{
	padding-top: 20px;
}

.top-space30{
	padding-top: 30px;
}

.top-space50{
	padding-top: 50px;
}

