@charset "utf-8"

/* 
   Reset
------------------------------------------------------------------- */
html, body, div, span, object, iframe, a, abbr, acronym, address, code, del, dfn, em, img, q, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; list-style:none;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre{
margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;
}

dl, dt, dd,ol, ul, li {
list-style:none;
margin: 0; padding: 0;}

table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}

/*
   General 
------------------------------------------------------------------- */
body {
	color: #321e02;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,"MS P Gothic",sans-serif;
	line-height: 20px;
	font-size:small;
	margin:0 auto;
	padding: 0;
	background:#fdfdf3;
}

/*links */
a {
	color:#e73b07;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

/* Floats */   
.columnL {float: left; display:inline; overflow:hidden}
.columnR {float: right; display:inline; overflow:hidden}

/* images */ 
img.picture {
	float: left;
	display:inline;
	overflow:hidden;
	margin:0 0 0 0 ;
}

img.pictureL {
	float: left;
	display:inline;
	overflow:hidden;
	margin:0 10px 0 0 ;
}

img.pictureR {
	float: right;
	display:inline;
	overflow:hidden;
	margin:0 0 0 10px ;
}

.clear{clear: both;}
.clearfix {_zoom:1;}
.clearfix:after {content:'';display:block;clear:both;}

/* text */ 
.alignL {text-align: left;}
.alignR {text-align: right;}
.alignC {text-align: center;}

.strong {
	font-weight:bold;
	color:#E73B07;
}

.pgLink {
		text-align:right;	
}

.pgLink a{
	background:url(../../images/parts/icn_link.gif) no-repeat right;
	padding:0 12px 0 0;
	font-size:93%;
	
	
}
.rollover {}

.imgover {}

.underLine_dotted {
	background:url(../../images/parts/underLine_dotted.jpg) repeat-x bottom;
	margin:0 5px ;
}



/*
   レイアウト 
------------------------------------------------------------------- */
#header	{
	height:130px;
	padding:0;
	margin:0 auto;
	background:url(../../images/header/bgr.jpg) repeat-x;
} 

#visual {
	clear:both;
	height:280px;
	margin:10px auto 0 auto;
	padding:0;
}

#container {
	margin:0 auto;
	width:900px;
	padding:0 0;
}

#main {
	clear:both;
	margin:0;
	padding:0px 0 20px 0;
	width:660px;
	float:left;
	display:inline;
	overflow:hidden;
}

#sideBar {
	margin:0;
	padding:10px 0 20px 0;
	width:216px;
	float:right;
	display:inline;
	overflow:hidden;
}

#footer	{
	clear:both;
	background:url(../../images/footer/bgr.jpg) repeat-x top #ff8800;
	padding:0;
}

/*
   header 
------------------------------------------------------------------- */
#header .content {
	width:900px;
	padding:3px 0 0 0;
	margin:0 auto;
}
	
#header .content .section { 
	clear:both;
	width:900px;
	margin:0 auto;
}

#header .pageTitle {
	margin:3px 0 0 0;
	float:left;
	overflow:hidden;
	display:inline;
	height:20px;
	line-height:23px;
	font-weight:bold;
}

#header .catchCopy {
	margin:3px 0 0 0;
	float:right;
	overflow:hidden;
	display:inline;
	height:20px;
	line-height:23px;
	font-weight:bold;
	color:#fb0202;
}
	
#header .logo {
	float:left;
	overflow:hidden;
	display:inline;
}

#header .free {
	margin-left:10px;
	float:left;
	overflow:hidden;
	display:inline;
}

#header .phone {	
	float:right;
	overflow:hidden;
	display:inline;
}

/*
   visual 
------------------------------------------------------------------- */
#visual .content {
	margin:0 auto; 
	width:950px;
	padding:4px 17px 6px 17px;
	background:url(../../images/visual/bgr.jpg) no-repeat center left;
}


/*
   bread 
------------------------------------------------------------------- */
#bread li.breadHome {
	background:none;
	padding:0 0 0 0;
	display:inline;
}

#bread li {
	background:url(../../images/parts/img_bread.gif) no-repeat left center;
	padding:0 0 0 10px;
	display:inline;
}


/*
   sideBar 
------------------------------------------------------------------- */
#sideBar .section {
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}

#menu .doc{
	background:#fbad24;
}

#menu .doc ul {
	margin:0 auto;
	padding:5px 4px 5px 4px;
	width:208px;
	font-size:12px;
}


