@charset "utf-8"; 

/* Hides from IE-mac \*/
* html .sec {height: 1%;}
/* End hide from IE-mac */


*{
	font-family:'Meiryo',"Hiragino Kaku Gothic Pro","MS Ul Gothic","MS P Gothic",'メイリオ',"ヒラギノ角ゴ Pro W3",'MS Pゴシック',Osaka,Arial,Helvetica,sans-serif;
}
textarea,select,input {
}
body{
	color:#000;/*◆body背景画像◆*/
	text-align:center;
	font-size: 68%;
	background-image: url(../img/container_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
}
img{
	border:none;
}
a:link{
	color:#FF6600;
	text-decoration:none;
} 
a:visited{
	color:#663300;
	text-decoration:none;
}
a:active , 
a:hover{
	color:#0066FF;
	text-decoration:none;
}
h1 , h2 , h3 , p , ul , ol , li , dl , dt , dd , div , address , form {
	padding:0px;
	font-size:100%;
	color: #000000;
	margin-bottom: 5px;
}
hr {display:none;}

/*◆1-2　共通クラス*/
.clear {
	clear:both;
	display:block;
	height:0;
	margin:0;
}
.clear20 {
	clear:both;
	display:block;
	height:20px;
	margin:0;
}
.clear_block {
	clear:both;
	display:block;
	height:1px;
	margin:0;
}

/*◆2-1　ヘッダ*/
#banner {
	padding:0px;
	height: 300px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	clear: both;
	margin: 0px;
	position: relative;
}
/*clearfix*/
#banner {
	zoom:1;
	padding: 0px;
	height: 450px;
	background-color: #FFFFFF;
	margin: 0px;
	width: 842px;
	text-align: center;
}
#banner :after {/*clearfix for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

.blogtitle{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	width: 850px;
	display: block;
	line-height: 1.1;
	margin-top: 90px;
	margin-left: 25px;
	margin-right: 25px;
	text-indent: -99999px;/*ブログタイトルの文字だけを画面上から消す*/
}
.blogtitle a , 
.blogtitle a:link , 
.blogtitle a:visited{
	color:#FFFFFF;
	text-decoration:none;
	text-indent: -99999px;/*ブログタイトルの文字だけを画面上から消す*/
}
.blogtitle a:hover , 
.blogtitle a:active {
	color:#FF3300;
	text-decoration:none;
	font-weight: bold;
	text-indent: -99999px;/*ブログタイトルの文字だけを画面上から消す*/
}
.description{
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	line-height: 135%;
	width: 850px;
	font-weight: normal;
	text-indent:-99999px;/*ブログ紹介文の文字だけを画面上から消す*/
}
/*◆2-2　フッタ*/
#footer{
	clear:both;
	height: auto;
	text-align: left;
	background-image: url(../img/foot_bg.gif);
	background-repeat: repeat;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding: 15px;
	width: auto;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#copyright{
	height:16px;
	font-size:92%;
	color:#FFFFFF;
	line-height:150%;
	text-align:center;
	font-style: normal;
}


/*◆3-1　全体枠*/
#container{
	text-align:left;
	font-size:120%;
	line-height: 1.2em;
	width: 842px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-bottom: 0px;
	background: #FFFFFF;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 0px;
}


/*◆3-2　コンテンツ*/
#content{
	line-height: 150%;
	_margin-right: 8px;
	padding: 0px;
	_margin-left: 10px;
	width: 802px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}


/*◆3-3　中段*/
#middle {
	padding: 0 10px;
	height:1%;/*for IE6+7 ボックス関連バグ*/
}
html>/**/#middle {
	height:auto;/*for FF*/
}


/*◆3-5　サイド2*/

#side_l2{
	width:194px;
	text-align:left;
	overflow:hidden;
	_margin-left: 10px;
	float: left;
	_margin-right: 10px;
	margin: 0px;
	padding: 0px;
	display: inline;
}

