/* ########################## */
/* 			       			  */
/* 画面サイズ　横幅　810px    */
/* 			                  */
/* ########################## */

#center
{
	width:1130px;	
}
a
{
	text-decoration: none;
}
a:link { color: black; }
a:visited { color: black; } 
a:hover { color: black; }
a:active { color: black; } 

body
{
	margin-top: 80px;
	font-size: 11px;
	line-height:1.6;
	font-family: "ヒラギノ角ゴ Pro W3",
				"Hiragino Kaku Gothic Pro",
				"メイリオ",
				Meiryo,
				"KozGoPro-Regular",		/* 小塚ゴシック */
				Arial,
				Verdana,
				"ＭＳ Ｐゴシック",sans-serif;

}

/* ############### */
/* 			       */
/* ヘッダー部分    */
/* 			       */
/* ############### */

#header_line			/* 罫線部分 */
{
	width: 1130px;
	height: 8px;
	background: #0062b1 url(img/line.png) repeat-y;  
}
#header					/* ヘッダー全体 */
{
	width: 810px;
	height: 135px;
	text-align:left;
}
#company_name			/* 会社名とロゴの部分 */
{
	width: 810px;
	height: 65px;
	display: table-cell;
	vertical-align: bottom;
}
#img_company_logo
{
	height:50px;
	float:left;	
}
#img_company_name
{
	float:left;
	margin-top: 3px;
	margin-right: 16px;
}
#company_ph
{
	margin-top: 18px;
	font-size: 10px;
	letter-spacing: 0.5em;
	color: #21abe3;
	font-weight: bold;	
}

#menu_div				/* 全体を囲って罫線を表示させるため */
{
	width: 808px;		/* border 1x2px分 */
	height: 60px;
	background: url(img/menu_div.png) repeat-x;
	border:1px solid #cacbcb;
}
.menu					/* メニュー部分(ホーム、会社概要 */
{						/* 企業理念　事業内容、アクセス) */
	width: 158px;
	height: 50px;
	background: url(img/menu_sub.png) repeat-x;
	border:1px #f2f2f2 solid;
 	margin-top: 3px;
 	text-align: center;
}
#menu_home				/* メニュー部分(ホーム) */
{
	margin-left: 5px;
	float: left;
}
#menu_company				/* メニュー部分(会社概要) */
{
	float: left;
}
#menu_philosophy				/* メニュー部分(企業理念) */
{
	float: left;
}
#menu_works				/* メニュー部分(事業内容) */
{
	float: left;
}
#menu_access				/* メニュー部分(アクセス) */
{
	float: left;
}

.menu_t
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	height: 22px;
	padding-top: 5px;
 	font-family: "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		"KozGoPro-Heavy",		/* 小塚ゴシック */
		Arial,
		Verdana,
		"ＭＳ Ｐゴシック",sans-serif;
}
.menu_s
{
	font-size: 8px;
	font-weight: bold;
	letter-spacing: 0.2em;
	height: 17px;
 	font-family: "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"メイリオ",
		Meiryo,
		"KozGoPro-Bold",		/* 小塚ゴシック */
		Arial,
		Verdana,
		"ＭＳ Ｐゴシック",sans-serif;
}
.menu_l
{
	width: 150px;
	height: 3px;
	background: #999 url(img/menu_line_p.png) repeat-x;	
	margin-left: 4px;
}

/* マウスオーバーで文字の色を変える */
#menu_div a:hover
{
	color: #21abe3;

}
.menu:hover
{

}

/* ページごとにラインの色を替える */
#home #menu_l_home,
#company #menu_l_company,
#philosophy #menu_l_philosophy,
#works #menu_l_works,
#access #menu_l_access
{
	background: #0062b1 url(img/menu_line_h.png) repeat-x;	

}


/* ################# */
/* 			         */
/* コンテンツ部分    */
/* 			         */
/* ################# */
#contents
{
	width: 1130px;
	margin-top: 15px;
}

#home #contents
{
	height: 370px;
}
#home_waku_left
{
	width: 160px;
	height: 370px;
	background: url(img/flash_waku_left.png) repeat-y;
	float: left;
}
#home_flash
{
	width: 810px;
	height: 370px;
	float: left;
}
#home_waku_right
{
	width: 160px;
	height: 370px;
	background: url(img/flash_waku_right.png) repeat-y;
	float: left;
}
#flash_moji
{
	margin-right:100px;
	margin-top: 5px;
}
#home_photo
{
	width: 810px;
	height: 370px;
	
}

/* ############### */
/* 			       */
/* フッター部分    */
/* 			       */
/* ############### */


#footer
{
	text-align: center;
	width: 1130px;
	font-size: 11px;
	clear: both;
	padding:15px 0 0 0;
}
#footer_line
{
	margin-top:10px;
	width: 1130px;
	height: 2px;
	background: url(img/line.png) #0062b1;

}

/* ################## */
/* 			          */
/* メイン　ページごと */
/* 			          */
/* ################## */
#main_contents
{
	width: 780px;
	text-align: left;
}

#pankuzu
{
	font-size: 10px;
}
#pankuzu_home
{
	width:40px;
	text-align: center;
	border-bottom: 1px solid black;
	margin-right: 4px;
	float: left;	
}

#pankuzu_here
{
}

