@charset "utf-8";
/* ----- reset css --- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,p,blockquote,table,th,td {margin: 0px;padding: 0px;}
html,body {background: #ffffff;color: #333;}
body {line-height: 1;}
h1,h2,h3,h4,h5,h6 {clear: both;font-size: 100%;font-weight: normal;}
address,caption,em,strong,th {font-style: normal;font-weight: normal;}
img {border: 0;vertical-align: top;}
dl,ul,ol { text-indent: 0;}
li { list-style: none;}
input,textarea,select {font-family: inherit;font-size: inherit;font-weight:inherit;}
table {border-collapse: collapse;border-spacing: 0px;font-size: inherit;}
th,td {text-align: left;vertical-align: top;}
caption {text-align: left;}
hr { display:none;}
a:active { outline-style:none;}

/*-------------------------------------------*/
/*	基本設定
/*-------------------------------------------*/

body {
	font-family:Roboto,"Droid Sans","游ゴシック",YuGothic,"メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN",sans-serif;
}

.colorRed { color:#f00;}
.dummy { background-color:#eee;}
.txRed { color: #f00;}
.txBold { font-weight: bold;}

/*--------------*/
/*	トップ
/*--------------*/

#wrapper { width: 950px; margin:0 auto; }
#header h1 {
	font-size: 12px;
	color: #578928;
	width:350px;
	margin-top:10px;
	float:left;
}
#headerArea .mainimage { max-width: 950px;}
#headContact {
	float:right;
	margin-top:15px;
	text-align:right;
}
.headContactTxt	{ font-size:12px;}
.headContactTel	{
	font-size:24px;
	font-weight:bold;
	line-height:30px;
}
.headContactTime { font-size:12px;}


#content {
	overflow:hidden;
	width:950px;
}
#main {
	width:660px;
	padding:10px;
	float:left;
}

#sidebar {
	width:240px;
	padding:10px;
	float:right;
}

#footer {
	clear:both;
	width:930px;
	padding:10px 10px 30px;
	text-align:center;
	background-color:#f3f3f3;
	/*background-image:url(../image/bg_bottom.jpg);
	background-repeat:repeat-x;
	background-position:left bottom;*/
}
#footer ul { margin:10px 0;}
#footer ul li { display: inline-block; margin:10px;}
#footer ul li a {
	text-decoration:none;
	color:#000;
}
#footer ul li a:hover {
	color:#999;
}

#footer .pagetop {
	background-color: #F3F3F3;
	text-align: right;
	margin-top: 0;
}
#footer .pagetop a {
	padding: 10px 10px;
	color: #000;
	text-decoration: none;
}
#footer .pagetop a:hover {
	color:#999;
}

/* ----- ナビ　メニュー ------------ */

#toggle {
	display: none;
}

#navArea {
	background-color:#d7e2c3;
	height:54px;
	clear:both;
}
#gNav {
	width:950px;
	height:44px;
}
#gNav li {
	float:left;
	width:189px;
	margin-top:1px;
	margin-right:1px;
}
#gNav li a {
	display:block;
	border:1px solid #aaa;
	height:44px;
	line-height:44px;
	text-align:center;
	background-color:#8BAE21;
	color:#fff;
	text-decoration:none;
}
#gNav li a:hover {border-bottom:6px solid #20AA2B;}

#home #gNav li a.navHome,
#business #gNav li a.navBusiness,
#service #gNav li a.navService,
#company #gNav li a.navCompany,
#contact #gNav li a.navContact {border-bottom:6px solid #20AA2B;}

/* ----- main ------------ */

.mb50 { margin-bottom:50px;}
#main h2 {
	font-size: 120%;
	padding: 10px 0 10px 28px;
	border-bottom:2px dotted #578928;
	background-image:url(../image/icon_new.png);
	background-repeat:no-repeat;
	background-position:-10px center;
	margin-bottom:10px;
}

#main h3 {
	background-color: #333D5E;
	font-size:120%;
	color:#fff;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
}

.bannerArea {
	background-image:url(../image/bg_banner.png);
	background-repeat:repeat;
	width:220px;
	padding:10px;
}

.news {
	margin-bottom: 20px;
	overflow:hidden;
	line-height:1.6;
}
.news dt {
	font-size:87.5%;
	line-height:1.4;
	float:left;
	padding-left:20px;
	background:url(../image/icon_newlist.png) no-repeat left center;
}
.news dd {
	line-height:1.2;
	margin-bottom:10px;
	margin-left:9em;
}
.look a {
	font-size:75%;
	background-color:#eee;
	padding:5px 10px;
	border-left:4px solid #20AA2B;
	display:inline-block;
	width:auto;
	margin:-10px 0 10px auto;
	color:#333;
	text-decoration:none;
}
.look a:hover { background-color:#bbb;}
.column {
	margin-bottom: 20px;
	line-height:1.6;
	overflow:hidden;
}
.column img { float:left; margin:0 10px 5px 0;}
.comment { font-size:90%; color:#666;}


/*--------------*/
/*	サブ
/*--------------*/

#headersubArea h2 {
	background-image:url(../image/mainimg_subpage.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	height:120px;
}
#headersubArea h2 {
	line-height:120px;
	font-size:30px;
	padding-left:1em;
	font-weight:bold;
	text-shadow:2px 2px 4px #fff;
}
#main {
	width:660px;
	padding:10px;
	float:right;
}

