@charset "UTF-8";

@import url(base.css);
@import url(textsettings.css);

/*--------------------------------------------------------------*/

/*  フォントサイズ早見表
	以下のようにサイズを指定することで各ブラウザでのフォントサイズを揃えることが出来ます。
	左記のパーセントで指定してください。

	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px 
	92% = 12px	|	136% = 18px	|	182% = 24px 
	100% = 13px	|	144% = 19px	|	189% = 25px 
	107% = 14px	|	152% = 20px	|	197% = 26px 
	114% = 15px	|	159% = 21px	| 	
*/

/* ------------------------------------------------------------ */
/* 基本、レイアウト指定 */
/* ------------------------------------------------------------ */

* html body {     
    background: url(null) fixed; 
}  

body {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #fff;
	color: #333;
	font-size: 14px;
	font-weight: 100;
	_display: inline;
	_zoom:1;
	background-image:url(../img/background.gif);
}
html {
overflow-x: hidden;
} 

.img_left {
	float:left;
	margin:0 15px 15px 0;
}
.img_right {
	float:right;
	margin:0 0 15px 15px;
}
.img_center {
	margin:0 0 15px 0;
}

img.left_btn {
	margin:5px 0 5px;
}


/* ------------------------------------------------------------ */
/* リンク色 */
/* ------------------------------------------------------------ */


a:link {
	color:#666;
	text-decoration:none;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:hover {
	color:#666;
	text-decoration:underline;
}
a:active {
	color:#666;
	text-decoration:none;
}

a.blue:link, a.blue:visited{
	 color:#06c;
	 font-size:13px; }



/* ------------------------------------------------------------ */
/* 共通コンテンツ */
/* ------------------------------------------------------------ */
p.title {
	margin:0 0 15px 0;
	padding:0;
}

p.text {
	margin:0 0 15px 0;
	padding:0;
}

ul.point {
	margin-bottom:15px;
	float:left
}

.line {
	width:100%;
  	min-height: 1px;
	border-bottom:#960 solid 1px;
}



/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */

div#header_wrap {
	background-color:#06c;
	width:100%;
}
div#header {
	width:960px;
	height:20px;
	margin:0 auto;
	position:relative;
}
div#header h1 a {
	float:left;
	margin:0px 0px 0px;
	display:block;
}

div#zentai {
	width:960px;
	height:100%;
	border:#06c 1px solid;
	margin:0 auto;
	position:relative;
}

div#logo {
	width:875px;
	height:90px;
	margin:0 auto;
	position:relative;
}

/* Menu */

 
 
  .menu ul{
  width:875px;  
  margin:0 auto ;
  padding:0;
  position:relative;
}

.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  position:relative;
  float: left;
}

 
/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
div#main {
	width:960px;
	height: 467px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

div#sub {
	width:875px;
	height: 165px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}


div#content {
	width:870px;
	position:relative;
	margin:0 auto;
}

div#w670 {
	width:670px;
	position:relative;
	margin:0 auto;
}

div#w500 {
	width:500px;
	position:relative;
	margin:0 auto;
}


div#midashi {
	width:870px;
	height:36px;
	position:relative;
	margin:0 auto;
	border:solid #06c 1px;
	font-size:19px;
	line-height:36px;
	text-align:center;
	color:#06c;
}

/* アイコン表示テーブル*/

table.icon th {
	text-align: left;
	width: 210px;
	margin-top:auto;
	margin-bottom:10px;
	margin-right:10px;
}
 
table.icon th.r1 {
	color: #333;
	font-size: 13px;
	font-weight:normal;
	margin-right:10px;
	padding:5px;
	}
	
	table.icon th.r2 {
	color: #333;
	width: 210px;
	font-size: 13px;
	font-weight:normal;
	vertical-align: top;
	}
	
	table.icon th.r3 {
	color: #333;
	width: 210px;
	font-size: 13px;
	font-weight:normal;
	vertical-align: top;
	padding:3px
	}
 
 
 /* 会社概要テーブル*/
 table.brwsr1 th {
	padding-top: 12px;
	padding-right: 0px;
	padding-left:60px;
	padding-bottom: 12px;
	vertical-align: middle;
	text-align: left;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
 
table.brwsr1 td {
	padding-top: 12px;
	padding-right: 8px;
	padding-left: 0px;
	padding-bottom: 12px;
	vertical-align: middle;
	text-align: left;
	color: #333;
	border-bottom: #333 1px solid;
	font-size: 13px;
}
 
table.brwsr1 th.r1 {
    width: 100px;
	border-bottom: #333 1px solid;
}
 
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
	width: 400px;
}
 


/* ------------------------------------------------------------ */
/* フッター */
/* ------------------------------------------------------------ */

div#footer_wrap {
	width: 100%;
	height: 213px;
	position: relative;
	background-image:url(../img/footer_back.png)
}
div#footer_wrap div#footer {
	width:860px;
	margin:15px auto;
	color:#FFF;
	padding:10px 20px;
	text-align:left;
}
div#footer_wrap div#footer ul {
	margin:0 auto;
	width:auto;
	width:540px;
}
div#footer_wrap div#footer ul li {
	float:left;
	margin-right:20px;
}
div#footer_wrap div#footer ul li a {
	color:#FFF;
}
div#footer_wrap div#footer p {
	margin-top:60px;
	font-size:10px;
	text-align:left;
}

div#footer_wrap div#footer img {
	margin-top:90px;
	}