@charset "ISO-8859-1";


/*-----------------------------------------------
  importing old style
-----------------------------------------------*/

@import "common.css";
@import "win_ie.css";


/*-----------------------------------------------
  style clear
   (#header,#hd-menu,#top-page #contents,#footer,#side)
-----------------------------------------------*/
body,
#header dl, #header dt, #header dd, #header h1, #header h2, #header h3, #header form, #header input, #header textarea, #header p, #header th, #header td,
#hd-menu dl, #hd-menu dt, #hd-menu dd, #hd-menu p, #hd-menu th, #hd-menu td,
#top-page #contents dl, #top-page #contents dt, #top-page #contents dd, #top-page #contents h1, #top-page #contents h2, #top-page #contents h3, #top-page #contents form, #top-page #contents input, #top-page #contents textarea, #top-page #contents p, #top-page #contents th, #top-page #contents td,
#footer dl, #footer dt, #footer dd, #footer h1, #footer h2, #footer h3, #footer form, #footer input, #footer textarea, #footer p, #footer th, #footer td,
#side dl, #side dt, #side dd, #side h1, #side h2, #side h3, #side form, #side input, #side textarea, #side p, #side th, #side td{
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
#header h1, #header h2, #header h3, #header h4, #header h5, #header h6,
#hd-menu h1, #hd-menu h2, #hd-menu h3, #hd-menu h4, #hd-menu h5, #hd-menu h6,
#top-page #contents h1, #top-page #contents h2, #top-page #contents h3, #top-page #contents h4, #top-page #contents h5, #top-page #contents h6,
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6,
#side h1, #side h2, #side h3, #side h4, #side h5, #side h6 {
	font-size: 100%;
	font-weight: normal;
}
#header ol,#header ul,#header li,
#hd-menu ol,#hd-menu ul,#hd-menu li,
#top-page #contents ol,#top-page #contents ul,#top-page #contents li,
#footer ol,#footer ul,#footer li,
#side ol,#side ul,#side li{
	list-style:none;
	margin: 0;
	padding: 0;
}
#header fieldset, #header img,
#hd-menu fieldset, #hd-menu img,
#top-page #contents fieldset, #top-page #contents img,
#footer fieldset, #footer img,
#side fieldset, #side img{
	border:0;
}
#header table,
#hd-menu table,
#top-page #contents table,
#footer table,
#side table {
	border-collapse: collapse;
	border-spacing:0;
}
#header caption, #header th,
#hd-menu caption, #hd-menu th,
#top-page #contents caption, #top-page #contents th,
#footer caption, #footer th,
#side caption, #side th {
	text-align: left;
}
#header address, #header caption, #header cite, #header code, #header dfn, #header em, #header th, #header var,
#hd-menu address, #hd-menu caption, #hd-menu cite, #hd-menu code, #hd-menu dfn, #hd-menu em, #hd-menu th, #hd-menu var,
#top-page #contents address, #top-page #contents caption, #top-page #contents cite, #top-page #contents code, #top-page #contents dfn, #top-page #contents em, #top-page #contents th, #top-page #contents var,
#footer address, #footer caption, #footer cite, #footer code, #footer dfn, #footer em, #footer th, #footer var,
#side address, #side caption, #side cite, #side code, #side dfn, #side em, #side th, #side var{
	font-style: normal;
	font-weight: normal;
}
#header,#hd-menu,#top-page #contents,#footer,#side{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.48;
}
body {
	background-color: #ffffff;
	background-image: url(../images_new/bg.gif);
	background-repeat: repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height:0px;
	display:block;
}
.none {
	display:none;
}





/*-----------------------------------------------
 link color
-----------------------------------------------*/
a:link {color:#0066FF;text-decoration:none;}
a:visited {text-decoration:none;}
a:active {text-decoration:underline;}
a:hover {text-decoration:underline;}







/*-----------------------------------------------
 font
-----------------------------------------------*/
.small {
	font-size:10px;
	line-height: 130%;
}
.f10 {
	font-size:10px;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f24 {
	font-size:24px;
}
.f28 {
	font-size:28px;
}





/*-----------------------------------------------
 page-top
-----------------------------------------------*/
.page-top {
	clear:both;
	padding:5px;
	text-align:right;
	font-size:85%;
	margin-top: 47px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
}
.page-top2 {
	clear:both;
	padding:5px;
	text-align:right;
	font-size:85%;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}







/*-----------------------------------------------
 LAYOUT
-----------------------------------------------*/
#container {
	margin:0 auto;
	width:760px;
	padding:0 2px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../images_new/base_bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#contents{
	clear:both;
	width:751px;
	margin-left: 9px;
	padding-bottom: 30px;
}
#main-area{
	float:left;
	width:567px;
}
#general #main-area, #plan-page #main-area {
	float:left;
	width:742px;
}
#side{
	float:right;
	width:179px;
	padding-top:38px;
}
#footer{clear:both;}






