@charset "UTF-8";

@media print {

body {
	zoom: 80%;
	}
}

	
/*
*	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: #666;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}



/*======================================

	5. ヘッダ設定
	
=======================================*/


#header {
	margin: 0 auto;
	padding: 11px 0 0 0;
	width: 768px;
	height: 49px;
	position: relative;
}

#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header-logo {
	margin: 0;
	width: 80px;
	height: 27px;
	background-image: url(../img/logo.gif);
	float: left;
}

#header-logo a {
	display: block;
	width: 80px;
	height: 27px;
}

#header-area {
	margin: 0;
	padding: 8px 0 0 16px;
	width: 126px;
	height: 11px;
	background-image: url(../img/area.gif);
	float: left;
}

#header-right {
	margin: 0;
	padding: 0;
	float: right;
	width: 384px;
	text-align: right;
}

#header-logo2 {
	margin: 0 0 0 271px;
	width: 113px;
	height: 15px;
	background-image: url(../img/logo2.gif);
}

#header-menu {
	margin: 0;
	padding: 11px 0 0 0;
	line-height: 1em;
	font-size: 85%;
}


/*======================================

	6. ヘッダメニュー設定
	
=======================================*/


/*----- TOPメニュー設定 -----*/

#menu {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: 23px;
	}


/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 0px;
	width: 768px;
	height: 340px;
}


#top-contents {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	text-align: left;
	background-image: url(../img/top_main_bg.gif);
}


#top-contents-left {
	margin: 0;
	padding: 5px 5px 0 5px;
	width: 146px;
	text-align: left;
	float: left;
}

#top-contents-center {
	margin: 0;
	padding: 0;
	width: 315px;
	text-align: left;
	float: left;
	font-size: 85%;
}

#top-contents-right {
	margin: 0;
	padding: 5px 0 0 5px;
	width: 281px;
	text-align: left;
	float: right;
}

#contents-bottom {
	clear:both;
	height: 21px;
	background-image: url(../img/footer_bg.gif);
}

#top-contents-left p{
	margin: 0 0 5px 0;
}

#top-contents-right p {
	margin: 0 5px 5px 0;
	float: left;
}

#top-contents-center table {
	border-collapse: collapse;
}

#top-contents-center th {
	padding: 2px 0;
	text-align: center;
	width: 31px;
	vertical-align: top;
}

#top-contents-center td {
	padding: 2px 0;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
}

#top-contents-center td.topics-event {
	background-color: #FFFFCC;
	font-size: 114%;
	font-weight: bold;
}

#top-contents-center td a:hover {
	text-decoration: none;
}

#contents-bottom-left {
	float: left;
	width: 400px;
	height: 21px;
	line-height: 100%;
	font-size: 85%;
}

#contents-bottom-right {
	float: right;
	width: 176px;
	height: 21px;
}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: 60px;
	clear: both;
}

#footer-privacy {
	margin: 0;
	padding: 0;
	float: left;
	width: 84px;
}

#footer-cr {
	margin: 0;
	padding: 0;
	float: right;
}



/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#main-image {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	height: 142px;
}


#contents {
	margin: 0 auto;
	padding: 0;
	width: 768px;
	text-align: left;
}


#contents-left {
	margin: 0;
	padding: 0;
	width: 192px;
	text-align: left;
	float: left;
}

#contents-right {
	margin: 0;
	padding: 0 0 20px 0;
	width: 528px;
	text-align: left;
	float: right;
}

#contents-right2 {
	margin: 0;
	padding: 0 0 20px 0;
	width: 560px;
	text-align: left;
	float: right;
}

#contents-right h3 {
	margin: 0 0 20px 0;
	height: 103px;
	width: 528px;
}

#contents-right2 h3 {
	margin: 0 0 20px 0;
	height: 103px;
	width: 560px;
}

h3 span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.model-h3 {
	background-image: url(../model_house/img/t01.gif);
}

.office-h3 {
	background-image: url(../model_house/img/t02.gif);
}

.staff-h3 {
	background-image: url(../model_house/img/t03.gif);
}

.event-h3 {
	background-image: url(../event/img/t01.gif);
}

