﻿*{margin:0;padding:0;}
a img {
	border-style:none;
}
/* 全体の指定　ここから */
body {
    text-align: center; /* center on ie */
    width: 100%;
	margin:auto;
}
.stylef {
				text-align: center;
	margin:auto;
	width:800px;
}
.stylef img {
	margin:0;
	padding:0;
}
.stylef .ltop {
				text-align: right;
				width:400px;
				float:left;
}
.stylef .rtop {
				text-align: left;
				width:400px;
				float: right;
}

.style1 {
				text-align: center;
}

#container {
    text-align: left;
    margin: 0 auto; /* center on everything else */
    width: 820px;
	font-size:small;
}
/* 全体の指定　ここまで */

/* ヘッダー　ここから */
div.header{
	width: 820px;
	background: url(picture/header_bg.jpg) no-repeat bottom;
	margin:0px;
}
div.header .inner	{
	padding-left: 15px;
}
div.header .inner	 .p{
	padding: 0;
	margin: 0;
}
div.header .inner	 .logo{
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}
div.header .inner	 .rmenuw{
	padding-right: 20px;
	padding-top: 5px;
	margin: 0;
	height:10px;
}
div.header .inner	 .rmenu{
   float: right;
	padding: 0;
	margin: 0;
	width:18em;
}

div.header .inner .rmenu	 li {
   padding-left: 2em;
   background: url(picture/list_y.gif) no-repeat 10px 3px;
   text-decoration: none;
   list-style: none;
   font-size:small;
   font-weight:bold;
   color:#000;
   float: left;
}
div.header .inner .rmenu	 li a{
   text-decoration: none;
   font-size:small;
   font-weight:bold;
   color:#000;
}
div.header .inner .rmenu	 li a:hover{
	text-decoration: underline;
	font-size: small;
	font-weight: bold;
	color: #000;
}
div.header .inner.clearLeft { 
clear: left; 
}
.clearfix{
  display:block;
}
/* ヘッダー　ここまで */


/* グローバルナビ　ここから */
#glonav {
	width: 792px;
	margin: 0px;
	padding: 0px 0px 35px 0px;
}
#glonav em{
	visibility: hidden;
}

#glonav ul {
	width: 792px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	list-style-type: none;
}
#glonav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#glonav li a {
	text-decoration: none;
	display: block;
}	 
#glonav li#glonav01 a {
	background: url(picture/glo_nav.jpg) 0px 0px no-repeat;
	display:block;
	width:198px;
	height:45px;
}
#glonav li#glonav02 a {
	background: url(picture/glo_nav.jpg) -198px 0px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}
#glonav li#glonav03 a {
	background: url(picture/glo_nav.jpg) -396px 0px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}
#glonav li#glonav04 a {
	background: url(picture/glo_nav.jpg) -594px 0px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}


#glonav li#glonav01_on a {
	background: url(picture/glo_nav.jpg) 0px -45px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}
#glonav li#glonav02_on a {
	background: url(picture/glo_nav.jpg) -198px -45px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}
#glonav li#glonav03_on a {
	background: url(picture/glo_nav.jpg) -396px -45px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}
#glonav li#glonav04_on a {
	background: url(picture/glo_nav.jpg) -594px -45px no-repeat;
	display: block;
	width: 198px;
	height: 45px;
}


#glonav li#glonav01 a:visited {
	background: url(picture/glo_nav.jpg) 0px 0px no-repeat;
}
#glonav li#glonav02 a:visited {
	background: url(picture/glo_nav.jpg) -198px 0px no-repeat;
}
#glonav li#glonav03 a:visited {
	background: url(picture/glo_nav.jpg) -396px 0px no-repeat;
}
#glonav li#glonav04 a:visited {
	background: url(picture/glo_nav.jpg) -594px 0px no-repeat;
}


