@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: #e8f1f4;
	font-family: "ＭＳ Ｐゴシック", Osaka, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

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

a {
	color: #444;
}

a:hover {
	color: #018dd4;
}


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

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

#header-outer {
	padding: 9px 0 0 0;
	width: 100%;
	height: 163px;
	background-color: #FFF;
	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: 960px;
	height: 98px;
}

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

#header-logo a {
	display: block;
	width: 260px;
	height: 98px;
}

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

#header-right {
	width: 250px;
	float: right;
}


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

	6. メニュー設定
	
=======================================*/


#menu{
	margin: 0 auto;
	padding: 0;
	width: 962px;
	height: 60px;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li, #menu a {
	display: block;
	height: 60px;
	}

#menu li {
	padding: 0;
	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;
	width: 61px;
	}

#menu01 a:hover{
	background-position: 0 -60px;
	}
	
#menu01 a:active{
	background-position: 0 -60px;
	}

#menu02 a{
	background-position: -61px 0;
	width: 180px;
	}

#menu02 a:hover{
	background-position: -61px -60px;
	}
	
#menu02 a:active{
	background-position: -61px -60px;
	}

#menu03 a{
	background-position: -241px 0;
	width: 180px;
	}

#menu03 a:hover{
	background-position: -241px -60px;
	}
	
#menu03 a:active{
	background-position: -241px -60px;
	}

#menu04 a{
	background-position: -421px 0;
	width: 180px;
	}

#menu04 a:hover{
	background-position: -421px -60px;
	}
	
#menu04 a:active{
	background-position: -421px -60px;
	}

#menu05 a{
	background-position: -601px 0;
	width: 180px;
	}

#menu05 a:hover{
	background-position: -601px -60px;
	}
	
#menu05 a:active{
	background-position: -601px -60px;
	}

#menu06 a{
	background-position: -781px 0;
	width: 180px;
	}

#menu06 a:hover{
	background-position: -781px -60px;
	}
	
#menu06 a:active{
	background-position: -781px -60px;
	}


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

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

#footer-uchidas {
	margin: 0 auto;
	padding: 15px 0;
	width: 960px;
	clear: both;
}

#footer-outer {
	width: 100%;
	height: 104px;
	background-image: url(../img/footer-bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
}

#footer {
	margin: 0 auto;
	padding: 15px 200px 0 200px;
	width: 560px;
	clear: both;
	color: #FFFFFF;
	font-size: 92%;
}

#footer-menu {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 940px;
	height: 20px;
	text-align: right;
	font-size: 92%;
}

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

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

	8. TOP
	
=======================================*/

#top-image {
	margin: 20px auto;
	padding: 0 50px 12px 50px;
	width: 960px;
	height: 300px;
	background-image: url(../img/main-image-bg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#top-contents {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

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

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

#top-contents-left-main {
	padding: 5px 15px;
	background-color: #FFF;
	border-left: 1px solid #a7b7bd;
	border-right: 1px solid #a7b7bd;
}

#top-contents-right-main {
	padding: 5px 15px;
	background-color: #FFF;
	border-left: 1px solid #a7b7bd;
	border-right: 1px solid #a7b7bd;
}

#top-contents-left h2 {
	margin: 20px 0 10px 0;
	padding: 7px 0 0 48px;
	border: 1px solid #a7b7bd;
	background-image: url(../img/h3-bg.gif);
	background-color: #ddeff7;
	height: 36px;
	color: #38af82;
	font-size: 136%;
	font-weight: bold;
	clear: both;
}

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

	8. SUB-MENU
	
=======================================*/

#side-menu {
	margin: 0;
	padding: 0;
	background-image: url(../img/side-menu-bg.png);
	background-color: #FFF;
	border-left: 1px solid #a7b7bd;
	border-right: 1px solid #a7b7bd;
}

#side-menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style:none;
}

#side-menu li {
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #CCCCCC;
}

#side-menu li,
#side-menu a {
	display: block;
	widows: 200px
}

#side-menu a {
	margin: 0;
	padding: 10px 0 8px 10px;
	background-image: url(../img/side-menu-bg.gif);
	height: 18px;
	text-decoration: none;
	line-height: 1.2em;
}

#side-menu a:hover {
	color: #018dd4;
	background-color: #FFFFFF;
	background-image: url(../img/side-menu-bg2.gif);
}

#side-menu p {
	padding: 0 0 0 7px;
	border-left: 3px solid #E84D15;
}


#main-contents-hf {
	margin: 0;
	padding: 0;
}

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



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

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

#contents {
	margin: 15px auto 20px auto;
	padding: 0;
	width: 960px;
	text-align: left;
}

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

#contents {
	zoom: 1;
}

#contents-left {
	margin: 0;
	padding: 0;
	width: 230px;
	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;
}

#side-add {
	margin: 5px;
	padding: 15px 20px;
	width: 178px;
	background-color: #FFF;
	border: 1px solid #CCC;
}

#side-add p {
	margin: 0;
	font-weight: bold;
	font-size: 114%;
	color: #018dd4;
	text-align: center;
}

