@charset "UTF-8";

/*-------------------------------------------------
	layout.css
-------------------------------------------------*/

/*=================================
=================================*/


#map{
	height: 288px;
	border: 1px solid #000000;
}


/*=================================
	flow
=================================*/

.flow_btm{
	padding: 0;
	background: url(arrow_flowBtm.gif) no-repeat 10px center;
}



/*=================================
	contents
=================================*/

h3.normal{
	height: auto;
	padding: 0px;
	border-left: none;
	margin: 0 !important;
	line-height: 1;
}

.mainContents{
	width: 645px;
	float: right;
	text-align: left;
}

.home .mainContents{
	width: auto;
	float: none;
}



/*=================================
	headArea
=================================*/

.headArea{
	float: right;
	position: absolute;
	top: 32px;
	right: 0;
	z-index: 200;
}

.headArea ul,
.headArea ul li{
	list-style: none;
}

.headArea ul{
	float: right;
	padding: 0;
}

.headArea ul li{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 1px;
	text-indent: 0;
}

.headArea .bnr_area{
	margin-top: 4px;
}


/*=================================
	inputBtn
=================================*/

.inputBtn_short_off{
/*	display: block;*/
	width: 80px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	font-family: 'MS UI Gothic';
	text-align: left;
	cursor: pointer;
	background:	url(btn_short_off.gif) no-repeat;
	border: medium none;
}

.inputBtn_short_on{
	/*display: block;*/
	width: 80px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	font-family: 'MS UI Gothic';
	text-align: left;
	cursor: pointer;
	background: url(btn_short_on.gif) no-repeat;
	border: medium none;
}

.inputBtn_off{

/*	display: block;*/
	width: 130px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	font-family: 'MS UI Gothic';
	background:	url(btn_off.gif) no-repeat;
	border: medium none;
}

.inputBtn_on{

/*	display: block;*/
	width: 130px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	font-family: 'MS UI Gothic';
	background: url(btn_on.gif) no-repeat;
	border: medium none;
}

.inputBtn_long_off{

/*	display: block;*/
	width: 200px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	font-family: 'MS UI Gothic';
	background:	url(btn_long_off.gif) no-repeat;
	border: medium none;
}

.inputBtn_long_on{

/*	display: block;*/
	width: 200px;
	height: 30px;
	color: #FFFFFF;
	padding-left: 10px;
	font-weight: bold;
	text-align: left;
	cursor: pointer;
	font-family: 'MS UI Gothic';
	background: url(btn_long_on.gif) no-repeat;
	border: medium none;
}


/*=================================
	contact
=================================*/

.contactTit{
	margin: 0 15px 0 15px;
	background: none;
	border-bottom: 2px solid #000000;
}

.inputForm{
	margin: 0 15px 0 15px;
}
.inputForm .notice,
.contactTit .notice{
	color: #E81756;
}

.inputForm span{
	font-size: 84%;
	font-weight: normal;
}

.inputForm{
	/*background: url(bg_gr01.gif) repeat left top;*/
	border-bottom: 2px solid #000000;
}

.inputForm dl{
	background-color: #FFF;
}

.inputForm dl.none{
	background: none;
}

.inputForm dt{
	clear: both;
	float: left;
	width: 156px;
	padding: 10px 0 10px 10px;
	line-height: 1;
	border: none;
}

.inputForm .mail dt{
	padding: 3px 0 5px 10px;
}

.inputForm dd{
	float: left;
	margin: 0 0 5px 0;
	padding: 7px 15px 0 0;
	border: none;
}

.inputForm .mail dd{
	padding: 5px 3px 0 0;
}

.inputForm .mail input.account{
	width: 150px;
}

.inputForm .mail input.domain{
	width: 190px;
}

.inputForm .comp dd,
.inputForm .naiyo dd{
	width: 360px;
}