#glonav li#glonav01 a:hover {
	background: url(picture/glo_nav.jpg) 0px -92px no-repeat;
}
#glonav li#glonav02 a:hover {
	background: url(picture/glo_nav.jpg) -198px -92px no-repeat;
}
#glonav li#glonav03 a:hover {
	background: url(picture/glo_nav.jpg) -396px -92px no-repeat;
}
#glonav li#glonav04 a:hover {
	background: url(picture/glo_nav.jpg) -594px -92px no-repeat;
}

#glonav li#glonav01 a:active {
	background: url(picture/glo_nav.jpg) 0px 0px no-repeat;
}
#glonav li#glonav02 a:active {
	background: url(picture/glo_nav.jpg) -198px 0px no-repeat;
}
#glonav li#glonav03 a:active {
	background: url(picture/glo_nav.jpg) -396px 0px no-repeat;
}
#glonav li#glonav04 a:active {
	background: url(picture/glo_nav.jpg) -594px 0px no-repeat;
}
/* グローバルナビ　ここまで */

/* メイン画像　ここから */
div.topp{
	width: 820px;
}
div.topp .inner	{
	padding: 0 25px;
}
/* メイン画像　ここまで */

/* 内容　ここから */
div.column	{
	width: 820px;
	background: url(picture/bg5.jpg) repeat-y;
}
div.column .inner	{
	background: url(picture/mainbg_t.jpg) no-repeat;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 25px;
}
div.column .innerb	{
	width: 820px;
	background: url(picture/bgb.jpg) no-repeat bottom;
	padding-top: 55px;
}


div.column .inner .mainmenul	{
	padding:0;
	margin:0;
}
div.column .inner .mainmenur	{
	padding:0;
	margin:0;
}
div.column .inner .contents_l	{
	float:left;
	width:560px;
	padding:0;
	margin-right:5px;
}
div.column .inner .contents_r	{
	float:right;
	width:204px;
	padding:0px;
	border:0px;
	margin-bottom:30px;
}
div.column .innerb .footer	{
}

div.column .inner .rmenu{
	float: right;
	padding: 0;
	margin-bottom: 1.5em;
	height: 1em;
	width: 6em;
	border: none;
	vertical-align: top;
	font-weight: normal;
}
div.column .inner .rmenu img{
    float: left;
	padding: 0;
	margin-right: 3px;
}

/* product用 */
div.column .inner .contents_lp	{
	float:left;
	width:180px;
	padding:0;
	margin-right:5px;
	_margin-right:0px;/* ie6用 */
}
div.column .inner .contents_rp	{
	float: right;
	width: 585px;
	padding: 0px;
	border: 0px;
	margin-bottom:30px;
	line-height:1.2em;
}

/* top右の縦メニュー */
#trmenu {
    width:202px;
    height:330px;
}
#tmenu {
    width:200px;
    height:80px;
    background-image: url(picture/dlmenu.jpg);
    background-repeat: no-repeat;
}
#tmenu em{
	visibility: hidden;
}
#tmenu ul {
    margin:0;
    padding: 0;
}
#tmenu li {
    list-style-type: none;
    margin:0;
    padding: 0;
}
#tmenu li a {
    width: 200px;
    height:0pt;
    background-image: url(picture/dlmenu.jpg);
    background-repeat: no-repeat;
    display:block;
    padding-top:80px;
    overflow:hidden;
}
#tmenu li#cata a {
    background-position: 0px 0px;
}
#tmenu li#dl a {
    background-position: 0px -80px;
}
#tmenu li#service a {
    background-position: 0px -160px;
}
#tmenu li#ref a {
    background-position: 0px -240px;
}
#tmenu li#cata a:hover {
    background-position: -200px 0px;
}
#tmenu li#dl a:hover {
    background-position: -200px -80px;
}
#tmenu li#service a:hover {
    background-position: -200px -160px;
}
#tmenu li#ref a:hover {
    background-position: -200px -240px;
}


/* top右のEZメニュー */
#ezmenu {
    width:200px;
    line-height:1.5em;
}
#ezmenu .pic {
	margin-top:5px;
}


