@charset "utf-8";
/* CSS Document */

/*------------ �����ݒ� ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ �w�i�ݒ� ------------*/
html {
}

body {
	background:url(../images/common/bg.jpg) repeat-x top center;
}

/*------------ �S�̂̃��C�A�E�g ------------*/
/*
#wrapper {
	width:948px;
	margin:0 auto;
	overflow:hidden;
	padding-top:3px;
}
*/
/*------------ �w�b�_�[ ------------*/

div.ticker {
	width: 948px;
	position: relative;
	overflow: hidden;
}

#topics{
	height:18px;
	overflow:hidden;
	background:url(../images/icon_topics.gif) no-repeat 0px 2px;
	padding-left:60px;
}

#topics ul{
	width:888px;
	overflow:hidden;
	height: 1.6em;
}

#topics li{
	/*display:inline;
	padding-right:10px;*/
	width:888px;
	color:#666666;
	float: left;
	display: inline;
	clear: both;
	text-align: left;
	list-style-type: none;
	position: relative;
	line-height: 1.6em;
	margin-bottom: -1.6em;
}

#topics li a:hover{
	text-decoration:underline;
}

#contents{
	padding-top:3px;
}

#content_l{
	float:left;
	width:630px;
	overflow:hidden;
}

#content_r{
	float:right;
	width:318px;
	overflow:hidden;
}

#main_l{
	float:left;
	width:153px;
	overflow:hidden;
}

#main_r{
	float:right;
	width:471px;
	overflow:hidden;
}

.slides_container div {
    width:430px;
    height:260px;
    display:block;
}

* html ul.pagination li.current,
* html ul.pagination li{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#content_r ul li{
	float:left;
	padding-left:6px;
	padding-bottom:6px;
	width:153px;
	height:153px;
	overflow:hidden;
}

#content_r ul li a{
	text-decoration:none;
}

.newdate{
	position:absolute;
	display:block;
	width:49px;
	height:51px;
	margin-left:101px;
	text-align:right;
	color:#FFFFFF;
	text-decoration:none;
	background:url(../images/bg_bnrdate.png) no-repeat top right;
	line-height:110%;
	padding:3px 3px 0 0;
	z-index:10000;
}

* html span.newdate{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}

#content_r ul li img{
	display:block;
}

h1{
	margin-bottom:6px;
}

#news{
	padding-top:6px;
	_padding-top:2px;
}

#news .list{
	float:right;
}

#news h3{
	height:16px;
	overflow:hidden;
	background-color:#cccccc;
	padding-left:21px;
	line-height:0%;
	margin-bottom:3px;
}

#news_inner{
	overflow:auto;
	height:134px;
}

#news table{
	margin-left:21px;
	width:93%;
	color:#666666;
	font-size:11px;
}

#news table th,
#news table td{
	padding:2px 0 0;
	_padding:0px 0 0;
}

#news table td a{
	text-decoration:none;
	color:#666666;
}

#news table td a:hover{
	text-decoration:underline;
}

#news table th{
	width:15%;
}

#search{
	width:153px;
	height:31px;
	background:url(../images/bg_search.gif) no-repeat center top;
	margin-bottom:6px;
	padding-top:122px;
}

#search{
	text-align:center;
}

#flier{
	width:141px;
	height:112px;
	background:url(../images/bg_flier.gif) no-repeat center top;
	margin-bottom:6px;
	padding:0 6px;
	padding-top:41px;
}

#flier_inner{
	text-align:center;
}

#flier_inner a{
}

#flier_inner a img{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	padding:0 4px 4px 0;
	background:url(../images/shadow.gif) no-repeat right bottom;
}

#flier p{
	text-align:center;
	padding-top:10px;
}

#flier a{
	color:#339900;
	font-size:10px;
	text-decoration:none;
}

#flier a:hover{
	text-decoration:underline;
}

#open{
	width:153px;
	height:104px;
	background:url(../images/bg_newopen.gif) no-repeat center top;
	padding:49px 0 0;
}

