@charset "utf-8";




/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 reset
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	background: url("../images/bg_body.jpg") left top repeat-x;
	text-align: center;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 1.6;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,div,table,th,td {
	margin: 0;
	border: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing:0;
}

address,caption,em,strong,th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}

a:link,
a:active,
a:visited {
	color: #13509b;
	text-decoration: underline;
}
a:hover {
	color: #1b71dc;
	text-decoration: underline;
}

img {
	border: none;
	vertical-align: top;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 汎用スタイル
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* clearfix
------------------------------------------------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow:hidden;
	font-size:0.1em;
	line-height:0;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* textalign
------------------------------------------------------ */
.textright {text-align: right;}
.textleft {text-align: left;}
.textcenter {text-align: center;}


/* vertical align
------------------------------------------------------ */
.verticalmiddle {vertical-align: middle;}
.verticalbottom {vertical-align: bottom;}
.verticalbaseline {vertical-align: baseline;}


/* margin
------------------------------------------------------ */
.margin_t5 {margin-top: 5px;}
.margin_r5 {margin-right: 5px;}
.margin_b5 {margin-bottom: 5px;}
.margin_l5 {margin-left: 5px;}
.margin_t10 {margin-top: 10px;}
.margin_r10 {margin-right: 10px;}
.margin_b10 {margin-bottom: 10px;}
.margin_l10 {margin-left: 10px;}
.margin_t15 {margin-top: 15px;}
.margin_r15 {margin-right: 15px;}
.margin_b15 {margin-bottom: 15px;}
.margin_l15 {margin-left: 15px;}
.margin_t20 {margin-top: 20px;}
.margin_r20 {margin-right: 20px;}
.margin_b20 {margin-bottom: 20px;}
.margin_l20 {margin-left: 20px;}
.margin_t25 {margin-top: 25px;}
.margin_r25 {margin-right: 25px;}
.margin_b25 {margin-bottom: 25px;}
.margin_l25 {margin-left: 25px;}
.margin_t30 {margin-top: 30px;}
.margin_r30 {margin-right: 30px;}
.margin_b30 {margin-bottom: 30px;}
.margin_l30 {margin-left: 30px;}
.margin_t35 {margin-top: 35px;}
.margin_r35 {margin-right: 35px;}
.margin_b35 {margin-bottom: 35px;}
.margin_l35 {margin-left: 35px;}
.margin_t40 {margin-top: 40px;}
.margin_r40 {margin-right: 40px;}
.margin_b40 {margin-bottom: 40px;}
.margin_l40 {margin-left: 40px;}
.margin_t45 {margin-top: 45px;}
.margin_r45 {margin-right: 45px;}
.margin_b45 {margin-bottom: 45px;}
.margin_l45 {margin-left: 45px;}
.margin_t50 {margin-top: 50px;}
.margin_r50 {margin-right: 50px;}
.margin_b50 {margin-bottom: 50px;}
.margin_l50 {margin-left: 50px;}


/* padding
------------------------------------------------------ */
.padding_t5 {padding-top: 5px;}
.padding_r5 {padding-right: 5px;}
.padding_b5 {padding-bottom: 5px;}
.padding_l5 {padding-left: 5px;}
.padding_t10 {padding-top: 10px;}
.padding_r10 {padding-right: 10px;}
.padding_b10 {padding-bottom: 10px;}
.padding_l10 {padding-left: 10px;}
.padding_t15 {padding-top: 15px;}
.padding_r15 {padding-right: 15px;}
.padding_b15 {padding-bottom: 15px;}
.padding_l15 {padding-left: 15px;}
.padding_t20 {padding-top: 20px;}
.padding_r20 {padding-right: 20px;}
.padding_b20 {padding-bottom: 20px;}
.padding_l20 {padding-left: 20px;}
.padding_t25 {padding-top: 25px;}
.padding_r25 {padding-right: 25px;}
.padding_b25 {padding-bottom: 25px;}
.padding_l25 {padding-left: 25px;}
.padding_t30 {padding-top: 30px;}
.padding_r30 {padding-right: 30px;}
.padding_b30 {padding-bottom: 30px;}
.padding_l30 {padding-left: 30px;}
.padding_t35 {padding-top: 35px;}
.padding_r35 {padding-right: 35px;}
.padding_b35 {padding-bottom: 35px;}
.padding_l35 {padding-left: 35px;}
.padding_t40 {padding-top: 40px;}
.padding_r40 {padding-right: 40px;}
.padding_b40 {padding-bottom: 40px;}
.padding_l40 {padding-left: 40px;}
.padding_t45 {padding-top: 45px;}
.padding_r45 {padding-right: 45px;}
.padding_b45 {padding-bottom: 45px;}
.padding_l45 {padding-left: 45px;}
.padding_t50 {padding-top: 50px;}
.padding_r50 {padding-right: 50px;}
.padding_b50 {padding-bottom: 50px;}
.padding_l50 {padding-left: 50px;}


em, strong {
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.no_bg {
	background: none !important;
}

.no_border {
	border: none !important;
}

.no_margin {
	margin: 0 !important;
}

.no_wrap {
	white-space: nowrap;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}

.clear {
	clear: both;
}

.right {
	float: right;
}

.left {
	float: left;
}

.paging {
	padding:6px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-top:10px;
	margin-bottom:30px;
	text-align:center;
}

.paging img {
	vertical-align:middle;
}

.lastChild {
	margin-right: 0px !important;
	border-right: none !important;
	border-bottom: none !important;
}

.fcred {
	color: #fd1a1f;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 レイアウト
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* 全体
------------------------------------------------------ */
#wrapper {
	width: 942px;
	margin: 0 auto;
	background: url("../images/bg_wrapper.gif") left top repeat-y;
	text-align: left;
}

#container {
	background: url("../images/bg_container.jpg") left top no-repeat;
}

/* ------------------------------------------------------
 ヘッダー
------------------------------------------------------ */
#header {
	height: 75px;
	margin-left: 1px;
	margin-right: 1px;
	background: url("../images/bg_header.gif") left top repeat-x;
}

