@charset "utf-8";


/*
YUI 3.4.0 (build 3928)
Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{*font-size:100%}legend{color:#000}


/*--------------------------------------------------------------------------------
resset*/



/*--------------------------------------------------------------------------------
basic layout*/

html, body {
height: 100%;
/*overflow: auto;*/
font-family:helvetica,arial,sans-serif;
font-size: 14px;
line-height: 30px;
letter-spacing: 0.03em;
color: #222222;
text-align:justify;
text-justify: inter-ideograph;
overflow: hidden;
}

/*
#toppage{
display: none;
}

*/

#wrapper {
min-height: 100%;
_height: 100%;
margin: 0 auto;
}

#container{
}

#header{
border-bottom:3px solid #AA0000;
height: 12px;
width:100%;
background: #FFF;
}

.right-bar{
width:24px;
height: 10000px;
background: #FFF;
position: absolute;
right: 0;
top:0;
}


.left-bar{
width:24px;
height: 10000px;
background: #FFF;
position: absolute;
left: 0;
top:0;
}


#center-bar{
height: 110px;
width:100%;
background-color: #AA0000;
/*background: url("/common/imgs/center-bar.jpg") repeat-x;*/
position: absolute;
left: 0;
top: 50%;
margin-top: -55px;
filter: alpha(opacity=85);
-moz-opacity:0.85;
opacity:0.85;
}


#center-bar-inner{
height: 110px;
margin: 0 auto;
width: 85%;
position: relative;
background: url("/common/imgs/bar-2.gif") repeat-x;
/*
border-top: 1px solid #D5D5D5;
border-bottom: 1px solid #D5D5D5;
*/
}

#center-bar-inner h1.logo{
display: block;
width: 90px;
height: 90px;
background: url("/common/imgs/logo.png") no-repeat;
position: absolute;
left: 50%;
top: 10px;
margin: 0 0 0 -45px;
}



#center-bar-inner .shinbashi{
display: block;
width: 120px;
height: 40px;
background: url("/common/imgs/menu.png") 0 0;
position: absolute;
left: 30%;
top: 35px;
margin: 0 0 0 -45px;
}



#center-bar-inner a.shinbashi:hover{
background: url("/common/imgs/menu.png") -120px 0;
}

#center-bar-inner .takadanobaba{
display: block;
width: 120px;
height: 40px;
background: url("/common/imgs/menu.png") 0 120px;
position: absolute;
right: 22%;
top: 35px;
margin: 0 0 0 -60px;
opacity: 1;
}

#center-bar-inner a.takadanobaba:hover{
background: url("/common/imgs/menu.png") -120px 120px;
}


#contents{
overflow: auto;
padding: 0 0 15px 0;
}


#footer{
border-top:3px solid #AA0000;
height: 12px;
width:100%;
margin-top: -15px;
background: #FFF;
padding: 0;
}

/*
#footer{
height: 24px;
width:100%;
margin-top: -24px;
padding: 0;
clear:both;
background: #FFF;
}*/

/*---------------------------------------------------------------------------------
etc*/


.float-area{
width: 540px;
overflow: auto;
}

.float-area img{
float: left;
}

.box{
width: 255px;
float: left;
}

.box img,
.box1 img{
margin: 0 0 10px 0;
}

.box1{
width: 255px;
float: left;
margin: 0 30px 0 0;
}


.invisible{
display: none;
}

.inblock{
display: inline-block;
width: 120px;
}

.clearfix:after { content:""; display:block; clear:both; height:0; }
* html .clearfix  { zoom: 1; }  /* IE6 */
*:first-child+html .clearfix { zoom: 1; }  /* IE7 */

/* Alignment */
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	text-align: right;
}

.center{
	text-align: center;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}






/*inline-box*/
.inbox{
display: inline-block;
width:120px;
}



/*slideshow*/
#slideshow{
widows: 840px;
height: 420px;
overflow: hidden;
margin: -50px 0 30px 0;
}


/*press*/

.press_dl ul li{
font-size: 14px;
line-height: 30px;
}