.inputForm dd em{
	display: block;
	background: url(icon_err.gif) no-repeat left 2px;
	color: #E81756;
	text-indent: 20px;
	line-height: 1.8;
}

.inputForm dd input{
	width: 170px;
	background: #F9F9F9;
	border: 1px solid #A5ACB2;
}
/* 罫線 */

.inputForm .comp dd input{
	width: 360px;
}

.inputForm .name dd input{
	width: 120px;
}

.inputForm .err_msg input{
	background: #FFCCCC!important;
}

.inputForm .noticeForm textarea,
.inputForm .noticeForm input{
	background: #FFFFD9;
}

.inputForm textarea{
	width: 360px;
	height: 160px;
	font-size: 100%;
}

.inputForm .err_msg textarea{
	border:1px solid #A5ACB2;
	background: #FFCCCC;
}

.inputForm p{
	position: relative;
	clear: both;
	padding: 10px 0 10px 0;
	background: #EEE;
	text-align: left;
}

.inputForm p.conf a{
	position: absolute;
	top: 22px;
	left: 10px;
	line-height: 1.1;
}



.inputForm p input{
	margin: 0 auto;
}

.inputForm.exe{
	text-align: center;
}

.inputForm.exe div{
	padding: 80px 0 80px 0;
}

#bpx_contents .inputForm.exe p{
	text-align: center;
}
p.execute{
	font-size: 14px;
	margin: 30px 15px;
	line-height: 1.5em;
	padding: 30px;
}


/*=================================
	box_searchAndPr
=================================*/

.box_searchAndPr{
	width: 302px;
	position: relative;
	top: -6px;
	margin-bottom: 6px;
	float: right;
}

.box_search{
	width: auto;
	margin-bottom: 4px;
	padding-bottom: 6px;
	background: #FFFFFF;
}

.box_search .text{
	width: 217px;
	height: 18px;
	margin: 0 5px 0 6px;
	border: 1px solid #D0D0D0;
	background: #F9F7F2;
}

.btn_search_off{
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	background:	url(btn_search_off.gif) no-repeat;
	border: medium none;
	position: relative;
	top: 1px;
}

.btn_search_on{
	width: 60px;
	height: 22px;
	text-indent: -9999px;
	cursor: pointer;
	background:	url(btn_search_on.gif) no-repeat;
	border: medium none;
	position: relative;
	top: 2px;
}

.box_pr{
	padding: 1px;
	background: #FFFFFF;
}

.box_pr h3{
	font-size: 1px;
	margin: 1px 1px 1px 4px !important;
	padding: 0 !important;
	background: none;
}



/*=================================
	top_column
=================================*/
.top_column{
	width: 100%;
}

.top_column td{
	border: none;
	padding: 0;
}

.top_column .right{
	width: 165px;
	padding-top: 5px;
	padding-left: 7px;
}

.tbl_fbKnow{
	width: 100%;
	margin-bottom: 8px;
}

.tbl_fbKnow a,
.tbl_fbKnow a:link,
.tbl_fbKnow a:visited,
.tbl_fbKnow a:active,
.tbl_fbKnow a:hover{
	color: #000000;
}
.tbl_fbKnow td{
	border: none;
	padding: 0;
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
}

.tbl_fbKnow td.space{
	width: 4px;
	border: none;
	margin: 0 !important;
}

.tbl_fbKnow dl{
	border: none;
	padding: 0;
}

.tbl_fbKnow dt{
	padding: 0;
	border: none;
	border-bottom: 1px solid #E6E6E6;
}

.tbl_fbKnow dt span{
	display: block;
	font-size: 10px;
	font-weight: normal;
	margin: 0 12px 8px 12px;
}

.tbl_fbKnow dd{
	position: relative;
	padding: 3px 3px 3px 0;
	border-bottom: 1px solid #E6E6E6 !important;
	zoom: 1;
}

.tbl_fbKnow dd .icon_new{
	font-size: 1px;
	position: absolute;
	top: 0;
	left: 0;
}

