@charset "shift-jis";
/*===================================================================

	Font-size Adjustment
	
	10px  84%
	11px 	92%
	12px 	100%
	13px 	109%
	14px 	117%
	15px 	125%
	16px 	134%
	17px 	142%
	18px 	150%
	19px 	159%
	20px 	167%
	21px 	175%
	22px 	184%
	23px 	192%
	24px 	200%
	25px 	209%
	26px 	217%

====================================================================*/

/*===================================================================

#1 RESET

===================================================================*/
/** {
zoom:1;
}*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,label,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0;
} 
body {
	/*font:x-small;*/
	color: #444;
	font: 14px/1.3 "MS PGothic", "Osaka", Arial, sans-serif;
	letter-spacing: 0.06em;
}
/* for IE6 */
* html body {
    font-size: 75%;
}
/* for IE7 */
*:first-child+html body {
    font-size: 75%;
}
table { 
    border-collapse: collapse; 
    border-spacing: 0;
	font-size: inherit;
} 
fieldset {  
    border:none; 
} 
img{
	border: none;
	vertical-align: bottom;
}
address,caption,cite,code,dfn,em,strong,th,var { 
    font-style: normal; 
    font-weight: normal; 
} 
ol,ul,li { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-size: 100%; 
    font-weight: normal; 
} 
hr {
	display: none;
}
select,
input,
textarea {
	font-size: 99%;
}
p {
	/*line-height: 1.6;*/
}
strong {
font-weight:bold;
}
em {
font-weight:bold;
}
br {
letter-spacing:0;
}

/*===================================================================

#2 LAYOUT

===================================================================*/
html { /* firefoxのスクロールバーを常に表示 */
	overflow-y: scroll;
}
body {
	background: url(/common_all/images/bg_container.gif) repeat-x 0 0;
	text-align:center;
}
#wrapperAll {
	width: 952px;
	margin: 0 auto;
	text-align: left;
}
#wrapper {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
}

#wrapperInner {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
}
#container {
	overflow: hidden;
	width: 710px;
	margin:0;
	padding:0;
	float: right;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}

/* #header
------------------------------------------------------------------*/
#header {
	width: 952px;
	font-size:0px;
}
#header #logoArea {
margin-top:16px;
height:44px;
}
#header #logo_pepe {
	float: left;
	margin-left: 11px;
}
#header #logo_seibu {
	float: right;
	margin-left: 10px;
	padding-bottom:10px;
}

/* #g_nav
----------------------------------*/
#g_nav {
	clear: both;
	overflow: hidden;
	width: 952px;
	height: 44px;
	padding-bottom: 18px;
	background-color:#FFFFFF;
}
#g_nav li {
	float: left;
	height: 41px;
}
#g_nav li a {
	/*display: block;
	overflow: hidden;
	height: 41px;
	text-indent: -99999px;*/
}

/* #s_nav
----------------------------------*/
#s_nav {
	overflow: hidden;
	width: 930px;
	margin: 20px auto;
	padding-bottom: 6px;
	background: url(../images/bg_sabnavi_long_bottom.gif) no-repeat 0 bottom;
}
#s_nav ul {
	width: 930px;
	padding-top: 6px;
	text-align: center;
	background: url(../images/bg_sabnavi_long_top.gif) no-repeat 0 top;
}
#s_nav ul li {
	display: inline;
	padding: 0 5px;
	border-left: 1px solid #999999; 
	zoom:1;
}
#s_nav ul li.last {
	border-left: 1px solid #999999; 
	border-right: 1px solid #999999; 
}
#s_nav ul li a {
	color: #999999;
	letter-spacing: 0.04em;
	font-size: 80%;
}
#s_nav ul li a:hover {
	color: #999999;
	font-size: 80%;
	text-decoration: underline;
}

/* #footer
------------------------------------------------------------------*/
#footer {
	background: url(../images/bg_ft.gif) repeat-x 0 0;
	text-align: center;
	padding-top: 17px;
	padding-bottom: 20px;
}
#footer_inner {
	overflow: hidden;
	width: 930px;
	margin: 0 auto;
	padding: 0 11px;	
	text-align: left;

}
#footer_inner ul {
	float: left;
	width: 600px;
}
#footer_inner ul li {
	/*display: inline;*/
	float: left;
}
#footer_inner ul li a {
	/*display: block;*/
	margin-right: 10px;
	padding: 0 0 0 8px;
	background: url(../images/bg_ftnavi_li.gif) no-repeat 0 0;
	line-height: 12px;
	font-size: 84%;
	color: #999999;
}
#footer_inner ul li a:hover {
	color: #999999;
	text-decoration: underline;
}
#footer_inner p {
	width: 300px;
	float: right;
	margin-top: 3px;
}
#footer_inner p {
	line-height: 0;
	font-size: 0;
}
#footer address {
	clear: both;
	padding-top: 7px;
	font-size: 92%;
	color: #999999;
}

/* opacity
------------------------------------------------------------------*/
#bnr_box ul li a:hover img,
#bnr_list a:hover img,
#side_news a.btn:hover img,
a:hover img
{opacity: 0.7!important;-moz-opacity: 0.7!important;filter: alpha(opacity=70)!important;}

/* clearfix
------------------------------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
	position: relative;
}
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.mb0 {
margin-bottom: 0!important;
}

/* link
------------------------------------------------------------------*/
a {
	text-decoration: none;
	color: #0085D2;
}
a:hover {
	text-decoration: none;
	color: #D60000;
}

/* pageTop
------------------------------------------------------------------*/
.pageTop {
	background: url(/common_all/images/dotline01.gif) repeat-x;
	height: 15px;
	padding-bottom: 46px;
}
.pageTop img {
	float:right;
	margin-top: 5px;
	margin-right: 10px;
}

/* topicPath
------------------------------------------------------------------*/
.topicPath {
	font-size: 90%;
	margin-bottom: 6px;
	text-align: left;
	color:#666;
}
.topicPath strong {
	text-decoration: none;
	color: #0085D2;
}
.topicPath a {
	text-decoration: underline;
	color:#666;
}
.topicPath a:hover {
	text-decoration: none;
}


/* title
------------------------------------------------------------------*/
h1.title {
margin-bottom:15px;
}
.center {
text-align:center;
}
.colorOre {
color:#FF6600;
}
.colorRed {
color:#fc624d;
}
.imgMiddle {
vertical-align:middle}
.line {
line-height:0.8;
}
.small {
font-size:85%;
}

#map div div div div div {
zoom:1;
}

#map div div {
zoom:1;
}
#map div {
zoom:1;
}

#map {
zoom:1;
}