div.column .inner .left	{
	float:left;
	width:365px;
	padding:0;
	margin-right:5px;
}
div.column .inner .right {
	float:left;
	width:180px;
	padding:0;
	margin-right:5px;
}
div.column .inner .both {
	clear: both;
	margin-bottom:5px;
}

div.column .inner:after {
	content: "";
	display: block;
	clear: both;
}



/*  top左の商品別メニュー　ここから */
ul.smenu01 {
	margin: 0;
	padding: 0;
	line-height: 1;
	background-color: #002448;
	list-style-type: none;
	width: 100%;
	font-weight:bold;
	font-size: 14px; /* 文字サイズ */
}

ul.smenu01 li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	font-size: 14px; /* 文字サイズ */
	font-weight:bold;
    background: url(picture/list_b.jpg) no-repeat 3px 10px;
}

ul.smenu01 li a {
	border-right: 1px solid #666;
	padding: 9px 16px;
	display: block;
	position: relative; /* for IE6 */
	color: #fff;
    background: url(picture/list_b.jpg) no-repeat 3px 10px;
	background-color: #002448;
	text-decoration: none;
	font-weight:bold;
	font-size: 14px; /* 文字サイズ */
}

ul.smenu01 li a:hover {
	background-color: #002448;
	color: #CC0000;
    background: url(picture/list_b.jpg) no-repeat 3px 10px;
	font-weight:bold;
	text-decoration: none;
	font-size: 14px; /* 文字サイズ */
}

/* ClearFix */

ul.smenu01 {
	_height: 1px;
	min-height: 1px;
	/*¥*//*/
	height: 1px;
	overflow: hidden;
	/**/
}

ul.smenu01:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* 商品画像 */
div.smenubgr {
	margin: 0;
	padding: 0;
	height: 170px;
	width: 100%;
    background-repeat:repeat-x;
}
div.smenubgrs {
	margin: 0;
	padding: 0;
	height: 150px;
	width: 100%;
    background-repeat:repeat-x;
}

div.smenubgl {
	margin: 0;
	padding: 0;
	height: 170px;
	width: 100%;
    background-repeat:repeat-x;
}
div.smenutxt {
	margin: 0;
	padding: 0;
	height: 10em;
	width: 100%;
	background-color:#EAEAEA;
}
div.smenutxt p{
	line-height:1.2em;
	padding: 10px;
	margin: 0;
}

/* 更新情報 */
div.column .inner .newinfo	{
	width:550px;
	padding:0px;
	margin-bottom:40px;
	background-color:#E8E8E8;
}
div.column .inner .newinfo h4  {
	background: url(picture/new_bg.jpg) no-repeat;
	font-weight: bold;
	clear: both;
	color: #000;
	padding: 5px 15px 5px 15px;
}
div.column .inner .newinfo .ni  {
	background: url(picture/new_bg.jpg) no-repeat;
	font-weight: bold;
	clear: both;
	color: #000;
	padding: 5px 15px 5px 15px;
}
div.column .inner .newdate	{
	width:500px;
	padding: 5px 10px 5px 10px;
	background-color:#E8E8E8;
}
div.column .inner .newdate a	{
	color:#000;
}


/* top商品別メニュー　ここまで */