.tbl_fbKnow dd table{
	margin-left: 3px;
}

.tbl_fbKnow dd td img{
	margin-right: 7px;
	vertical-align: middle;
}

.tbl_fbKnow dd td{
	border: none;
}

.tbl_fbKnow dd td.vam{
	vertical-align: middle;
}


.tbl_fbKnow dd td a img{
	margin-left: 4px;
}

.btn_fbList td{
	padding: 0;
}

.btn_fbList td a{
	display: block;
	padding: 0;
}



/*=================================
	fbRead
=================================*/

.fbRead .cell02{
	text-align: right;
}


/*=================================
	box_cont
=================================*/

.box_cont{
	padding: 10px 15px 15px 15px;
	border: 1px solid #E6E6E6;
	background: #FFFFFF;
	overflow: hidden;
}

.box_cont h3{
	position: relative;
	top: -5px;
	left: -5px;
}

.backup h3{
	margin-bottom: 2px !important;
	padding-top: 9px;
	border-color: #E0D6C2;
}

.backup .inner{
	font-size: 11px;
	padding: 0 0 4px 12px;
}


/*=================================
	sideNavi
=================================*/

.sideNavi{
	background: #FFFFFF;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
}

.sideNavi p{
	font-size: 11px;
	margin: 0;
	padding: 3px 14px 2px 14px;
	border-bottom: 1px solid #E6E6E6;
}

.sideNavi a{
	display: block;
	padding: 5px 3px 5px 20px;
	border-bottom: 1px solid #E6E6E6;
}

.sideNavi a:hover{
	text-decoration: none;
}

.sideNavi a span{
	display: block;
	font-size: 10px;
	font-family: Arial;
}

.sideNavi a strong{
	display: block;
	color: #CC0000;
	font-size: 12px;
	line-height: 1.2;
}

.sideNavi a:hover strong{
	text-decoration: underline;
}

.sideNavi a .column2FitLeft{
	font-size: 11px;
	line-height: 1;
	margin-top: 3px;
}

.sideNavi a .column2FitLeft .cell01{
	padding-right: 7px;
}

.sideNavi a.link1				{	background: url(bg_link_01_off.gif) repeat-y left center;}
.sideNavi a.link1:hover	{	background: url(bg_link_01_on.gif) repeat-y left center;}
.sideNavi a.link2				{	background: url(bg_link_02_off.gif) repeat-y left center;}
.sideNavi a.link2:hover	{	background: url(bg_link_02_on.gif) repeat-y left center;}
.sideNavi a.link3				{	background: url(bg_link_03_off.gif) repeat-y left center;}
.sideNavi a.link3:hover	{	background: url(bg_link_03_on.gif) repeat-y left center;}
.sideNavi a.link4				{	background: url(bg_link_04_off.gif) repeat-y left center;}
.sideNavi a.link4:hover	{	background: url(bg_link_04_on.gif) repeat-y left center;}
.sideNavi a.link5				{	background: url(bg_link_05_off.gif) repeat-y left center;}
.sideNavi a.link5:hover	{	background: url(bg_link_05_on.gif) repeat-y left center;}

.sideNavi a.newsListLink{
	margin:0;
	padding:0;
	background-image:url(/_bPax/extend/btn_fbList_off.jpg);
	background-position:right;
	height:10px;
	border:none;
	text-indent: -99px;
	overflow: hidden;
	background-repeat: no-repeat;
	height:20px;
}
.sideNavi a.newsListLink:hover{
	background-image:url(/_bPax/extend/btn_fbList_on.jpg);
}


/*=================================
	menu
=================================*/
#bpx_mainMenu{
	width: 300px;
	float: left;
	position: relative;
	z-index:1000;
}
#bpx_mainMenu ul li{
	position:relative;
	vertical-align:bottom;
}
#bpx_mainMenu ul ul li{
	position:relative;
}
#bpx_mainMenu ul ul ul{
	position:relative;
}
#bpx_mainMenu ul,
#bpx_mainMenu li{
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	font-family: MS UI Gothic;
}