/* ------------------------------------------------------
 コンテンツ
------------------------------------------------------ */
#contents {
	margin-top: 9px;
}

/* ------------------------------------------------------
 フッター
------------------------------------------------------ */
#footer {
	margin-left: 11px;
	margin-right: 11px;
	padding-top: 15px;
	padding-bottom: 4px;
	border-top: 2px solid #e6ebf6;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 共通モジュール
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
h1 {
	position: relative;
	top: 6px;
	left: 20px;
	font-size: 10px;
	color: #666;
}

#logo {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-top: 9px;
}

#tel {
	float: right;
	position: relative;
	top: 3px;
	right: 10px;
}

#g_navi {
	margin-left: 1px;
}

#g_navi li {
	float: left;
}

#pagetop p {
	display: inline;
	float: right;
	margin-top: 20px;
	margin-right: 18px;
	margin-bottom: 8px;
}

#pagetop img {
	vertical-align: bottom;
}

#f_navi {
	display: inline;
	float: left;
	width: 400px;
	margin-left: 7px;
}

#f_navi li {
	float: left;
	font-size: 10px;
	color: #8d8d8d;
}

#f_navi li a {
	color: #8d8d8d;
}

#f_right {
	display: inline;
	float: right;
	margin-right: 5px;
}

address {
	margin-bottom: 3px;
	text-align: right;
}

address img {
	vertical-align: bottom;
}

#copyright {
	font-size: 10px;
}

h2#pagetitle {
	padding-top: 5px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.block1 {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 40px;
}

.block1 #lead {
	margin-bottom: 20px;
}

.block1 h3 {
	height: 28px;
	margin-bottom: 15px;
	padding-top: 7px;
	padding-left: 15px;
	background: url("../images/bg_title_h3.gif") left top no-repeat;
	font-size: 15px;
	font-weight: bold;
	
}

.block1 h4 {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}

.block1 h5 {
	/*margin-top: 20px;*/
	margin-bottom: 10px;
	font-weight: bold;
}

.block1 h6 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
}

.block1 ul {
	margin-bottom: 10px;
}

.block1 .box1 {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}

.block1 .box1 .col_l {
	float: left;
	width: 250px;
	margin-right: 10px;
}

.block1 .box1 .col_r {
	float: right;
	width: 635px;
}

.tbl {
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #d1d2d3;
}

.tbl th {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 7px;
	padding-right: 10px;
	border: 1px solid #d1d2d3;
	background: #f0f0f0;
	font-weight: bold;
}

.tbl td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d1d2d3;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++++++
 各ページスタイル
++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* トップページ
------------------------------------------------------ */
#top_left_col {
	display: inline;
	float: left;
	width: 645px;
	margin-left: 11px;
	margin-right: 10px;
}

#topimage {
	margin-bottom: 8px;
}

.t_block1 {
	margin-top: 10px;
}

.t_block1 .tleft,
.t_block2 .tleft {
	float: left;
	width: 318px;
}