#contents_menu
{
	background: url(img/contents_menu.png) repeat-x;
	width: 780px;
	height: 35px;
	letter-spacing: 0.2em;
	font-weight:bold;
	margin-top: 10px;
}
#c_menu_l
{
	width: 9px;
	height: 23px;
	background: url(img/contents_sub.png) repeat-x;
	margin: 6px 6px 0 15px;
	float: left;
}

#c_menu_t
{
	margin-top: 11px;
	margin-right: 10px;
	float: left;
}

#c_menu_s
{
	margin-top: 14px;
	float: left;
	font-size: 9px;
}

#c_top
{
	width: 780px;
	height: 5px;
	border-bottom: 1px solid #999;
	clear: both;
}

#c_bottom
{
	width: 780px;
	height: 10px;
	border-bottom: 1px solid #999;
	clear: both;
	margin-bottom: 5px;
}

/* ################## */
/* 			          */
/* メイン　会社概要   */
/* 			          */
/* ################## */
#main_company
{
	margin-top: 20px;

}
#tbl_corp
{	
	width: 100%;
}
#left
{
	width: 480px;
	float: left;
	font-size: 11px;
}

/* 写真部分 */

#right
{
	width: 300px;
	float: right;	
}

#right img
{
	margin: 2px 10px 5px 10px;
	width: 280px;
}

/* 会社概要 */
#tbl_corp td
{
	vertical-align: top;
	padding: 5px 5px 5px 5px;
	margin: 2px;

}
#tbl_corp td .div1
{
	width:0px;
	height:0px;
	border-top: 4px solid white;
	border-left: 6px solid grey;

}
#tbl_corp td .div2
{
	width:0px;
	height:0px;
	border-bottom: 4px solid white;
	border-left: 6px solid grey;

}

#td2
{
	padding-left:0px;
	width: 110px;
}
#td3
{
	width:360px;

}
#company .img_title
{
	width:300px;
	text-align: center;
}

/* ################## */
/* 			          */
/* メイン　企業理念   */
/* 			          */
/* ################## */



#corporate_philosophy
{
	margin-top: 45px;
	width:638px;
}
#corporate_philosophy table
{
	width:638px;
	text-align: left;
	margin-bottom: 15px;
	border-bottom: 4px solid #aaa;
	border-right: 2px solid #bbb;
	padding-right:20px;
	padding-left:3px;
	font-family:'ヒラギノ明朝 Pro W3',
				'Hiragino Mincho Pro',
				'ＭＳ Ｐ明朝',
				'MS PMincho',serif;
	font-weight: bold;
	font-size:16px;
	letter-spacing: 0.05em;
}
#corporate_philosophy td
{
	height: 40px;
	vertical-align: middle;
}

.ph_td_grad
{
	width: 60px;
}
.ph_td_num
{
	width: 45px;
}
.ph_td_sent
{

}
#tr1 td,
#tr3 td
{
	padding:5px 0 15px 0;
}
#tr2 td
{
	padding:10px 0 20px 0;
}
.phi_gradient			/* グラデーションの画像 */
{
	width: 60px;
	height: 40px;
}

/* ################## */
/* 			          */
/* メイン　事業内容   */
/* 			          */
/* ################## */

#works table
{
	width: 100%;
	margin-top: 20px;
	text-align:left;
	font-size:11px;
}
.td_center
{
	text-align: center;

}
#works .b_img		/* 右側画像 */
{	
	width:178px;
	height: 110px;
	margin-top:5px;
	margin-bottom:5px;
}

.works_div
{
	background: url(img/works_background_div.png);
	width: 140px;
	height: 25px;
	border:1px solid white;
}

.works_title
{
	background: url(img/works_background.png);
	width: 134px;
	height: 19px;
	color: white;
	font-size: 11px;
	letter-spacing: 0.4em;
	text-align: center;
	font-weight: bold;
	margin-top:3px;
	margin-left:3px;
	padding-top:2px;
}

#works .setumei_div
{
	padding:5px 5px 3px 5px;
}

#works .sikaku_div
{
	border: 1px solid #999;
	padding:5px 5px 3px 5px;
	width: 380px;
}
#boiler_image_td
{
	background: url(img/works_boiler.png) no-repeat center center;
	color: #00aeee;
	width:360px;
	height: 50px;
	vertical-align: middle;
	text-align: center;
	font-size:10px;
}
#works .td1
{
	vertical-align:top;

}
#works .td_img_left
{
	text-align:left;
	vertical-align: top;
	width:180px;
	padding:1px;
}
#works .td_img_right
{
	text-align:right;
	vertical-align: top;
	width:180px;
	padding:1px;
}

.sikaku_img
{
	float: left;
	margin-right: 5px;;
	height: 24px;
}
.sikaku
{
	color:#777;
	letter-spacing: 0.2em;
	margin-top: 10px;
	height: 16px;
	width: 88px;
	background: url(img/works_sikaku_back.png) repeat-y right;
}	
	
/* ################## */
/* 			          */
/* メイン　アクセス   */
/* 			          */
/* ################## */

#div_access
{
	width:780px;
	margin-top:30px;
}

#access #div_left
{
	float: left;
	margin:0 7px 5px 8px;
	text-align:left;
}

#access #div_right
{
	margin:0 8px 5px 7px;
	text-align:left;
}

#access .sp1
{
	margin-left:2px;
	font-weight:bold;	
}

#div_access a
{
	margin-top: 5px;
}