@charset "UTF-8";
/*------------------------------------------------------------*/
/*目次　INDEX
	=0 reset
	=1 global
	=2 basic structure
	=3 navigation
	=4 commonClass,commonID
	=5 boxDesign
	=9 clearfix

search key "="+"n"

//last update 090324

--------------------------------------------------------------
base color 
-------------------------------------------------------------

-------------------------------------------------------------*/

/*=0 reset
-------------------------------------------------------------*/
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;
}
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;
}
a {
	overflow:hidden;
}
a:link {
	color:#7c6f5a;
}
/*=1 global
-------------------------------------------------------------*/
body {
	background:url(img/bodyBack.gif) repeat-x;
	font-size:76%;
	line-height:1.5;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color:#555;
}
h1 {
	background:url(img/h1Back.gif) no-repeat;
	height:40px;
	line-height:40px;
	color:#7c6f5a;
	font-weight:bold;
	padding-left:10px;
	font-size:130%;
	margin-bottom:15px;
}
h2 {
	margin-bottom:15px;
	background:url(img/h2Back.gif) no-repeat bottom;
	padding:0 0 5px 7px;
	font-weight:bold;
	font-size:120%;
	clear:both;
}
h3 {
	font-weight:bold;
	font-size:120%;
	margin-bottom:15px;
	clear:both;
}
ol {
	margin-left:2em;
}
form {
	margin-bottom:15px;
}
/*=2 basic structure
-------------------------------------------------------------*/
#allWrapp {
	background:url(img/allWrappBack.gif) repeat-x bottom;
	padding-bottom:30px;
}
#wrapper {
	width:900px;
	text-align:left;
	margin:0 auto;
	}
#header {
	height:148px;
	position:relative;
	color:#7c6f5a;
}
	#header #logo {
		float:left;
		background:url(img/logo.gif) no-repeat;
		width:260px;
		height:69px;
	}
	#header #logo a {
		width:260px;
		height:69px;
		display:block;
		text-indent:-9999em;
	}	
	#header .keyword {
		line-height:24px;
		height:24px;
		margin-bottom:15px;
		font-size:0.95em;
	}
	#header .subBox{
		padding-top:20px;
		font-size:10px;
	}
	#header .tel {
		position:absolute;
		right:0px;
		top:33px;
	}
#container {
	background:url(img/containerBack.gif) repeat-y;
	margin-top:20px;
}
#primary {
	float:left;
	width:640px;

}
	#primary p {
		margin-bottom:15px;
	}

#secondary {
	float:left;
	width:220px;
	margin-left:35px;
}
	#secondary h2 {
		padding:0;
		background:none;
		margin-bottom:0;
	}
	#scdBoxSoudan {
		font-size:0.9em;
		background:url(img/scdBoxSoudanBack.gif) no-repeat top;
		width:230px;
		margin-left:-5px;
		margin-bottom:15px;
	}
		#scdBoxSoudan h2 {
			text-indent:-9999em;
			height:48px;
		}
		#scdBoxSoudan .innerBox {
			padding:0 20px 20px 20px;
			background:url(img/scdBoxSoudanFoot.gif) no-repeat bottom;
		}
		#scdBoxSoudan p,#scdBoxSoudan h3 {
			margin-bottom:5px;
		}
		#scdBoxSoudan h3 {
			background:url(img/scdBoxSoudanH3tel.gif) no-repeat;
			width:189px;
			height:23px;
			text-indent:-9999em;
		}
	#scdBoxFaq {
		font-size:0.9em;
	}
		#scdBoxFaq h2 {
				margin-bottom:10px;
				background:url(img/scdH2Faq.gif) no-repeat;
				text-indent:-9999em;
				width:220px;
				height:21px;
		}
		#scdBoxFaq li {
			background:url(img/iconFukidashi.gif) no-repeat left top;
			padding-left:22px;
			padding-bottom:5px;
			margin-bottom:5px;
			border-bottom:1px dotted #AAA;
		}