.company-h3 {
	background-image: url(../company/img/t01.gif);
}

.recruit-h3 {
	background-image: url(../company/img/t02.gif);
}

.privacy-h3 {
	background-image: url(../privacy/img/t01.gif);
}

.site_map-h3 {
	background-image: url(../site_map/img/t01.gif);
}

.useful-h3 {
	background-image: url(../useful/img/t01.gif);
}

h4 {
	margin: 0 0 10px 0;
	padding: 5px 2px;
	background-color: #F0F0F0;
	font-size: 122%;
	font-weight: bold;
	color: #333333;
}



/*======================================

	8. サブメニュー設定
	
=======================================*/

#sub-menu {
	margin: 0;
	padding: 0;
	width: 192px;
	float: left;
	border-bottom: 7px solid #5B5B5B;
	}

#sub-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#sub-menu li,
#sub-menu a {
	display: block;
	height: 29px;
	width: 192px;
	}

#sub-menu li {
	float: left;
	}
	
#sub-menu a {
	text-decoration: none;
	background: url(../img/sub-menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

#sub-menu span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

#sub-menu01 a{
	background-position: 0 0;
	}

#sub-menu01 a:hover{
	background-position: -192px 0;
	}

#sub-menu01on a{
	background-position: -192px 0;
	}

#sub-menu02 a{
	background-position: 0 -29px;
	}

#sub-menu02 a:hover{
	background-position: -192px -29px;
	}

#sub-menu02on a{
	background-position: -192px -29px;
	}

#sub-menu03 a{
	background-position: 0 -58px;
	}

#sub-menu03 a:hover{
	background-position: -192px -58px;
	}

#sub-menu03on a{
	background-position: -192px -58px;
	}

#sub-menu04 a{
	background-position: 0 -87px;
	}

#sub-menu04 a:hover{
	background-position: -192px -87px;
	}

#sub-menu04on a{
	background-position: -192px -87px;
	}

#sub-menu05 a{
	background-position: 0 -116px;
	}

#sub-menu05 a:hover{
	background-position: -192px -116px;
	}

#sub-menu05on a{
	background-position: -192px -116px;
	}

#sub-menu06 a{
	background-position: 0 -145px;
	}

#sub-menu06 a:hover{
	background-position: -192px -145px;
	}

#sub-menu06on a{
	background-position: -192px -145px;
	}

#sub-menu07 a{
	background-position: 0 -174px;
	}

#sub-menu07 a:hover{
	background-position: -192px -174px;
	}

#sub-menu07on a{
	background-position: -192px -174px;
	}

#sub-menu08 a{
	background-position: 0 -203px;
	}

#sub-menu08 a:hover{
	background-position: -192px -203px;
	}

#sub-menu08on a{
	background-position: -192px -203px;
	}

#sub-menu09 a{
	background-position: 0 -232px;
	}

#sub-menu09 a:hover{
	background-position: -192px -232px;
	}

#sub-menu09on a{
	background-position: -192px -232px;
	}

#sub-menu10 a{
	background-position: 0 -261px;
	}

#sub-menu10 a:hover{
	background-position: -192px -261px;
	}

#sub-menu10on a{
	background-position: -192px -261px;
	}

#sub-menu11 a{
	background-position: 0 -290px;
	}

#sub-menu11 a:hover{
	background-position: -192px -290px;
	}

#sub-menu11on a{
	background-position: -192px -290px;
	}

#sub-menu12 a{
	background-position: 0 -319px;
	}

#sub-menu12 a:hover{
	background-position: -192px -319px;
	}

#sub-menu12on a{
	background-position: -192px -319px;
	}

#sub-menu13 a{
	background-position: 0 -348px;
	}

#sub-menu13 a:hover{
	background-position: -192px -348px;
	}

#sub-menu13on a{
	background-position: -192px -348px;
	}


/*======================================

	10. モデルハウス
	
=======================================*/


.model-house table {
	width: 528px;
	border-collapse: collapse;
}

.model-house th {
	padding: 0 13px 50px 0;
	width: 265px;
	text-align: center;
	vertical-align: top;
}

.model-house td {
	padding: 0 0 50px 0;
	width: 250px;
	vertical-align: top;
}

