@charset "Shift_JIS";

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}


html, body {
	font-family: "Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	font-size: small;
}

h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	color: #333333;
}

table, caption, th, td {
	font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	coler: #333333;
}

span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family:"Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3",Osaka,
	"MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	coler: #333333;
}


p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
	font-size: 100%;
}

ul, ol {
	margin-left: 0;
}

a:link, a:visited {
    text-decoration:none; color: #333333; 
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6600;
}

img {
	border: none;
}

/* ページ背景 */

#container {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
}

/* ヘッダー */

#header_back {
	width: 100%;
	margin: 0 auto;
	padding: 0 auto;
	background-image: url(../images/global/header_back.gif);
}

#header {
	width: 900px;
	margin: 0 auto;
	padding: 0 auto;
	padding-top: 10px;
}

#header h1 {
	text-align: center;
	color: #333333;	

}

div#header_main {
	width: 900px;
	height: 80px;
}

/*visual*/

div#visual {
	height: 198px;
	clear: none;
	width: 898px;
	margin-top: 5px;
	border: solid 1px #ff7f00;
}

/*TOPアド*/

div#head {
	clear: none;
	width: 898px;
	border: solid 1px #ff7f00;
	height: 190px;
}

div#head h3 {
	font-weight: bold;
	color: #FF0000;
}

div#head a {
	color: #0000FF;
	text-decoration: underline;
}

div#head a:hover, a:active {
	color: #FF0000;
}

div#head_left {
	height: 130px;
	clear: none;
	width: 650px;
	float: left;
	padding: 10px;
	text-align: center;
}

div#head_left p {
	margin-bottom: 1.2em;
	line-height: 1.2em;
}

div#head .off {
	color: #FFFFFF;
	height: 25px;
	font-weight: bold;
	width: 898px;
	background-color: #FF7f00;
	padding-top: 8px;
}

div#head_right {
	height: 130px;
	clear: none;
	width: 208px;
	float: left;
	text-align: right;
	padding: 10px;
}

div#head_right p {
	margin-bottom: 0.5em;
	line-height: 1em;
}

div#head_right h4 {
	margin-bottom: 0.5em;
	line-height: 1em;
	font-size: medium;
	font-weight: bold;
}

div#head_right h5 {
	margin-bottom: 0.5em;
	line-height: 1em;
}

/* コンテンツ */

#main {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#space {
	text-align: right;
}

/* メニュー */

div#menu {
	height: 50px;
	width: 900px;
	padding: 0 auto;
	margin-top: 5px;
}

ul.menu {
    margin:0;
	padding:0;
}

ul.menu li {
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    list-style:none;
}

ul.menu li a {
    display:block;
    width:150px;
    height:50px;
}

li.menu01 a {
    background-image:url(../images/global/bo/home.gif);
}

li.menu01 a:hover {
    background-image:url(../images/global/bo/home2.gif);
}

li.menu02 a {
    background-image:url(../images/global/bo/cleaning.gif);
}

li.menu02 a:hover {
    background-image:url(../images/global/bo/cleaning2.gif);
}

li.menu03 a {
    background-image:url(../images/global/bo/reform.gif);
}

li.menu03 a:hover {
    background-image:url(../images/global/bo/reform2.gif);
}

li.menu04 a {
    background-image:url(../images/global/bo/jirei.gif);
}

li.menu04 a:hover {
    background-image:url(../images/global/bo/jirei2.gif);
}

li.menu05 a {
    background-image:url(../images/global/bo/link.gif);
}

li.menu05 a:hover {
    background-image:url(../images/global/bo/link2.gif) ;
}

li.menu06 a {
    background-image:url(../images/global/bo/ask.gif);
}

li.menu06 a:hover {
    background-image:url(../images/global/bo/ask2.gif) ;
}

/* モダンブラウザ（Firefox Opera Safari）対策 */
ul.menu:after {
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    font-size:0;
}
/* Win版IE7とMac版IE5対策 */
ul.menu {   display:inline-block;
}
/* Win版IE5および6対策 *//* Hides from IE-mac \*/
* html ul.menu {
    height:1px;
}
ul.menu {
    display:block;
}
/* End hide from IE-mac */

