﻿@charset "UTF-8";

/* index

	+ common
	- font
	- body
	- wrapper
	- header
	- search
	- globalNavigation
	- localNavigation
	- pageTool
	- page
	- cover
	- category
	- block
	- footer
	- copyright
	- pageUtility
	- column
	- assist
	- line
	- form
	
	+ biz index
	- bnrTop
	- topCatlist
	- topPurlist
	- topInfolist
	- topSublist
	- topTxtlist
----------------------------------------------- */


/* font
----------------------------------------------- */
@import url("fontsize.css");


/* body
----------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	width: auto;
	background-color: #ffffff;
}


/* wrapper
----------------------------------------------- */
#top {
	margin: 0 auto;
	padding: 0px 10px 0px 10px;
	width: auto;
	text-align: left;
}


/* header
----------------------------------------------- */
#header {
	margin-bottom: -5px;
	padding: 10px 0px 0px 0px;
	width: 780px;
	float: left;
}

#header h1 {
	margin: 0;
	padding: 0;
	width: 196px;
	height: 47px;
	background: url(../../shared/img/header_identity.gif) no-repeat;
	float: left;
}

#header h2 {
	margin: 0;
	padding: 0;
	width: 201px;
	height: 47px;
	background: url(../../shared/img/header_txt.gif) no-repeat;
	float: left;
}

#headerUtility {
	display: none;
}

#headerTool {
	display: none;
}


/* search
----------------------------------------------- */
#searchField {
	display: none;
}


/* globalNavigation
----------------------------------------------- */
#globalNavigationTop {
	display: none;
}

#globalNavigation {
	display: none;
}


/* localNavigation
----------------------------------------------- */
#localNavigation {
	display: none;
}


/* pageTool
----------------------------------------------- */
#pageTool {
	margin: 0;
	padding: 0;
	width: 780px;
	clear: both;
}


/* cover
----------------------------------------------- */
#cover {
	display: none;
}


/* page
----------------------------------------------- */
#pageTitleA01 {
	margin: 0;
	padding: 0;
	width: 578px;
	height: 55px;
	background: url(../../shared/img/pagetitle_a_bg.jpg) no-repeat;
	clear: both;
}
/* 2007_02_20 add */
#pageTitleA01All {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 55px;
	background: url(../../shared/img/pagetitle_a_bg_all.jpg) no-repeat;
	clear: both;
}

#pageTitleA01Blue {
	margin: 0;
	padding: 0;
	width: 578px;
	height: 55px;
	background: url(../../shared/img/pagetitle_a_bg_all_blue.jpg) no-repeat;
	clear: both;
}

#pageTitleA01ALLBlue {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 55px;
	background: url(../../shared/img/pagetitle_a_bg_all_blue.jpg) no-repeat;
	clear: both;
}

.pageReadA01 {
	margin: 0;
	padding: 25px 0px 0px 0px;
	width: 530px;
	clear: both;
}

.pageReadA01 h3 {
	color: #ff8a00;
}

.pageReadA01Blue h3 {
	color: #2E546B;
}

.pageReadB01 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	width: 530px;
	clear: both;
}

#pageTitleB01 {
	margin: 0;
	padding: 0;
	width: 578px;
	height: 36px;
	background: url(../../shared/img/pagetitle_b_bg.jpg) no-repeat;
	clear: both;
}

#pageTitleB01All {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 36px;
	background: url(../../shared/img/pagetitle_b_bg_all.jpg) no-repeat;
	clear: both;
}

#pageTitleB01Blue {
	margin: 0;
	padding: 0;
	width: 578px;
	height: 36px;
	background: url(../../shared/img/pagetitle_b_bg_all_blue.jpg) no-repeat;
	clear: both;
}

#pageTitleB01AllBlue {
	margin: 0;
	padding: 0;
	width: 778px;
	height: 36px;
	background: url(../../shared/img/pagetitle_b_bg_all_blue.jpg) no-repeat;
	clear: both;
}

#pageTitleC01 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 4px solid #ff8a00;
	clear: both;
}

#pageTitleC01Blue {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	border-left: 4px solid #2E546B;
	clear: both;
}

.pageWaku1 {
	margin: 15px 0px 0px 0px;
	padding: 0;
	width: 730px;
	float: left;
}

/* category
----------------------------------------------- */
#catTitleA01 {
	margin: 0;
	padding: 0;
	width: 578px;
	clear: both;
}


/* block
----------------------------------------------- */
.blockTitleA01 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 530px;
	background-color: #f6f6f6;
	border: 1px solid #696969;
	float: left;
}