#footer {
	clear:both;
	xmargin-top:30px;
	padding-top:70px;
	background:url(img/footerBack.gif) repeat-x;
	height:130px;
}
	#footer .box {
		width:900px;
		text-align:left;
		margin:0 auto;
		position:relative;
	}
	#footer .copy {
		background:url(img/copy.gif) no-repeat;
		width:294px;
		height:9px;
		float:right;
		text-indent:-9999em;
	}
	#footer .QR {
		position:absolute;
		right:0;
		top:1.5em;
		font-size:90%;	
	}
		#footer .QR img {
			vertical-align:middle;
		}
/*=3 navigation
-------------------------------------------------------------*/
#nav dt {
	float:left;
	text-indent:-9999em;
}
	#globalNav {
		position:absolute;
		bottom:0;
		clear:both;
		height:36px;
		line-height:36px;
		width:900px;
	}
	*html #globalNav {
		position:relative;
		}
	*html #globalNav ul {

		margin-top:9px;
		border-bottom:1px solid #FFF;
	}
		#globalNav li {
			width:128px;
			float:left;
		}
		#globalNav li a {
			display:block;
			width:128px;
			height:36px;
			line-height:36px;
			background:url(img/nav.gif) no-repeat;
			text-indent:-9999em;
		}
			#globalNav #navFirst a {
				background-position:0 0;
			}
			#globalNav #navReason a {
				background-position:-128px 0;
			}
			#globalNav #navService a {
				background-position:-256px 0;
			
			}
			#globalNav #navConsult a {
				background-position:-384px 0;
			
			}
			#globalNav #navFaq a {
				background-position:-512px 0;
			
			}
			#globalNav #navInformation a {
				background-position:-640px 0;
			
			}
			#globalNav #navContact a {
				background-position:-768px 0;
				width:132px;
			}
			#globalNav #navFirst a:hover {
				background-position:0 -50px;
			}
			#globalNav #navReason a:hover {
				background-position:-128px -50px;
			}
			#globalNav #navService a:hover {
				background-position:-256px -50px;
			
			}
			#globalNav #navConsult a:hover {
				background-position:-384px -50px;
			
			}
			#globalNav #navFaq a:hover {
				background-position:-512px -50px;
			
			}
			#globalNav #navInformation a:hover {
				background-position:-640px -50px;
			
			}
			#globalNav #navContact a:hover {
				background-position:-768px -50px;
				width:132px;
			}
		#subNav ul {
			position:absolute;
			right:0;
			top:90px;
		}
		*html #globalNav {
			margin-top:-7px;
		}
		#subNav li {
			float:left;
			margin-left:10px;
		}
		#subNav li a {
			display:block;
			height:16px;
			line-height:16px;
			background:url(img/subNav.gif) no-repeat;
			text-indent:-9999em;
		}
		#subNav #navCompany a {
			width:65px;
			background-position:0 0;
		}
		#subNav #navOffice a {
			width:88px;
			background-position:-78px 0;
		}
		#subNav #navPrivacy a {
			width:135px;
			background-position:-176px 0;
		}
		#subNav #navLink a {
			width:50px;
			background-position:-324px 0;
		}
		#subNav #navCompany a:hover {
			width:65px;
			background-position:0 -50px;
		}
		#subNav #navOffice a:hover {
			width:88px;
			background-position:-78px -50px;
		}
		#subNav #navPrivacy a:hover {
			width:135px;
			background-position:-176px -50px;
		}
		#subNav #navLink a:hover {
			width:50px;
			background-position:-324px -50px;
		}
#pagenavi {
	font-size:0.9em;
	margin-bottom:15px;
}
/*=4 commonClass,commonID
-------------------------------------------------------------*/
.headerImg {
	padding:0;
	background:none;
}
.faq {
	margin-bottom:15px;
}
	.faq dt {
		font-weight:bold;
		background:url(img/iconFukidashi.gif) no-repeat left top;
		padding-left:22px;
		margin-bottom:5px;
		color:#8f826d;
	}
	.faq dd {
		margin-left:30px;
		margin-bottom:15px;
	}