/* フッター */

div#footer_back {
	width: 100%;
	background-image:url(../images/global/footer_back.gif);
	height: 100px;
	background-repeat: x;
}

div#footer {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
}

div#footer h5 {
	color: #FFFFFF;
}

div#footer h5 a {
	color: #FFFFFF;
	text-decoration: underline;
}

div#footer h5 a:hover, a:active {
	color: #FF0000;
}

div#footer h6 {
	color: #FFFFFF;
}

div#footer h6 a {
	color: #FFFFFF;
}

/*--------------------------------------------------------------------
(index.html)
(TOP)
--------------------------------------------------------------------*/

#greet {
	width: 878px;
	padding: 10px;
	border: solid 1px #FF7f00;
}

#greet p {
	margin-bottom: 1.2em;
	line-height: 1.2em;
}

/* 新着情報 */

#news {
	width: 498px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#news a {
	text-decoration: underline;
}

ul.news {
	list-style-type: none;
}

#scrollBox {
	padding: 10px;
	width: 480px;
	height: 80px;
	overflow: auto;
	line-height: 20px;
}

/* コンテンツ */

#top_content {
	clear: none;
	margin: 0 auto;
	width: 900px;
	background-color: #FFFF33;
}

#top_content a {
	text-decoration: underline;
}

#top_content a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#top_content h3 {
	margin-bottom: 0.8em;
	line-height: 0.8em;
	font-size: 100%;
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
}

#top_content p {
	margin-bottom: 0.8em;
	line-height: 0.8em;
	font-size: 100%;
}

#top_content .cleaning {
	width: 290px;
	padding: 5px;
	background-color: #99CC33;
	float: left;
	height: 500px;
}

#top_content .reform {
	width: 290px;
	padding: 5px;
	background-color: #FF9933;
	float: left;
	height: 500px;
}

#top_content .other {
	width: 290px;
	padding: 5px;
	background-color: #CCCCCC;
	float: right;
	height: 500px;
}

/* メインコンテンツ左 */

#content_left {
	width: 500px;
	padding: 0;
	float: left;
	text-align: left;
}

#content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#content_left a {
	text-decoration: underline;
}

#content_left .content_left_text {
	width: 492px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#content_left .content_left_text .prof01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#content_left .content_left_text .prof02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#content_right {
	width: 380px;
	padding: 0;
	float: right;
	text-align: left;
}

#content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#content_right a {
	text-decoration: underline;
	color: #660000;
}

#content_right a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#content_right .content_right_text {
	width: 370px;
	padding: 3px;
}

#content_right .koe_name {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0066FF;
}

#content_right .koe_name a {
	text-decoration: underline;
	color: #0066FF;
}

#content_right .koe_name a:hover {
	text-decoration: underline;
	color: #FF0000;
}

#content_right .ys {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	color: #FF7f00;
}

#content_right .ys02 {
	line-height: 1em;
	color: #990000;
	font-weight: bold;
}

#content_right .koe_left {
	width: 180px;
	padding: 3px;
	float: left;
}

#content_right .koe_right {
	width: 180px;
	padding: 3px;
	float: right;
}

div#sikiri {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	width: 370px;
	height: 2px;
}

/*--------------------------------------------------------------------
(cleaning.html)
(ハウスクリーニング)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#cleaning_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#cleaning_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#cleaning_content_left a {
	text-decoration: underline;
}

#cleaning_content_left .cleaning_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#cleaning_content_left .cleaning_nagare {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
	text-align: center;
}

#cleaning_content_left .cleaning_nagare .nagare01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0000FF;
}

#cleaning_content_left .cleaning_nagare .nagare02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
}

#cleaning_content_left .cleaning_content_left_text2 {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFCC;
}

#main .cleaning01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
	font-size: 110%;
}

#main .cleaning02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

#main .cleaning03 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
	text-decoration: underline;
}

#main .cleaning04 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0033CC;
}

#main .cleaning05 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0033CC;
	text-decoration: line-through;
}

#main .cleaning06 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	font-size: medium;
}

/* メインコンテンツ右 */

