@charset "utf-8";

body {
	margin: 0;
	font-size:11px;
	font-family:"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	_font:11px Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	*font-size:small;
	*font:x-small;
	line-height:20px;
	/*color: #646464;:*/
	color: #3e3a39;
	letter-spacing: 1px;
	text-align: center;
}

.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }
.textCenter{ text-align: center; }
.textRight{ text-align: right; }
.textLeft{ text-align: left; }
.orenge{ color: #de6d20; font-size:174%; letter-spacing: 3px; line-height: 25px; }

/*a:link, a:visited, a:active{ color: #646464; text-decoration: none; }
a:hover{ color:#db610d; text-decoration: none; }*/

a:link, a:visited, a:active{ color: #3e3a39; text-decoration: none; }
a:hover{
	color:#646464;
}

a { outline: none; }
li{ line-height: 0; }

.clearfix { zoom: 1; }
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;
}

/*全ページ共通パーツ
-------------------------------------------------------*/

/*全体*/

html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}
#container {
  position: relative;
  width: 1200px;
  min-height:200px;
  margin: 0px auto 0;
  padding:20px 30px;
}

.table2 {
	width:100% ;
	margin: 0 auto 20px auto ;
	padding:0 ;
	background-color:#CCC ;}
.table2 th {
	width:120px ;
	padding:5px ;
	font-size:11px;
	color:#333 ;
	font-weight:normal ;
	line-height:1.8em;
	text-align:left ;
	vertical-align:top ;
	background-color:#F7F7F7;}
.table2 td {
	padding:5px ;
	font-size:11px;
	color:#3F3F3F ;
	line-height:1.8em;
	background-color:#FFF ;
	vertical-align:top ;}


/*メインエリア*/

div#mainWrapper{ clear: both; width: 1200px;	}


/*ヘッダ*/

div#header{ width: 1200px; margin: 0; }
h1#logo{ float: left; margin-top:55px; width: 250px; }
ul#globalNavi{
	float: right;
	margin-top: 60px;
	width: 870px;
}
ul#globalNavi{ _width: 572px; }/*ie6*/
ul#globalNavi li{float: left; margin-left: 15px; }
 /*ie6*/


/*フッタ*/

#copy{
	clear: both;
	font-size:12px;
	text-align:left;
	color:#3e3a39;
	padding:15px 0px;
	}
	
#copy a,
#copy a:link, 
#copy a:visited, 
#copy a:active{ border-bottom: none; color: #646464; }
#copy a:hover{ border-bottom: 1px solid; color: #646464; }

/* メールフォーム用*/

/* --- フォームエリア --- */
form.contact {
width: 700px; /* フォームエリアの幅 */
font-size: 100%;
}
/* --- フォームエリア内の段落 --- */
form.contact p {
line-height: 130%;
}

/* --- テーブル --- */
form.contact table {
width: 100%; /* テーブルの幅 */
background-color: #f9f9f9; /* テーブルの背景色 */
border: 0px; /* テーブルの境界線 */
}
/* --- 見出しセル（th） --- */
form.contact th {
width: 200px; /* 見出しセルの幅 */
padding: 10px 8px; /* 見出しセルのパディング（上下、左右） */
background-color: #fff; /* 見出しセルの背景色 */
text-align: left;
line-height: 130%;
}
/* --- 見出しセル内の補足テキスト --- */
form.contact th span.supplement {
font-weight: normal;
}
/* --- データセル（td） --- */
form.contact td {
padding: 10px 5px 7px; /* データセルのパディング（上、左右、下） */
background-color: #ffffff; /* データセルの背景色 */
}
/* --- データセル内の補足テキスト --- */
form.contact td span.supplement {
color: #808080;
}


/* --- フォーム部品 --- */
form.contact input,
form.contact select,
form.contact textarea {
margin-bottom: 2px; /* フォーム部品の下マージン */
}
/* --- フォーム部品のサイズ --- */
/* --- （長めのテキスト入力欄） --- */
#company, #section, #name, #name2,
#email, #address {
width: 350px; /* フォーム部品の幅 */
}
/* --- （短めのテキスト入力欄） --- */
#tel1, #tel2, #tel3,
#fax1, #fax2, #fax3 {
width: 70px; /* フォーム部品の幅 */
}
#zip1, #zip2 {
width: 70px; /* フォーム部品の幅 */
}
/* --- （複数行のテキスト入力欄） --- */
#message {
width: 420px; /* フォーム部品の幅 */
height: 10em; /* フォーム部品の高さ */
}

/* --- ボタン --- */
form.contact p.button {
margin: 20px 0 0; /* ボタンのマージン（上、左右、下） */
text-align: center;
}