/*-----------------------------------------------
 header
-----------------------------------------------*/
#header{
	height:51px;
	margin:0;
	background-image: url(../images_new/hd_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 20px;
	width: 739px;
	padding-left: 14px;
	padding-right: 7px;
}
#logo{
	float:left;
	width:401px;
	height:24px;
	padding-top: 15px;
}
#hd-links{
	float:right;
	width:90px;
	height:18px;
	margin-top: 33px;
}
#hd-links ul{margin:0px;padding:0px;}
#hd-links li{float:left;margin:0px;padding:0px;}

#hd-links li#hd-links01 a{
	display:block;margin:0px;padding:0px;
	width:90px;
	height:18px;
}
#hd-links li#hd-links01{
	background-image: url(../images_new/hd_japanese_r.gif);
	background-repeat: no-repeat;
}
/*ROLL OVER*/
#hd-links ul li a:hover{
	background-color:transparent;
}
#hd-links ul li a:hover img{
	visibility:hidden;
}
#english-page #hd-links ul li#hd-links01 a img{
	visibility:hidden;
}





/*-----------------------------------------------
 hd-menu
-----------------------------------------------*/
#hd-menu{
	background-image: url(../images_new/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 35px;
	padding-left: 5px;
	padding-top:9px;
}
#hd-menu ul,#hd-menu li{
	list-style: none;
}
#hd-menu li{float:left;}
#hd-menu li#hd-menu01 a{
	display:block;
	width:233px;
	height:26px;
}
#hd-menu li#hd-menu01 {
	background-image: url(../images_new/menu01_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu02 a{
	display:block;
	width:133px;
	height:26px;
}
#hd-menu li#hd-menu02 {
	background-image: url(../images_new/menu02_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu03 a{
	display:block;
	width:104px;
	height:26px;
}
#hd-menu li#hd-menu03 {
	background-image: url(../images_new/menu03_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu04 a{
	display:block;
	width:87px;
	height:26px;
}
#hd-menu li#hd-menu04 {
	background-image: url(../images_new/menu04_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu05 a{
	display:block;
	width:198px;
	height:26px;
}
#hd-menu li#hd-menu05 {
	background-image: url(../images_new/menu05_r.gif);
	background-repeat: no-repeat;
}

/*ROLL OVER*/
#hd-menu ul li a:hover{
	background-color:transparent;
}
#hd-menu ul li a:hover img{
	visibility:hidden;
}
#about-page #hd-menu ul li#hd-menu01 a img,
#news-page #hd-menu ul li#hd-menu02 a img,
#ir-page #hd-menu ul li#hd-menu03 a img,
#company-page #hd-menu ul li#hd-menu04 a img,
#affiliated-page #hd-menu ul li#hd-menu05 a img{
	visibility:hidden;
}





/*-----------------------------------------------
 navi
-----------------------------------------------*/
#side #navi{
	width: 179px;


}
#side #navi ul{
	border-bottom: 1px solid #c3c4c4;
	margin-bottom:25px;
}
#side #navi ul li{
/*	border-top: 1px solid #dc1c2d;
	background-position: 15px 10px;*/
	margin: 0px;
	padding: 0px;
	display: block;
	width: 179px;
	height: 31px;
}
/*html:not(:target) #navi ul li{
	border-top: 1px solid #dc1c2d;
	background-position: 15px 9px;
	margin: 0px;
	padding: 0px;
}
*/

#side #navi ul li a{
	display:block;
	width:164px;
	height: 23px;
	padding-top:8px;
	padding-left:15px;
	margin: 0px;
}


#side #navi ul li a:link, #side #navi ul li a:visited {
	border-top: 1px solid #c3c4c4;
}

#side #navi ul li a:hover, #side #navi ul li a:active {
	border-top: 1px solid #dc1c2d;
}


