@charset "UTF-8";

/* ==================================================
   base.css
   桜サービスサイト PC版土台CSS
================================================== */

/* ==================================================
   1. リセット・基本
================================================== */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff url(../images/body_back.jpg) repeat-x;
	color: #333333;
	font-size: 0.8em;
	line-height: 1.5em;
	text-align: center;
	height: 100%;
}

#wrapper {
	width: 890px;
	margin: 0 auto;
	background: #ffffff;
	color: #333333;
	text-align: left;
}

img {
	border: 0;
	vertical-align: bottom;
}

a:link,
a:visited {
	color: #178637;
	background: transparent;
}

a:hover,
a:active {
	color: #178637;
	background: transparent;
	text-decoration: none;
}

/* ==================================================
   2. ヘッダ
================================================== */

#header {
	color: #666666;
	text-align: left;
}

h1 {
	width: 890px;
	height: 87px;
	margin: 0;
	background: url(../images/back-header.jpg) no-repeat;
}

h1 a {
	display: block;
	width: 160px;
	height: 65px;
	background: url(../images/header_logo.gif) no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}

h1 img {
	vertical-align: bottom;
}

/* ==================================================
   3. グローバルナビ
================================================== */

#navigation {
	width: 890px;
	height: 36px;
	padding: 0;
	font-size: 12px;
	line-height: 120%;
	background: url(../images/navi_bg.jpg) repeat-x;
}

#navigation p {
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	height: 36px;
}

#navigation #navi1 a,
#navigation #navi1-on a {
	display: block;
	width: 110px;
	height: 36px;
	text-decoration: none;
	text-indent: -9999em;
}

#navigation #navi2 a,
#navigation #navi2-on a,
#navigation #navi3 a,
#navigation #navi3-on a,
#navigation #navi4 a,
#navigation #navi4-on a,
#navigation #navi5 a,
#navigation #navi5-on a,
#navigation #navi6 a,
#navigation #navi6-on a,
#navigation #navi7 a,
#navigation #navi7-on a {
	display: block;
	width: 130px;
	height: 36px;
	text-decoration: none;
	text-indent: -9999em;
}

#navigation #navi1 a { background: url(../images/navi1.jpg) no-repeat; }
#navigation #navi2 a { background: url(../images/navi2.jpg) no-repeat; }
#navigation #navi3 a { background: url(../images/navi3.jpg) no-repeat; }
#navigation #navi4 a { background: url(../images/navi4.jpg) no-repeat; }
#navigation #navi5 a { background: url(../images/navi5.jpg) no-repeat; }
#navigation #navi6 a { background: url(../images/navi6.jpg) no-repeat; }
#navigation #navi7 a { background: url(../images/navi7.jpg) no-repeat; }

#navigation #navi1-on a { background: url(../images/navi1_2.jpg) no-repeat; }
#navigation #navi2-on a { background: url(../images/navi2_2.jpg) no-repeat; }
#navigation #navi3-on a { background: url(../images/navi3_2.jpg) no-repeat; }
#navigation #navi4-on a { background: url(../images/navi4_2.jpg) no-repeat; }
#navigation #navi5-on a { background: url(../images/navi5_2.jpg) no-repeat; }
#navigation #navi6-on a { background: url(../images/navi6_2.jpg) no-repeat; }
#navigation #navi7-on a { background: url(../images/navi7_2.jpg) no-repeat; }

#navigation #navi1 a:hover { background: url(../images/navi1_2.jpg) no-repeat; }
#navigation #navi2 a:hover { background: url(../images/navi2_2.jpg) no-repeat; }
#navigation #navi3 a:hover { background: url(../images/navi3_2.jpg) no-repeat; }
#navigation #navi4 a:hover { background: url(../images/navi4_2.jpg) no-repeat; }
#navigation #navi5 a:hover { background: url(../images/navi5_2.jpg) no-repeat; }
#navigation #navi6 a:hover { background: url(../images/navi6_2.jpg) no-repeat; }
#navigation #navi7 a:hover { background: url(../images/navi7_2.jpg) no-repeat; }

/* ==================================================
   4. 共通レイアウト
================================================== */

#main {
	overflow: hidden;
}

#sidebar {
	width: 130px;
	float: left;
	height: auto;
}

#content {
	width: 760px;
	float: right;
	padding: 10px 0;
	color: #333333;
}

#content1 {
	width: 890px;
	float: none;
	clear: both;
	display: block;
	padding: 10px 0;
	color: #333333;
}

h2 {
	width: 890px;
	height: 100px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

h3 {
	margin-bottom: 10px;
}

h4 {
	width: 890px;
	height: 200px;
	margin-bottom: 10px;
	text-indent: -9999px;
}

.clear {
	clear: both;
}

/* ==================================================
   5. サイドナビ
================================================== */

#side2 a,
#side3 a,
#side4 a,
#side5 a,
#side6 a,
#side7 a {
	display: block;
	width: 111px;
	height: 41px;
	margin-top: 4px;
	border-bottom: 2px solid #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-indent: -9999em;
}

