@charset "utf-8";

/* CSS Document */

/*----------------------------------
=00 clearfix
----------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix{display:inline-block;}

/* Hides from IE-mac _*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
/* End from IE-mac _*/


/*----------------------------------
=01 reset 
----------------------------------*/

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
	margin:0; 
	padding:0;
	} 

body{  
	margin:0 ; 
	padding:0;
	text-align:center;
	font-size:12px;
	font-family:MS PGothic,"CI",Meiryo,"lr oSVbN","qMmpS Pro W3","Hiragino Kaku Gothic Pro",sans-serif;
	line-height:1.5;
	color:#333;
	}

table { 
	    border-collapse:collapse; 
	    border-spacing:0; 
	} 

address,caption,cite,code,dfn,em,strong,th,var { 
	    font-style:normal; 
	    font-weight:normal; 
	} 

h1,h2,h3,h4,h5,h6 { 
	    font-size:100%; 
	    font-weight:normal; 
	}
	
fieldset,img {border:0;} 	 
ol,ul {
	list-style:none;
} 
caption,th {text-align:left;} 
q:before,q:after {content:'';} 
abbr,acronym { border:0;}

a:link{color:#333;}
a:hover{color:#333; text-decoration:none;}
a:active{color:#333;}
a:visited{color:#333;}

/* 摜̃Xy[X */
li img,
dt img,
dd img{
vertical-align:top;}

img{margin:0; padding:0;}

/*----------------------------------
=02 base layoout
----------------------------------*/

#wrapper{
	width:802px;
	margin:0 auto; 
	padding:0;
	text-align:left;
	/*background:#fff;*/
	}
		
#left{
	float:left;
	width:185px;
	margin:0 auto;
	text-align:center;
	}
	
#right{
	float:left;
	width:560px;
	margin:0 auto;
	text-align:center;
	}

	
/*----------------------------------
=03 globalnavigation
----------------------------------*/

#navi li{
	display:block;
	margin:0;
	float: left;
	}


/***************************
=01 base
***************************/

html{height:100%;}

body{
	height:100%;
	}

#wrapper{
	width:900px;
	height:100%;
	min-height:600px;
	margin:0 auto;
	text-align:center;
	border-left:1px solid #AEACB3;
	border-right:1px solid #AEACB3;
	position:relative;
	}
body < #wrapper{height:auto;}

#footer{
	width:900px;
	height:30px;
	margin:0 auto;
	text-align:right;
	clear:both;
	}
#footer address{
	padding-top:5px;
	padding-right: 5px;
	}
.english{
	text-align:right;
	margin:20px 15px 0 0;
	}

/***************************
=02 main
***************************/


#container{
	margin:0 auto;
	padding:0;
	z-index:10;
	text-align: left;
	}

* html #container{
	height:600px;
	}

#main h1{
	margin-top:120px;
	}
#navi{
	border-top: 5px solid #372400;
	background: transparent url(img/new/navi_bg.jpg) repeat-x 6px;
	height: 29px;
	}
#navi li{
	margin: 0px;
	padding: 0px;
	}
#navi li.last{
	padding-right:0;
	}

/***************************
=03 block
***************************/

.block{
	width:600px;
	margin:0 auto;
	margin-top:130px;
	}
.block #left{
	float:left;
	width:400px;
	padding-left:5px;
	text-align:left;
	border-left:1px solid #7C7D7E;
	}
.block #left .box{
	margin-bottom:5px;
	}
.block #left .box .left{
	float:left;
	width:45px;
	text-align:left;
	}
.block #left .box .right{
	float:left;
	width:340px;
	}


.block #right{
	float:left;
	width:179px;
	padding-left:5px;
	text-align:left;
	border-left:1px solid #7C7D7E;
	}
.block #right dl{
	float:left;
	width:115px;
	}
.block #right dl dd{
	width:105px;
	font-size:11px;	
	}
.block #right dl dd.more{
	width:105px;
	margin-top:5px;
	text-align:right;
	}
.block #right dl dd .more{
	padding-left:12px;
	font-size:12px;
	background:url(img/icon_top-arr.gif) no-repeat 0 2px;
	}


.news-list{
	width:300px;
	min-height:35px;
	margin:10px 0px 0px;
	padding:0;
	line-height:1.4;
	}
.news-list h4{margin-bottom:5px;}
.news-list a:link,
.news-list a:hover,
.news-list a:visited,
.news-list a:active{
	color:#636363;
	}

.day{
	display:block;
	float:left;
	width:60px;
	color:#2C2C2C;
	background:url(img/icon_top-point.gif) no-repeat 0px 1px;
	padding-left:15px;
	}
.news-title{
	display:block;
	float:left;
	width:220px;
	}

p.eruca{
	clear:both;
	padding-top: 10px;
}

 
.flash_box{
	width:480px;
	text-align:left;
}

#main .right{
	float:right;
	width:374px;
}

#main .right h3{margin-top:20px;}

#main .right .news{
	border-left:1px solid #CCCCCC;
	padding-left: 10px;
}

#main .right .bnr{
	clear:both;
	padding-top: 15px;
}
#main .right .bnr p{margin-bottom:10px;}

/* bugfix for border none */
body#top {
	background:transparent url(img/wrapper_bg.gif) repeat-y center top;
	}
body#top #wrapper {
	border-left:none;
	border-right:none;
	}
body#top #wrapper {
	/padding-left:1px;
	}
/* /bugfix */