@charset "UTF-8";

/*-------------------------------------------------
	layout.css
-------------------------------------------------*/

/*=================================
1.container
2.header
3.introWrap
4.mainMenu
5.promotion
6.contents
7.subMenu
8.footer
9.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{
	background: url(bg_body.jpg) repeat 50% top;
	color: #332007;
	font-family:"MS UI Gothic",Arial,sans-serif;
	text-align: center;
	line-height: 1.4;
}

#bpx_outer{
/*	width: 972px;*/
/*	margin: 0 auto 0 auto;*/
	min-width: 940px;
	background: url(bg_outer.jpg) repeat center top;
}

#bpx_container{
/*	width: 940px;*/
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
}


/*-------------------------------------------------
2.header
-------------------------------------------------*/

#bpx_header{
	position: relative;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: left;
	z-index: 100;
}

#bpx_header strong{
	position: absolute;
	top: 36px;
	margin: 0 0 0 0;
}


/*-------------------------------------------------
3.introWrap
-------------------------------------------------*/

#bpx_introWrap{
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}


/*-------------------------------------------------
4.menu
-------------------------------------------------*/

h2.tit_mm{
	height: auto;
	margin: 0 0 1px 0 !important;
	padding: 0 !important;
	background: none;
}

#bpx_mainMenu{
	top: 0;
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	width: 190px;
	z-index: 100;
}

#bpx_mainMenu li{
	position: relative;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	color: #FFFFFF;
	font-size: 117%;
	border-bottom: 1px solid #FFFFFF;
	line-height: 1.2;
	font-family: "ＭＳ Ｐ明朝","MS PMincho",serif;
}

#bpx_mainMenu li.dead{
	color: #647482;
	font-weight: bold;
	width: 170px;
	height: 29px;
	padding: 5px 10px 4px 10px;
}

#bpx_mainMenu li a{
	display: block;
	width: 170px;
	min-height: 29px;
	height: auto!important;
	height: 29px;
	padding: 5px 10px 4px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	background: url(arrow_mmBtn_off.gif) #000000 no-repeat 169px center;
}

#bpx_mainMenu li.stay{
	right: -10px;
}

#bpx_mainMenu li.stay a{
	color: #FFFFFF;
	background: url(arrow_mmBtn_on.gif) #23A5DC no-repeat 169px center;
}

#bpx_mainMenu li span{
	display: block;
	font-size: 71%;
	font-weight: normal;
}

#bpx_mainMenu li a:hover{
	color: #FFFFFF;
	background: url(arrow_mmBtn_on.gif) #23A5DC no-repeat 169px center;
}

/*-------------------------------------------------
5.promotion
-------------------------------------------------*/
/*
#bpx_promotionArea{
}
*/
/*-------------------------------------------------
6.contents
-------------------------------------------------*/

#bpx_contents{
	clear: both;
	position:relative;
	width: 940px;
	margin: 0 auto;
	padding-bottom: 50px;
	text-align: left;
}

/*------------------mainArea---------------------*/

#bpx_wrapper{
	float: left;
	width: 740px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*------------------main---------------------*/

.main{
	float: right;
	width: 530px;
	margin: 0 0 0 0;
	padding: 10px 5px 0 5px;
}

/*------------------left_column-------------------------*/

.left_column{
	position:relative;
	float: left;
	width: 190px;
	padding: 0 5px 0 5px;
	margin-top: -25px;
}

.home .left_column{
	margin-top: 5px;
}


/*-------------------------------------------------
7.subMenu
-------------------------------------------------*/

#bpx_subMenu{
	margin: 0 0 0 0;
	padding: 0 0 4px 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	right: 0;
	background: #23A5DC;
}

#bpx_subMenu li{
	margin: 0 0 0 10px;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	text-indent: 0;
	color: #FFFFFF;
	font-size: 100%;
	border-bottom: none;
	border-left: 1px solid #000000;
	vertical-align: top;
	line-height: 1.2;
	font-family: "ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}

#bpx_subMenu li.dead{
	color: #666666;
	font-weight: normal;
	width: 139px;
	min-height: 14px;
	height: auto!important;
	padding: 5px 30px 4px 10px;
	background: url(arrow_mmBtn_off.gif) #000000 no-repeat 158px center;
}

#bpx_subMenu li a{
	display: block;
	width: 134px;
	min-height: 14px;
	height: auto!important;
	height: 14px;
	padding: 5px 30px 4px 15px;
	color: #FFFFFF !important;
	font-weight: normal;
	text-decoration: none;
	text-indent: -0.5em;
	
	background: url(arrow_mmBtn_off.gif) #000000 no-repeat 158px center !important;
}

#bpx_subMenu li a:hover{
	color: #FFFFFF !important;
	background: url(arrow_mmBtn_on.gif) #23A5DC no-repeat 158px center !important;
}


/*------------------right_column-------------------------*/

.right_column{
	position: relative;
	width: 190px;
	float: right;
	padding: 0 5px 0 5px;
	margin-top: -25px;
}

.home .right_column{
	margin-top: 5px;
}


/*-------------------------------------------------
8.footer
-------------------------------------------------*/

#bpx_footer{
	position: relative;
	padding-bottom: 15px;
	clear: both;
	width: 100%;
	background: url(bg_footer.gif) repeat-x center top;
	text-align: center;
}

#bpx_footer p{
/*	float: left;*/
	width: 151px;
	height: 130px;
	margin: 0 auto;
	padding: 10px 784px 0 5px;
	background: url(bg_copyright.gif) no-repeat left top;
	color: #000000;
	font-size: 84%;
	text-align: left;
}

#bpx_footer ul{
	display: none;
	float: right;
	width: 111px;
	height: 18px;
	margin: 13px 0 0 0;
	padding: 0;
	list-style: none;
}

#bpx_footer li{
	display: inline;
	margin: 0;
	padding: 0 2px 0 6px;
	background: none;
	list-style: none;
	font-size: 84%;
	text-indent: 0;
}

#bpx_footer li.last{
	border-left: 1px solid #ffffff;
}

#bpx_footer li a{
	background: none;
	color: #FFFFFF;
}


/*-------------------------------------------------
	9.breadcrumbs
-------------------------------------------------*/

.breadCrumbs{
	width: 500px;
	margin: 0 auto 0 auto;
	padding-bottom: 8px;
	text-indent: -10px;
	background: url(bg_breadcrumbs.gif) repeat-x left bottom;
	overflow: hidden;
	text-align: left;
}

.breadCrumbs span{
	padding: 0 8px 0 9px;
	background: url(bg_breadcrumbsBtn.gif) no-repeat left top;
}


/*-------------------------------------------------
	clearfix
-------------------------------------------------*/

*:first-child+html .cf,
*:first-child+html #bpx_contents,
*:first-child+html #bpx_wrapper,
*:first-child+html #bpx_subMenu{
	height: 1%;
	display: inline-block;
}

* html .cf,
* html #bpx_contents,
* html #bpx_wrapper,
* html #bpx_subMenu{
	height: 1%;
	display: inline-block;
}

.cf:after,
#bpx_contents:after,
#bpx_wrapper:after,
#bpx_subMenu:after{
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}