/* product商品案内共通メニュー */
.mails { 
	margin-bottom: 30px;  
	padding :0; 
	width:175px;
}
.mails .text{ 
	margin: 0;  
	padding :0; 
}
.mails ul { 
	margin: 0;  
	padding :0; 
	list-style-type : none; 
}
.mails li { 
	display : inline; 
	padding :0; 
	margin:0; 
}
.mails li.t0 a {
	display: block;
	background-color: #19448e;
	font-size: medium;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 1px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.mails li.t0 a:hover {
	display: block;
	background-color: #0C2145;
	font-size: medium;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 1px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.mails li.t1 a {
	display: block;
	background-color: #abced8;
	font-size: small;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-top: 1px;
	margin-left:0px;
}
.mails li.t1 a:hover {
	display: block;
	background-color: #6CA9BB;
	font-size: small;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #fff;
	margin-top: 1px;
	margin-left:0px;
}
.mails li.t2 a {
	display: block;
	background-color: #b6c2c8;
	font-size: small;
	padding-left: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0px 0px;
	margin-top: 1px;
	margin-left:0px;
}
.mails li.t2 a:hover {
	display: block;
	background-color: #99AAB3;
	font-size: small;
	padding-left: 2.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	margin: 0px 0px;
	margin-top: 1px;
	margin-left:0px;
}
.mails li.t3 a {
	display:block; 
	border-left:6px solid #abced8;
	border-bottom:1px solid #fff;
	background-color:#f3f3f2;
	font-size:small;
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration:none;
	color:#000;
	display: block;
	margin-left:0px;
}
.mails li.t3 a:hover {
	display: block;
	border-left: 6px solid #abced8;
	border-bottom: 1px solid #fff;
	background-color: #DADAD8;
	font-size: small;
	padding-left: 2em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	margin-left:0px;
}
.mails li.t4 a {
	display:block; 
	border-left:6px solid #b6c2c8;
	border-bottom:1px solid #fff;
	background-color:#f3f3f2;
	font-size:small;
	padding-left: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration:none;
	color:#000;
	display: block;
	margin-left:0px;
}
.mails li.t4 a:hover {
	display: block;
	border-left: 6px solid #b6c2c8;
	border-bottom: 1px solid #fff;
	background-color: #DADAD8;
	font-size: small;
	padding-left: 3em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #000;
	display: block;
	margin-left:0px;
}
.mails li.t5 a {
	display:block; 
	border-left:6px solid #19448e;
	border-bottom:1px solid #fff;
	background-color:#f3f3f2;
	font-size:small;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration:none;
	color:#000;
	display: block;
	margin:0px 0px;
}
.mails li.t5 a:hover {
	display:block; 
	border-left:6px solid #19448e;
	border-bottom:1px solid #fff;
	background-color: #DADAD8;
	font-size:small;
	padding-left: 1.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration:none;
	color:#000;
	display: block;
	margin:0px 0px;
}
.mails li.t6  {
	display: block;
	background-color: #19448e;
	font-size: medium;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	margin-top: 10px;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.mails li.t7  {
	display: block;
	background-color: #19448e;
	font-size: medium;
	padding-left: 0.5em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-decoration: none;
	color: #fff;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.mails .search  {
	padding: 0.5em;
	margin: 0;
	background-color:#f3f3f2;
	display: block;
}


/* メインコンテンツ共通 */
.contents_rp a  {
	text-decoration: none;
	color:#000000;
}
.contents_rp a:hover  {
	color: #000000;
	text-decoration: underline;
}

.contents_rp .ora a  {
	color: #003366;
	text-decoration: underline;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
.contents_rp .ora a:hover  {
	color: #EC7600;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

/* product商品案内トップメニュー */
.contents_rp .box  {
	width:585px;
	padding: 0;
	margin: 0;
}
.contents_rp .box .boxx {
	width:560px;
	padding: 10px;
	margin: 0;
}

.contents_rp .text  {
	padding: 0;
	margin: 0;
}

.mmid  {
	background: url(picture/h2_bg.jpg) repeat-x left top;
	height:40px;
	padding:10px;
	margin-bottom: 7px;
}
.mmid span.txtL {
	display:inline;
	float:left;
	padding:2px;
}
.mmid span.txtR {
	display:inline;
	float:right;
	font-size:9pt;
	font-weight:normal;
	padding:5px;
}
h1 {
	font-size:9pt;
	font-weight:normal;
	display:inline;
}
div.column .inner h1  {
	font-size: medium;
	font-weight: bold;
	clear: both;
	color: #000;
	padding: 13px;
	margin-bottom: 7px;
	background: url(picture/h2_bg.jpg) repeat-x top left;
	display:block;
}
div.column .inner h2  {
	font-size: medium;
	font-weight: bold;
	clear: both;
	color: #000;
	padding: 13px;
	margin-bottom: 7px;
	background: url(picture/h2_bg.jpg) repeat-x top left;
	display:block;
}
.contents_rp h3  {
	font-weight: bold;
	clear: both;
	color: #313131;
	width: 262px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	padding-left: 10px;
	margin-bottom: 0.5em;
	background: #dcdcdc;
	font-size: small;
	height: 1.3em;
}
.contents_rp h4 {
	border-style: solid;
	border-color: #2580a2;
	border-width: 1px;
	padding: 5px 10px;
	margin-bottom: 3px;
	background-color: #ffffff;
	display: block;
}
.inner h5 {
	padding:3px;
	margin:2px;
	border-left:#6CA9BB 8px solid;
	border-bottom:#6CA9BB 1px solid;
	font-size: small;
	font-weight: bold;
	color:#333;
}

.contents_rp .menuboxl  {
	width: 277px;
	padding: 0px;
	float:left;
}
.contents_rp .menuboxr  {
	width: 277px;
	padding: 0px;
	float:right;
}
.contents_rp .p_photo_l img {
	float:left;
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.p_photo img {
	border: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	padding: 0px;
	margin-left: 1px;
	margin-bottom: 1px;
}
.n_photo img {
	padding: 0px;
	margin: 5px 0;
}
.nl_photo img {
	float:left;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* //////////////////////////////////// */
/* テーブル指定
/* //////////////////////////////////// */

table.tbl_nomal {
	margin-bottom: 10px;
	border-top: 1px #6CA9BB solid;
	border-left: 1px #6CA9BB solid;
	width: 585px;
}
table.tbl_nomal caption{
	text-align: left;
	font-weight: bold;
	font-size: 110%;
}
table.tbl_nomal th{
	border-bottom: 1px #6CA9BB solid;
	border-right: 1px #6CA9BB solid;
	padding: 3px 5px;
	width: 7em;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal th.th_long{
	border-bottom: 1px #6CA9BB solid;
	border-right: 1px #6CA9BB solid;
	background-color: #eaf4fc;
	padding: 3px 5px;
	width: 20em;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal td{
	border-bottom: 1px #6CA9BB solid;
	border-right: 1px #6CA9BB solid;
	padding: 3px 5px;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal th.th_color {
	background-color: #eaf4fc;
	width: 7em;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal th.th_color_p {
	background-color: #EBE1FF;
	width: 7em;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal th.th_color_g {
				background-color: #EEFFE1;
				width: 7em;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal th.th_color_y {
				background-color: #FBFFE1;
				width: 7em;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal td.th_color {
	background-color: #eaf4fc;
	width: 7em;
	height:1.5em;
	font-weight:normal;
	vertical-align:middle;
}
table.tbl_nomal td.td_color {
	background-color: #FFF;
	height:1.5em;
	vertical-align:middle;
}
table.tbl_nomal td.td_color_b {
				background-color: #eaf4fc;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal td.td_color_p {
				background-color: #EBE1FF;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal td.td_color_g {
				background-color: #EEFFE1;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal td.td_color_y {
				background-color: #FBFFE1;
				height: 1.5em;
				vertical-align: middle;
}
table.tbl_nomal td.link {
	background-color: #FFF;
	height:1.5em;
	vertical-align:middle;
	width:60%;
}


/* ----------- ダウンロード用 ----------- */
table.tbl_dl {
	border-bottom: 1px #6CA9BB solid;
	width: 100%;
	height:1.5em;
	border-collapse:collapse;
}
table.tbl_dl td.td_color {
	border-bottom: 1px #6CA9BB solid;
	background-color: #eaf4fc;
	text-align: center;
	font-weight:bold;
	height:1.5em;
	vertical-align:middle;
	width:33%;
}
table.tbl_dl td.td_bt {
	border-bottom: 1px #6CA9BB solid;
	background-color: #eaf4fc;
	text-align: center;
	font-weight:bold;
	vertical-align:middle;
	height:1.5em;
	width:10%;
}
table.tbl_dl td.td_tl {
	border-bottom: 1px #6CA9BB solid;
	text-align: left;
	vertical-align:middle;
	font-weight:bold;
	height:1.5em;
}
table.tbl_dl td.td_btt {
	border-bottom: 1px #6CA9BB solid;
	vertical-align:middle;
	text-align: right;
	height: 1.5em;
}
table.tbl_dl td.tdr_btt {
	border-bottom: 1px #6CA9BB solid;
	vertical-align:middle;
	text-align: left;
	height: 1.5em;
}

/* ----------- 問合せフォーム ----------- */
.myform{
	margin: 0 auto;
	width: 500px;
	padding: 14px;
	line-height: normal;
	max-height: 100%;
	height: 100%;
}
button{border:0; margin:0; padding:0;}
form{border:0; margin:0; padding:0;}
h1{border:0; margin:0; padding:0;}
#myform　p{border:0; margin:0; padding:0;}
#myform　spacer{clear:both; height:1px;}
/* ----------- stylized ----------- */
#stylized{
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
	height: 100%;
	min-height:100%;
}
#stylized .mid {
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
}
#stylized p{
	color: #666666;
	margin-bottom: 20px;
	border-bottom: solid 1px #b7ddf2;
	padding-bottom: 10px;
	font-size: 11px;
}
#stylized label{
	display: block;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 200px;
	color: #666666;
}
#stylized .lab2{
	text-align: left;
}
#stylized .small{
	display: block;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	width: 200px;
	color: #666666;
}
#stylized input{
	float: left;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 210px;
	margin: 2px 0 20px 10px;
	font-size: 12px;
}
#stylized .txt{
	float: left;
	padding: 4px 2px;
	width: 210px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
	font-size: 12px;
}

#stylized select{
	float: left;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	width: 210px;
	margin: 2px 0 20px 10px;
	font-size: 12px;
}
#stylized textarea{
	float: left;
	font-size: 12px;
	padding: 4px 2px;
	border: solid 1px #aacfe4;
	margin: 2px 0 20px 10px;
	width: 210px;
}
#stylized button{
	clear: both;
	margin-left: 250px;
	width: 125px;
	height: 31px;
	background: #666666 url(img/button.png) no-repeat;
	text-align: center;
	line-height: 31px;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	cursor:pointer;
}
#stylized .red{
	color: #b22222;
	font-weight: normal;
}
/* フォーム　ここまで */

#l-wide {
	width: 770px;
}
.pri{
	width: 95%;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

#l-wide h4 {
	border-style: solid;
	border-color: #2580a2;
	border-width: 1px;
	padding: 5px 10px;
	margin-bottom: 3px;
	background-color: #ffffff;
	font-size: medium;
	display: block;
}
#l-wide ol {
	margin: 0px 0px 7px 0px;
	padding-left: 2em;
}
#l-wide ol li {
	list-style: decimal;
}
#l-wide a  {
	text-decoration: none;
	color:#000000;
}
#l-wide a:hover  {
	color: #000000;
	text-decoration: underline;
}