#bpx_mainMenu li.line_dot{
	clear: both;
	display: block;
	font-size: 2px;
	background: url(bg_mm.gif) repeat-x left top;
}

/* -- 一回層目 -- */
#bpx_mainMenu ul li{
	width: 300px;
	background: #FFFFFF;
}

#bpx_mainMenu ul li span,
#bpx_mainMenu ul li a{
	display: block;
	padding: 0 0 0 5px;
	border: none;
	background: url(bg_mmBtn_off.gif) repeat-y left top;
	zoom: 1;
}

#bpx_mainMenu ul li span,
#bpx_mainMenu ul li a{
	float: left;
}

#bpx_mainMenu ul li span.stay				{	background: url(bg_mmBtn_on.gif) repeat-y left top; z-index:1000;}
#bpx_mainMenu ul ul li a,
#bpx_mainMenu ul ul li a:hover,
#bpx_mainMenu ul ul ul li a,
#bpx_mainMenu ul ul ul li a:hover	{	background: #f9f7f2;
	width: auto;
	display:table-cell;}
#bpx_mainMenu ul ul ul li a:hover	{
	background: #FFFFFF;
}

#bpx_mainMenu ul ul ul li.stay a	{
	background: #FFF!important;
	color:#cc0000;
}


#bpx_mainMenu ul ul li a,
#bpx_mainMenu ul ul ul li a{
	clear: both;
	float: none;
}

/* -- 2回層目 -- */
#bpx_mainMenu ul ul{
	display: block;
	width: 155px;
	background: none;
	margin: 1px 0 0 0;
	padding: 0;
	float: left;
	background: url(bg_sm.gif) repeat-y left top;
	position: absolute;
	top:0;
	left:145px;
}
#bpx_mainMenu ul ul li{
	width: 150px;
	padding: 0 0 0 5px;
	border: none;
	background: none;
	overflow: visible;
	position: relative;
}

#bpx_mainMenu ul ul li a{
	display: block;
	width: 140px;
	overflow: hidden;
	font-size: 11px;
	color: #000000;
	padding: 5px 2px 4px 3px;
	background: #FFFFFF;
	white-space: nowrap;
	font-weight: normal;
}

#bpx_mainMenu ul ul li a:hover{
	text-decoration: none;
	color: #CC0000;
	background: #ECE6D9;
	display : table-cell;
	*display : block;
}

#bpx_mainMenu ul ul li.stay,
#bpx_mainMenu ul ul li.stay a{
	text-decoration: none;
	color: #CC0000;
	background: #ECE6D9;
	font-weight: bold;
}
#bpx_mainMenu ul ul li.stay ul a{
	background: #f9f7f2;
	font-weight: normal;
	color: #000000;
}
#bpx_mainMenu ul ul li.stay ul li.stay a{
	color: #CC0000;
	font-weight: bold;
}
/* -- 3回層目 -- */

#bpx_mainMenu ul ul ul{
	width: 145px;
	margin: 1px 0 1px 0;
	padding: 0 0 0 5px;
	list-style: none;
	background: url(bg_smBtn_off.gif) repeat-y left top;
	top:0;
	left:0px;
}

#bpx_mainMenu ul ul ul li{
	width: 140px;
	padding: 0 0 0 0;
}

#bpx_mainMenu ul ul ul li a{
	display: block;
	width: 135px;
	border-bottom: 1px solid #FFFFFF;
}


/*=================================
	box_contApp
=================================*/
.box_contApp{
	float: right;
}

.box_contApp td{
	margin: 0;
	padding: 0;
	border: none;
}

.box_contApp p{
	display: block;
	height: 32px;
	margin-right: 5px;
	background: #FFFFFF;
	padding: 0 3px 3px 0;
}

