@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;
	min-width:960px;
	_display: inline;
	_zoom:1;
}
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 12pt 0;
	padding:0;
}

p.text {
	margin:0 0 12pt 0;
	padding:0;
}

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

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



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

div#header {
	width:960px;
	margin:0 auto;
	padding-top:30px;
	position:relative;

}



/* Menu */

 
 
  .menu ul{
  width:960px;  
  margin:0 auto ;
  padding:0;
  position:relative;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  position:relative;
  float: left;
  width: 192px;/*親メニューの幅*/
  height: 81px;/*親メニューの高さ*/
}

.menu ul li ul {
  position: absolute;
  top: 65px;/*親メニューの高さと同じにする*/
  width: 160px;
  z-index: 100;
}
.menu ul li ul li {
  visibility: hidden;
  overflow: hidden;
  width: 280px;/*サブメニューの幅*/
  height: 0;
  padding:5px;
  background:#fff;/*サブメニューの背景色*/
  font-size:13px;
  text-align:left;
  line-height:40px;
}
.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background:#eee;/*ホバー時のサブメニューの背景色*/
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  height:40px;/*サブメニューの高さ*/
  z-index: 10;
}
.menu * {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
 
/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
div#main {
	width: 960px;
	height: 400px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #fff;
}

div#sub {
	width: 960px;
	height: 200px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	background-color: #fff;
}

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



/* ------------------------------------------------------------ */
/* left_cont */
/* ------------------------------------------------------------ */
div#left_cont {
	width:220px;
	float:left;
	margin-right:0px;
}


/** navigation **/
div#left_cont ul.navi {
	width:220px;
}

div#left_cont ul.navi li {
	margin-bottom:0px;
}
div#left_cont ul.navi li a {
	display:block;
	
}

div#left_cont ul.navi li mi {
	margin-bottom:0px;
	height:30px;
	background-color:#fff;
	border-bottom:1px;
	border-color:#00965c;
	font-size:11pt;
	color:#000;
	}

/* ------------------------------------------------------------ */
/* right_cont */
/* ------------------------------------------------------------ */
div#right_cont {
	width:715px;
	float:right;
}



/* ボックス */

div#box_top {
	background-image:url(../img/home_box_naka.jpg);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_top h1 {
	padding-left:33px;
	width:660px;
		}


div#box_pink {
	background-image:url(../img/box_pink_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_pink p {
	padding-left:33px;
	width:660px;
		}
		
		
div#box_mizu {
	background-image:url(../img/box_mizu_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_mizu p {
	padding-left:33px;
	width:660px;
		}
		
		

div#box_green {
	background-image:url(../img/box_green_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_green p {
	padding-left:33px;
	width:660px;
		}
		

div#box_purple {
	background-image:url(../img/box_purple_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_purple p {
	padding-left:33px;
	width:660px;
		}
		
		
div#box_ygreen {
	background-image:url(../img/box_ygreen_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_ygreen p {
	padding-left:33px;
	width:660px;
		}
		
		
div#box_orange {
	background-image:url(../img/box_orange_naka.gif);
	background-repeat:repeat-y;
	height:auto;
	font-size:12pt;
	}

div#box_orange p {
	padding-left:33px;
	width:660px;
		}
/*Q&A*/
div#faq_q {
	background:url(../img/qa_q.gif)no-repeat left center;
    padding-left: 50px;
	padding-top:13px;
	font-size:16px;
	height:50px;
	font-weight:bold;
	margin-bottom:20px;
	margin-top:40px
}

div#faq_a {
	background:url(../img/qa_a.gif) no-repeat left top;
    padding-left: 50px;
	font-size:13px;
	height:70px;
	margin-bottom:40px;
}



/* 会社案内 */

table.brwsr1 th {
	padding-top: 20px;
	padding-right: 8px;
	padding-left:15px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: center;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
 
table.brwsr1 td {
	padding-top: 20px;
	padding-right: 8px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: middle;
	text-align: left;
	color: #333;
	border-bottom: #999 1px dashed;
	border-top: #999 1px dashed;
	font-size: 13px;
}
 
table.brwsr1 th.r1 {
    width: 200px;
    background: #fff;
	border-bottom: #999 1px dashed;
	border-top: #999 1px dashed;
}
 
table.brwsr1 th.r2,
table.brwsr1 td.r2 {
	width: 550px;
	background: #FFF;
}
 
table.brwsr1 th.r2,
table.brwsr1 th.r3,
table.brwsr1 th.r4
 {
	text-align: left;
}



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

div#footer_wrap {
	width: 100%;
	height: 180px;
	background-image:url(../img/fotter_back.gif);
	margin: 30px 0 0px;
	position: relative;
}
div#footer_wrap div#footer {
	width:960px;
	margin:15px auto;
	color:#333;
	padding:10px 20px;
	text-align:left;
}

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:10px;
	text-align:center;
}


/**/
table.company {
	margin-bottom:20px;
	background-color:#FFF;
}
table.partners {
	color:#FFF;
	margin-bottom:20px;
}
table.partners td {
	border:1px #333 solid;
}

iframe {
	margin-bottom:20px;
}


ul.partners {
	list-style:decimal;
	margin-bottom:20px;
	list-style-position:inside;
	width:640px;
}
ul.partners li {
	list-style:decimal;
	list-style-position:inside;
	text-indent:-1em;
	margin-left:1em;
	margin-bottom:10px;
}

p.text span {
	width:100%;
	color:#B70000;
	font-size:110%;
}
p.text span.show {
	width:100%;
	color:#FFF0C2;
	font-size:110%;
}
p.text span.show2 {
	width:100%;
	color:#FFF;
	font-size:130%;
}


table.products {
	color:#000;
	margin-bottom:20px;
	color:#FFF;
	margin-top:10px;
}
table.products th {
	font-size:110%;
	text-align:left;
}
table.products td {
	font-size:85%;
}
table.products td span {
	color:#F00;	
}



ul.proType1 {
	margin-bottom:15px;
	float:left;
	background:#5B2900;
	padding:10px;
}
ul.proType1 li {
	width:146px;	
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
ul.proType1 li.last {
	width:146px;	
	float:left;
	margin-right:0px;
	margin-bottom:10px;
}


ul.proType11 {
	margin-bottom:15px;
	float:left;
	background:#5B2900;
	padding:10px;
}

ul.proType11 li {
	width:587px;
	margin-right:17px;
	margin-left:16px;
}



ul.proType2 {
	margin-bottom:15px;
	float:left;
	background:#5B2900;
	padding:10px;
}
ul.proType2 li {
	width:117px;	
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}
ul.proType2 li.last {
	width:117px;	
	float:left;
	margin-right:0px;
	margin-bottom:8px;
}
ul.proType1 p {
	font-size:85%;
}
ul.proType2 p {
	font-size:80%;
}


table.product {
	width:100%;
	background:#E8DACF;
	color:#000;
	margin-bottom:25px;
}
table.product td {
	padding: 3px 10px;
	border:#FFF 1px solid;
}


input[type="submit"] {
	background:url(../img/submit_btn.png) no-repeat;
	width:63px;
	height:32px;
	border:none;
}