.t_block1 .tright,
.t_block2 .tright {
	float: right;
	width: 318px;
}

.t_block1 h3 {
	height: 22px;
	margin-bottom: 9px;
	padding-top: 4px;
	padding-left: 13px;
	background: url("../images/bg_title_tblock1.gif") left top no-repeat;
	font-weight: bold;
	color: #242323;
	border-right:1px solid #ccc;
}

.t_block1 h4,
.t_block2 h4 {
	margin-top: 7px;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 14px;
}

.t_block1 .box1 {
	/*height: 122px;*/
	height:1%;
	padding-left: 105px;
	padding-right: 5px;
	padding-bottom:5px;
	border: 1px solid #c7c7c7;
}

.t_block1 #lineup1 { background: url("../images/bg_tbox_1.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup2 { background: url("../images/bg_tbox_2.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup3 { background: url("../images/bg_tbox_3.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup4 { background: url("../images/bg_tbox_4.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup5 { background: url("../images/bg_tbox_5.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup6 { background: url("../images/bg_tbox_6.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup9 { background: url("../images/bg_tbox_9.gif") 10px 10px no-repeat #fff; }
.t_block1 #lineup10 { background: url("../images/bg_tbox_10.gif") 10px 10px no-repeat #fff; }

.t_block2 {
	height: 153px;
	margin-top: 15px;
	margin-bottom: 13px;
}

.t_block2 h3 {
	height: 22px;
	margin-bottom: 11px;
	padding-top: 4px;
	padding-left: 13px;
	background: url("../images/bg_title_tblock2.gif") left top no-repeat;
	font-weight: bold;
	color: #242323;
	border-right:1px solid #ccc;
}

.t_block2 .box1 {
	/*height: 104px;*/
	height:1%;
	background-color:#fff;
	padding-left: 105px;
	padding-right: 5px;
	border: 1px solid #c7c7c7;
	padding-bottom:5px;
}

.t_block2 #lineup7 { background: url("../images/bg_tbox_7.gif") 10px 10px no-repeat #fff; }
.t_block2 #lineup8 { background: url("../images/bg_tbox_8.gif") 10px 10px no-repeat #fff; }

#info h2 {
	height: 24px;
	background: url("../images/title_info.gif") left top no-repeat;
	text-indent: -9999px;
}

#info ul {
	margin-top: 10px;
	height:195px;
	overflow-x:hidden;
	overflow-y:auto;
}

#info li {
	margin-left: 2px;
	margin-bottom: 5px;
}

#info .date {
	float: left;
	width: 100px;
	padding-left: 20px;
	background: url("../images/arrow1.gif") left center no-repeat;
}

#info .cont {
	float: left;
	width: 510px;
}

#info a {
	color: #182b5a;
}

#info a:hover {
	color: #1b71dc !important;	
}

#info li img {
	vertical-align:middle;
}

#top_right_col {
	float: left;
	width: 265px;
}

#top_right_col .box1 {
	height: 232px;
	padding-top: 18px;
	background: #fcf9e2;
}

#top_right_col .box1 h2 {
	height: 42px;
	margin-left: 15px;
	background: url("../images/title_top_right_box1.gif") left top no-repeat;
	text-indent: -9999px;
}

#top_right_col .box1 p {
	width: 235px;
	margin: 0px auto;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #d2d2d2;
}

#top_right_col .box2 {
	margin-top: 18px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}

#top_right_col .box2 h3 {
	height: 14px;
	margin-left: 2px;
	margin-bottom: 9px;
	background: url("../images/title_top_right_box2.gif") left top no-repeat;
	text-indent: -9999px;
}

#top_right_col .box2 dl {
	margin-left: 2px;
	padding-top: 10px;
	padding-left: 90px;
}

#top_right_col .box2 dl#ss1 {
	height: 100px;
	background: url("../images/bg_top_right_box2_1.jpg") left top no-repeat;
}

#top_right_col .box2 dl#ss2 {
	height: 97px;
	background: url("../images/bg_top_right_box2_2.jpg") left top no-repeat;
}

#top_right_col .box2 dl#ss3 {
	height: 95px;
	background: url("../images/bg_top_right_box2_3.jpg") left top no-repeat;
}

#top_right_col .box2 dt {
	margin-bottom: 5px;
	font-size: 10px;
}

#top_right_col .box2 dd {
	padding-right: 5px;
	font-size: 10px;
	line-height: 1.8;
}

#top_right_col .box3 {
	margin-top: 28px;
	margin-left: 2px;
	margin-right: 2px;
}