#side2 a { background-image: url(../images/side2.gif); }
#side3 a { background-image: url(../images/side3.gif); }
#side4 a { background-image: url(../images/side4.gif); }
#side5 a { background-image: url(../images/side5.gif); }
#side6 a { background-image: url(../images/side6.gif); }
#side7 a { background-image: url(../images/side7.gif); }

#side2_1 a,
#side2_1-on a,
#side2_2 a,
#side2_2-on a,
#side2_3 a,
#side2_3-on a,
#side2_4 a,
#side2_4-on a,
#side2_5 a,
#side2_5-on a,
#side2_6 a,
#side2_6-on a,
#side2_7 a,
#side2_7-on a,
#side2_8 a,
#side2_8-on a,
#side3_1 a,
#side3_1-on a,
#side3_2 a,
#side3_2-on a,
#side4_1 a,
#side4_1-on a,
#side4_2 a,
#side4_2-on a,
#side5_1 a,
#side5_1-on a,
#side6_1 a,
#side6_1-on a,
#side7_1 a,
#side7_1-on a {
	display: block;
	width: 111px;
	height: 41px;
	border-bottom: 1px dotted #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-indent: -9999em;
}

#side5_2 a,
#side5_2-on a,
#side5_3 a,
#side5_3-on a,
#side5_4 a,
#side5_4-on a,
#side5_5 a,
#side5_5-on a {
	display: block;
	width: 111px;
	height: 45px;
	border-bottom: 1px dotted #000000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-decoration: none;
	text-indent: -9999em;
}

#side2_1 a { background-image: url(../images/side2_1.gif); }
#side2_1-on a,
#side2_1 a:hover { background-image: url(../images/side2_1_1.gif); }

#side2_2 a { background-image: url(../images/side2_2.gif); }
#side2_2-on a,
#side2_2 a:hover { background-image: url(../images/side2_2_1.gif); }

#side2_3 a { background-image: url(../images/side2_3.gif); }
#side2_3-on a,
#side2_3 a:hover { background-image: url(../images/side2_3_1.gif); }

#side2_4 a { background-image: url(../images/side2_4.gif); }
#side2_4-on a,
#side2_4 a:hover { background-image: url(../images/side2_4_1.gif); }

#side2_5 a { background-image: url(../images/side2_5.gif); }
#side2_5-on a,
#side2_5 a:hover { background-image: url(../images/side2_5_1.gif); }

#side2_6 a { background-image: url(../images/side2_6.gif); }
#side2_6-on a,
#side2_6 a:hover { background-image: url(../images/side2_6_1.gif); }

#side2_7 a { background-image: url(../images/side2_7.gif); }
#side2_7-on a,
#side2_7 a:hover { background-image: url(../images/side2_7_1.gif); }

#side2_8 a { background-image: url(../images/side2_8.gif); }
#side2_8-on a,
#side2_8 a:hover { background-image: url(../images/side2_8_1.gif); }

#side3_1 a { background-image: url(../images/side3_1.gif); }
#side3_1-on a,
#side3_1 a:hover { background-image: url(../images/side3_1_1.gif); }

#side3_2 a { background-image: url(../images/side3_2.gif); }
#side3_2-on a,
#side3_2 a:hover { background-image: url(../images/side3_2_1.gif); }

#side4_1 a { background-image: url(../images/side4_1.gif); }
#side4_1-on a,
#side4_1 a:hover { background-image: url(../images/side4_1_1.gif); }

#side4_2 a { background-image: url(../images/side4_2.gif); }
#side4_2-on a,
#side4_2 a:hover { background-image: url(../images/side4_2_1.gif); }

#side5_1 a { background-image: url(../images/side5_1.gif); }
#side5_1-on a,
#side5_1 a:hover { background-image: url(../images/side5_1_1.gif); }

#side5_2 a { background-image: url(../images/side5_2_2_1.gif); }
#side5_2-on a,
#side5_2 a:hover { background-image: url(../images/side5_2_2.gif); }

#side5_3 a { background-image: url(../images/side5_3.gif); }
#side5_3-on a,
#side5_3 a:hover { background-image: url(../images/side5_3_1.gif); }

#side5_4 a { background-image: url(../images/side5_4.gif); }
#side5_4-on a,
#side5_4 a:hover { background-image: url(../images/side5_4_1.gif); }

#side5_5 a { background-image: url(../images/side5_5.gif); }
#side5_5-on a,
#side5_5 a:hover { background-image: url(../images/side5_5_1.gif); }