/* IE7 -Safari - Firefox */
html>body .blockTitleA01 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 520px;
	background-color: #f6f6f6;
	border: 1px solid #696969;
	float: left;
}

.blockTitleA02 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 530px;
	background-color: #f6f6f6;
	border: 1px solid #ff6600;
	float: left;
}

/* IE7 -Safari - Firefox */
html>body .blockTitleA02 {
	margin: 25px 0px 0px 0px;
	padding: 5px 0px 5px 10px;
	width: 520px;
	background-color: #f6f6f6;
	border: 1px solid #ff6600;
	float: left;
}

.blockTitleA02 h4 {
	color: #ff6600;
}

.blockReadA01 {
	margin: 10px 0px 0px 5px;
	padding: 0;
	width: 510px;
	float: left;
}

/* IE7 -Safari - Firefox */
html>body .blockReadA01 {
	margin: 10px 0px 0px 10px;
	padding: 0;
	width: 510px;
	float: left;
}

.blockTitleA01 h4 {
	float: left;
}

.blockTitleA01 p {
	margin: 2px 0px 0px 15px;
	color: #ff8a00;
	float: left;
}

.blockTitleA01Blue p {
	margin: 2px 0px 0px 15px;
	color: #2E546B;
	float: left;
}

.blockReadA01 h5 {
	margin: 0px 0px 10px 0px;
	color: #ff8a00;
}

.blockReadA01Blue h5 {
	margin: 0px 0px 10px 0px;
	color: #2E546B;
}

.blockTitleB01 {
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 4px 6px;
	width: 530px;
	border-left: 4px solid #ff8a00;
	border-bottom: 1px solid #ff8a00;
	clear: both;
}

.blockTitleB01Blue {
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 4px 6px;
	width: 530px;
	border-left: 4px solid #2E546B;
	border-bottom: 1px solid #2E546B;
	clear: both;
}

/* IE7 -Safari - Firefox */
html>body .blockTitleB01 {
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 4px 6px;
	width: 520px;
	border-left: 4px solid #ff8a00;
	border-bottom: 1px solid #ff8a00;
	clear: both;
}

html>body .blockTitleB01Blue {
	margin: 20px 0px 0px 0px;
	padding: 3px 0px 4px 6px;
	width: 520px;
	border-left: 4px solid #2E546B;
	border-bottom: 1px solid #2E546B;
	clear: both;
}

.blockReadB01 {
	margin: 10px 0px 0px 5px;
	padding: 0;
	width: 510px;
	float: left;
}

/* IE7 */
*:first-child+html .blockReadB01 {
	margin: 10px 0px 0px 10px;
	padding: 0;
	width: 510px;
	float: left;
}

/* Safari - Firefox */
:root .blockReadB01 {
	margin: 10px 0px 20px 10px;
	padding: 0;
	width: 510px;
	float: left;
}

.blockTitleB01 h4 {
	color: #ff8a00;
}

.blockTitleB01Blue h4 {
	color: #2E546B;
}

/* footer
----------------------------------------------- */
#footer {
	display: none;
}


/* copyright
----------------------------------------------- */
#copyright {
	margin: 0;
	padding: 0;
	width: 580px;
	border-top: 1px solid #d6d6d6;
	clear: both;
}

#copyright address {
	margin: 0;
	padding: 10px 0px 10px 0px;
	font-style: normal;
	clear: both;
}


/* pageUtility
----------------------------------------------- */
.pageUtility {
	margin: 0;
	padding: 15px 0px 0px 0px;
	float: right;
}

.pageUtility ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	clear: both;
}

.pageUtility ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	clear: both;
}

.pageUtility ul li a {
	margin: 0;
	padding: 0px 0px 0px 13px;
	background: url(../../shared/img/arrow_top.gif) no-repeat 0px 0.4em;
	text-indent: 0;
	float: left;
}

/* IE7 -Safari - Firefox */
html>body .pageUtility ul li a {
	margin: 0;
	padding: 0px 10px 0px 13px;
	background: url(../../shared/img/arrow_top.gif) no-repeat 0px 0.4em;
	text-indent: 0;
	float: left;
}


/* column
----------------------------------------------- */
.columnM01 {
	margin: 5px 0px 0px 0px;
	padding: 0;
	float: left;
}

.columnA01 {
	display: none;
}

.columnA02 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 578px;
	background-color: #ffffff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	float: left;
}

.columnA03 {
	margin: 0;
	padding: 0px 0px 0px 23px;
	width: 540px;
	float: left;
}
/* 2007_02_20 add  */
.columnA04 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	width: 778px;
	background-color: #ffffff;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	float: left;
}
/* 2007_02_20 add  */
.columnA05 {
	margin: 0;
	padding: 0px 0px 0px 23px;
	width: 740px;
	float: left;
}