#top_right_col .box3 h3 {
	height: 15px;
	margin-left: 2px;
	margin-bottom: 9px;
	background: url("../images/title_top_right_box3.gif") left top no-repeat;
	text-indent: -9999px;
}

#top_right_col .box3 p {
	height: 65px;
	padding-left: 10px;
	padding-top: 7px;
	background: #fcf9e2;
}

#top_right_col .box3 ul {
	margin-left: 2px;
	margin-top: 10px;
}

#top_right_col .box3 ul li {
	padding-left: 20px;
	background: url("../images/icon_pdf.gif") left center no-repeat;
}

#top_right_col .box3 ul li a {
	color: #182b5a;
}

#top_right_col .box3 ul li a:hover {
	color: #1b71dc !important;	
}

#top_right_col .box4 {
	margin-top: 22px;
	font-size: 10px;
}

#top_right_col .box4 h3 {
	height: 24px;
	margin-left: 2px;
	margin-bottom: 9px;
	background: url("../images/title_top_right_box4.gif") left top no-repeat;
	text-indent: -9999px;
}

#top_right_col .box4 h4 {
	margin-top: 20px;
}

#top_right_col .box4 ul {
	margin-left: 3px;
}

#top_right_col .box4 p {
	margin-left: 3px;
}

/* ------------------------------------------------------
 Information
------------------------------------------------------ */
#detail_img {
	margin-top: 30px;
}

#detail_img li {
	float: left;
	margin-right: 15px;
}

#return_home {
	margin-top: 20px;
	text-align: right;
}

/* ------------------------------------------------------
 製品一覧
------------------------------------------------------ */
#products_left {
	display: inline;
	float: left;
	width: 245px;
	margin-left: 20px;
	margin-right: 10px;
}

.category_box {
	margin-bottom: 20px;
}

.category_box h3 {
	font-weight: bold;
	font-size: 13px;
	border-bottom:2px solid #ccc;
	border-left:5px solid #ccc;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	/*margin-bottom:5px;*/
	padding-top:6px;
	padding-bottom:6px;
	padding-left:6px;
	background:url(../images/tit-bg.gif) repeat-x bottom;
}

.category_box li{
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;}

.category_box a:link,
.category_box a:active,
.category_box a:visited
{
	padding:5px 8px;
	display:block;
	text-decoration:none;
}

.category_box a:hover
{
	padding:5px 8px;
	display:block;
	text-decoration:none;
	background-color:#efefef;
}

#products_right {
	float: right;
	width: 635px;
	margin-right:20px;
}

#products_right #bread {
	/*width: 625px;*/
	margin-bottom: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background: #f0f0f0;
	border-bottom:1px solid #ccc;
}

#products_right .box1 {
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #ccc;
}

#products_right .box1 .image {
	float: left;
	margin-right: 20px;
}

#products_right .box1 .text {
	padding-top: 25px;
}

.pdatabox th{
	width:120px;
	vertical-align:middle;
}
.pdatabox td{
	vertical-align:middle;
	padding-left:12px;
	padding-right:12px;
}

#products_right .box2 {
	margin-top: 20px;
}

#products_right .box2 h3 {
	margin-bottom: 10px;
	font-weight: bold;
}

/* 製品詳細
------------------------------------------------------ */
#detail_block h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 15px;
}

#detail_block .box3 {
	margin-top: 10px;
	margin-bottom: 20px;
}

#detail_block .box3 .image {
	float: left;
	margin-right: 20px;
}

#detail_block .box4 {
	margin-top: 15px;
	margin-bottom:20px;
}

#detail_block .box4 .image {
	float: left;
	margin-right: 15px;
}

#material {
	margin-top: 20px;
	padding: 10px;
	background: #f4f4f4;
	border:1px solid #ccc;
}

#material h3 {
	margin-bottom: 5px;
	border-bottom:1px dotted #666;
	padding-bottom:5px;
	font-weight: bold;
}
#material ul{text-align:center;}
#material li {
	display:inline;
	zoom:1;
	margin-right: 20px;
	padding-right: 20px;
	background: url("../images/icon_pdf.gif") right center no-repeat;
}

/* ------------------------------------------------------
 ダウンロード
------------------------------------------------------ */
#get_reader {
	margin-bottom: 20px;
}

#get_reader p .section {
	font-size: 11px;
}

#get_reader #reader_link {
	width:88px;
	float:right;
}

#get_reader #reader_link a {
	vertical-align: bottom;
}

#get_reader #reader_link img {
	vertical-align: bottom;
}

#get_reader #reader_link a {
	margin-right: 10px;
}

