@charset "UTF-8";

/*-------------------------------------------------
	layout.css
-------------------------------------------------*/

/*=================================
1.container
2.header
3.mainMenu
4.promotion
5.contents
6.subMenu
7.footer
8.breadcrumbs
=================================*/

/*--------------------------------------
	font設定 :基本サイズ12px
---------------------------------------*/

body{
	font-size: 14px;
}


/*-------------------------------------------------
1.container
-------------------------------------------------*/

body{
	color: #333333;
	font-family: 'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	text-align: center;
	line-height: 1.4;
	background: url(bg_body.gif);
}

#bpx_outer{
	margin: 0 auto 0 auto;
}

#bpx_container{
	background: url(bg_container.gif) repeat-x left top;
}


/*-------------------------------------------------
2.header
-------------------------------------------------*/

#bpx_header{
	margin: 0 auto 1px auto;
	text-align: left;
	background: url(bg_header.jpg) repeat-x left top;
	height: 27px;
	position: relative;
	clear:both;
}

#bpx_header strong{
	float:left;
	margin-left:30px;
}

#bpx_header ul{
float:right;
	clear: both;
	margin-right:30px;
	margin-top: -27px;
	/margin-top:0px;

}

#bpx_header ul li{
	background: url(head_icon.gif) 0 4px no-repeat;
	float: left;
	padding: 0 0 0 12px;
	font-size: 75%;
	list-style: none;
	font-weight:bold;
	margin: 0 0 0 20px;
}

#bpx_header li a{
	color: #1284B5;
}


/*-------------------------------------------------
3.menu
-------------------------------------------------*/

#bpx_mainMenu{
	float: right;
	width: auto;
	position: absolute;
	right: 50%;
	bottom: 0;
	margin: 0 -470px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background: none;
}

#bpx_mainMenu li{
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	color: #000000;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
/*
#bpx_mainMenu li.dead{
	display: block;
	width: 152px;
	height: 28px;
	padding: 3px 0 0 0;
	color: #333300;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	background: url(bg_mmBtn_dead.gif) no-repeat left top;
}
*/
#bpx_mainMenu li a{
	display: block;
	width: 114px;
	height: 24px;
	padding: 8px 0 0 0;
	margin-bottom: 8px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(bg_mmBtn_off.gif) no-repeat left top;
}

#bpx_mainMenu li a:hover{
	height: 32px;
	margin-bottom: 0;
	color: #FFFFFF;
	background: url(bg_mmBtn_on.gif) no-repeat left top;
}

#bpx_mainMenu li.stay a,
#bpx_mainMenu li.stay a:hover{
	height: 32px;
	margin-bottom: 0;
	color: #FFFFFF;
	background: url(bg_mmBtn_stay.gif) no-repeat left top;
}


/*-------------------------------------------------
4.promotion
-------------------------------------------------*/

#bpx_promotionArea{
	width: 779px;
	margin: 0 auto 0 auto;
	padding-bottom: 0;
}


/*-------------------------------------------------
5.contents
-------------------------------------------------*/

#bpx_contents{
	clear: both;
	position:relative;
	width: 779px;
	margin: 0 auto;
	padding-bottom: 50px;
	background: url(bg_contents.jpg) repeat-y left top;
	text-align: left;
}

/*------------------mainArea---------------------*/

#bpx_wrapper{
	float: left;
/*	width: 779px;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*------------------main---------------------*/

.main{
	float: right;
	width: 553px;
	margin: 0 0 0 0;
	padding: 16px 12px 0 12px;
/*	background: url(bg_main.gif) repeat-x left top;*/
}

/*------------------left_column-------------------------*/

.left_column{
	position: relative;
	float: left;
	width: 180px;
	padding: 15px 10px 0 10px;
	background: url(bg_left.gif) no-repeat left top;
}


/*-------------------------------------------------
6.subMenu
-------------------------------------------------*/

#bpx_subMenu{
	margin: 0 0 10px 0;
	padding: 0 0 7px 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	background: url(bg_sm.gif) no-repeat left bottom;
}

#bpx_subMenu li{
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	color: #000000;
	line-height: 1.2;
}

#bpx_subMenu li.dead{
	width: 190px;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background: url(bg_smBtn_dead.gif) repeat-y left top;
	color: #666666;
}

#bpx_subMenu li a{
	display: block;
	width: 190px;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}

#bpx_subMenu li a:hover{
	display: block;
}

#bpx_subMenu li.stay a{
}

#bpx_subMenu li a span{
	display: block;
	padding: 12px 5px 12px 17px;
}

#bpx_subMenu li:hover a span{
}

#bpx_subMenu li.stay a span{
}

#bpx_subMenu li.dead span{
	height: 100%;
	display: block;
	padding: 12px 5px 12px 17px;
}


/*-------------------------------------------------
7.footer
-------------------------------------------------*/

#bpx_footer{
	position: relative;
	width: 100%;
	height: 17px;
	margin: 0 auto 0 auto;
	padding-top: 8px;
	clear: both;
	background: url(bg_footer.gif) repeat-x;
	text-align: center;
}

#bpx_footer ul{
/*	width: 779px;*/
	padding: 0 0 0 10px;
	list-style: none;
}

#bpx_footer li{
	display: inline;
	margin: 0;
	padding: 0 5px 0 5px;
	list-style: none;
	font-size: 86%;
	text-indent: 0;
	line-height: 1.3;
}

#bpx_footer li a{
	text-decoration: none;
	color: #FFFFFF;
}

#bpx_footer li a:hover{
	text-decoration: none;
	color: #FFFFFF;
}

#bpx_footer li.last{
/*	border-right: 1px dotted #505050;*/
}
#bpx_footer p{
	font-size: 75%;
	color:#6CB0CE;
}

/*-------------------------------------------------
	9.breadcrumbs
-------------------------------------------------*/
/*
.breadCrumbs{
	width: 912px;
	margin: 0 auto -18px auto;
	padding: 0 0 0 0;
	height: 15px;
	text-indent: -10px;
	overflow: hidden;
	text-align: left;
	font-size: 82%;
	position: relative;
	bottom: -18px;
	z-index: 1000;
}

.breadCrumbs a{
	color: #666666;
	padding: 0 5px 0 15px;
	background: url(bg_breadcrumbsBtn.gif) no-repeat left 4px;
	text-decoration: none;
}

.breadCrumbs a:hover{
	color: #999999;
	text-decoration: none;
}
*/

/*-------------------------------------------------
	clearfix
-------------------------------------------------*/

*:first-child+html .cf,
*:first-child+html #bpx_header,
*:first-child+html #bpx_contents,
*:first-child+html #bpx_wrapper,
*:first-child+html #bpx_subMenu,
*:first-child+html #bpx_mainMenu{
	height: 1%;
	display: inline-block;
}

* html .cf,
* html #bpx_header,
* html #bpx_contents,
* html #bpx_wrapper,
* html #bpx_subMenu,
* html #bpx_mainMenu{
	height: 1%;
	display: inline-block;
}

.cf:after,
#bpx_header:after,
#bpx_contents:after,
#bpx_wrapper:after,
#bpx_subMenu:after,
#bpx_mainMenu:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