.breadcrumbslist {
	margin:4px;
	font-size:87.5%;
	color:#666;
}
.breadcrumbslist li {display:inline-block;}
.breadcrumbslist li a { text-decoration:none;}


#sidebar {
	width:240px;
	padding:10px;
	float:left;
}

.bannerArea h2 {
	background-color:#333d5e;
	color:#fff;
	padding:10px;
}
.bannerArea ul { background-color:#fff;}
.bannerArea ul li {
	padding:10px 10px;
	margin: 0 10px;
	border-top:1px dotted #20AA2B;
}
.bannerArea ul li:first-child {
	border-top: none;
}
.bannerArea ul li a {
	color:#333;
	text-decoration:none;
	display:block;
}



/* ----- 業務案内 ------------ */

.section h1 {
	background-color: #EEF3DD;
	font-size:120%;
	padding:10px;
	margin-top:10px;
	margin-bottom:10px;
	border:4px double #8BAE21;
}

#business .section {
	margin-bottom:50px;
	line-height:1.6;
}
#business .section h2 {
	clear:both;
	background-image:url(../image/icon_green.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 10px 0 10px 18px;
	border-top:2px solid #578928;
	border-bottom:2px dotted #578928;
	font-size:110%;
	margin-top:30px;
}
#business .section h3 {
	color:#20AA2B;
	background-color:inherit;
	margin:0;
}
#business .section p {margin:0 20px 10px;}

.sectionbox{
	display:block;
	overflow:hidden;
	margin-bottom:30px;
	line-height:1.6;
}
.section img.floatL { float:left; margin:0 10px 5px 0;}
.section img.floatR { float:right; margin:0 0 5px 10px;}


#business .column {
	width:auto;
	padding:20px;
	background-color:#eee;
}
#business #main .column h2 {
	color:#20AA2B;
	margin-top:0px;
	border-top:none;
	background-image:none;
	padding-top:0;
}


/* ----- 製品・サービス ------------ */

#service .section {
	margin-bottom:50px;
	line-height:1.6;
}
#service #main .product h2 {
	clear:both;
	background-image:url(../image/icon_green.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 0 0 0 18px;
	border-top:2px solid #578928;
	border-bottom:2px solid #578928;
	font-size:110%;
	margin-top:30px;
	background-color: #333D5E;
	color:#fff;
}
#service #main h2 {
	clear:both;
	background-image:url(../image/icon_green.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding: 10px 0 10px 18px;
	border-top:2px solid #578928;
	border-bottom:2px dotted #578928;
	font-size:110%;
	margin-top:30px;
}
#service #main h3 {
	color:#20AA2B;
	background-color:inherit;
	margin:0;
}
.product { width:210px;height:auto; overflow:hidden; margin-bottom:30px;}
.product img { margin:10px auto;}
.product.floatL { float:left;margin-right:10px;}

.product ul { margin:10px 0 0 10px;}



/* ----- 会社概要 ------------ */

#company .section {
	margin-bottom:50px;
	line-height:1.6;
}
#company #main h2 {
	background-color: #333D5E;
	font-size: 120%;
	color: #333D5E;
	font-weight:bold;
	text-shadow:1px 1px 0px #fff;
	padding: 5px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../image/bg_banner.png);
	background-repeat: repeat;
	background-position: left center;
}
#company #main h3 {
	color:#20AA2B;
	background-color:inherit;
	margin:0;
}
#main table {
	margin:20px 0 30px 10px;
	border-top: 1px solid #CCC;
	border-right: 0px none #CCC;
	border-bottom: 0px none #CCC;
	border-left: 0px none #CCC;
	border-collapse:collapse;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
}
#main table tr:nth-child(odd) {background-color: #efefef;}

#company #main dl { margin:20px 10px 30px;}
#company #main dt { width:7em; float:left;}
#company #main dd { line-height:1.6;}

#company .gMap {
	width: 600px;
	height: 300px;
	margin: 10px auto 30px;
}

/* ----- お問い合わせ ------------ */

#contact #main { line-height:1.4;}
#contact #main table { border: 1px solid #CCC;}
#contact #main table th { width:12em; text-align:left;}
#contact #main table input[type="text"] { width:200px;}
#contact #main table textarea { width:350px;}
#contact #main table em { color:#f00;}
#contact #main input[type="submit"] { padding: 10px 40px;}

.telfaxNo { font-size:120%; font-weight:bold; text-align:center;}
