
/* ------------------------------
 全体
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	min-width: 990px;
}

html {
	-webkit-text-size-adjust: none;
}
body {
	background-color: #f9ff91;
	margin: 0 auto;
	font-family: Arial,sans-serif,Helvetica,Tahoma,Verdana;
	color: #333;
	text-align: center;
}
p {
	line-height: 1.8;
}
li {
	line-height: 1.8;
}
table {
	text-align: left;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	border: none;
	vertical-align: top;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
div {
	overflow: hidden;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	font-size: 11px;
	margin: 5px 10px;;
	padding: 0;
	text-align: right;
	color: #007100;
}
h2 {
	background-color: #228b22;
	margin: 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 10px 10px;
	font-size: 24px;
	margin: 5px 0 20px 0;
	clear: both;
}
h3 {
	background-color: #65ab31;
	margin: 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
	font-size: 18px;
	margin-bottom: 20px;
	clear: both;
}
h4.original {
	background-color: #eef66d;
	margin: 0 0;
	color: #F00;
	font-weight: bold;
	padding: 5px 10px;
	margin: 20px 0;
}
h4.original img {
	vertical-align: middle;
	margin-right: 10px;
}
h6 {
	border-radius: 10px / 10px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	padding: 10px;
}
img.imgright {
	float: right;
	padding: 10px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 20px 0;
}
p.text01 {
	margin: 20px 20px;
}
p.text01 img {
	vertical-align: middle;
	margin: 0 5px;
}
p.text01_right {
	text-align: right;
	margin: 20px 20px;
}
span.red {
	color: #FF0000;
}
span.blue {
	color: #0000FF;
}
span.bold {
	color: #000000;
	font-weight: bold;
}
span.none {
	display: none;
}
ul.list {
	margin: 15px 50px;
}
ul.list li {
	margin-bottom: 5px;
}
ul.list02 {
	margin: 15px 50px;
}
ol.list {
	margin: 15px 50px;
}
ol.list li {
	margin-bottom: 5px;
}
p.clear {
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	width: 990px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
}
div.contents {
	margin: 0 15px;
}
div.left {
	float: left;
	width: 175px;
	margin-top: 30px;
}
div.right {
	float: right;
	width: 770px;
	margin-top: 30px;
}

/* ------------------------------
 ヘッダー
------------------------------ */

header {
	width: 100%;
	overflow: hidden;
}
div.header_left {
	width: 500px;
	float: left;
}
div.header_right {
	width: 460px;
	height: 130px;
	background-image:url(image/header02.jpg);
	background-repeat: no-repeat;
	float: right;
}
p.lang {
	text-align: right;
	font-size: 14px;
	margin: 50px 10px 0 0;
}
p.lang a {
	color: #007100;
	font-weight: bold;
}

/* ------------------------------
 メニュー
------------------------------ */

nav {
	width: 100%;
	font-size: 12px;
	margin: 20px 0 10px 0;
	overflow: hidden;
}
nav ul {
	list-style: none;
}
nav li {
	float: left;
	text-align: center;
}
nav a {
	display: block;
	color: #000;
	padding: 2px 10px;
}
nav a:hover {
	background-color: #DDD;
	color: #00F;
}

/* ------------------------------
 サイドメニュー
------------------------------ */

div.sidemenu {
	font-size: 14px;
	font-weight: bold;
}
div.sidemenu ul {
	margin-bottom: 30px;
}
div.sidemenu li {
	border-bottom: solid 1px #DDD;
	line-height: 18px;;
}
div.sidemenu a {
	display: block;
	padding: 10px 10px;
	background-color: #6ab233;
	color: #000;
}
div.sidemenu a:hover {
	background-color: #B9EA30;
}

/* ------------------------------
 サイド商品
------------------------------ */

div.side_product {
	border: solid 1px #DDD;
	margin-bottom: 15px;
	font-size: 0.8em;
}
p.sp_midashi01 {
	background-color: #228b22;
	margin: 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
p.sp_midashi02 {
	font-weight: bold;
	margin: 10px 10px;
	color: #000;
}
div.side_product ul {
	margin: 10px 20px;
}

/* ------------------------------
 スライドショー
------------------------------ */

div.topimg {
	height: 340px;
}
#slideShow {
	margin: 0 auto;
	height: 340px;
	position: relative;
}
#slideShow img {
	position: absolute;
	left: 0;
	top: 0;
}

/* ------------------------------
 トップページ
------------------------------ */