#side6_1 a { background-image: url(../images/side6_1.gif); }
#side6_1-on a { background-image: url(../images/side6_2.gif); }
#side6_1 a:hover { background-image: url(../images/side6_1_1.gif); }

#side7_1 a,
#side7_1-on a,
#side7_1 a:hover { background-image: url(../images/side7_1_1.gif); }

/* ==================================================
   6. 画像見出し
================================================== */

#p2-1 { background: url(../images/p2_1_back.jpg) no-repeat; }
#p3-1 { background: url(../images/p3_1_back.jpg) no-repeat; }
#p4-1 { background: url(../images/p4_1_back.jpg) no-repeat; }
#p5-1 { background: url(../images/p5_1_back.jpg) no-repeat; }
#p6-1 { background: url(../images/p6_1_back.jpg) no-repeat; }
#p7-1 { background: url(../images/p7-1back.jpg) no-repeat; }

#p2-2 {
	background: url(../images/p2_2_back.gif) no-repeat;
	height: 25px;
	width: 630px;
	text-indent: -9999em;
}

#p2-3 a,
#p2-4 a,
#p2-5 a,
#p2-6 a,
#p2-11 a,
#p2-12 a,
#p2-13 a,
#p2-14 a {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 24px;
	width: 350px;
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	text-indent: -9999em;
	overflow: hidden;
}

#p2-3 a { background-image: url(../images/p2_3_back.gif); }
#p2-4 a { background-image: url(../images/p2_4_back.gif); }
#p2-5 a { background-image: url(../images/p2_5_back.gif); }
#p2-6 a { background-image: url(../images/p2_6_back.gif); }
#p2-11 a { background-image: url(../images/p2_11_back.gif); }
#p2-12 a { background-image: url(../images/p2_12_back.gif); }
#p2-13 a { background-image: url(../images/p2_13_back.gif); }
#p2-14 a { background-image: url(../images/p2_14_back.gif); }

#p2-7,
#p2-8,
#p2-9,
#p2-10,
#p2-15,
#p2-16,
#p2-17,
#p2-18 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 25px;
	width: 630px;
	text-indent: -9999em;
}

#p2-7 { background-image: url(../images/p2_7_back2.gif); }
#p2-8 { background-image: url(../images/p2_8_back2.gif); }
#p2-9 { background-image: url(../images/p2_9_back2.gif); }
#p2-10 { background-image: url(../images/p2_10_back2.gif); }
#p2-15 { background-image: url(../images/p2_15_back.gif); }
#p2-16 { background-image: url(../images/p2_16_back.gif); }
#p2-17 { background-image: url(../images/p2_17_back.gif); }
#p2-18 { background-image: url(../images/p2_18_back.gif); }

#p3-2 {
	background: url(../images/p3_2_back.gif) no-repeat;
	height: 25px;
	width: 630px;
	text-indent: -9999em;
}

#p3-3 {
	background: url(../images/p3_3_back.gif) no-repeat;
	height: 25px;
	width: 630px;
	text-indent: -9999em;
}

#p3-4 {
	background: url(../images/p3_4_back.gif) no-repeat;
	height: 25px;
	width: 760px;
	text-indent: -9999em;
}

#p4-2 {
	background: url(../images/p4_2_back.gif) no-repeat;
	height: 25px;
	width: 760px;
	text-indent: -9999em;
}

#p5-2,
#p5-3,
#p5-4,
#p5-5,
#p5-6 {
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 25px;
	width: 600px;
	text-indent: -9999em;
}

#p5-2 { background-image: url(../images/p5_2_back.gif); }
#p5-3 { background-image: url(../images/p5_3_back.gif); }
#p5-4 { background-image: url(../images/p5_4_back.gif); }
#p5-5 { background-image: url(../images/p5_5_back.gif); }
#p5-6 { background-image: url(../images/p5_6_back.gif); }

#p6-2 {
	background: url(../images/p6_2_back.gif) no-repeat;
	height: 25px;
	width: 600px;
	text-indent: -9999em;
}

#p7-2 {
	background: url(../images/p7_2_back.gif) no-repeat;
	height: 25px;
	width: 630px;
	text-indent: -9999em;
}

/* ==================================================
   7. 汎用
================================================== */

p {
	margin-bottom: 1.2em;
}

.text-p {
	margin: 0;
	padding: 0;
}

.rgt {
	text-align: center;
}

.ctr {
	text-align: center;
}

.lft {
	text-align: left;
}

.aka {
	color: #ff0000;
}

.green {
	color: #178637;
}

.blue {
	color: #3366cc;
}

.style2 {
	font-size: 11px;
	color: #666666;
	line-height: 120%;
	text-align: right;
}

.m10 {
	margin: 10px 0;
}

.mb10 {
	margin-bottom: 5px;
}