/* assist
----------------------------------------------- */
.clearing {
	margin: 0;
	padding: 0;
	clear: both;
}

h1 span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}
	
h2 span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}
	
h3 span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}

h4 span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}

p span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}

ul span {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
}


/* line
----------------------------------------------- */
hr {
	display: none;
}

.lineDotA530 {
	margin: 0;
	padding: 0;
	width: 530px;
	height: 11px;
	background: url(../../shared/img/line_dot.gif) repeat-x;
	clear: both;
}


/* form
----------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}


/* bnrTop
----------------------------------------------- */
#bnrTop01 {
	display: none;
}

#bnrTop02 {
	display: none;
}

#bnrTop03 {
	display: none;
}

#bnrTop04 {
	display: none;
}

.bnrTop05 {
	display: none;
}


/* topCatlist
----------------------------------------------- */
#topCatlistCap {
	display: none;
}


/* topPurlist
----------------------------------------------- */
#topPurlist {
	margin: 0;
	padding: 0;
	width: 418px;
	height: 384px;
	background: url(../../shared/img/toppur_base.jpg) no-repeat 0px 59px;
	float: left;
}

#topPurlist h3 {
	margin: 0;
	padding: 0;
	width: 418px;
	height: 59px;
	background: url(../../shared/img/toppur_title.jpg) no-repeat;
	float: left;
}

#topPurCatlist1 {
	margin: 0;
	padding: 0px 0px 0px 102px;
	width: 290px;
	clear: both;
}

#topPurCatlist1 ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	text-indent: 0;
}

#topPurCatlist1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#topPurCatlist1 ul li#list1 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list1.jpg) no-repeat 0px 0px;
}

#topPurCatlist1 ul li#list1 a:hover {
	background: url(../../shared/img/toppur_list1.jpg) no-repeat -290px 0px;
}

#topPurCatlist1 ul li#list2 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list1.jpg) no-repeat 0px -19px;
}

#topPurCatlist1 ul li#list2 a:hover {
	background: url(../../shared/img/toppur_list1.jpg) no-repeat -290px -19px;
}

#topPurCatlist1 ul li#list3 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list1.jpg) no-repeat 0px -37px;
}

#topPurCatlist1 ul li#list3 a:hover {
	background: url(../../shared/img/toppur_list1.jpg) no-repeat -290px -37px;
}

#topPurCatlist1 ul li#list4 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list1.jpg) no-repeat 0px -55px;
}

#topPurCatlist1 ul li#list4 a:hover {
	background: url(../../shared/img/toppur_list1.jpg) no-repeat -290px -55px;
}

#topPurCatlist2 {
	margin: 0;
	padding: 11px 0px 0px 102px;
	width: 290px;
	clear: both;
}

#topPurCatlist2 ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	text-indent: 0;
}

#topPurCatlist2 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#topPurCatlist2 ul li#list5 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list2.jpg) no-repeat 0px 0px;
}

#topPurCatlist2 ul li#list5 a:hover {
	background: url(../../shared/img/toppur_list2.jpg) no-repeat -290px 0px;
}

#topPurCatlist2 ul li#list6 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list2.jpg) no-repeat 0px -19px;
}

#topPurCatlist2 ul li#list6 a:hover {
	background: url(../../shared/img/toppur_list2.jpg) no-repeat -290px -19px;
}

#topPurCatlist3 {
	margin: 0;
	padding: 10px 0px 0px 102px;
	width: 290px;
	clear: both;
}

#topPurCatlist3 ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	text-indent: 0;
}

#topPurCatlist3 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#topPurCatlist3 ul li#list7 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list3.jpg) no-repeat 0px 0px;
}

#topPurCatlist3 ul li#list7 a:hover {
	background: url(../../shared/img/toppur_list3.jpg) no-repeat -290px 0px;
}

#topPurCatlist3 ul li#list8 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list3.jpg) no-repeat 0px -19px;
}

#topPurCatlist3 ul li#list8 a:hover {
	background: url(../../shared/img/toppur_list3.jpg) no-repeat -290px -19px;
}

#topPurCatlist4 {
	margin: 0;
	padding: 11px 0px 0px 102px;
	width: 290px;
	clear: both;
}

#topPurCatlist4 ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	text-indent: 0;
}

#topPurCatlist4 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#topPurCatlist4 ul li#list9 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list4.jpg) no-repeat 0px 0px;
}

#topPurCatlist4 ul li#list9 a:hover {
	background: url(../../shared/img/toppur_list4.jpg) no-repeat -290px 0px;
}

#topPurCatlist4 ul li#list10 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list4.jpg) no-repeat 0px -19px;
}