#menu .doc ul li {
	margin:0 auto;
	padding:7px 5px 8px 30px;
	width:178px;
	font-size:11px;
	background:url(../../images/sideBar/btn_bgr.jpg) no-repeat center left;
	color:#fff;
}

#menu .doc ul li a {
	color:#e73b07;
}

#menu2 .doc{
	background:#fbad24;
}

#menu2 .doc ul {
	margin:0 auto;
	padding:5px 4px 5px 4px;
	width:208px;
	font-size:12px;
}


#menu2 .doc ul li {
	margin:0 auto;
	padding:7px 5px 8px 30px;
	width:178px;
	font-size:11px;
	background:url(../../images/sideBar/btn_bgr.jpg) no-repeat center left;
	color:#fff;
}

#menu2 .doc ul li a {
	color:#e73b07;
}

#bnr p{
	margin:0 0 20px 0;
}
	
/*
   main 
------------------------------------------------------------------- */
#main .section {
	clear:both;
	margin:0 0 20px 0;
	overflow:hidden;
}

#main .section .doc {
	overflow:hidden;
	padding:10px 0;}

/* Title */ 
.cateTitle {
	color:#f64190;
	font-size:118%;
}

#ttlBgr {
	border-top:5px solid #fb8401;
	margin:10px 0 0 0 !important;
}


#ttlBgr .ttl{
	background:url(../../images/parts/ttl_bgr.jpg) no-repeat top;
	font-size:24px;
	font-weight:bold;
	color:#fb8401;
	padding:10px 15px 15px 15px ;
	width:630px;
	overflow:hidden;
	line-height:120%;
}

#ttlBgr .ttl img.pictureR {
	vertical-align:middle;
	margin:0 0 0 0;
	float:right;
	overflow:hidden;
	display:inline;
}

.section .doc {
	pading:10px 0;
}

.doc p,
.doc ul,
.doc dl,
.doc ol {
	padding:5px 0 5px 0;
}

#main #company_logo {
	padding:22px;
	background-color:#fff4e2;
}

#main #company_logo ul li {
	float:left;
}

#main #company_logo ul li img {
	border:1px solid #cccccc;
	background-color:#ffffff;
	margin:5px;
	padding:5px;
}

.doc h3,
.doc h4{
	padding:5px 0 5px 0;
	font-weight:bold;
}
.ttlSub {
	clear:both;
	background:url(../../images/parts/ttlSub_bgr.jpg) no-repeat center left;
	font-size:15px;
	font-weight:bold;
	color:#fb8401;
	line-height:50px;
	padding:0 17px !important;
	margin:10px 0;
}

.ttlicn{
	clear:both;
	background:url(../../images/parts/icn.jpg) no-repeat left center;
	font-size:15px;
	font-weight:bold;	
	padding:5px 0 5px 10px !important;
	margin:0 0;
}

ul.strong-List li {
	background:url(../../images/ico_circle.gif) no-repeat 0 4px;
	padding-left:20px;
	margin-bottom:5px;
	line-height:1.5;
	font-weight:bold;
	color: #E73B07;
	font-size: 116%;
}

/*
   footer 
------------------------------------------------------------------- */
#pageTop {
	clear:both;
	width:900px;
	margin:0 auto;
}

#pageTop .content{
	width:900px;
	margin:0 auto;
	padding:0;
}

#footer	.content {
	width:900px;
	margin:0 auto;
	text-align:center;
}
	
#footer	.content #pageTop {
	text-align:right;
	position:relative;
	top:-17px;
}

#footer	.section{
	clear:both;
	padding:10px 0 22px 0;
	overflow:hidden;
	background:url(../../images/footer/underLine.jpg) repeat-x bottom;
	}
#footer	#service {
	text-align:left;
}
#footer	#service ul.link {
	float:left;
	margin:10px 0 0 20px;
}
#footer	#service h3 {
	font-weight:bold;
	font-size:12px;
	margin-left:20px;
}
	
#footer .info {	
	font-weight:bold;
	color:#F33;
}

#footer .info span {
	color:#fff;
}

#footer .bnr {
	margin:0 10px;
}

#footer .bnr li{
	float:left;
	display:inline;
	overflow:hidden;
	margin:10px 10px 0 10px;
}

#footer .navi {
	margin:0 auto 0 auto;
	width:900px;
	text-align:center;
	overflow:hidden;
}

#footer .navi li{
	display:inline;
	overflow:hidden;
	margin:0 10px 0 10px;
	padding:0 0 0 0 ;
}

#footer a {
	color:#fff;
}

#footer .copyright {
	font-size:83%;
}

/*
   home 
------------------------------------------------------------------- */

