@charset "utf-8";

/* =Clearfix
----------------------------------------------- */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
    display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}

/* =Common Class
----------------------------------------------- */

.clear {
    clear: both;
}
.noMar {
    margin-bottom: 0;
}
.noPdd {
    padding-bottom: 0;
}
.noBrd {
    border: none;
}
.noBg {
	background: none;
}
.indent {
    padding-left: 1em;
    text-indent: -1em;
}
.sFont {
    font-size: 0.9em;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin: 0 15px 15px 0;
}
.alignright {
	display: inline;
	float: right;
	margin: 0 0 15px 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignR {
	text-align: right;
}
.alignL {
	text-align: left;
}
.alignC {
	text-align: center;
}

/* Framed Images */
img.framed {
    padding: 3px;
    border: 1px solid #ccc;
    background: #fff;
} 

/* Linked Images */
.opacity a:hover img {
    background: #1f9fff;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

/* =CSS3 */
.textShadow {
	text-shadow:1px 1px 2px rgba(0,0,0,0.13);
	-moz-text-shadow:1px 1px 2px rgba(0,0,0,0.13);
}
.rounded {
    -webkit-border-radius:0 0 0 10px;
    -moz-border-radius:0 0 0 10px;
    border-radius:0 0 0 10px;
    position: relative;
}
.boxShadow {
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
	box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    position: relative;
}
.boxShadow:hover {
    box-shadow:0px 0px 3px rgba(0,0,0,0.5);
    -moz-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
    -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.5);
}
a,
.boxShadow,
.opacity a img {
	-webkit-transition: all 400ms linear; /*safari and chrome */
	-moz-transition: all 400ms linear; /* firefox */
	-o-transition: all 400ms linear; /* opera */
	transition: all 400ms linear;
}

/* =Structure
----------------------------------------------- */

html {
	background: #fff;	
}
body {
    behavior: url("csshover3.htc");
	background: #fff;	
}
.wrapper {
	width: 100%;
	text-align: center;
	clear: both;
}
.container {
	width: 807px;
	margin: 0 auto;
	text-align: left;
}
#headerWrapper {
	background: url(../images/headerWrapper_bg.gif) center top repeat-x;
	height: 96px;
	padding-top: 9px;
}
#gNaviWrapper {
	background: url(../images/gNaviWrapper_bg.gif) center top repeat-x;
	height: 40px;
}
#mainVisualWrapper {
	background: #ccc url(../images/mainVisualWrapper_bg.gif) center top repeat-x;
	height: 342px;
}
#main {
	padding-top: 30px;
}
#mainCol {
	width: 605px;
	float: right;
}
#rightCol {
	width: 187px;
	float: left;
}
#toTop {
    padding-top: 30px;
	text-align: right;
	clear: both;
}
#footerWrapper {
	background: #eee url(../images/footerWrapper_bg.gif) center top repeat-x;
	height: 83px;
}

/* =Global
----------------------------------------------- */

body, input, textarea {
	color: #373737;
	font-family: Helvetica,Verdana,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	/* font-family: "ＭＳ Ｐ明朝","MS PMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro",serif; */
    font-size: 13px;
	font-weight: 300;
	line-height: 1.7;
}
/* Text elements */

article header h1 {
	margin-bottom: 15px;
	line-height: 1;
}
section h1 {
	margin-bottom: 15px;
	height: 1;
}
section h2 {
	margin-bottom: 15px;
	line-height: 1;
}
h3 {
	color: #999;
	font-size: 18px;
	margin-bottom: 15px;
	line-height: 1;
}
h4 {
	color: #555;
	font-wight: bold;
	margin-bottom: 15px;
}
p {
	margin-bottom: 15px;
}
ul, ol {
	margin-bottom: 15px;
}
ul li {
	margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
}
ol li {
    margin-left: 1.4em;
	margin-left: 1.7em\9; /* IE8 and below */
    margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
    list-style-type: decimal;
}
dl {
	margin-bottom: 10px;
	padding-bottom: 3px;
    border-bottom: 1px dotted #ccc;
}
dt {
	color: #777;
	font-weight: bold;
    width: 20%;
    float: left;
    clear: left;
}
dd {
    margin-left: 20%;
}
strong {
	font-weight: bold;
}