.x-small {
	font-size: x-small;
	text-align: right;
}

.f-left {
	float: left;
}

.f-right,
.right {
	float: right;
}

.mt10 {
	margin-top: 10px;
}

/* ==================================================
   8. 事業内容・会社概要・料金表
================================================== */

#business-text2 {
	width: 360px;
	float: left;
	margin-right: 18px;
}

#business-text {
	width: 350px;
	float: left;
	border: 1px #e1ecca solid;
	padding: 5px;
	margin: 15px 0 10px 0;
}

#business-text #btext {
	width: 340px;
	background-color: #ebf7d2;
	padding: 15px 5px;
}

#business-table {
	width: 760px;
	border: 0;
	float: right;
}

.business-td1 {
	width: 250px;
	border: 0;
	padding: 3px 0 10px 0;
	vertical-align: top;
}

.business-td2 {
	width: 110px;
	border: 0;
	padding: 3px 0 3px 10px;
	vertical-align: top;
}

.business-td2 img {
	width: 100px;
	border: 1px #cccccc solid;
	padding: 3px;
}

.business-td3 {
	width: 370px;
	border: 0;
}

.business-title {
	background: transparent url(../images/p-title.gif) no-repeat 0 0;
	width: 630px;
	height: 25px;
	padding-left: 10px;
	padding-top: 5px;
}

#business-table2 {
	width: 630px;
	border: 0;
	margin-left: 20px;
	border-collapse: collapse;
}

#business-table2 td {
	border: 0;
	padding: 0;
	text-align: left;
}

.busines-syosai {
	width: 580px;
	height: 200px;
	background-color: #ebebeb;
	margin-left: 7px;
	margin-top: 12px;
	text-align: left;
	font-weight: 400;
}

#company-table,
#company-table2 {
	width: 630px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.company-td1 {
	width: 160px;
	padding: 3px 3px 3px 8px;
	background-color: #e0fae0;
	border: 1px #cccccc solid;
}

.company-td2 {
	padding: 3px 3px 3px 8px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
}

.company-td3 {
	width: 150px;
	text-align: center;
	border: 1px #cccccc solid;
	padding: 5px 0;
}

.roukin-table {
	width: 760px;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	margin-bottom: 50px;
}

#roukin-table2 {
	width: 630px;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.roukin-td1 {
	width: 170px;
	padding: 3px 3px 3px 8px;
	background-color: #e0fae0;
	border: 1px #cccccc solid;
}

.roukin-td2 {
	width: 170px;
	padding: 3px 3px 3px 8px;
	background-color: #ffffff;
	border: 1px #cccccc solid;
}

.roukin-td3 {
	width: 360px;
	padding: 3px 3px 3px 8px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

#mf-table {
	width: 760px;
	border: 0;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.mf-ltd {
	padding: 3px 10px 3px 5px;
	width: 140px;
	border: 0;
	background: url(../images/td_bg2.gif) repeat-y;
}

.mf-rtd {
	padding: 3px 3px 3px 7px;
	width: 595px;
	background-color: #ffffff;
	border: 0;
}

.mf-td {
	padding: 0;
	border: 0;
	background-color: #ffffff;
}

.mf-table2 {
	width: 760px;
	border: 0;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #cccccc;
}

.mf-ltd2 {
	background-color: #e0fae0;
	border: 0;
	text-align: center;
}

.mf-rtd2 {
	background-color: #ffffff;
	border: 0;
	text-align: center;
	color: #dd0000;
}

/* ==================================================
   9. 補助ボックス
================================================== */

.p-box {
	height: 100px;
	width: 600px;
	border: 1px solid #ccc;
	overflow: auto;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.p-box-shita {
	text-align: right;
	height: auto;
	width: 622px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.p-box-radio {
	text-align: center;
	height: auto;
	width: 622px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}

.p-box-ue {
	width: 622px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	font-size: 14px;
	color: #0b6525;
	font-weight: bold;
}

.b-title {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.e-title {
	height: auto;
	width: 610px;
	border-left: 5px solid rgb(0, 102, 0);
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-bottom: 1px solid rgb(0, 102, 0);
	display: block;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

.e-contents {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
}

.e-contents-contact {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
}

.e-contents-r {
	float: right;
	height: auto;
	width: auto;
	margin-right: 15px;
}

/* ==================================================
   10. フッタ
================================================== */

#footer {
	width: 100%;
	background: transparent url(../images/footer_bg.jpg) 0 0;
	text-transform: uppercase;
	font-size: 11px;
	color: #333333;
	line-height: 110%;
	clear: both;
}

#footer-img {
	background: transparent url(../images/footer.jpg) no-repeat 0 0;
	width: 890px;
	height: 42px;
	margin: 0 auto;
}

#footer-img p {
	text-indent: -9999em;
}