@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:12px;
}

/*--[ for IE6 ]--*/
* html body {
	font-size: 75%;
}

/*--[ for IE7 ]--*/
*:first-child+html body{
	font-size: 75%;
}

/*-------------------------------------------------
1.container
-------------------------------------------------*/

body{
	color: #333333;
	font-family: 'ＭＳ Ｐゴシック','MS P Gothic',Arial,sans-serif;
	text-align: center;
	line-height: 1.5;
	background: url(bg_body.gif) repeat-y center top;
}

#bpx_outer{
/*
	background: url(bg_outer.jpg) repeat-x center top;
*/
}

#bpx_container{
	width: 740px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


/*-------------------------------------------------
2.header
-------------------------------------------------*/

#bpx_header{
	position: relative;
	width: 740px;
	height: 70px;
	padding: 0 0 0 0;
	text-align: left;
	z-index: 100;
	background: url(bg_header.jpg) no-repeat left top;
}

#bpx_header strong{
	position: absolute;
	top: 9px;
	margin: 0 0 0 24px;
}


/*-------------------------------------------------
3.menu
-------------------------------------------------*/
.home #bpx_mainMenu{
	margin: 0 0 0 0;
}

#bpx_mainMenu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 740px;
	height: 43px;
	background: url(bg_mm.gif) no-repeat left top;
	z-index: 100;
}

#bpx_mainMenu li{
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

#bpx_mainMenu li.dead{
	display: block;
	width: 148px;
	height: 35px;
	padding: 8px 0 0 0;
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
	font-weight: bold;
	background: url(bg_mmBtn_dead.gif) repeat-x left top;
}

#bpx_mainMenu li a{
	display: block;
	width: 148px;
	height: 35px;
	padding: 8px 0 0 0;
	color: #E3EEF4;
	font-weight: bold;
	text-decoration: none;
	background: url(bg_mmBtn_off.gif) repeat-x left top;
}

#bpx_mainMenu li span{
	display: block;
	font-size: 11px;
	font-weight: normal;
	font-family: Arial;
	leetter-spacing: 1px;
}

#bpx_mainMenu li a:hover{
	color: #FFFFFF;
	background: url(bg_mmBtn_on.gif) repeat-x left top;
}

#bpx_mainMenu li.stay a,
#bpx_mainMenu li.stay a:hover{
	color: #FFFFFF;
	background: url(bg_mmBtn_stay.gif) repeat-x left top;
}


/*-------------------------------------------------
4.promotion
-------------------------------------------------*/

#bpx_promotionArea{
	display: none;
}

.home #bpx_promotionArea{
	display: block;
}



/*-------------------------------------------------
5.contents
-------------------------------------------------*/

#bpx_contents{
	clear: both;
	position: relative;
	width: 740px;
	padding-bottom: 50px;
	background: url(bg_contents.gif) repeat-y left top;
	text-align: left;
}

/*------------------mainArea---------------------*/

#bpx_wrapper{
	float: left;
	width: 740px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*------------------main---------------------*/

/*
.home .main{
	padding: 11px 14px 0 14px;
}
*/

.main{
	margin: 0 0 0 0;
	padding: 11px 14px 0 14px;
/*
	float: right;
	width: 530px;
	background: url(bg_main.gif) repeat-x left top;
*/
}

/*------------------left_column-------------------------*/

.left_column{
	position:relative;
	float: left;
	width: 190px;
	padding: 5px 5px 0 5px;
	background: url(bg_left.gif) no-repeat left top;
}


/*-------------------------------------------------
6.subMenu
-------------------------------------------------*/

#bpx_subMenu{
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 94%;
}

#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;
	zoom: 1;
}

#bpx_subMenu li.dead{
	padding: 0;
	color: #E7E8E8;
	font-weight: normal;
	text-decoration: none;
	background: #C4C6C6 url(bg_smBtn_dead.gif) repeat-x top left;
	border: 4px solid #FFFFFF;
}

#bpx_subMenu li a{
	display: block;
	padding: 0;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	background: #40B5DC url(bg_smBtn_off.gif) repeat-x top left;
	border: 4px solid #FFFFFF;
}

#bpx_subMenu li a:hover{
	background: #149AC6 url(bg_smBtn_on.gif) repeat-x top left;
}

#bpx_subMenu li.stay a{
	background: #117597 url(bg_smBtn_stay.gif) repeat-x top left;
}

#bpx_subMenu li a span{
	display: block;
	padding: 12px 5px 8px 20px;
	background: url(arrow_smBtn_off.gif) no-repeat 7px 13px;
}

#bpx_subMenu li a:hover span{
	background: url(arrow_smBtn_on.gif) no-repeat 7px 13px;
}

#bpx_subMenu li.stay a span{
	background: url(arrow_smBtn_stay.gif) no-repeat 7px 13px;
}

#bpx_subMenu li.dead span{
	height: 100%;
	display: block;
	padding: 12px 5px 8px 20px;
	background: url(arrow_smBtn_dead.gif) no-repeat 7px 13px;
}


/*------------------right_column-------------------------*/

.right_column{
	position: relative;
	width: 190px;
	float: right;
	padding: 5px 5px 0 5px;
	background: url(bg_right.gif) no-repeat right top;
}


/*-------------------------------------------------
7.footer
-------------------------------------------------*/

#bpx_footer{
	position: relative;
	padding: 10px 0 15px 0;
	clear: both;
/*
	background: url(bg_footer.gif) repeat-x center top;
	text-align: center;
*/
}

#bpx_footer p{
	font-family: Arial;
	float: left;
	padding: 0 0 0 10px;
	height: 39px;
	color: #B6C3D2;
	font-size: 9px;
	text-align: left;
}

/*
#bpx_footer ul{
	position: relative;
	right: 20px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#bpx_footer li{
	display: inline;
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
	font-size: 11px;
	text-indent: 0;
	border-left: 1px solid #999999;
}

#bpx_footer li.last{
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

#bpx_footer li a{
	background: url(bg_fmBtn_off.gif) no-repeat left 3px;
	color: #9AE1F3;
	text-decoration: none;
}

#bpx_footer li a:hover{
	background: url(bg_fmBtn_on.gif) no-repeat left 3px;
	color: #98D9FC;
	text-decoration: none;
}
*/




/*-------------------------------------------------
	9.breadcrumbs
-------------------------------------------------*/
/*
.breadCrumbs{
	width: 512px;
	padding: 0 0 0 0;
	height: 15px;
	text-indent: -10px;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
	position: relative;
	z-index: 1;
}

.breadCrumbs a{
	color: #000000;
	padding: 0 5px 0 15px;
	background: url(bg_breadcrumbsBtn.gif) no-repeat left -2px;
	text-decoration: none;
}

.breadCrumbs a:hover{
	color: #000000;
	text-decoration: none;
}
*/

/*-------------------------------------------------
	clearfix
-------------------------------------------------*/

*:first-child+html .cf,
*:first-child+html #bpx_contents,
*:first-child+html #bpx_wrapper,
*:first-child+html #bpx_subMenu,
*:first-child+html #bpx_footer{
	height: 1%;
	display: inline-block;
}

* html .cf,
* html #bpx_contents,
* html #bpx_wrapper,
* html #bpx_subMenu,
* html #bpx_footer{
	height: 1%;
	display: inline-block;
}

.cf:after,
#bpx_contents:after,
#bpx_wrapper:after,
#bpx_subMenu:after,
#bpx_footer:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