.fukidashi {
	margin-bottom:15px;
}
.fukidashi li {
		background:url(img/iconFukidashi.gif) no-repeat left top;
		padding-left:22px;
		font-weight:bold;
}
.f_right {
	float:right;
	margin:0 0 15px 15px;
}
.f_left {
	float:left;
	margin:0 15px 15px 0;
}
.clear {
	clear:both;
}
.pageTop {
	clear:both;
	text-align:right;
}
/*=5 boxDesign
-------------------------------------------------------------*/
.optionBox {
	border:2px solid #f4dab2;
	padding:15px 30px 25px 30px;
	margin-bottom:20px;
}
.optionBox strong {
	color:#e80000;
}
.optionBox .caution {
	background:#f4e8d4;
	padding:10px 15px 1px 15px;
	color:#725c38;
}
*html .box {
	display:inline;
}
.col2 .box {
	float:left;
	margin:0 5px 15px 5px;
	width:310px;
}
.col2 .box p {
	padding:0 5px;
}

.col2 .box h2 {
	padding:0;
	margin-bottom:5px;
	background:none;
}
#priceBox {

}
	#priceBox table{
		margin-bottom:15px;
		width:100%;
	}
	#priceBox table,#priceBox td,#priceBox th {
		border:1px solid #AAA;
		border-collapse:collapse;
	}
	#priceBox td,#priceBox th {
		padding:3px 5px;
	}
	#priceBox th {
		background:#f2cfd7;
		font-weight:bold;
		text-align:left;
		width:12em;
		color:#94576a;
	}
	#priceBox th.sub {
		background:#DDD;
		font-weight:normal;
		color:#555;
	}
#serviceBox {
	
}
	#serviceBox h3 {
		background:url(img/serviceBoxh3Back.gif) no-repeat left top;
		padding:8px 0px 15px 60px;
}
	*html #serviceBox h3 {
		height:50px;
}
	*+html #serviceBox h3 {
		height:50px;
}
	#serviceBox .col2 {
		background:url(img/serviceBoxCol2Back.gif) no-repeat bottom;
		margin-bottom:15px;
	}
	#serviceBox .innerBox {
		background:url(img/serviceBoxCol2Head.gif) no-repeat 0 0;
	}
	#serviceBox .box {
		width:290px;
		padding:10px;
	}
	#serviceBox .box h4 {
		font-weight:bold;
		margin-bottom:15px;
		padding:0 5px;
		
	}
#flowBox th {
	padding-right:20px;
	line-height:1.4;
}
#privacyBox dt {
	font-weight:bold;
}
#privacyBox dd {
	padding-left:2em;
	margin-bottom:15px;
}
#messageBox {
	background:url(img/messageBoxBack.jpg) no-repeat;
	height:464px;
	width:640px;
	margin-bottom:20px;
	position:relative;
}
	#messageBox h2 {
		text-indent:-9999em;
		float:left;
		background:none;
	}
	#messageBox .innerBox {
		width:320px;
		position:absolute;
		top:105px;
		left:135px;
		line-height:45px;
		font-size:12px;
	}
#voiceBox .box {
	background:#EEE;
	padding:15px;
	margin-bottom:15px;
}
#voiceBox .even {
	background:none;
}
	#voiceBox .box p {
		margin-bottom:0;
	}
#profile {
	width:100%;
	margin-bottom:20px;
	border:1px solid #eac792;
}
#table_form {
	border-top:1px solid #eac792;
}
form {
	width:460px;
	margin-left:140px;
	padding-left:20px;
	background:url(img/contactBoxBack.gif) repeat-y -140px 0;
}
	#profile,
	#profile th,
	#profile td {
		border:1px solid #eac792;
		border-collapse:collapse;
	}
	#profile th,
	#profile td {
		padding:7px;
	}
	#profile th {
		background:#f8ebd6;
		color:#7e6b4f;
		font-weight:bold;
	}
	#table_form,
	#table_form td,
	#table_form th {
		border-collapse:collapse;
	}
	#table_form td,
	#table_form th {
		padding:7px;
	}
	#table_form td.left {
		xbackground:#f8ebd6;
		color:#7e6b4f;
		font-weight:bold;
	}
	#table_form td {
		border-left:none;
		border-bottom:1px solid #eac792;
	}
	#table_form td.left {
		width:8em;
	}
