/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
 
/*全体的なルール*/
* {
	margin:0;
	padding:0;
	}
body {
	margin:0;
	padding:0;
	background-color: #CCC;
	color: #666;
}
#container {
	width: 770px;
	background-color: #FFF;
}
div.clear {
	clear: both;
}

img,img a {
	border: 0px;
}

/*-----------------------------------------------------------
header
------------------------------------------------------------*/
#header {
	height: 70px;
	margin: 0px;
	padding: 0px;
}
div#logo {
	display: block;
	float: right;
	width: 620px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	background-color: #666699;
	background-image: url(../img/common/logo2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div#logo p {
	display: none;
}
/*-----------------------------------------------------------
グローバルナビ
------------------------------------------------------------*/
#navcontainer
{
	clear: both;
	width: 770px;
	height:20px;
	margin: 0;
	padding: 0px;
}
#navcontainer ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	border: 0;
	text-align: center;
}
#navcontainer ul li {
	display: block;
	float: left;
	margin: 0px;
	padding:0;
	text-decoration: none;
	text-align:center;
}
#navcontainer ul li a
{
	display:block;
	width: 152px;
	height: 20px;
	margin:0;
	padding: 0;
	border: 1px solid #FFF;
	background-color: #369;
	color: #FFF;
	font:bold 0.8em/20px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-decoration: none;
	text-align:center;
}	
	
#navcontainer ul li a:hover {
	background-color: #C99;
}
#navcontainer li#active a {
	background-color: #669;
}
/*-----------------------------------------------------------
フッタ
------------------------------------------------------------*/
#footnav {
	clear: both;
	width: 754px;
	padding: 5px 0px 5px 16px;
	font-size: 0.8em;
}
address {
	float: left;
	clear: both;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	background-color: #669;
	color: #FFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: center;
}
address a {
	color: #FFF;
}

/*-----------------------------------------------------------
本文
------------------------------------------------------------*/
div#content {
	float: right;
	width: 540px;
	margin: 9px 20px 20px 0;
}
#content p {
	margin:1em 0;
	font-size: 0.8em;
	line-height:1.6em;
}
#content h2 {
	display: block;
	width: 524px;
	margin-top: 32px;
	margin-bottom: 20px;
	padding: 3px;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #39699c;
	border-left: 10px solid #39699c;
	color: #333333;
	font-size: 1em;
}

/*-----------------------------------------------------------------------
サブメニュー
------------------------------------------------------------------------*/
div#submenu {
	float: left;
	width: 193px;
	padding-bottom:400px;
}
#submenu ul {
	list-style-type: none;
	margin-top: 9px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px 16px;
	font-size: 0.7em;
}
#submenu li {
	margin: 0px;
	padding: 0px;
}
#submenu a {
	display: block;
	width: 150px;
	margin: 0px;
	padding-left: 10px;
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
	background-color: #FFF;
	background-image: url(../img/common/submenu_mouseout.jpg);
	background-repeat: no-repeat;
	line-height: 28px;
}
#submenu a:link,#submenulist a:visited {
	color: #333333;
	text-decoration: none;
}
#submenu a:hover {
	background-image: url(../img/common/submenu_onmouse.jpg);
}
#submenuactive a:link, #submenuactive a:visited, #submenuactive a:hover {
	color: #333333;
	background-color: #FFFFFF;
	background-image: url(../img/common/submenu_active.jpg);
	border-right: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
}
/*-------------------------------------------------
top page
-------------------------------------------------*/

/*ie7向けハックここから*/
*:first-child+html div#topphoto {
	width:770px;
	height:240px;
	margin-top:2px;
	}
/*ie7向けハックここまで*/
div#top_left_content {
	float:left;
	width:556px;
	padding:0 16px;
	}
div#top_right_content {
	float:right;
	width:182px;
	}
div#newstitle {
	display:block;
	width: 107px;
	height: 21px;
	background-color: #ffd18d;
	background-image: url(../img/top/newsbg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-left: 10px;
	font-size: 0.9em;
	line-height: 21px;
}
div#newslist {
	display:block;
	width: 554px;
	border: 1px solid #ffd18d;
	margin: 0px 0px 15px;
}
#newslist ul {
	font-size: 0.8em;
	line-height:1.6em;
}
#newslist li {
	margin: 2px 0 2px 20px;
}

