@charset "UTF-8";

/* 共通設定
---------------------------------------------------- */
* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, sans-serif, Arial;
	font-size: 14px;
	color: #333333;
	background-image: url(../img_bg/bg.gif);
	background-repeat: repeat;
}
a:link {
	color: #179F5D;
	text-decoration: none;
}
a:visited {
	color: #013F98;
	text-decoration: none;
}
a:hover {
	color: #F08200;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
}
h2 {
}
h3 {
	font-size: 15px;
	background-image: url(../img_bg/h3.gif);
	background-repeat: no-repeat;
	height: 26px;
	clear: both;
	padding-top: 4px;
	padding-left: 28px;
}
h4 {
	font-size: 15px;
	background-image: url(../img_bg/h4.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 25px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
h5 {
	font-size: 14px;
	background-image: url(../img_bg/h5.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-bottom: 10px;
	margin-left: 30px;
}
p {
	font-size: 14px;
	line-height: 150%;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.annotation {
	font-size: 13px;
	margin-left: 25px;
	margin-bottom: 20px;
}

/* wrapper 
---------------------------------------------------- */
#wrapper {
	width: 800px;
	background-image: url(../img_bg/bg_wrapper.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
}
#contents {
	width: 758px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #79BA89;
	padding-bottom: 20px;
}
#page_top {
	float: right;
	font-size: 12px;
	margin-top: 10px;
	clear: both;
	margin-right: 20px;
	margin-bottom: 10px;
}

/* header 
---------------------------------------------------- */
#header {
	width: 800px;
	height: 90px;
	background-image: url(../img_bg/bg_header.gif);
	background-repeat: no-repeat;
}
.title {
	float: left;
	padding-top: 20px;
	padding-left: 20px;
}
.title a {
	width: 270px;
	height: 45px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* topnavi
---------------------------------------------------- */
#topnavi {
	width: 760px;
	height: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#topnavi ul{
	width: 760px;
	height: 30px;
}
#topnavi ul li {
	list-style-type: none;
	float: left;
	display: inline;
}
#topnavi ul li a {
	text-decoration: none;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	width: 125px;
	height: 30px;
	display: block;
}
#menu01t,#menu02t,#menu03t,#menu04t,#menu05t {
	margin-right: 2px;
}

#menu01t a { background-position: 0px 0px; }
#menu02t a { background-position: -125px 0px; }
#menu03t a { background-position: -250px 0px; }
#menu04t a { background-position: -375px 0px; }
#menu05t a { background-position: -500px 0px; }
#menu06t a { background-position: -625px 0px; }

#menu01t a:hover { background-position: 0px -30px; }
#menu02t a:hover { background-position: -125px -30px; }
#menu03t a:hover { background-position: -250px -30px; }
#menu04t a:hover { background-position: -375px -30px; }
#menu05t a:hover { background-position: -500px -30px; }
#menu06t a:hover { background-position: -625px -30px; }

/* top
---------------------------------------------------- */
#top_image {
	width: 720px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#main {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	width: 510px;
	float:left;
}
#left p {
	padding-bottom: 10px;
}
.h3_top {
	background-image: url(../img_bg/h3_top.gif);
}
.navi {
	float: right;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}
#right {
	width: 200px;
	float:right;
}
#right img {
	margin-bottom: 5px;
}
#right p {
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
#ea {
	border: 1px solid #999999;
	margin-bottom: 10px;
}
#clear {
	clear: both;
}

/* sub
---------------------------------------------------- */
.bread {
	font-size:11px;
	text-decoration:none;
	text-align: right;
	padding-top: 0px;
	padding-right: 19px;
	padding-bottom: 0px;
}
#title {
	width: 720px;
	height: 100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
}
#main2 {
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;
}
#main2 ul{
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#main2 li {
	background-image: url(../img_bg/h5.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
}
/* company */
.map {
	border: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-left: 10px;
}
.map_p {
	padding-bottom: 0px;
}
/* inquiry */
.inquiry_img {
	float: left;
	padding: 10px;
	margin-bottom: 20px;
}
.inquiry {
	font-size: 16px;
	font-weight: bold;
	color: #179F5D;
	padding-top: 20px;
	padding-bottom: 0px;
}

/* sub works
---------------------------------------------------- */
#works {
	width: 590px;
	float:right;
	border: 1px solid #4F4032;
	padding-top: 10px;
	padding-right: 19px;
	padding-bottom: 30px;
	padding-left: 19px;
}
#works h3 {
	background-image: url(../img_bg/h3_works.gif);
	padding-left: 40px;
}

/* footer
---------------------------------------------------- */
#navi {
	text-align: center;
	width: 760px;
	height: 20px;
	clear: both;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
#navi ul li {
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
}
#navi ul li.last {
	border-right-style: none;
}
#footer {
	width: 800px;
	clear: both;
	background-image: url(../img_bg/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#footer p {
	font-size: 12px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#footer address	{
	font-size: 11px;
	font-style: normal;
	text-align: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
}

/*table---------------------------------------------------- */
caption,th {
	text-align: left;
}
table {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	clear: both;
}
.table_normal {
	width: 700px;
	border: 1px solid #999999;
	border-collapse: collapse;
	margin-top: 10px;
}
.table_normal td {
	font-size: 14px;
	line-height: 140%;
	vertical-align: top;
	border: 1px solid #999999;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.td_green {
	background-color: #E1EEE1;
	white-space: nowrap;
}
.td_orange {
	background-color: #FFEBC0;
	white-space: nowrap;
}
/* topページ */
.bg_phpto_t {
	width: 230px;
	background-image: url(../img_bg/bg_photo_t.gif);
	background-repeat: no-repeat;
	padding: 12px;
}
/* 設備紹介 equipment */
.bg_phpto {
	width: 300px;
	background-image: url(../img_bg/bg_photo_e.gif);
	background-repeat: no-repeat;
	padding: 20px;
}
.text {
	background-image: none;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
}

/*etc.---------------------------------------------------- */


/* Mac IE 文字化け回避対策 ---------------------------------------------------- */
input, select, textarea {
	font-family:"ヒラギノ角ゴ Pro W3", osaka, verdana, "ＭＳ ゴシック", sans-serif;
}