#telBox,#faxBox,#mailBox {
	background:url(img/contactBoxBack.gif) repeat-y;
	margin-bottom:25px;
}
	#telBox h2,#faxBox h2,#mailBox h2 {
		background:none;
		padding:0;
		margin:0;
		float:left;
		clear:both;
	}
	#mailBox h2 {
		position:absolute;
	}
	.childBox {
		float:left;
		width:480px;
		padding-left:20px;
	}
	#telBox strong {
		font-size:120%;
		color:#F00;
	}
	#faxBox ul {
	}
	#faxBox li {
		margin-right:2em;
		xdisplay:inline;
		float:left;
		white-space:nowrap;
		background:url(img/arr01.gif) no-repeat left center;
		padding-left:8px;
	}
#blogMainImg {
	background:url(img/blogMainImg.jpg) no-repeat;
	width:640px;
	height:324px;
	text-indent:-9999em;
}
	h2.blog_title {
		background:url(img/blogH2Back.gif) no-repeat;
		line-height:26px;
		height:26px;
		padding-left:35px;
		position:relative;
	}
	.blog_title span {
		width:109px;
		text-align:center;
		position:absolute;
		top:0;
		left:517px;
		font-weight:normal;
		font-size:85%;
	}
	.blog_title a {
		color:#FFF;
	}
	.blog_body {
		margin-bottom:15px;
	}
	.blog_bottom {
		margin-bottom:20px;
		border-bottom:1px solid #DDD;
		text-align:right;
	}
	h3.blogCal,h3.blogCat {
		text-indent:-9999em;
		height:45px;
		margin-bottom:5px;
	}
	h3.blogCal {
		background:url(img/blogH2Cal.gif) no-repeat;
	}
	h3.blogCat {
		background:url(img/blogH2Cat.gif) no-repeat;
	}
	.sidebox01 {
		margin-bottom:15px;
	}

	/* CALENDAR */
	#calendar{
		width:220px;
		margin:0 10px;
		text-align:center;
	}
		#calendar tr td{
			padding:0 2px 5px 2px;
			font-size:0.8em;
		}
		#calendar caption{
			padding:0 5px 8px 5px;
			text-align:right;
			font-size:0.8em;
		}
		.cal_sun{color:#FF0000;}
		.cal_day{color:#333333;}
		.cal_sat{color:#006699;}
.page_move {
	margin-bottom:15px;
}
.page_move div {
	background:url(img/arr02.gif) no-repeat left center;
	padding-left:8px;
}
#officeBox .innerBox {
	background:url(img/officeBoxBack.jpg) no-repeat 0 0;
	padding:50px 0 0 230px;
}
	#officeBox .col2 {
		margin-left:-20px;
		width:420px;
	}
	#officeBox .box {
		width:190px;
		float:left;
		padding:0;
		margin:0 0px 10px 20px;
	}
		#officeBox .box p {
			margin-bottom:5px;
			padding:0;
		}
		#officeBox .box p.arr {
			background:url(img/arr02.gif) no-repeat left center;
			padding-left:8px;	
		}
.linkBox {
	line-height:3;
	margin-bottom:15px;
	margin-left:2em;
}
.linkBox li {
	background:url(img/iconLink.gif) no-repeat left center;
	padding-left:20px;
}

/*=9 clearfix
-------------------------------------------------------------*/
.col2:after,
.clearfix:after,
#container:after,
#header:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.col2,
.clearfix,
#container,
#header {
	display:inline-table;
	zoom:1;/*for IE 5.5-7*/
}
/*Hide from IE-Mac\*/
*html .col2,
*html .clearfix,
*html #container,
*html #header {height:1%;}
.col2,.clearfix,#container,#header{display:block;}
/*Hide from IE-Mac*/
.col2,.clearfix,#container,#header {overflow:visible;}/*IE7 hack*/ 
.title1 {background:url(img/title1.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title2 {background:url(img/title2.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title3 {background:url(img/title3.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title4 {background:url(img/title4.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title5 {background:url(img/title5.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title107 {background:url(img/title107.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title108 {background:url(img/title108.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title106 {background:url(img/title106.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title105 {background:url(img/title105.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title104 {background:url(img/title104.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title103 {background:url(img/title103.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title102 {background:url(img/title102.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title101 {background:url(img/title101.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title100 {background:url(img/title100.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}
.title9 {background:url(img/title9.png) no-repeat !important;padding:0;width:520px;height:40px;text-indent: -10000px;}