#topPurCatlist4 ul li#list10 a:hover {
	background: url(../../shared/img/toppur_list4.jpg) no-repeat -290px -19px;
}

#topPurCatlist4 ul li#list11 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list4.jpg) no-repeat 0px -37px;
}

#topPurCatlist4 ul li#list11 a:hover {
	background: url(../../shared/img/toppur_list4.jpg) no-repeat -290px -37px;
}

#topPurCatlist5 {
	margin: 0;
	padding: 17px 0px 0px 102px;
	width: 290px;
	clear: both;
}

#topPurCatlist5 ul {
	margin: 0;
	padding: 0;
	width: 290px;
	list-style: none;
	text-indent: 0;
}

#topPurCatlist5 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: -9999px;
	float: left;
}

#topPurCatlist5 ul li#list12 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list5.jpg) no-repeat 0px 0px;
}

#topPurCatlist5 ul li#list12 a:hover {
	background: url(../../shared/img/toppur_list5.jpg) no-repeat -290px 0px;
}

#topPurCatlist5 ul li#list13 a {
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 0;
	width: 290px;
	height: 19px;
	background: url(../../shared/img/toppur_list5.jpg) no-repeat 0px -19px;
}

#topPurCatlist5 ul li#list13 a:hover {
	background: url(../../shared/img/toppur_list5.jpg) no-repeat -290px -19px;
}


/* topInfolist
----------------------------------------------- */
#topInfolist {
	margin: 0;
	padding: 12px 0px 30px 11px;
	width: 396px;
	float: left;
}

#topInfolist h3 {
	margin: 0;
	padding: 0;
	width: 107px;
	height: 16px;
	background: url(../../shared/img/topinfo_title.gif) no-repeat;
	float: left;
}

#topInforss {
	margin: 0;
	padding: 0;
	width: 39px;
	float: right;
}

#topInfoCam {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 396px;
	clear: both;
}

#topInfoCam h3 {
	margin: 0;
	padding: 0;
	width: 396px;
	height: 16px;
	background: url(../../shared/img/topinfo_cat1.gif) no-repeat;
	clear: both;
}

#topInfoPre {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 396px;
	clear: both;
}

#topInfoPre h3 {
	margin: 0;
	padding: 0;
	width: 396px;
	height: 16px;
	background: url(../../shared/img/topinfo_cat2.gif) no-repeat;
	clear: both;
}

#topInfoTps {
	margin: 0;
	padding: 10px 0px 0px 0px;
	width: 396px;
	clear: both;
}

#topInfoTps h3 {
	margin: 0;
	padding: 0;
	width: 396px;
	height: 16px;
	background: url(../../shared/img/topinfo_cat3.gif) no-repeat;
	clear: both;
}

#topInfoCam table,
#topInfoPre table,
#topInfoTps table {
	margin: 0;
	padding: 0;
	width: 396px;
	border: none;
	border-collapse: collapse;
	clear: both;
}

#topInfoCam table th,
#topInfoPre table th,
#topInfoTps table th,
#topInfoPre table td,
#topInfoCam table td,
#topInfoTps table td {
	vertical-align: top;
	border: none;
}

#topInfoCam table th,
#topInfoPre table th,
#topInfoTps table th {
	margin: 0;
	padding: 3px 0px 3px 0px;
	width: 90px;
	font-weight: normal;
	text-align: left;
}

#topInfoCam table td,
#topInfoPre table td,
#topInfoTps table td {
	margin: 0;
	padding: 3px 0px 3px 0px;
	width: 306px;
}

#topInfoCam table a,
#topInfoPre table a,
#topInfoTps table a {
	color: #000000;
}

#topInfoCam table a:hover,
#topInfoPre table a:hover,
#topInfoTps table a:hover {
	color: #ff6600;
}

#topInfoCam ul,
#topInfoPre ul,
#topInfoTps ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-indent: 0;
	float: right;
}

#topInfoCam ul li,
#topInfoPre ul li,
#topInfoTps ul li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	float: left;
}

#topInfoCam ul li a,
#topInfoPre ul li a,
#topInfoTps ul li a {
	margin: 0;
	padding: 0px 0px 0px 13px;
	background: url(../../shared/img/arrow_list.gif) no-repeat 0px 0.3em;
	text-indent: 0;
	color: #000000;
	float: left;
}

#topInfoCam ul li a:hover,
#topInfoPre ul li a:hover,
#topInfoTps ul li a:hover {
	color: #ff6600;
}


/* topSublist
----------------------------------------------- */
#topSublist {
	display: none;
}


/* topTxtlist
----------------------------------------------- */
#topTxtlist {
	display: none;
}