/*【4】コンテンツ内*/
/*◆4-0　ブログ本体*/
.blog{
	width: 575px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	float: right;
	display: inline;
}
/*◆4-1　記事部分*/
.blogbody{
	width: 575px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/*◆4-2　記事日付*/
.date{
	color:#000000;
	font-size:12px;
	letter-spacing:2px;
	background-image: url(http://blog.da-te.jp/usr/topsplan/title_20.gif);
	padding-left: 8px;
	background-repeat: no-repeat;
	height: 27px;
	padding-top: 3px;
}


/*◆4-3　記事タイトル*/
.title{
	color:#FF9933;
	font-weight:bold;
	line-height:120%;
	background-image: url(http://blog.da-te.jp/usr/topsplan/line02_575.gif);
	background-repeat: no-repeat;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.title a:link , .title a:visited { text-decoration:none;}
.title a:hover , .title a:active { text-decoration:none;}


/*◆4-4　記事本文*/
.main{
	width:100%;
	color:#000000;
	overflow:auto;
	line-height:150%;
	font-size: 100%;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	display: block;
}
.main img{
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.main-continues{
}
/*記事本文リンク色*/
.main a:link , .main a:visited {}
.main a:hover , .main a:active {}
/*「続きを読む」リンク色*/
a.acontinues:link , a.acontinues:visited {}
a.acontinues:hover , a.acontinues:active {}
/*◆4-5　記事追記*/
#more {}

/*◆4-6　記事下部*/
.posted{
	color:#CCCC33;
	font-size:83.4%;
	text-align:right;
	margin:8px 0px 8px 0px;
}
a.aposted{
	font-weight:normal;
}
a.aposted:link , a.aposted:visited {}
a.aposted:hover , a.aposted:active {}
.menu{
	color:#000;
	text-align:right;
}
/*◆4-7　ページメニュー*/
a.amenu:link , a.amenu:visited {}
a.amenu:hover , a.amenu:active {}
/*◆4-8　ページトップ*/
.pagetop{
	font-size:9px;
	text-align:right;
	margin: 0px;
	padding: 0px;
}

/*【6】コメント･TB関連*/
/*◆6-1　コメント投稿フォーム*/
table.form {
	margin:25px 0px 0px 13px;
}
.form th {
	vertical-align:top;
	text-align: right;
	font-weight: normal;
}
label{
	font-size:12px;
}
#author{
	width:200px;
	border:1px solid #484848;
}
#email{
	width:200px;
	border:1px solid #484848;
}
#url{
	width:200px;
	border:1px solid #484848;
}
#text{ font-size:12px;
	width:400px;
	height:200px;
	border:1px solid #484848;
}
.form .button {
	margin:0 auto;
	display: block;
}

.side{
	font-size:12px;
	line-height:140%;
	margin:0px 0px 10px 0px;
	padding:8px;
}
/*サイドリンク色*/
.side a:link , .side a:visited {}
.side a:hover , .side a:active {}


#foot01 {
	font-size: 10px;
	line-height: 135%;
	color: #000000;
	text-align: center;
	font-style: normal;
	padding-top: 10px;
}
#foot02 {
	font-size: 85%;
	font-style: normal;
	color: #FFFFFF;
	text-align: left;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}
#foot03 {
	font-size: 11px;
	font-style: normal;
	line-height: 135%;
	color: #333333;
	text-align: center;
	padding-top: 5px;
}

.main h2 {
	color: #990000;
	font-size: 155%;
	font-weight: bold;
	line-height: 1.7em;
	margin: 0px;
	padding: 0px;
}
.main h3 {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 117%;
	font-weight: normal;
	color: #FF9900;
}
.main h4 {
	padding: 0px;
	font-size: 140%;
	color: #330000;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.main h5 {
	margin: 0px;
	padding: 0px;
}
.main h6 {
	margin: 0px;
	padding: 0px;
}

#space_b {
	margin-top: 25px;
	margin-bottom: 25px;
	height: 1%;
}

#side_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