#dl_box {
	padding: 20px;
	padding-top: 10px;
	border: 1px solid #999;
}

#dl_box p {
	font-weight: bold;
	text-align: center;
}

#dl_box ul {
	margin-top: 10px;
}

#dl_box li {
	float: left;
	width: 200px;
	margin-right: 20px;
	margin-bottom: 5px;
	background: #f7f7f7;
	text-align: center;
}


#dl_box li.last {
	margin-right: 0px;
}

table#download {
	float: left;
	width: 900px;
	border-collapse: collapse;
	border: 1px solid #b3b3b3;
}

table#download th {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
	border: 1px solid #b3b3b3;
	background: #e7e7e7;
	text-align: center;
}

table#download td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #b3b3b3;
}

/* ------------------------------------------------------
 会社概要
------------------------------------------------------ */
table#company {
	float: left;
	width: 900px;
	border-collapse: collapse;
	border: 1px solid #ccc;
}

table#company th {
	width: 100px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
	border: 1px solid #ccc;
	background: #f5f5f5;
}

table#company td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #ccc;
}

table#company td#exchange ul {
	float: left;
}
.w170{width:170px;}
.w185{width:183px;}
.w200{width:220px;}

#map {
	float: left;
	margin-right: 20px;
}

/* ------------------------------------------------------
 お問い合わせ
------------------------------------------------------ */
table#mailform {
	width: 900px;
	margin-top: 20px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: 1px solid #d8d8de;
	border-left: none;
	border-right: none;
}

table#mailform th {
	width: 220px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 7px;
	padding-right: 10px;
	border: 1px solid #d8d8de;
	border-left: none;
	background: #f5f5f5;
}

table#mailform td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d8d8de;
	border-right: none;
}

table#mailform .item01 {
	width: 70px;
}

table#mailform .item02 {
	width: 200px;
}

table#mailform .item03 {
	width: 350px;
}

table#mailform .item04 {
	width: 650px;
	height: 100px;
}

#submit {
	display: inline;
	float: left;
	width: 150px;
	margin-right: 20px;
	margin-left: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#submit input {
	width: 150px;
	height: 25px;
}

#reset {
	float: left;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#reset input {
	width: 150px;
	height: 25px;
}


/* ext */
.tit01{
	font-size:115%;
	line-height:normal;
	color:#390;
	padding-bottom:5px;
	padding-top:5px;
	border-bottom:2px solid #390;
	margin-bottom:10px;
	border-top:1px solid #ccc;
}
.notes{padding:8px;
border:1px solid #ccc;}
.notes h5{padding-bottom:4px;
border-bottom:1px dotted #666;
margin-bottom:6px;}
.mb20{margin-bottom:20px;}
.bt1{padding-top:8px;
margin-top:10px;
border-top:1px dotted #666;}
.bt1a{padding-top:8px;
margin-top:10px;
border-top:1px dotted #666;
padding-bottom:8px;
margin-bottom:10px;
border-bottom:1px dotted #666;}
.link-head{
	background:url(../images/link-head.gif) no-repeat left;
	padding-left:18px;
}
.link-head2{
	background:url(../images/link-head2.gif) no-repeat left;
	padding-left:18px;
}

.fleft{float:left;}
.fright{float:right;}
.w800{width:800px;}
.notes2{padding:5px;
border:1px dotted #666;
height:1%;
}

.tit02{
	padding-bottom:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-bottom:2px solid #999;
	border-bottom:1px solid #ccc;
	background:url(../images/tit-bg.gif) repeat-x bottom;
}

.tac{text-align:center;}
.bg-top-glay{
	background-color:#efefef;
	border:1px solid #ccc;
	padding:8px;
	height:1%;
}
.t_block1 .tleft2,
.t_block2 .tleft2 {
	float: left;
	width: 300px;
}
.t_block1 .tright2,
.t_block2 .tright2 {
	float: right;
	width: 300px;
}
.bgw{background-color:#fff;}
.mb10{margin-bottom:10px;}
.fss{font-size:x-small; line-height:normal; font-weight:normal; text-decoration:none;}

.list-tb td{
	border-bottom:1px dotted #666;
	padding:5px;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}
.list-tb th{
	border-bottom:1px dotted #fff;
	padding:5px;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
}

.list-tb2{border-left:10px solid #fff;
	border-right:10px solid #fff;}
.list-tb2 td{
	border-bottom:1px dotted #666;
	padding:5px;
}
.list-tb2 th{
	border-bottom:1px dotted #666;
	padding:5px;
	font-weight:bold;
}

