@charset "Shift_JIS";

@media print {

body {
	zoom: 85%;
	}
}

	
/*
*	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,ul,ol,li,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;
}

ol,ul {
	list-style:none;
}

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: #F6E1C4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

/*----- 文字サイズ変更 -----*/
.fontsize-title {
	float: left;
	}

.fontsize {
	margin: 0 auto;
	padding: 0;
	}

.fontsize ul {
	margin: 0;
	padding: 0;
	list-style:none;
	}

.fontsize li, .fontsize a {
	display:block;
	height:22px;
	}

.fontsize li {
	margin: 0 0 0 9px;
	float: left;
	}
	
.fontsize a {
	text-decoration: none;
	background: url(../img/fontsize-menu.gif) no-repeat;
	/*\*/
	overflow: hidden;
	/**/
	}

.fontsize span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

.fontsize01 a{
	background-position: 0 0;
	width: 22px;
	}

.fontsize01 a:hover{
	background-position: 0 -22px;
	}
	
.fontsize01 a:active{
	background-position: 0 -22px;
	}

.fontsize02 a{
	background-position: -22px 0;
	width: 57px;
	}

.fontsize02 a:hover{
	background-position: -22px -22px;
	}
	
.fontsize02 a:active{
	background-position: -22px -22px;
	}

.fontsize03 a{
	background-position: -79px 0;
	width: 22px;
	}

.fontsize03 a:hover{
	background-position: -79px -22px;
	}
	
.fontsize03 a:active{
	background-position: -79px -22px;
	}


/*======================================

	5. ヘッダ設定
	
=======================================*/

#header {
	margin: 0 auto;
	padding: 0 20px;
	width: 770px;
	background-color: #FFFFFF;
	border-top: 4px solid #ED855E;
	height: 106px;
	background-image: url(../img/header-bg.gif);
}


#header-left {
	margin: 27px 0 0 0;
	padding: 0;
	width: 450px;
	float: left;
}


#header-right {
	margin: 55px 0 0 0;
	padding: 0;
	width: 230px;
	float:right;
	text-align: right;
}


#header-bottom {
	clear:both;
}


/*======================================

	6. ヘッダメニュー設定
	
=======================================*/


#menu{
	margin: 0 auto;
	padding: 0 0 0 20px;
	width: 790px;
	height: 54px;
	background-color: #FFFFFF;
	}

#navi {
	margin: 0;
	padding: 0;
	width: 790px;
	height: 50px;
	background-image: url(../img/menu-bg.gif);
	background-repeat: no-repeat;
}


/*======================================

	7. TOPページ　コンテンツ設定
	
=======================================*/

#top-image {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 770px;
	height: 253px;
	background-color: #FFFFFF;
}

#top-image2 {
	margin: 0 auto;
	padding: 20px 20px 0 20px;
	width: 770px;
	height: 80px;
	background-color: #FFFFFF;
}


#top-contents {
	margin: 0 auto;
	padding: 10px 20px;
	width: 770px;
	background-color: #FFFFFF;
}


#top-contents-left {
	margin: 17px 0 0 0;
	padding: 0;
	width: 190px;
	text-align: left;
	float: left;
	}

#top-contents-right {
	margin: 17px 0 20px 0;
	padding: 0;
	width: 550px;
	text-align: left;
	float: right;
	}

#top-contents-bottom {
	width:768px;
	clear:both;
	}

.top-recommend {
	margin: 0;
	width: 550px;
	}

.top-recommend table {
	border-collapse: collapse;
	}

.top-recommend td,
.top-recommend th {
	padding: 5px;
	border-bottom: 1px dotted #999999;
	}

.top-recommend td a {
	color: #008A00;
	font-weight: bold;
	font-size: 122%;
	}


/*======================================

	8. フッター設定
	
=======================================*/


#footer {
	margin: 0 auto;
	padding: 0 20px;
	width: 770px;
	background-color: #FFFFFF;
}

#footer-menu {
	padding: 0 0 2px 0;
	text-align: right;
}

#footer-menu a {
	color: #E05521;
	text-decoration: none;
}

#footer-cr {
	margin: 0;
	padding: 25px 0;
	background-image: url(../img/footer-bg.gif);
	text-align: center;
	font-size: 92%;
}

#footer-cr strong {
	color: #E05521;
	font-weight:normal;
}


/*======================================

	13. その他細かいの設定
	
=======================================*/

/*----- イメージ設定 -----*/
.img-right {
	float: right;
}

.img-left {
	padding: 5px;
	float: left;
}

.img-middle {
	vertical-align: middle;
}


/*----- TEXT寄せ設定 -----*/
.text-right {
	text-align:right;
	}

.text-center {
	text-align:center;
	}


/*======================================

	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;
}

