@charset "utf-8";

body,div,ul,li,p,address,form {
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #555555;
	}

h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	}

img {
	vertical-align: bottom;
	border: none;
	}

ul {
	list-style: none;
	}

/* リンク色 */
a {
	color: #4e950f;
	}
a:visited {
	color: #4e950f;
	}
a:hover {
	color: #244c00;
	}

form {
	margin: 0;
	padding: 0;
	}
param,embed,noscript,object {
	margin: 0;
	padding: 0;
	}

body {
	margin: 20px 0 0 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	body#home {
		margin-top: 100px;
		margin-bottom: 30px;
		}

#page {
	margin: 0 0 20px 0;
	margin: auto;
	width: 768px;
	text-align: left;
	}

#head {
	height: 41px;
	}
	#head h1 {
		width: 180px;
		}
	#head ul {
		margin-top: -20px;
		text-align: right;
		}
		#head ul li {
			display: inline;
			margin-left: 30px;
			}

#wrapMainOut {
	width: 768px;
	background: url(images/bg_main_mid.gif) 0 0 repeat-y;
	}
#wrapMainIn {
	background: url(images/bg_main_btm.gif) left bottom no-repeat;
	}
#mainArea {
	position: relative;
	padding: 14px;
	width: 740px;
	background: url(images/bg_main_top.gif) 0 0 no-repeat;
	}

	#sub {
		position: absolute;
		top: 85px;
		left: 540px;
		width: 214px;
		}
		#sub ul li {
			background: #193600;
			line-height: 2.2;
			font-size: 80%;
			border-bottom: 1px solid #eeeeee;
			}
		#sub ul li a {
			display: block;
			padding-left: 18px;
			background: #ffffff url(images/icon_arrow.gif) 5px 9px no-repeat;
			}
		#sub ul li a:hover {
			display: block;
			padding-left: 18px;
			color: #ffffff;
			background: transparent url(images/icon_arrow.gif) 5px 9px no-repeat;
			text-decoration: none;
			}
		#sub ul li span {
			display: block;
			padding-left: 18px;
			color: #ffffff;
			background: url(images/icon_arrow.gif) 5px 9px no-repeat;
			}
	
	#contentArea {
		position: relative;
		margin-bottom: 10px;
		padding: 30px 20px 30px 10px;
		width: 480px;
		border-right: 1px solid #eeeeee;
		background: url(images/bg_contentarea.jpg) 0 0 no-repeat;
		}
		#contentArea h3 {
			margin-bottom: 15px;
			}



#foot {
	margin: 5px 0 20px 0;
	}
	#foot address {
		text-align: right;
		}
	#foot ul {
		margin: -12px 0 0 5px;
		}
		#foot ul li {
			display: inline;
			padding-right: 12px;
			font-size: 10px;
			}
			#foot ul li a {
				color: #999999;
				text-decoration: none;
				}
			#foot ul li a:visited {
				color: #999999;
				text-decoration: none;
				}
			#foot ul li a:hover {
				color: #999999;
				text-decoration: underline;
				}

/* TOP */
p#topImg {
	margin: 0;
	padding: 0;
	width: 740px;
	height: 280px;
	overflow: hidden;
	}
	/* FF */
	p#topImg embed {
		height: 280px;
		}
		


/* 装飾
-------------------------------------------------------------------------- */
#mainArea h2 {
	margin: 0 0 20px 0;
	}

/* 企業情報 */
.companyInfo, .contactTable {
	font-size: 80%;
	line-height: 1.3;
	color: #555555;
	}
.companyInfo tr th, .contactTable tr th {
	padding-right: 10px;
	padding-bottom: 15px;
	text-align: left;
	color: #4e950f;
	}
.companyInfo tr td, .contactTable tr td {
	padding-bottom: 15px;
	}
	.companyInfo tr th, .companyInfo tr td {
		padding-top: 15px;
		border-bottom: 1px solid #efefef;
		}
	

/* お問い合わせ */
.contactTable {
	margin: 20px 0 0 0;
	}
	.contactTable tr td input.txtInput {
		width: 280px;
		}
	.txtInputBox {
		width: 280px;
		height: 10em;
		}
p.contactTxt {
	padding-bottom: 15px;
	font-size: 80%;
	line-height: 1.3;
	border-bottom: 1px solid #efefef;
	}

.txtGreen {
	color: #4e950f;
	}
.txtOrange {
	color: #ec9a32;
	}
.txtRed {
	color: #ff0000;
	}


.confirm {
	margin: 20px 0;
	text-align: center;
	}

.copyright {
	display: none;
	}

.error {
	margin: 5px;
	color: #ff0000;
	font-size: 80%;
	}