/* QAここから */
ul.yo1 {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-weight: bold;
	font-size: medium;
}
ul.yo2 {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-weight: bold;
	font-size: medium;
	background-color: #FFEAB0;
	vertical-align:middle;
}
ul.yg2 {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-weight: normal;
}
ul.q {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-weight: bold;
	background-color: #FFF4D7;
}
ul.a {
	padding: 0;
	margin: 10px 0 0 0;
	list-style: none;
	font-weight: normal;
}
li.yo1 {
	padding: 5px 5px 5px 30px;
	background: url(picture/yo1.gif) no-repeat 0.7em 0.5em;
	font-size: medium;
}
li.yo2 {
	padding: 5px 5px 5px 30px;
	background: url(picture/yo1.gif) no-repeat 0.7em 0.5em;
	font-size: medium;
	background-color: #FFEAB0;
}
li.yg2 {
	padding: 0 0 4px 28px;
	background: url(picture/yg2.gif) no-repeat 10px 2px;
	font-weight: normal;
}
li.q {
	padding: 0 0 0px 30px;
	background: url(picture/qo.gif) no-repeat 10px 2px;
	background-color: #FFF4D7;
}
li.a {
	padding: 0 0 0px 30px;
	background: url(picture/ag.gif) no-repeat 10px 2px;
	font-weight: normal;
}
hr.dot	{
	border-bottom: 1px;
	border-style:dotted;
}
.leftbox0 { 
	float:left;
}
.douga {
	text-align: center;
	margin-left:300px;
}