#cleaning_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

.cleaning_text {
	width: 596px;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

#cleaning_content_right .cleaning01 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
}

#cleaning_content_right .cleaning01-001 {
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
	background-color: #FFFF66;
	text-decoration: underline;
}

#cleaning_content_right .cleaning02 {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#cleaning_content_right p {
	margin-bottom: 1em;
	line-height: 1.5em;
	margin-top: 5px;
}

#cleaning_content_right a {
	text-decoration: underline;
}

#cleaning_content_right .cleaning_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#cleaning_content_right .cleaning_ba {
	width: 618px;
	margin-top: 5px;
	text-align: center;
}

#cleaning_content_right .cleaning_tab {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/cleaning/tab_back.gif);
}

#cleaning_content_right .cleaning_tab2 {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/cleaning/tab_back2.gif);
}

.cleaning_main_left {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.cleaning_main_right {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.cleaning_main_left2 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

.cleaning_main_right2 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

.cleaning_main_right_l {
	width: 140px;
	float: left;
}

.cleaning_main_right_r {
	width: 140px;
	float: right;
}

.cleaning_name {
	width: 280px;
	text-align: center;
	background-image: url(../images/cleaning/tab_back3.gif);
}

.cleaning_name2 {
	width: 596px;
	text-align: center;
	background-image: url(../images/cleaning/tab_back3.gif);
}

.cleaning1-1 {
	color: #FF0000;
}

.cleaning1-2 {
	color: #FF0000;
	font-weight: bold;
}

.cleaning1-3 {
	color: #0000FF;
	font-weight: bold;
}

#cleaning_sikiri {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	width: auto;
	height: 2px;
}

/*--------------------------------------------------------------------
(reform.html)
(リフォーム)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#reform_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#reform_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#reform_content_left a {
	text-decoration: underline;
}

.reform_content_left_in {
	width: 240px;
	padding: 0;
	text-align: left;
	margin-top: 10px;
}

#reform_content_left .reform_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#reform_content_left .reform_nagare {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
	text-align: center;
}

#reform_content_left .reform_nagare .nagare01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0000FF;
}

#reform_content_left .reform_nagare .nagare02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
}

#reform_content_left .reform_content_left_text2 {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFCC;
}

#main .reform01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
	font-size: 110%;
}

#main .reform02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

#main .reform03 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	font-size: 110%;
	text-decoration: underline;
}

#main .reform04 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0033CC;
}

#main .reform05 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #0033CC;
	text-decoration: line-through;
}

#main .reform06 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF0000;
	font-size: medium;
}

/* メインコンテンツ右 */

#reform_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

.reform_text {
	width: 596px;
	padding: 5px 10px 5px 10px;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

#reform_content_right .reform01 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
}

#reform_content_right .reform02 {
	font-weight: bold;
	color: #FF0000;
	text-align: center;
}

#reform_content_right p {
	margin-bottom: 1em;
	line-height: 1.5em;
	margin-top: 5px;
}

#reform_content_right a {
	text-decoration: underline;
}

#reform_content_right .reform_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#reform_content_right .reform_cloth {
	width: 598px;
	padding: 5px 10px 5px 10px;
	text-align: center;
}

#reform_content_right .reform_deza {
	width: 400px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	margin-left: 80px;
}

#cloth {
	width:526px;
	color:#333333;
	line-height:25px;
}

.cloth1 {
	width:30%;
	line-height:15px;
	background-color:#FFFFFF;
	text-align:right;
	padding: 5px;
	font-weight: bold;
}

.cloth2 {
	width:35%;
	line-height:15px;
	background-color:#FFFFFF;
	text-align: right;
	padding: 5px;
}

.cloth3 {
	width:35%;
	line-height:15px;
	text-align:right;
	padding: 5px;
	background-color: #FFFFFF;
}

#reform_content_right .reform_ba {
	width: 618px;
	margin-top: 5px;
	text-align: center;
}

#reform_content_right .reform_tab {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/reform/tab_back.gif);
}