.box_contApp p strong{
	position: relative;
	top: -5px;
}

/* -- ブックマーク -- */
.box_bookMark{
	width: 182px;
}

.box_bookMark span{
	position: relative;
	top: 10px;
	padding: 0 0 0 14px;
}

.box_bookMark span a{
	margin:0 4px 0 0;
}

/* -- 検索エリア -- */
.box_contApp .box_search{
	width: 322px;
}

.box_contApp .box_search span{
	position: relative;
	top: 4px;
	padding: 0 0 0 6px;
}

.box_contApp .box_search .text{
	width: 150px;
	height: 18px;
	margin: 0;
}

.box_contApp .box_search form{
	display:inline;
}

/* -- 印刷 -- */
.box_print{
	width: 122px;
}

.box_print span{
	position: relative;
	top: 5px;
	padding: 0 0 0 3px;
}

.box_contApp .box_print{
	margin-right: 0;
}

.btn_search2_off{
	width: 60px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	background:	url(btn_search2_off.gif) no-repeat;
	border: medium none;
	position: relative;
	top: 2px;
}

.btn_search2_on{
	width: 60px;
	height: 25px;
	text-indent: -9999px;
	cursor: pointer;
	background:	url(btn_search2_on.gif) no-repeat;
	border: medium none;
	position: relative;
	top: 2px;
}



/*=================================
	bnr_area
=================================*/
.bnr_area{
	margin-top: 10px;
}

.bnr_area	a{
	display: block;
	margin-bottom: 5px;
}


/*=================================
	clearfix
=================================*/

*:first-child+html #bpx_mainMenu li,
*:first-child+html .inputForm dl{
	height: 1%;
	display: inline-block;
}

* html #bpx_mainMenu li,
* html .inputForm dl{
	height: 1%;
	display: inline-block;
}

#bpx_mainMenu li:after,
.inputForm dl:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}




#top_google_search{
	margin-top:-2px;
	*margin-top:-3px;
}


#pageContrl{
	text-align:center;
}
#pageContrl p.prev{
	float: left;
}

#pageContrl p.next{
	float: right;
}

#pageContrl p.num{
	float:none;
	font-family:Arial;
	text-align:center;
}

#pageContrl .cell_TL,
#pageContrl .cell_T,
#pageContrl .cell_TR,
#pageContrl .cell_L,
#pageContrl .cell_R,
#pageContrl .cell_BL,
#pageContrl .cell_B,
#pageContrl .cell_BR{
	height:8px;
}
#pageContrl .cell_TL,
#pageContrl .cell_TR,
#pageContrl .cell_L,
#pageContrl .cell_R,
#pageContrl .cell_BL,
#pageContrl .cell_BR{
	width:10px;
}

table#newsList{
	width: 100%;
}
table#newsList,
table#newsList tr,
table#newsList th,
table#newsList td{
	border:none;
	background:none;
	font-weight:normal;
}
table#newsList tr.bg th,
table#newsList tr.bg td{
	background:#F5F5F5;
}
table#newsList tr th{
	font-family:Arial;
	padding-left: 10px;
	font-weight:bold;
	vertical-align:top;
	width:80px;
}


/* 枠線なしテーブル */
table tbody td.noBorder {
	border:none;
	color:#000000;
	padding:5px 4px;
	text-align:left;
	vertical-align:top;
}

/* 横スペース */
div img.hSpace100{
	width:100px;
	height:10px;
}
div img.hSpace200{
	width:200px;
	height:10px;
}
div img.hSpace300{
	width:300px;
	height:10px;
}

td .monoTxt{
	font-family: monospace;
}

.authority{
	text-align:right;
	margin-top:30px;
	font-size:80%;
}





/*アイコンなしリスト*/
ul.none,
ul.none li{
	list-style-image: none;
	list-style-type: none;
}
ul.none li.inherit{
	list-style-image: url(../standard/pict_listItemMarker.gif);
}