#logomark {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.topline {
	margin: 0px;
	padding: 0px;
}
#g_navi {
	padding: 0px;
	height: 48px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.navi_btn {
	padding: 0px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.add_tel {
	padding: 0px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: right;
}
.style4 {
	font-size: 185%;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

.space80 {
	margin: 0px;
	padding: 0px;
	height: 80px;
}
.space70 {
	margin: 0px;
	padding: 0px;
	height: 70px;
}
.space60 {
	margin: 0px;
	padding: 0px;
	height: 60px;
}
.space50 {
	margin: 0px;
	padding: 0px;
	height: 50px;
}
.space40 {
	margin: 0px;
	padding: 0px;
	height: 40px;
}
.space30 {
	margin: 0px;
	padding: 0px;
	height: 30px;
}


#space10 {
	margin: 0px;
	padding: 0px;
	height: 10px;
}
#space15 {
	margin: 0px;
	padding: 0px;
	height: 15px;
}
#space20 {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#space30 {
	margin: 0px;
	padding: 0px;
	height: 30px;
}
.border6 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#container #g_navi {
	padding: 0px;
	height: 60px;
	width: 826px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	float: none;
}
.f_side_bnr {
	margin: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.main h3 {
	font-size: 110%;
	color: #665536;
	font-weight: normal;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1.75em;
}


#border20_dot {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#border_dot_clear {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330000;
	clear: both;
}
#border_clear {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#border_dot3_clear {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}
#menu .narmal_text {
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}

#border_clear2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}


.style6 {
	font-size: 140%
}
#border20 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#border25 {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#border30_dot {
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

.midashi_img {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 17px;
	margin-left: 0px;
}

.spacer10 {
	padding: 0px;
	float: right;
	height: 1px;
	width: 1px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}



/*◆メインパート*/

#hl_companyname {
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-left: 18px;
	text-align: left;
}
.hl_topline {
	padding: 0px;
	height: auto;
	clear: both;
	margin: 0px;
}
.hl_topline #slogan {
	padding: 0px;
	float: right;
	margin-top: 43px;
	margin-right: 8px;
}

.spaceborder30 {
	padding: 0px;
	margin-top: 15px;
	margin-right: 20px;
	margin-bottom: 15px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.spaceborder40 {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	margin-right: 0px;
}
.spaceborder60_full {
	padding: 0px;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

#side_l2 .company_info {
	margin: 0px;
	padding: 3px;
	text-align: left;
}
#side_l2 .company_info h1 {
	font-size: 115%;
	font-weight: normal;
	color: #0066FF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	margin-top: 0px;
	margin-bottom: 5px;
}
#side_l2 .company_info address {
	font-size: 85%;
	font-style: normal;
	line-height: 1.5em;
	color: #666666;
}
#side_l2 .company_info #telephone {
	font-size: 90%;
}
#side_l2 .company_info #open {
	font-size: 90%;
	line-height: 1.5em;
}
#side_l2 .company_info #border_dot {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #330000;
}
#side_l2 .company_other {
	margin: 0px;
	padding: 10px;
	border: 1px solid #330000;
	text-align: center;
	line-height: 1.75em;
	font-size: 85%;
}
#side_l2 .company_info span {
	font-size: 70%;
}
#footer #foot_navi {
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
}
#foot_navi p {
	font-size: 80%;
	color: #FFFFFF;
}

#foot_navi a , 
#foot_navi a:link , 
#foot_navi a:visited{
	color:#FFFFFF;
	text-decoration:none;
}
#foot_navi a:hover{
	color:#FF6600;
	text-decoration:none;
}
#footer #foot_logo {
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.main #business {
	margin-top: 15px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	color: #666666;
}
.main #business #caption {
	font-size: 90%;
	vertical-align: top;
	padding-top: 5px;
}
.main #business #caption3 {
	font-size: 100%;
	vertical-align: middle;
	color: #000000;
	text-align: center;
}
#business #business_name {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
#business #business_image {
	padding-right: 8px;
	vertical-align: top;
}
#business #business_image2 {
	padding-right: 8px;
	vertical-align: top;
	padding-top: 8px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