#reform_content_right .reform_tab2 {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/reform/tab_back2.gif);
}

#reform_content_right .reform_tab3 {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/reform/tab_back4.gif);
}

.reform_main_left {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.reform_main_right {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.reform_main_left2 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

.reform_main_right2 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
}

.reform_main_right3 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
	text-align: center;
	background-color: #FFFF00;
	height: 160px;
}

.reform_main_left4 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.reform_main_right4 {
	width: 280px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
	border: solid 1px #cccccc;
}

.reform_main_right_l {
	width: 280px;
	float: left;
	text-align: right;
}

.reform_main_right_r {
	width: 280px;
	float: right;
	text-align: left;
}

.reform_name {
	width: 280px;
	text-align: center;
	background-image: url(../images/reform/tab_back3.gif);
}

.reform_name2 {
	width: 596px;
	text-align: center;
	background-image: url(../images/reform/tab_back3.gif);
}

.reform1-1 {
	color: #FF0000;
}

.reform1-2 {
	color: #FF0000;
	font-weight: bold;
}

.reform1-3 {
	color: #0000FF;
	font-weight: bold;
}

.cloth01 {
	color: #0000FF;
	font-weight: bold;
	font-size: 110%;
}

.cloth02 {
	color: #FF0000;
	font-weight: bold;
}

.cloth03 {
	color: #3399FF;
	font-weight: bold;
}

#reform_sikiri {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	width: auto;
	height: 2px;
}

/*--------------------------------------------------------------------
(jirei.html)
(施工事例)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#jirei_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#jirei_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#jirei_content_left a {
	text-decoration: underline;
}

#jirei_content_left .jirei_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#main .jirei01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .jirei01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .jirei02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

.jirei_name {
	width: 250px;
	text-align: center;
	background-image: url(../images/jirei/tab_back3.gif);
	margin-top: 10px;
}

/* メインコンテンツ右 */

#jirei_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#jirei_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#jirei_content_right a {
	text-decoration: underline;
}

#jirei_content_right .jirei_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#jirei_content_right .jirei_tab {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/jirei/tab_back4.gif);
}

#jirei_content_right .jirei_tab2 {
	width: 618px;
	float: left;
	margin-top: 5px;
	height: 30px;
	background-image: url(../images/jirei/tab_back.gif);
}

#jirei_content_right .jirei01 {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 110%;
	text-align: center;
}

#jirei_content_right .jirei02 {
	font-weight: bold;
	color: #0000FF;
	text-align: center;
}

.jirei_cleaning {
	width:618px;
	color:#333333;
	line-height:25px;
	margin-top: 0px;
}

.tb00 {
	line-height:25px;
	text-align:center;
	padding: 0px;
	background-color: #FFCC66;
	font-weight: bold;
}

.tb01 {
	width:25%;
	line-height:25px;
	text-align:center;
	padding: 0px;
}

.tb02 {
	width:25%;
	line-height:10px;
	text-align:center;
	padding: 5px;
	background-color: #FFCC66;
}

.tb00-2 {
	line-height:25px;
	text-align:center;
	padding: 0px;
	background-color: #CCFFFF;
	font-weight: bold;
}

.tb02-2 {
	width:25%;
	line-height:10px;
	text-align:center;
	padding: 5px;
	background-color: #CCFFFF;
}

