@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:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	background-color:#FFF;
	color:#222;
}
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:#0145A4;
	text-decoration:none;
}
a:visited {
	color:#0145A4;
	text-decoration:none;
}
a:hover {
	color:#0145A4;
	text-decoration:underline;
}
a:active {
	color:#0145A4;
	text-decoration:none;
}


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

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

p.text01 {
	margin:0 0 15px 0;
	padding:0;
	font-size:15px;
	font-weight:bold;
}

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

.line {
	width:100%;
  	min-height: 1px;
	border-bottom:#FFF solid 1px;
	margin-top:20px;
	margin-bottom:40px;
}

ul.point li {
	width:100px;	
	float:left;
	margin-right:8px;
}
ul.point li.last {
	width:100px;
	float:left;
	margin-right:0px;
}

ul.point2 {
	margin-bottom:15px;
	float:left
}
ul.point2 li {
	width:67px;	
	float:left;
	margin-right:4px;
}
ul.point2 li.last {
	width:67px;	
	float:left;
	margin-right:0px;
}


/* ------------------------------------------------------------ */
/* ヘッダー */
/* ------------------------------------------------------------ */
div#header_wrap {
	width:100%;
	border-bottom:5px solid #039;
}
div#header {
	width:860px;
	height:105px;
	margin:0 auto;
	position:relative;
}
div#header h1 a {
	background:url(../img/header_logo.gif);
	width:322px;
	height:100px;
	float:left;
	margin:0px 20px 5px;
	text-indent:-9999px;
	display:block;
}
div#header div#head_content {
	width:300px;
	float:right;
	text-align:right;
	margin:10px 20px 0;
	font-size:100%;
}
div#header div#head_content p {
	line-height:120%;
	font-size:80%;
	margin-top:10px;
}

/* ------------------------------------------------------------ */
/* コンテンツ */
/* ------------------------------------------------------------ */
div#main {
	width:100%;
	height:350px;
	margin:0 auto 20px;
	border-bottom:5px solid #039;
}
div#main_img {
	width:860px;
	height:350px;
	margin:0 auto ;
}
div#sub_img {
	width:860px;
	height:250px;
	margin:0 auto 15px;
}
div#content {
	width:860px;
	height:auto;
	position:relative;
	margin:0 auto;
}



/* ------------------------------------------------------------ */
/* left_cont */
/* ------------------------------------------------------------ */
div#left_cont {
	width:200px;
	float:left;
}


/** navigation **/
div#left_cont ul.navi {
	width:200px;
}
div#left_cont ul.navi li {
	margin-bottom:5px;
}
div#left_cont ul.navi li a {
	display:block;
	
}


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



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

div#footer_wrap {
	width:100%;
	height:100%;
	background:#FFF;
	border-top:#CCC solid 5px;
	margin:30px 0 0px;
	position:relative;
}
div#footer_wrap div#footer {
	width:860px;
	margin:15px auto;
	color:#260400;
	padding:10px 20px;
	text-align:center;
}
div#footer_wrap div#footer ul {
	margin:0 auto;
	width:auto;
	width:700px;
}
div#footer_wrap div#footer ul li {
	float:left;
	margin-right:20px;
}
div#footer_wrap div#footer ul li a {
	color:#260400;
}
div#footer_wrap div#footer p {
	margin-top:40px;
	text-align:center;
}


/**/
table.company {
	margin-bottom:20px;
}
table.partners {
	color:#000;
	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;
}