/*
YUI 3.7.3 (build 5687)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body {
	font: 13px/1.231 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	*font-size:small;
	*font:x-small;
}
select, input, button, textarea {
	font: 99% arial, helvetica, clean, sans-serif
}
table {
	font-size: inherit;
	font: 100%
}
pre, code, kbd, samp, tt {
	font-family: monospace;
	*font-size:108%;
	line-height: 100%
}
#yui3-css-stamp.cssfonts {
	display: none
}

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

* {
	margin: 0px;
	padding: 0px;
}


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

#wrapper {
	width: 980px;
	margin: 0 auto;
}

/* -- header -- */
/*#top header {
	height: 100px;
	position: relative;
}*/
header {
	height: 100px;
	background: url(../images/bg_header.gif) repeat-x;
	position: relative;
}
	header h1 {
		background: url(../images/logo-main.gif) no-repeat;
		width: 260px;
		height: 58px;
		position: absolute;
		bottom: 0px;
		left: 0px;
		text-indent: -9999px;
	}
	header #lang {
		width: 15em;
		padding: 20px;
		text-align: right;
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
	header p,
	header p a {
		color: #888888;
		text-decoration: none;
	}

/* -- contents -- */
#top #container {
	margin-top: 50px;
	position: relative;
}
#top #container h3 {
	font-family:Arial, Helvetica, "sans-serif";
	color:#7aa635;
	margin-bottom: 20px;
}
#top #container dl {
	margin-top:10px;
}
#top #container dl dt {
	float: left;
	padding: 3px 0;
}
#top #container dl dd {
	text-indent: 4em;
	border-bottom: solid 1px #CCCCCC;
	padding: 3px 0;
	margin-bottom: 5px;
}
#sec #container {
	margin-top: 90px;
	position: relative;
}

/* -- navigation -- */
#floatbox {
	width: 240px;
	padding: 0 20px;
	position: relative;
	float: left;
}
	#floatbox a:link,
	#floatbox a:visited {
		color: #555555;
		text-decoration: none;
	}
	#floatbox a:hover,
	#floatbox a:action {
		color: #999999;
		text-decoration: none;
	}
	#floatbox ul li {
		font-size: 123.1%;
		color: #555555;
		list-style: none;
		padding-bottom: 25px;
	}
		#floatbox ul li ul {
			margin-top: 10px;
			padding-left: 28px;
		}
		#floatbox ul li ul li {
			font-size: 93%;
			background: url(../images/bullet1.gif) no-repeat left center;
			padding: 7px 0 8px 15px;
		}

/* -- main -- */
section {
	width: 670px;
	float: right;
	padding-right: 20px;
}
article {
	margin-bottom: 55px;
}
	article h2 {
		font-size: 116%;
		font-weight: bold;
		color: #75A22D;
		margin-bottom: 20px;
	}
	article h3 {
		font-size: 100%;
		font-weight: bold;
		margin-bottom: 10px;
	}
	article p {
		line-height: 1.9;
		padding-bottom: 15px;
	}
article p.navigation {
	text-align:center;
}
article p.navigation a {
	text-decoration: none;
}
article p.navigation a:link,
article p.navigation a:over {
	text-decoration: underline;
}
article p.navigation a:hover,
article p.navigation a:active {
	text-decoration: underline;
}

/* -- footer -- */
#top footer {
	padding-top: 50px;
}
footer {
	clear: both;
}
	footer p {
		font-size: 85%;
		text-align: right;
		padding: 10px 20px;
		border-bottom: solid 2px #999999;
	}
	footer p a {
		color: #555555;
		text-decoration: none;
	}
	footer address {
		font-family: Verdana, Geneva, sans-serif;
		font-size: 77%;
		font-style: normal;
		color: #222222;
		text-align: right;
		padding: 10px 0;
	}


/*--------------------------------------------*/
#cominfo {
	border-top: solid 1px #222222;
	border-collapse: collapse;
}
	#cominfo th,
	#cominfo td {
		padding: 15px 20px;
		border-bottom: solid 1px #222222;
	}
	#cominfo th {
		font-weight: normal;
		text-align: left;
		vertical-align: top;
	}
	#cominfo td {
		line-height: 1.6;
	}

#business {
	width: 550px;
}
	#business td {
		line-height: 1.9;
		margin-bottom: 5px;
		vertical-align: top;
	}
	#business td img {
		margin: 0 0 20px 30px;
	}
figure figcaption {
	font-size: 93%;
	text-align: center;
}
#contact {
	width: 100%;
	border-top: solid 1px #222222;
	border-right: solid 1px #222222;
	border-left: solid 1px #222222;
	border-collapse: collapse;
}
	#contact td, #contact th {
		padding: 8px 10px;
		border-bottom: solid 1px #222222;
	}
	#contact thead td {
		background-color: #ECF3CF;
	}
	#contact tbody th {
		background-color: #EEEEEE;
		text-align: left;
		border-right: solid 1px #222222;
		vertical-align: top;
	}
	#contact strong {
		color: #FF0000;
	}


/*--------------------------------------------*/
.companyImg {
	float: right;
	width: 150px;
	margin-left: 50px;
}
.imgR {
	float: right;
	margin-left: 25px;
}
.imgL {
	float: left;
	margin-right: 25px;
}

/*-------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 20px 10px;
}
 
.pagetop a:hover {
    display: block;
    background-color: #7aa635;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:20px 10px;
}