#top_address {
	margin-top: 16px;
	margin-left: 16px;
	margin-right: 16px;
	font-size: 0.7em;
	line-height: 1.3em;
	text-align: left;
}
div.box2 {
	width: 150px;
	margin-top: 9px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	border: 1px solid #369;
}
div.box2 td {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
}
div.box1{
	width: 259px;
	margin: 9px 16px 14px 16px;
	padding: 0px;
	border: 1px solid #336699;
}
div.box1 td,div.gyoumubox1l td,div.gyoumubox1r td {
	padding: 10px;
	font-size: 0.8em;
	line-height: 1.3em;
	text-align: left;
	vertical-align: top;
}
/*-------------------------------------------------------------
会社概要ページ
-------------------------------------------------------------*/
table#table1 {
	width: 443px;
	margin-top: 23px;
	margin-bottom: 50px;
	margin-left: 20px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#table1 th {
	padding: 5px 15px;
	border-bottom: 1px solid #666;
	text-align: left;
	vertical-align: top;
	white-space: pre;
}
#table1 td {
	padding: 5px 15px;
	border-bottom: 1px solid #666;
	text-align: left;
}

div#map, div#map2 {
	margin-left: 32px;
	border: 1px solid #CCC;
	}
div#map p, div#map2 p {
	margin:0;
	padding:0;
	}
/*-----------------------------------------------------------
業務案内TOP
------------------------------------------------------------*/
div.gyoumubox1l{
	float:left;
	width: 259px;
	margin: 9px 0 14px;
	border: 1px solid #369;
}
div.gyoumubox1r{
	float:right;
	width: 259px;
	margin: 9px 0 14px;
	border: 1px solid #369;
}

/*------------------------------------------------------------
業務案内
-----------------------------------------------------------*/
div.sagyou_l {
	float:left;
	width: 270px;
	margin-top:10px;
}
div.sagyou_r {
	float:right;
	width: 270px;
	margin-top:10px;
}
.sagyou_l img, .sagyou_r img {
	float: left;
	margin-right:5px;
}
.sagyou_l p,.sagyou_r p {
	padding-top:2px;
	font-size: 0.7em;
	line-height: 1.4em;
}

/*---------------------------------------------------
サイトマップ
---------------------------------------------------*/
ul#sitemaplist {
	list-style-type: none;
	margin-top: 32px;
	margin-left: 30px;
	font-size: 0.8em;
	line-height: 2em;
	text-decoration: none;
}
ul#sitemaplist ul {
	list-style-type: none;
	margin-left: 30px;
}
ul#sitemaplist a {
	text-decoration: none;
}
ul#sitemaplist a:hover {
	text-decoration: underline;
}
/*---------------------------------------------------
採用ページ
----------------------------------------------------*/
#saiyotable {
	width: 470px;
	margin: 25px 0;
	background-color: #333;
	font-size: 0.8em;
	line-height: 1.6em;
}
#saiyotable th {
	padding: 5px 15px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
	white-space: pre;
}
#saiyotable td {
	padding: 5px 15px;
	background-color: #FFF;
}
/*---------------------------------------------------
個人情報保護について
----------------------------------------------------*/
#hon-privacy {
	margin: 0 50px 0 20px;
	font-size: 0.8em;
	line-height: 1.6em;
}
/*----------------------------------------------------
見積り
----------------------------------------------------*/
.caution {
	color: red;
}
#mitsumoritable {
	background-color: #333;
	font-size: 0.8em;
	line-height: 1.6em;
}
#mitsumoritable th {
	padding: 5px 15px;
	background-color: #FFF;
	text-align: left;
	vertical-align: top;
}
#mitsumoritable td {
	padding: 5px;
	background-color: #FFF;
}
p#formbtn {
	margin-top: 10px;
	font-size: 0.8em;
}

#mitsumoritable textarea {
	font-size: 1em;
}
#error ul {
	margin-left:20px;
	font-size: 0.8em;
}
#error {
	color: red;
}
/*----------------------------------------------------
H1
----------------------------------------------------*/
h1#kaisha {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/kaisha/h1_kaisha.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#h1map {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/kaisha/h1_map.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#gyoumu {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/gyomu/h1_gyomu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#denchu {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/gyomu/h1_denchu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#dentou {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/gyomu/h1_dentou.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#yusen {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/gyomu/h1_yusen.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#cable {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/gyomu/h1_cable.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#saiyo {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/saiyo/h1_saiyo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#mitsumori {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/mitsumori/h1_mitsumori.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#kakunin {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/mitsumori/h1_kakunin.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#kanryo {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/mitsumori/h1_kanryo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#sitemap {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/sitemap/h1_sitemap.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1#privacy {
	width: 540px;
	height: 33px;
	margin-bottom: 32px;
	padding: 0px;
	background-color: #369;
	background-image: url(../img/privacy/h1_privacy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
h1 span {
	display: none;
}