#estimStart {
	background-color:#eff2f7;
	border:4px solid #fbad24;
}
#estimStart .wrapper {


}

#estimStart .wrapper .doc{

	padding:15px 15px 20px 15px;
}

#estimStart .ttl {
	color:#73b738;
	font-weight:bold;
	padding:0 0 10px 0;
	font-size:21px;
	line-height:1.2em;
}
#estimStart input {
	margin-left:2px;
}
#estimStart .btn {
	clear:both;
	overflow:hidden;
	display:block;
	padding:10px 0 0 0 ;
}


.home_bgr .ttl {
	border-top:5px solid #fb8401;
	margin:10px 0 0 0 !important;
}


.home_bgr .ttl{
	background:url(../../images/parts/ttl_bgr.jpg) no-repeat bottom;
	font-size:20px;
	font-weight:bold;
	color:#fb8401;
	padding:15px;
	width:630px;
	overflow:hidden;
}

.home_bgr .ttl img {
	vertical-align:middle;
	margin:0 15px 0 0;
}


table#tbl_renewal {
	border:1px solid #fb8401;
	border-collapse:collapse;
	width:660px;
	margin:10px 0 0 0;
}

table#tbl_renewal th{
	border:1px solid #fb8401;
	border-collapse:collapse;
	background:#fed5a4;
	padding:10px;
	width:30%;
	font-weight:bold;
	font-size:15px;
	color:#e73b07;
	text-align:center;
}

table#tbl_renewal td{
	border:1px solid #fb8401;
	border-collapse:collapse;
	padding:10px;
	width:70%;
}

table#tbl_renewal td span{
	display:block;
	margin:10px 0 0 0;
}

#step {
	margin:0 0 0 0 !important;
}

#step dl.step1 {
	float:left;
	overflow:hidden;
	display:inline;
	margin-left: 5px;
}


#step dl.step1 dt{
	background:url(../../images/home/icon_next.jpg) no-repeat center right;
	padding:0 30px 0 0 ;
}

#step dl.step2 {
	float:left;
	overflow:hidden;
	display:inline;
	margin-left: 10px;
}

#step dl.step2 dt{
	background:url(../../images/home/icon_next.jpg) no-repeat center right;
	padding:0 30px 0 0 ;
}

#step dl.step3 {
	float:right;
	overflow:hidden;
	display:inline;
	margin-right: 5px;
}

#step dd {
	clear:both;
	width:190px;
	padding:5px 0;
	font-size:83%;
}

#no1 {
	margin:0 0 0 0 !important;
	overflow:hidden;
}

#no1 .ttl {
	font-size:24px;
	font-weight:bold;
	color:#fb8401;
	width:540px;
	padding:20px 0;
	line-height:30px;
}

#no1 .ttl span {
	color:#FF3333;
}

#no1 .wrapper {
	margin-bottom:10px;
	overflow:hidden;
}

#no1 .doc {
	clear:both;
	width:660px;
	background:#fff4e2;
	padding:0;
	margin:10px 0;
	overflow:hidden;
}

#no1 .doc ul {
	padding:0 8px;
	margin:0;
}

#no1 .doc ul li {
	float:left;
	overflow:hidden;
	display:inline;
	margin:1px 3px;
	padding:0;
	width:101px;
}

#btnForm {
	margin:0 auto;
	text-align:center;
}

#btnForm .doc {
	background:url(../../images/parts/bgr_form.jpg)  no-repeat bottom;
	padding:0 0 0 0;
	height:95px;
}
/*
   サイトマップ
------------------------------------------------------------------- */
ul.sitemap-List li {
	background:url(../../images/ico_circle.gif) no-repeat 0 1px; padding-left:20px; margin-bottom:15px; line-height:1.2;
}

ul.B-List li{background:url(../../images/ico_circle.gif) no-repeat 0 4px; padding-left:20px; line-height:1.5;}
ul.B-List li.last{margin-bottom:30px !important;}

.company table {
	width: 100%;
	border: 1px #cccccc solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 15px 0;
}

.company table th {
	padding: 4px;
	border: #cccccc solid;
	border-width: 0 0 1px 1px;
	background-color: #ffffcc;
	line-height: 1.6;
	color: #fb8401;
}
.company table td {
	padding: 4px;
	border: 1px #cccccc solid;
	border-width: 0 0 1px 1px;
	background-color: #ffffff;
}

.company table td li {
	background: url(../../images/ico_circle.gif) no-repeat center left;
	padding: 0 0 0 18px;
	white-space: normal;
}

.company table td.bg_color {
	background-color: #FFFDCC;
}