/*--------------------------------------------------------------------
(supporter.html)
(ご協力店)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#supporter_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#supporter_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#supporter_content_left a {
	text-decoration: underline;
}

#supporter_content_left .supporter_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#main .supporter01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .supporter01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .supporter02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#supporter_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#supporter_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#supporter_content_right a {
	text-decoration: underline;
}

#supporter_content_right .supporter_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#supporter_table {
	width:618px;
	color:#333333;
	line-height:25px;
	margin-top: 0px;
}

.s0 {
	line-height:15px;
	text-align:center;
	padding: 5px;
}

.s1 {
	line-height:25px;
	background-color:#FF9900;
	text-align:center;
	padding: 5px;
	font-weight: bold;
	color: #FFFFFF;
}

.s2 {
	width:30%;
	line-height:25px;
	text-align:center;
	padding: 5px;
}

.s3 {
	width:70%;
	line-height:25px;
	text-align:left;
	padding: 5px;
	font-weight: bold;
}

.supporter_name {
    color: #990000;
}

.s4 {
	width:70%;
	line-height:25px;
	text-align:left;
	padding: 5px;
}

#supporter_sikiri {
	border-bottom-style: dashed;
	border-bottom-width: thin;
	width: auto;
	height: 2px;
}

/*--------------------------------------------------------------------
(link.html)
(リンク)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#link_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#link_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#link_content_left a {
	text-decoration: underline;
}

#link_content_left .link_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#link_content_left .link_content_left_text .link01_1 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
	text-decoration: line-through;
}

#main .link01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .link01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .link02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#link_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#link_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#link_content_right a {
	text-decoration: underline;
	color: #660000;
}

#link_content_right .link_content_right_text {
	width: 370px;
	padding: 3px;
}

#link_content_right .link_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#link_sikiri {
	border-bottom-color: #CCCCCC;
	border-bottom-style: dashed;
	border-bottom-width: thin;
	width: auto;
	height: 2px;
}

/*--------------------------------------------------------------------
(request.html)
(お問合せ)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#request_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#request_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#request_content_left a {
	text-decoration: underline;
}

#request_content_left .request_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#main .request01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .request01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .request02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#request_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#request_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#request_content_right a {
	text-decoration: underline;
}

#request_content_right .request_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#request_form {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
}

#request_form_main {
	width: 618px;
	padding: 5px;
	float: left;
}

.form_left {
	line-height:40px;
	width:30%;
	background-color:#CCCCCC;
	text-align:left;
	padding: 5px;
	color: #333333;
}

.form_right {
	width:70%;
	line-height:40px;
	text-align:left;
	padding: 5px;
}

.form_under {
	line-height:25px;
	text-align:center;
	padding: 5px;
}

.rei {
	font-size: x-small;
}

.kome {
	color: #ff0000;
}

.kibou {
	line-height:15px;
}

/*--------------------------------------------------------------------
(policy.html)
(個人情報保護方針)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#policy_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#policy_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#policy_content_left a {
	text-decoration: underline;
}

#policy_content_left .policy_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#main .policy01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .policy01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .policy02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#policy_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#policy_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#policy_content_right a {
	text-decoration: underline;
}

#policy_content_right .policy_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#policy_text {
	width: 500px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

#policy_content_right .policy_ad {
	text-align: right;
	margin-top: 10px;
}

/*--------------------------------------------------------------------
(sitemap.html)
(サイトマップ)
--------------------------------------------------------------------*/

/* メインコンテンツ左 */

#sitemap_content_left {
	width: 250px;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 10px;
}

#sitemap_content_left p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
}

#sitemap_content_left a {
	text-decoration: underline;
}

#sitemap_content_left .sitemap_content_left_text {
	width: 242px;
	padding: 3px;
	border: solid 1px #FF7f00;
	margin-top: 10px;
}

#main .sitemap01 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
	color: #FF6600;
}

#main .sitemap01 a:hover {
	text-decoration: underline;
	color: #0000FF;
}

#main .sitemap02 {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	font-weight: bold;
}

/* メインコンテンツ右 */

#sitemap_content_right {
	width: 640px;
	padding: 0;
	float: right;
	text-align: left;
	margin-top: 10px;
}

#sitemap_content_right p {
	margin-bottom: 0.8em;
	line-height: 1.5em;
	margin-top: 5px;
}

#sitemap_content_right a {
	text-decoration: underline;
}

#sitemap_content_right .sitemap_main {
	width: 618px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 10px;
	border: solid 1px #FF7f00;
}

.sitemap_main_left {
	width: 200px;
	padding: 5px 10px 5px 10px;
	float: left;
	margin-top: 0px;
	text-align: right;
}

.sitemap_main_right {
	width: 360px;
	padding: 5px 10px 5px 10px;
	float: right;
	margin-top: 0px;
}