#open_inner{
	height:83px;
	overflow:auto;
	color:#666666;
	font-size:10px;
	width:141px;
	margin:0 auto;
}

#open .list{
	text-align:right;
	padding-top:5px;
}

#bn{
	width:197px;
	margin:0 auto 0 auto;
	padding:5px 0 15px 0;
}

#footer ul{
	background:url(../images/bg_gnav.gif) repeat-x top center;
	height:21px;
	padding-top:9px;
	padding-left:4px;
}

#footer ul li{
	display:block;
	float:left;
	padding:0 10px;
	border-right:1px solid #FFFFFF;
	height:11px;
	overflow:hidden;
	line-height:95%;
}

#footer ul li.last{
	border:none;
}

#footer ul li a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:10px;
}

#footer ul li a:hover{
	text-decoration:underline;
}

#footer address{
	text-align:right;
	font-size:10px;
	color:#999999;
	padding-top:2px;
}



/*-------- top --------*/
.top20 {
	margin-top: 20px;
}

.top10 {
	margin-top: 10px;
}

/*-------- bottom --------*/
.btm10 {
	margin-bottom: 10px;
}

.btm20 {
	margin-bottom: 20px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}



.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.bn{
	display:block;
	margin:15px 0 0 0;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.fs14{
	font-size:14px;	
}

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

.ondes{
	color:#999999;
}

.t_center{
	text-align:center;
}

/**/

.inner {
	width:950px;
	margin:0 auto;
}

.head .right {
	padding:20px 0 0 0;
}

.headnav {
	padding:0 10px 0 0;
}

.headnav li {
	display:inline;
	font-size:11px;
	padding:0 5px 0 0;
}

.gnav {
	background:url(../images/bg_gnav.gif) repeat-x top center;
	height:23px;
	padding-top:7px;
	padding-left:4px;
	*_height:22px;
	*_padding-top:8px;
	*_padding-bottom:3px;
}

.foot {
	background:url(../images/bg_gnav.gif) repeat-x top center #fff;
	height:24px;
	padding-top:6px;
	padding-left:4px;
}

.gnavul li {
	display:inline;
	font-size:11px;
	padding:0 0 0 20px;
	font-size:11px;
}

.footnavul {
	margin:0 0 4px 0;
	padding-left:10px;
}

.footnavul li {
	display:inline;
	font-size:10px;
}

.gnavul li a {
	color:#FFF;
	margin:0 20px 0 0;
}

.footnavul li a {
	color:#FFF;
	margin:0 5px 0 0;
	font-size:10px;
}

.gnavul li.p_0 {
	padding:0 0 0 13px;	
}

.cont {
	background:#eeefef;	
}

.foot address{
	text-align:right;
	font-size:10px;
	color:#999999;
	padding-right:18px;
}

.leftcont {
	width:228px;	
	float:left;
}

.rightcont {
	width:228px;	
	float:right;
}

.leftmenu {
	width:197px;
	margin:20px auto 0 auto;
	background:#FFF;
	padding:10px 0 15px 0;
	line-height:160%;
}

.leftmenu p {
	width:177px;
	margin:0 auto;
	text-align:center;
	background:#ca0336;
	font-size:11px;
	color:#FFF;
	padding:2px 0 0 0;
}

.leftmenu p a {
	color:#FFF;
}

.leftmenu ul {
	font-size:11px;
	margin:10px 0 0 15px;
}

.maincont {
	padding:20px 30px 0 30px;
	background:#fff;
	float:left;
	width:430px;
}

.slides_container {
    width:430px;
    height:260px;
}

/*
.pagination li{
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:10px;
	height:10px;
	margin-right:10px;
	background:url(../images/pagenation.png) no-repeat center top;
}

.pagination li a{
	text-indent:-5000px;
	display:block;
	width:10px;
	height:10px;
	color:#FFFFFF;
	text-align:left;
}

.pagination li.current a{
	color:#c90436;
}

.pagination li.current{
	background:url(../images/pagenation_active.png) no-repeat center top;
}

* html ul.pagination li.current,
* html ul.pagination li{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
*/
/*
.pagination {
	margin:26px auto 0;
	width:100px;
}
*/
.pagination{
	text-align:right;
	position:absolute;
	margin-top:-20px;
	width:430px;
	height:10px;
	z-index:10000;
}

.pagination li {
	display:inline-block;
	*display: inline;
	*zoom: 1;
	width:10px;
	height:10px;
	margin-right:10px;
	overflow:hidden;
	position:relative;
}

.pagination li a {
	display:block;
	width:10px;
	height:30px;
	padding-top:0px;
	background-image:url(../images/pagenation.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
	text-align:left;
	/*text-indent:-5000px;*/
	position:relative;
}

.pagination li.current a {
	/*background-position:0 -20px;*/
	top:-20px;
}

* html .pagination li a { behavior: url(/iepngfix.htc) }

/*
* html ul.pagination li a{
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
*/
.newsblock {
	padding:0 0 30px 0;	
}

.newsbox {
	padding:20px 0 0 0;
	font-size:11px;
	width:430px;
}

.newsbox p {
	color:#ca0336;
	font-weight:bold;
	font-size:12px;
}

.newsbox .newsttl {
	border-bottom:1px solid #ca0336;
	margin:0 0 8px 0;
}

.newsbox .right {
	font-size:10px;
}

.newsbox .right a {
	color:#ca0336;
}

.newstxt {
	color:#383636;	
}

.newstxt dt {
	width:80px;
	float:left;
	padding:0 0 2px 0;
}

.newstxt dd {
	width:350px;
	float:left;
	/*padding:0 0 2px 0;*/
}

.rightmenu {
	width:197px;
	margin:20px auto 0 auto;
	padding:10px 0 15px 0;
	background:url(../images/bg_japan.gif) center 60px no-repeat;
}

#page_main .rightmenu {
	width:213px;
	margin:30px 0 0 15px;
	padding:10px 0 15px 0;
	background:none;
}

.rightmenu a {
	width:197px;
	display:block;
	margin:0 0 15px 0;
	font-size:11px;
	line-height:130%;
	font-weight:bold;
}

#page_main .rightmenu a {
	width:205px;
	display:block;
	margin:0 0 15px 0;
	font-size:11px;
	line-height:130%;
	font-weight:bold;
}