div.index_box {
	margin-bottom: 15px;
}
div.index_box_left {
	float: left;
}
div.index_box_right {
	float: right;
}
div.index_box_left02 {
	float: left;
	width: 250px;
	margin-top: 15px;
}
div.index_box_right02 {
	float: right;
	width: 500px;
	margin-top: 15px;
}
div.index_box_right02 p {
	margin-bottom: 15px;
}
div.index_box_right02 ul {
	margin: 15px 50px;
}
p.index_midashi {
	background-color: #65ab31;
	margin: 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
p.index_midashi02 {
	background-color: #eef66d;
	margin: 0 0;
	color: #F00;
	font-weight: bold;
	padding: 10px 10px;
	margin: 20px 0;
}
p.index_midashi02 img {
	vertical-align: middle;
	margin-right: 10px;
}
table.index_table {
	margin: 20px 20px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 0.8em;
}
table.index_table td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.index_table p {
	margin: 5px;
}
td.index_table01 {
	font-weight: bold;
	color: #000;
	background-color: #e1f3c0;
	width: 20%;
}
td.index_table02 {
	width: 80%;
}
.index_strength {
	color: #000;
	font-weight: bold;
}
p.mt_img01 {
	margin-top: 10px;
}

/* ------------------------------
 お知らせ
------------------------------ */

div.info {
	border: solid 1px #DDD;
	margin-bottom: 15px;
}
div.info p {
	background-color: #228b22;
	margin: 0 0;
	color: #FFF;
	font-weight: bold;
	padding: 5px 10px;
}
div.info ul {
	font-size: 0.8em;
	margin: 15px 20px;
	list-style: none;
}
div.info li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #777;
}

/* ------------------------------
 画像並び
------------------------------ */

dl.img_table01 {
	width: 760px;
	margin: 20px 5px;
	overflow: hidden;
}
dl.img_table01 dt {
	width: 240px;
	font-size: 12px;
}
dt.img_table01_left {
	float: left;
	margin-right: 20px;
}
dt.img_table01_right {
	float: right;
}
dl.img_table01 dt img {
	margin-bottom: 10px;
}
dl.img_table02 {
	width: 750px;
	margin: 20px 10px;
	overflow: hidden;
}
dl.img_table02 dt {
	width: 365px;
	font-size: 12px;
}
dt.img_table02_left {
	float: left;
}
dt.img_table02_right {
	float: right;
}
dl.img_table02 dt img {
	margin-bottom: 10px;
}

/* ------------------------------
 パンくず、トップ
------------------------------ */

p.bread {
	text-align: left;
	font-size: 11px;
}
p.top {
	text-align: right;
	font-size: 11px;
	clear: both;
	margin: 10px 10px;
}

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

span.greeting {
	font-size: 20px;
	font-weight: bold;
	color: #008040;
}
table.company {
	margin: 20px 20px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 0.8em;
}
table.company td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.company p {
	margin: 5px;
}
td.company01 {
	font-weight: bold;
	color: #000;
	background-color: #e1f3c0;
	width: 20%;
}
td.company02 {
	width: 80%;
}

/* ------------------------------
 original
------------------------------ */

table.original {
	margin: 20px 20px;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 0.8em;
}
table.original td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.original p {
	margin: 5px;
}
table.original ul {
	margin: 10px 20px;
}
td.original01 {
	font-weight: bold;
	color: #000;
	background-color: #e1f3c0;
	width: 20%;
}
td.original02 {
	width: 80%;
}

/* ------------------------------
 facility
------------------------------ */

table.facility {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 0.8em;
}
table.facility td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.facility p {
	margin: 10px;
}
td.facility01 {
	font-weight: bold;
	color: #000;
	background-color: #e1f3c0;
	text-align: center;
}
td.facility02 {
}

/* ------------------------------
 faq
------------------------------ */

div.faq {
	margin: 20px 50px;
	border: solid 1px #DDD;
}
div.faq p {
	margin: 15px;
}
div.faq_q {
	min-height: 33px;
	background-image:url(image/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_q p {
	padding: 8px 0 0 40px;
	font-weight: bold;
	color: #0080FF;
}
div.faq_a {
	min-height: 33px;
	background-image:url(image/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 20px;
}
div.faq_a p {
	padding: 8px 0 0 40px;
	font-weight: bold;
	color: #FF6B40;
}

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

table.contact {
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.contact td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
table.contact p {
	margin: 5px;
}
td.contact01 {
	width: 150px;
}
td.contact02 {
	width: 350px;
}


div.inquiry {
	width: 700px;
	margin: 30px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
}
div.inquiry div {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}
div.inquiry p {
	margin: 5px;
}
div.inquiry01 {
	width: 200px;
	float: left;
	clear: both;
	background-color: #EEE;
	font-weight: bold;
	color: #000;
}
div.inquiry02 {
	width: 497px;
	float: right;
}
div.inquiry_height {
	height: 200px;
}


input.button {
	font-size: 18px;
	padding: 10px 15px;
}

/* ------------------------------
 フッター
------------------------------ */

footer {
	width: 100%;
	overflow: hidden;
	font-size: 11px;
	text-align: center;
	border-top: solid 1px #DDD;
}
footer ul {
	list-style: none;
	margin: 30px 10px 20px 10px;
}
footer li {
	float: left;
	margin-right: 15px;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer a:hover {
	color: #00F;
}
footer p {
	clear: both;
	margin: 30px auto;
}