#contents-right {
	margin: 0;
	padding: 0;
	width: 700px;
	float: right;
	background-image: url(../img/main-bg.gif);
	font-size: 107%;
}

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

.contents-box {
	padding: 0 15px;
}


#main-footer-left {
	padding: 13px 0 0 81px;
	float: left;
	width: 215px;
}

#main-footer-right {
	padding: 18px 78px 0 0;
	float: right;
	width: 455px;
}

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

#main-footer-left a:hover img{
	filter: alpha(Opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}



#contents-right h2 {
	margin: 0 auto 5px auto;
	padding: 21px 0 0 30px;
	background-image: url(../img/main-bg2.gif);
	width: 670px;
	height: 57px;
	clear: both;
	color: #FFF;
	font-size: 182%;
	font-weight: bolder;
}

#contents-right h3 {
	margin: 20px 0 10px 0;
	padding: 7px 0 0 48px;
	border: 1px solid #a7b7bd;
	background-image: url(../img/h3-bg.gif);
	background-color: #ddeff7;
	height: 36px;
	color: #38af82;
	font-size: 136%;
	font-weight: bold;
	clear: both;
}

#contents-right h3 a {
	color: #38af82;
}

#contents-right h4 {
	padding-left: 15px;
	padding-right: 15px;
	color: #2ca2d6;
	font-size: 122%;
	font-weight: bold;
}

.item-title {
	margin: 0 auto 5px auto;
	width: 200px;
	text-align: left;
	font-size: 107%;
	color: #2ca2d6;
	font-weight: bold;
}

#item-container {
	margin: 0 auto;
	width: 200px;
	border-top: 1px solid #CCC;
}

#item-container table {
	width: 100%;
	border-collapse: collapse;
}

#item-container td,
#item-container th {
	padding: 2px 5px;
	border-bottom: 1px solid #CCC;
}

#item-container th {
	width: 70px;
	font-size: 92%;
	border-right: 1px dotted #CCCCCC;
}

.uchidasu-no {
	font-size: 122%;
	font-weight: bolder;
	color: #E4007F;
}

.item-chuu {
	font-size: 85%;
}

.item-table {
	background-image: url(../img/item-bg.gif);
	background-position: center;
	background-repeat:repeat-y;
}



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

	11. サイトマップ
	
=======================================*/

.report-table {
	margin: 0 15px;
}

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

.report-table td,
.report-table th {
	padding: 5px;
	border: 1px solid #999999;
}

.report-table th {
	vertical-align: top;
	background-color: #ECF7FB;
}


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

	11. 霊園
	
=======================================*/

#cemetery-container {
}

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

#cemetery-container {
	zoom: 1;
}

#cemetery-left {
	float: left;
	width: 390px;
}

#cemetery-right {
	float: right;
	width: 260px;
}


#cemetery-container input[type="text"],
#cemetery-container textarea {
	padding: 3px;
	border:1px solid #d4d4d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#cemetery-container input[type="text"] {
	height: 22px;
}

#cemetery-container input[type="text"]:focus,
#cemetery-container textarea:focus,
#cemetery-container input[type="text"]:hover,
#cemetery-container textarea:hover {
	border:1px solid #018dd4;
}

#cemetery-container input[type="submit"] {
	padding: 5px 10px;
}


.cemetery-name {
	padding: 15px 0;
	text-align: center;
	font-size: 122%;
	font-weight: bold;
}

.cemetery-table {
	margin: 0 auto;
	width: 250px;
}

#pet-name {
	padding: 10px;
	border: 1px solid #999;
}

#pet-pic {
	padding: 0 0 10px 0;	
}

#pet-pic img {
	border: 1px solid #CCC;
}

#pet-pic td {
	padding: 7px 0 0 0;
}

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

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

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

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

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

.contact-container th {
	color: #018dd4;
	width: 170px;
	background-color: #def0f8;
	font-weight: bold;
}

#contact-error {
	margin: 10px 0;
	padding: 10px;
	background-color:#ffe7e6;
}

#contact-error ul {
	margin: 0;
	padding: 0 0 0 20px;
}

.contact-container input[type="text"],
.contact-container textarea {
	padding: 3px;
	width: 420px;
	border:1px solid #d4d4d4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.contact-container input[type="text"] {
	height: 22px;
}

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

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

.contact-title {
	padding: 0 0 10px 0;
	font-size: 136%;
	font-weight: bold;
	text-align: center;
}

#contact-index {
	margin: 0 0 15px 0;
}

#contact-index td{
	margin: 0;
	padding: 0;
	height: 50px;
	text-align: center;
	font-weight: bold;
}

#contact-index td.index-on{
	background-image: url(../img/form-bg1.gif);
	color: #FFF;
}

#contact-index td.index-off{
	background-image: url(../img/form-bg2.gif);
	color: #666;
}

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

	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-green {
	color: #2D781D;
	font-size: 114%;
	}

.text-pink {
	color: #E4007F;
}

.text-blue {
	color: #38b2df;
}

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