#hlnews {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#hlnews .rss_list {
	font-size: 90%;
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	line-height: 2em;
}
.hl_topline #topline {
	background-image: url(../img/foot_bg.gif);
	background-repeat: no-repeat;
	height: 10px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
}
#section_privacy {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: 100%;
}
#section_privacy h3 {
	font-size: 110%;
	line-height: 1.75em;
	font-weight: normal;
	color: #665536;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
}
#section_privacy p {
	padding: 0px;
	font-size: 90%;
	color: #666666;
	margin: 0px;
}
#section_privacy .privacy {
	font-size: 90%;
	color: #666666;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#section_privacy .privacy li {
	list-style-type: decimal;
	list-style-position: inside;
	color: #666666;
	line-height: 1.75em;
	margin: 0px;
	padding: 0px;
}
#banner p {
	margin: 0px;
	padding: 0px;
}
.main #section_bpo {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#section_bpo h3 {
	font-size: 160%;
	line-height: 1.75em;
	font-weight: normal;
	color: #665536;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#section_bpo h4 {
	font-size: 100%;
	font-weight: bold;
	color: #555555;
	background-image: url(../img/mark_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#section_bpo .reason_list {
	color: #FFFFFF;
	background-color: #92C9FF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-size: 90%;
	font-weight: bold;
	margin: 0px;
}
#section_bpo p {
	font-size: 90%;
	line-height: 1.75em;
	color: #666666;
}
#section_bpo #reason {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#reason #reason_nember {
	background-image: url(../img/sellbg_gray.png);
	border: 1px solid #EEEEEE;
	width: 100%;
	font-size: 90%;
	color: #555555;
	font-weight: bold;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#reason #reason_txt {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
	padding: 10px;
	color: #666666;
}

.main #building_reform {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#building_reform h3 {
	font-size: 160%;
	line-height: 1.75em;
	font-weight: normal;
	color: #665536;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

.main #food_business {
	padding: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#food_business h3 {
	font-size: 160%;
	line-height: 1.75em;
	font-weight: normal;
	color: #665536;
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}
#food_business p {
	font-size: 90%;
	line-height: 1.75em;
	color: #666666;
}
#food_business p.size120n {
	font-size: 120%;
	line-height: 1.75em;
	color: #666666;
}
#business #caption h5 {
	font-size: 105%;
	line-height: 1.75em;
	font-weight: bold;
	color: #555555;
}
.space35_border_dot {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;
}
#service {
	padding: 0px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#service #service_head {
	margin: 0px;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	background-image: url(../img/bg_gray.png);
	background-repeat: repeat;
	text-align: center;
	font-size: 90%;
	color: #333333;
}
#service #service_name {
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	background-image: url(../img/bg_gray.png);
	background-repeat: repeat;
	width: 30%;
	text-align: center;
}
#service #service_txt {
	font-size: 90%;
	line-height: 1.75em;
	color: #666666;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

#service #service_id {
	font-size: 100%;
	line-height: 1.75em;
	font-weight: normal;
	color: #555555;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
	background-image: url(../img/bg_gray.png);
	background-repeat: repeat;
	text-align: center;
	width: 50%;
}
#service #service_price {
	font-size: 90%;
	line-height: 1.75em;
	color: #666666;
	margin: 0px;
	padding: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}

#space35 {
	margin: 0px;
	padding: 0px;
	height: 35px;
}
#building_reform p {
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	line-height: 1.75em;
	color: #666666;
}

#building_reform h4 {
	font-size: 100%;
	font-weight: bold;
	color: #555555;
	background-image: url(../img/mark_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}#reform_flow {
	margin: 0px;
	padding: 0px;
}
#reform_flow .flow_list {
	font-size: 120%;
	margin-bottom: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}
#reform_flow .reform_step {
	padding: 0px;
	margin-top: 35px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
}

.style8 {
	font-size: 135%;
	font-weight: bold;
	color: #CC0000;
}
#business #caption3 #sss {
	background-color: #F1F1F1;
	padding: 8px;
	display: block;
	height: auto;
	width: auto;
}

.main h3 a , 
.main h3 a:link , 
.main h3 a:visited{
	color:#665536;
	text-decoration:none;
}
.main h3 a:hover{
	color:#FF6600;
	text-decoration:none;
}