a.bland01 {
	color:#ca0336;
}

a.bland02 {
	color:#e60012;	
}

a.bland03 {
	color:#663333;	
}

a.bland04 {
	color:#003629;	
}

a.bland05 {
	color:#541b86;	
}

a.bland06 {
	color:#ca0336;
}

.bland06box {
	border-top:1px solid #ca0336;
	border-bottom:1px solid #ca0336;
	padding:12px 0 12px 0;
	margin:0 0 0 0;
}

.bland07box {
	border-bottom:1px solid #ca0336;
	padding:12px 0 12px 0;
	margin:0 0 5px 0;
	width:200px;
}

.bland07box dd {
	padding-top:9px;
}

.rightmenu .bland07box a{
	margin-bottom:0;
}

.rightmenu .bland06box a {
	margin-bottom:0;
}

#page_main .bland06box {
	border-top:1px solid #ca0336;
	border-bottom:1px solid #ca0336;
	padding:12px 0 0 0;
	margin:0 0 0 0;
	width:200px;
}

#page_main .bland07box {
	border-bottom:1px solid #ca0336;
	padding:12px 0 0 0;
	margin:0 0 5px 0;
	width:200px;
}

.rightmenu dt {
	width:52px;
	float:left;
}

#page_main .rightmenu dt {
	width:36px;
	float:left;
}

#page_main .rightmenu dd {
	padding-top:9px;
}

.rightmenu p {
	color:#666;
	font-size:10px;
}

a.left_menu_stay {
width: 177px;
margin: 0 auto;
text-align: center;
background: #CA0336;
font-size: 11px;
color: white;
padding: 2px 0 0 0;
display:block;
margin:20px auto 0;
}

a.left_com {
	margin-top:30px;
}