table.tbl_qa {
	border-top: 1px #6CA9BB solid;
	border-left: 1px #6CA9BB solid;
	border-collapse:collapse;

}
table.tbl_qa td{
	margin: 0px;
	border-bottom: 1px #6CA9BB solid;
	border-right: 1px #6CA9BB solid;
	padding: 3px 5px;
	height: 1.5em;
	vertical-align:middle;
	white-space:nowrap;
	text-align: center;
}
table.tbl_qa th{
	margin: 0px;
	border-bottom: 1px #6CA9BB solid;
	border-right: 1px #6CA9BB solid;
	background-color: #eaf4fc;
	padding: 3px 5px;
	vertical-align: middle;
	text-align: center;
	white-space:nowrap;
}

/* QAここまで */

/* パンクズここから(未使用) */
div.pk	{
	width: 820px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.pk a  {
	text-decoration: underline;
	color:#000000;
}
div.pk a:hover  {
	color: #000000;
	text-decoration: none;
}
/* パンクズここまで */
/*============パンクズリスト============*/
#pnkz {
margin: 0; 
padding: 0; 
list-style-type: none; 
font-size: 100%; 
}
#pnkz li{
	display: inline-block;
	font-size: 100%;
}
#pnkz li a{
color: #000000;
text-decoration: underline;
}
#pnkz li a:hover{
color: #000000;
border-bottom:thin;
text-decoration: none;
}
/*============パンクズリスト============*/
div.catap	{
	width: 95%;
	border:1px;
	border-color:#CCCCCC;
	border-style:double;
	padding:10px;
	margin:10px;
}
div.catap ol	{
	list-style:disc;
	
}
/* 作図 */
.movie { 
	width: 300px;
	height: 250px;
	float:left;
	padding: 10px;
	margin:10px;
}
.movie0 {
	float: left;
	padding: 10px;
	margin: auto;
	vertical-align: middle;
	text-align: center;
}
/* リフォーム */
.rfo { 
	width:200px;
	float:left;
	padding: 10px;
}
.rfo0 {
	width:300px;
	float: left;
	padding: 10px;
}
.rfol {
	width: 72%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
}
.rfor {
	width: 22%;
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	text-align:center;
}
.rfoy {
	width:auto;
	padding: 10px;
	text-align:center;
}
.rfoc {
	width: auto;
	text-align: left;
}


/* 内容　ここまで */

/* フッター文字小 */
div.foxs	{
	font-size: x-small;
}

#fnavi {
text-align:center;
font-size:small;
}
#fnavi a  {
	text-decoration: underline;
	color: #000000;
}
#fnavi a:hover  {
	color: #000000;
	text-decoration: underline;
}

#fnavi ul {
display:inline;
padding-left:10px;
border-left:1px solid #000000;
}
#fnavi li {
display:inline;
padding-left:10px;
padding-right:10px;
border-right:1px solid #000000;
}