/* Table */
table {
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 15px;
}
table th {
	color: #676767;
	font-weight: bold;
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
    vertical-align: middle;
}
table td {
	border: 1px solid #ddd;
	padding: 5px 10px;
	text-align: left;
}
.bgGray {
    background: #f9f9f9;
}
.bgLightGray {
    background: #fdfdfd;
}
.w50 {
    width: 50%;
}
.w35 {
    width: 35%;
}
.w15 {
    width: 15%;
}

/* Links */
a {
	color: #1982d1;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	color: #1f9fff;
	text-decoration: underline;
}

/* =Header
----------------------------------------------- */

#branding {
	background: url(../images/header_bg.gif) left top no-repeat;
	height: 96px;
}
#branding hgroup {
	width: 50%;
	float: left;
}
#siteTitle {
	padding: 8px 0 0 2px;
    line-height: 1;
}
#siteTitle a:hover {
    text-decoration: none;
}
#siteDescription {
	height: 1px;
	text-indent: -9999px;
}
#branding aside {
	color: #6b4617; 
	font-size: 12px;
	padding: 11px 5px 0 0;
	float: right;
    line-height: 1.5;
}

/* =gNavi
----------------------------------------------- */

#gNavi ul {
	height: 40px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#gNavi ul li {
	margin: 0;
	padding: 0;
    border: none;
	float: left;
}
#gNavi ul li a {
	height: 40px;
	display: block;
}

/* =mainVisual
----------------------------------------------- */
#mainVisual {
	padding-top: 10px;
}

/* =mainContent
----------------------------------------------- */
article header {
	margin: 0 0 45px;
}
section {
	margin: 0 0 45px;
}
article header p,
section h3,
section p,
section ul,
section dl {
	margin-left: 15px;
	margin-right: 15px;

}
.box {
	width: 295px;
	margin-right: 15px;
	float: left;
}
.last {
	margin-right: 0;
}
.box h3 {
	width: 295px;
	margin-left: 0;
}
.box p,
.box ul,
.box dl {
	margin-left: 15px;
	margin-right: 15px;
}
.caption {
	font-size: 11px;
	color: #05489a;
	padding-top: 2px;
}
/* =rightCol */
#rightCol section {
	margin-bottom: 15px;
}
#rightCol a img {
	display: block;
}

/* =Footer
----------------------------------------------- */
#colophon {
    padding-top: 15px;
    overflow: hidden;
}

/* fNavi */
#fNavi ul {
	margin: 0 -1px 0 0;
	list-style: none;
    float: right;
}
#fNavi ul li {
	margin: 0;
	padding: 0;
    border: none;
	float: left;
}
#fNavi ul li a {
	padding: 0 10px;
    border-right: 1px solid;
	display: block;
	line-height: 1;
	text-align: center;
}

/* Site Generator Line */
#site-generator {
	color: #6f6f6f;
	font-size: 11px;
	padding: 27px 0 0;
	text-align: center;
	clear: both;
}
#site-generator a {
	color: #6f6f6f;
}

/* =home
----------------------------------------------- */
#home section p span {
	color: #05489a;
}
#home #fstSct p {
	font-size: 17px;
}
#home #fstSct p span {
	color: #73650f;
}
#home #formIcon {
	vertical-align: -3px;
}
/* =contact
----------------------------------------------- */
#contact table {
	width: 575px;
	margin-left: 15px;
}
#contact table caption {
	font-size: 11px;
	text-align: left;
}
#contact #estimate {
	background: url(../images/th_bg.gif) center top repeat;	
}
#contact .yData {
	color: #05489a;	
}
#contact .nData {
	color: #b00000;	
}