#company-page #side #navi ul li#nv-sub01{
	background-image: url(../company/images_new/navi01_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#company-page #side #navi ul li#nv-sub02{
	background-image: url(../company/images_new/navi02_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#company-page #side #navi ul li#nv-sub03{
	background-image: url(../company/images_new/navi03_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
/*#about-page #side #navi ul li#nv-sub01{
	background-image: url(../about/images_new/navi01_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#about-page #side #navi ul li#nv-sub02{
	background-image: url(../about/images_new/navi02_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#about-page #side #navi ul li#nv-sub03{
	background-image: url(../about/images_new/navi03_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#about-page #side #navi ul li#nv-sub04{
	background-image: url(../about/images_new/navi04_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}*/
#ir-page #side #navi ul li#nv-sub01{
	background-image: url(../ir/images_new/navi01_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#ir-page #side #navi ul li#nv-sub02{
	background-image: url(../ir/images_new/navi02_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#ir-page #side #navi ul li#nv-sub03{
	background-image: url(../ir/images_new/navi03_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
/*
#news-page #side #navi ul li#nv-1999{
	background-image: url(../news/images_new/navi1999_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
*/
#news-page #side #navi ul li#nv-2000{
	background-image: url(../news/images_new/navi2000_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2001{
	background-image: url(../news/images_new/navi2001_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2002{
	background-image: url(../news/images_new/navi2002_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2003{
	background-image: url(../news/images_new/navi2003_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2004{
	background-image: url(../news/images_new/navi2004_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2005{
	background-image: url(../news/images_new/navi2005_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2006{
	background-image: url(../news/images_new/navi2006_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2007{
	background-image: url(../news/images_new/navi2007_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2008{
	background-image: url(../news/images_new/navi2008_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2009{
	background-image: url(../news/images_new/navi2009_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}


#news-page #side #navi ul li#nv-2010{
	background-image: url(../news/images_new/navi2010_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
/*for the future*/
/*
#news-page #side #navi ul li#nv-2011{
	background-image: url(../news/images_new/navi2011_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2012{
	background-image: url(../news/images_new/navi2012_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2013{
	background-image: url(../news/images_new/navi2013_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2014{
	background-image: url(../news/images_new/navi2014_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#news-page #side #navi ul li#nv-2015{
	background-image: url(../news/images_new/navi2015_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
*/

/*affiliated*/
#affiliated-page #side #navi ul li#nv-sub01{
	display: block;
	width: 179px;
	height: 67px;
}
#affiliated-page #side #navi ul li#nv-sub01 a{
	display:block;
	width:164px;
	height: 59px;
	padding-top:8px;
	padding-left:15px;
	margin: 0px;
}
#affiliated-page #side #navi ul li#nv-sub02{
	display: block;
	width: 179px;
	height: 83px;
}
#affiliated-page #side #navi ul li#nv-sub02 a{
	display:block;
	width:164px;
	height: 75px;
	padding-top:8px;
	padding-left:15px;
	margin: 0px;
}
#affiliated-page #side #navi ul li#nv-sub03{
	display: block;
	width: 179px;
	height: 51px;
}
#affiliated-page #side #navi ul li#nv-sub03 a{
	display:block;
	width:164px;
	height: 43px;
}
#affiliated-page #side #navi ul li#nv-sub04{
	display: block;
	width: 179px;
	height: 67px;
}
#affiliated-page #side #navi ul li#nv-sub04 a{
	display:block;
	width:164px;
	height: 59px;
	padding-top:8px;
	padding-left:15px;
	margin: 0px;
}
#affiliated-page #side #navi ul li#nv-sub01{
	background-image: url(../group/images_new/navi01_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#affiliated-page #side #navi ul li#nv-sub02{
	background-image: url(../group/images_new/navi02_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#affiliated-page #side #navi ul li#nv-sub03{
	background-image: url(../group/images_new/navi03_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}
#affiliated-page #side #navi ul li#nv-sub04{
	background-image: url(../group/images_new/navi04_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}






/*ROLL OVER*/
#side #navi ul li a:hover{
	background-color:transparent;
}
#navi ul li a:hover img{
	visibility:hidden;
}
.nv-sub01 #side #navi ul li#nv-sub01 a img,
.nv-sub02 #side #navi ul li#nv-sub02 a img,
.nv-sub03 #side #navi ul li#nv-sub03 a img,
.nv-sub04 #side #navi ul li#nv-sub04 a img,
.nv-sub05 #side #navi ul li#nv-sub05 a img,
.nv-sub06 #side #navi ul li#nv-sub06 a img,
.nv-sub07 #side #navi ul li#nv-sub07 a img,
.nv-sub08 #side #navi ul li#nv-sub08 a img,
.nv-sub09 #side #navi ul li#nv-sub09 a img,
.nv-sub10 #side #navi ul li#nv-sub10 a img,
.nv-sub11 #side #navi ul li#nv-sub11 a img,
.nv-sub12 #side #navi ul li#nv-sub12 a img,
.nv-sub13 #side #navi ul li#nv-sub13 a img,
.nv-sub14 #side #navi ul li#nv-sub14 a img,
.nv-sub15 #side #navi ul li#nv-sub15 a img,
.nv-1999 #side #navi ul li#nv-1999 a img,
.nv-2000 #side #navi ul li#nv-2000 a img,
.nv-2001 #side #navi ul li#nv-2001 a img,
.nv-2002 #side #navi ul li#nv-2002 a img,
.nv-2003 #side #navi ul li#nv-2003 a img,
.nv-2004 #side #navi ul li#nv-2004 a img,
.nv-2005 #side #navi ul li#nv-2005 a img,
.nv-2006 #side #navi ul li#nv-2006 a img,
.nv-2007 #side #navi ul li#nv-2007 a img,
.nv-2008 #side #navi ul li#nv-2008 a img,
.nv-2009 #side #navi ul li#nv-2009 a img,
.nv-2010 #side #navi ul li#nv-2010 a img,
.nv-2011 #side #navi ul li#nv-2011 a img,
.nv-2012 #side #navi ul li#nv-2012 a img,
.nv-2013 #side #navi ul li#nv-2013 a img,
.nv-2014 #side #navi ul li#nv-2014 a img,
.nv-2015 #side #navi ul li#nv-2015 a img{
	visibility:hidden;
}

.nv-sub01 #side #navi ul li#nv-sub01 a,
.nv-sub02 #side #navi ul li#nv-sub02 a,
.nv-sub03 #side #navi ul li#nv-sub03 a,
.nv-sub04 #side #navi ul li#nv-sub04 a,
.nv-sub05 #side #navi ul li#nv-sub05 a,
.nv-sub06 #side #navi ul li#nv-sub06 a,
.nv-sub07 #side #navi ul li#nv-sub07 a,
.nv-sub08 #side #navi ul li#nv-sub08 a,
.nv-sub09 #side #navi ul li#nv-sub09 a,
.nv-sub10 #side #navi ul li#nv-sub10 a,
.nv-sub11 #side #navi ul li#nv-sub11 a,
.nv-sub12 #side #navi ul li#nv-sub12 a,
.nv-sub13 #side #navi ul li#nv-sub13 a,
.nv-sub14 #side #navi ul li#nv-sub14 a,
.nv-sub15 #side #navi ul li#nv-sub15 a,
.nv-1999 #side #navi ul li#nv-1999 a,
.nv-2000 #side #navi ul li#nv-2000 a,
.nv-2001 #side #navi ul li#nv-2001 a,
.nv-2002 #side #navi ul li#nv-2002 a,
.nv-2003 #side #navi ul li#nv-2003 a,
.nv-2004 #side #navi ul li#nv-2004 a,
.nv-2005 #side #navi ul li#nv-2005 a,
.nv-2006 #side #navi ul li#nv-2006 a,
.nv-2007 #side #navi ul li#nv-2007 a,
.nv-2008 #side #navi ul li#nv-2008 a,
.nv-2009 #side #navi ul li#nv-2009 a,
.nv-2010 #side #navi ul li#nv-2010 a,
.nv-2011 #side #navi ul li#nv-2011 a,
.nv-2012 #side #navi ul li#nv-2012 a,
.nv-2013 #side #navi ul li#nv-2013 a,
.nv-2014 #side #navi ul li#nv-2014 a,
.nv-2015 #side #navi ul li#nv-2015 a {
	border-top: 1px solid #dc1c2d;
}



/*-----------------------------------------------
 footer
-----------------------------------------------*/
#footer {
	width:760px;
}
#footer .links{
	display:block;
	width:760px;
	height:20px;
	background-color: #dc1c2d;
}
#footer .links li{
	float:left;
	height:20px;
	padding-left: 24px;
}
#footer .copyright {
	font-size:10px;
	line-height:14px;
	color:#666;
	text-align:right;
	margin:0px;
	border-top: 1px solid #FFC000;
	background-image: url(../images_new/base_end.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-family: Verdana,sans-serif;
	padding: 10px 5px;
}




/*-----------------------------------------------
 main-area
-----------------------------------------------*/
#topic-path{
	/*	height: 20px;*/
	padding-top: 16px;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 12px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 7px;
}
#main-area .contents{
	padding-left: 3px;
}

#page-title{padding-bottom:21px;}




/*-----------------------------------------------
 TOP-PAGE
-----------------------------------------------*/
body#top-page {
	font-size:12px;
}

/*--main image--*/
#top-img{margin-bottom:8px;}


/*--news,update--*/
.top-left{
	float:left;
	width:481px;
}

.top-left dt{
	display:none;
}
.top-left .top-news{
	background-image: url(../images_new/top_news.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 481px;
	padding-bottom: 20px;
}
.top-left .top-update{
	background-image: url(../images_new/top_update.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 481px;
	padding-top:60px;
	padding-bottom: 20px;
}
#top-page #contents .top-left .top-news p{
	float:right;
	padding-top: 21px;
	padding-right: 13px;
	height:35px;
}
.top-left .top-news p a{
	display:block;
	width:70px;
	height:12px;
}
#top-page #contents .top-left .top-news p {
	background-image: url(../images_new/top_news_link_r.gif);
	background-repeat: no-repeat;
	background-position: 0px 21px;
}
/*ROLL OVER*/
.top-left .top-news p a:hover{
	background-color:transparent;
}
.top-left .top-news p a:hover img{
	visibility:hidden;
}
#top-page #contents .top-left .top-news dl,#top-page #contents .top-left .top-update dl{
	padding:0px;
	margin: 0px 0px 30px;
}
.top-left .top-news a,.top-left .top-update a{color:#666666;}
#top-page #contents .top-left .top-news li,#top-page #contents .top-left .top-update li{
	padding: 0px 0px 6px;
	margin: 0px;
	display:inline-block;
	width:481px;
	line-height:1.2;
}
.top-left .top-news li.new strong,.top-left .top-update li.new strong{
	background-image: url(../images_new/new.gif);
	background-repeat: no-repeat;
	background-position: 25px 3px;
}
.top-left .top-news li,.top-left .top-update li{clear:both;padding-bottom:4px;}
.top-left .top-news li strong,.top-left .top-update li strong{
	display:block;
	float:left;
	width:59px;
	padding-left:48px;
	font-weight: normal;
}
.top-left .top-news li span,.top-left .top-update li span {
	display:block;
	float:left;
	width:368px;
	color: #666;
}

/*--IR,movie--*/
.top-right{
	float:right;
	width:243px;
	padding-right: 9px;
}
.top-right .top-ir{
	width:243px;
	height: 144px;
	background-image: url(../images_new/top_ir_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:9px;
}
#top-page #contents .top-right .top-ir dt a{display:block;padding-left:16px;padding-top:9px;width:227px;height:31px;}
#top-page #contents .top-right .top-ir ul{
	list-style: none;
	padding-top:12px;
	float:left;
}
#top-page #contents .top-right .top-ir li{list-style: none;padding-left:15px;width:135px;margin-bottom:8px;}
#top-page #contents .top-right .top-ir li a{
	display:block;
	width:135px	
}
#top-page #contents .top-right .top-ir li.top-ir01 {
	background-image: url(../images_new/top_ir01_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top-page #contents .top-right .top-ir li.top-ir02 {
	background-image: url(../images_new/top_ir02_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#top-page #contents .top-right .top-ir li.top-ir03 {
	background-image: url(../images_new/top_ir03_r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/*ROLL OVER*/
#top-page #contents .top-right .top-ir li a:hover{
	background-color:transparent;
}
#top-page #contents .top-right .top-ir li a:hover img{
	visibility:hidden;
}


#top-page #contents .top-right .top-movie{
	width:243px;
	height: 153px;
}

#top-page #contents .top-right .top-movie dt{display:none;}
#top-page #contents .top-right .top-movie dd a{
	display:block;
	width:178px;
	height: 79px;
	padding: 64px 25px 10px 40px;
	background-image: url(../images_new/top_movie_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#383534;
	font-size:12px;
	text-decoration: none;
}
#top-page #contents .top-right .top-movie dd a:hover{
	background-image: url(../images_new/top_movie_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-decoration: none;
}



/*-----------------------------------------------
 print
-----------------------------------------------*/

@media print {
body {
	background-image: none;
}

* html body {
	zoom:75%;
}
*:first-child+html #contents {
	float:left;
}
}