.model-text {
	font-size: 122%;
	font-weight: bold;
	color: #0081CC;
}

.model-add {
	margin: 10px 0 0 0;
	padding: 5px;
	background-color: #0081CC;
	color: #FFFFFF;
}

.model-add a{
	color: #FFFFFF;
}

/*======================================

	10. イベント
	
=======================================*/


.event-table table {
	width: 560px;
	border-collapse: collapse;
}

.event-table th,
.event-table td {
	padding: 2px;
	border: 1px solid #999999;
	width: 14%;
	color: #333333;
}

.event-table th {
	text-align: center;
	background-color: #C0C0C0;
}

.event-table td {
	min-height: 70px;
	_height: 70px;		/* IEのみに適用される(undesr score hack) */
	vertical-align: top;
	text-align: left;
	font-size: 92%;
}

.event-table td.day-gray {
	background-color: #C0C0C0;
}

.event-table td.day-red {
	background-color: #FF99CC;
}

.event-table td.day-blue {
	background-color: #99CCFF;
}

.event-contact {
	margin: 20px 0 5px 0;
	padding: 5px 2px;
	background-color: #0081CC;
	font-size: 114%;
	font-weight: bold;
	color: #FFFFFF;
}

.calendar-title {
	font-size: 114%;
	font-weight: bold;
	color: #333333;
}




/*======================================

	11. 会社案内
	
=======================================*/


.company-table table {
	width: 100%;
	border-collapse: collapse;
}

.company-table td, 
.company-table th {
	padding: 5px;
	border: 2px solid #FFFFFF;
	vertical-align: top;
}

.company-table th {
	background-color: #E2F2FC;
}

.company-table td {
	background-color: #F3F3F3;
}


/*======================================

	11. リクルート
	
=======================================*/

.recruit-table table {
	width: 100%;
	border-collapse: collapse;
}

.recruit-table td, 
.recruit-table th {
	padding: 5px;
	border: 2px solid #FFFFFF;
	vertical-align: top;
}

.recruit-table th {
	background-color: #E2F2FC;
}

.recruit-table td {
	background-color: #F3F3F3;
}

.recruit-contact {
	padding: 0 0 0 20px;
}


/*======================================

	11. サイトマップ
	
=======================================*/

.sitemap-table {
	margin: 0 auto;
	width: 450px;
	line-height: 100%;
}

.sitemap-table table {
	width: 100%;
	line-height: 100%;
}

.sitemap-table td, 
.sitemap-table th {
	margin: 0;
	padding: 0;
	line-height: 100%;
	border: none;
}

.sitemap-table th {
	font-size: 152%;
}

.sitemap-table td {
	font-size: 92%;
}


/*======================================

	12. 各種フォーム設定
	
=======================================*/

.contact-style table {
	margin: 0;
	border-collapse: collapse;
	}

.contact-style td,
.contact-style th {
	padding: 10px 5px;
	border-bottom: 1px solid #999999;
	}

.contact-style th {
	color: #300C0B;
	text-align: right;
	width: 135px;
	}

.contact-style textarea {
	width: 400px;
	}

.contact-attention {
	color: #CC0000;
	}
	
.contact-privacy {
	margin: 0 0 20px 0;
	padding: 10px;
	border: 3px double #990000;
	background-color: #DCD4C8;
	}

.thanks img{
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
	}


/*======================================

	13. お役立ち情報
	
=======================================*/

.useful-table {
	margin: 0 0 10px 0;
}

.useful-table table{
	width: 100%;
	border-collapse: collapse;
}

.useful-table td,
.useful-table th {
	padding: 5px;
	border-bottom: 1px dotted #CCCCCC;
}

.useful-table th {
	width: 111px;
}

.useful-table th a{
	padding: 4px;
	border: 1px solid #CCCCCC;
}

.useful-table th a:hover{
	background-color: #E0F4FF;
	border: 1px solid #0081CC;
}

.useful-table td a {
	text-decoration: none;
	color: #0081CC;
	font-weight: bold;
	font-size: 114%;
}


/*======================================

	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-blue {
	color: #0081CC;
}


/*======================================

	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;
}

.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;
}
