@charset "utf-8";
/* CSS Document */

/* 基本 */
a img {
	border-style:none;
	display:block;
	float:left;
	}

body, html {
	width:100%;
	margin:0 auto;
	font-size:14px;
	color:#000;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(null) fixed;
    height: 100%;
	}
	
#container { /*親要素*/
    position: relative;
    width: 100%;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}
	
div#header  {  
    width: 100%;  
	height:100px;
    position: fixed;
    top:0;  
    left:0;
	bottom:15px;
}
	
* html div#header    {
    position: absolute;
    top: expression(eval(document.documentElement.scrollTop+0));
}  
	
div#header #line {
	height:15px;
	background-color:#3399cc;
	margin-top:0px;
	margin-bottom: 0px;
	margin:0 auto;
	}

div#header #head {
	width:960px;
	height:120px;
	margin:0 auto;
	margin-bottom:0px;
	background-color: #FFF;
	}

	#head .logo {
		width:205px;
		height:104px;
		margin-top:20px;
		padding-left:5px;
		float:left;
		}

	#head .h2 {
		float:left;
		width:730px;
		margin-top:20px;
		padding-left:20px;
		right:0;
		}
		
	#head .h2 .marq {
		height:40px;
		}

	#head .h2 .g_manu {
		height:82px;
		margin-top:10px;
		}
		
#content {
	width:960px;
	height:auto;
	background-color: #FFF;
	margin:0 auto;
	background:no-repeat;
	}
	
.space {
	width:100%;
	height:150px;
	background-color:#FFF;
	margin:0 auto;
	}
	
.space15 {
	width:100%;
	height:15px;
	background-color:#FFF;
	margin:0 auto;
	}
	
#content .bgsw {
	width:900px;
	height:600px;
	margin:0 auto;
	}
	
#content .inner {
	width:950px;
	height:100%;
	padding:15px 15px 30px 15px;
	background-color: #FFF;
	margin:0 auto;
	}
	
.pr  {
	width:960px;
	height:100%;
	margin:0 auto;
	}
	
#foot {
    position: absolute;
	width:100%;
	height:50px;
	margin:0 auto;
	text-align:center;
    bottom: 0;
	}
	
	#foot .link {
		background-color:#99cc33;
		height:25px;
		margin-bottom: 0px;
		}
		
	#foot .copy {
		background-color:#ffff33;
		height:25px;
		margin-top:0px;
		}
	
	#foot a:link {
		color:#000;
		}
		
	#foot a:visited {
		color:#666;
		}
		
.txt_b { font-weight:bold; }	
.txt_s11 { font-size:11px; }	
.txt_s12 { font-size:12px; }
.txt_s13 { font-size:13px; }
.txt_s14 { font-size:14px; }
.txt_s15 { font-size:15px; }
.txt_s18 { font-size:18px; }

.pad_r5 { padding-right:5px; }
.pad_r10 { padding-right:10px; }
.pad_r15 { padding-right:15px; }
.pad_r30 { padding-right:30px; }

.line_height_20 { line-height:20px; }
.line_height_25 { line-height:25px; }
.line_height_30 { line-height:30px; }

/* index */



/* news */



/* work */


/* product */


/* about */


/* connect */


/* contact */
#formWrap {
	width:900px;
	margin:0 auto;
	background-color: #FFF;
	color:#555;
	line-height:120%;
	font-size:90%;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:5px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}

