@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: #444;
	background-color: #f8f4f3;
	background-image: url(../img/bg.gif);
	background-position: top center;
	background-repeat: repeat-x;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

a {
	color: #444;
}

a:hover {
	color: #018dd4;
}


/*======================================

	5. ヘッダ設定
	
=======================================*/

#header-outer {
	padding: 3px 0 0 0;
	width: 100%;
	height: 112px;
	background-image: url(../img/header-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#header-keyword {
	font-size: 77%;
	color: #018dd4;
	height: 20px;	
}

#header {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 112px;
}

#header-logo {
	margin: 0;
	padding: 0;
	width: 177px;
	height: 112px;
	background-image: url(../img/logo.gif);
	background-repeat: no-repeat;
	float: left;
}

#header-logo a {
	display: block;
	width: 177px;
	height: 112px;
}

#header-logo span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}

#header-right {
	width: 379px;
	float: right;
	text-align: right;
}

#header-right img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

.header-menu {
	padding: 0 0 10px 0;
}

.header-menu a {
	color: #5770cb;
	text-decoration: underline;
	font-size: 77%;
}

.header-menu a:hover {
	color: #ff0000;
}

#header-center {
	padding: 30px 0 0 0;
	width: 330px;
	float: left;
	text-align: right;
	
}


/*======================================

	8. フッター設定
	
=======================================*/

#footer {
	margin: 0 auto;
	padding: 20px 20px 5px 20px;
	text-align: center;
	clear: both;
	color: #FFF;
	background-color: #007dc5;
}

#footer-menu {
	clear: both;
	margin: 0;
	padding: 5px 20px;
	font-size: 85%;
	background-color: #349ad5;
}

#footer-menu a {
	text-decoration: none;
	color: #FFF;
}


/*======================================

	9. 次ページ COMMON設定
	
=======================================*/

#contents {
	margin: 0 auto;
	padding: 20px;
	width: 910px;
	text-align: left;
	background-color: #FFF;
}

#contents:after {
	font-size: 1px;
	content: ".";
	display: block;
	height: 0px;
	clear: both;
}

#contents {
	zoom: 1;
}

#slider {
	background-image: url(../img/slider-bg.jpg);
}

#contents-hf {
	margin: 0 auto;
	padding: 0;
	width: 950px;
}

#contents-hf img {
	behavior: expression(IEPNGFIX.fix(this)); /*----- PNG表示処理 -----*/
}

#contents-left {
	margin: 0;
	padding: 0;
	width: 570px;
	text-align: left;
	float: left;
}

#contents-left p {
	margin: 0 0 5px 0;
}


#contents-left a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#contents-right {
	margin: 0;
	padding: 0;
	width: 300px;
	float: right;
}

#contents-right p {
	padding-bottom: 1em;
}

#contents-right a:hover img{
	filter: alpha(Opacity=70);
	-moz-opacity:0.7;
	opacity: 0.7;
}

#main-image {
	margin: 0 auto;
	padding: 0;
	width: 950px;
	height: 222px;
	clear: both;
}

.main-table {
	margin: 0 0 30px 0;
}

.main-table table {
	width: 100%;
	border-collapse: collapse;
}

.main-table td,
.main-table th {
	vertical-align: top;
	border-bottom: 1px dotted #CCCCCC;
}

.main-table th {
	padding: 7px 20px 7px 0;
	width: 200px;
	text-align: center;
}
	
.main-table td {
	padding: 7px 0;
}

.main-table-title {
	font-size: 136%;
	font-weight: bold;
	color: #f87100;
}

.main-table-title a {
	text-decoration: none;
	color: #f87100;
}

.main-table-title a:hover {
	text-decoration: underline;
}


/*======================================

	10. お知らせ
	
=======================================*/

h3.info-h3 {
	margin-bottom: 7px;
	padding: 7px 5px;
	background-color: #ef858c;
	color: #fbe6e2;
	font-size: 136%;
	font-weight: bold;
	border: 3px double #fbe6e2;
}

.info-table {
	margin: 0 0 20px 0;
}

.info-table table {
	width: 100%;
	border-collapse: collapse;
}

.info-table td,
.info-table th {
	vertical-align: top;
	border: 1px solid #ef858c;
}

.info-table th {
	padding: 7px 20px;
	white-space: nowrap;
	background-color: #fbe4df;
	text-align: center;
}
	
.info-table td {
	padding: 7px 10px;
}

.info-table td a {
	text-decoration: none;
}

.info-table td a:hover {
	text-decoration: underline;
}


.info-day {
	text-align: right;
}



/*======================================

	12. フォーム設定
	
=======================================*/

.contact-style {
	border-top: 1px dotted #999999;
}

.contact-style table {
	margin: 0;
	border-collapse: collapse;
}

.contact-style td,
.contact-style th {
	padding: 10px;
	border-bottom: 1px dotted #999999;
}

.contact-style th {
	color: #ef858c;
	width: 170px;
	background-color: #fbf2ee;
	font-weight: bold;
}

.contact-style input[type="text"],
.contact-style textarea {
	padding: 5px;
	border:1px solid #e8e8e8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-style input[type="text"]:focus,
.contact-style textarea:focus,
.contact-style input[type="text"]:hover,
.contact-style textarea:hover {
	border:1px solid #ef858c;
}

.contact-style input[type="submit"],
.contact-style input[type="button"] {
	padding: 5px 20px;
}

.privacy {
	margin: 10px;
	padding: 15px 15px;
	background-color: #fbf2ee;
	border: 1px solid #ef858c;
}

/*======================================

	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-red {
	color: #CC0000;
	}

.text-pink {
	color: #ef858c;
	}

.text-green {
	color: #2D781D;
	font-size: 114%;
	}

.text-pickup {
	color: #7A0000;
	font-size: 114%;
	font-weight: bold;
}

.text-blue {
	color: #018dd4;
}

.waku {
	padding: 5px;
	border: 1px solid #009900;
	background-color: #FFFFFF;
}


/*======================================

	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;
}
