@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;
	overflow:hidden;
}
#main-area{
	float:left;
	width:567px;
}
#general #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:186px;
	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:112px;
	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:89px;
	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:73px;
	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:166px;
	height:26px;
}
#hd-menu li#hd-menu05 {
	background-image: url(../images_new/menu05_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu06 {
	background-image: url(../images_new/menu06_r.gif);
	background-repeat: no-repeat;
}
#hd-menu li#hd-menu06 a{
	display:block;
	width:129px;
	height:26px;
}

/*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,
#csr-page #hd-menu ul li#hd-menu06 a img,
#csr-top-page #hd-menu ul li#hd-menu06 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-sub03,
#about-page #side #navi ul li#nv-sub04,
#about-page #side #navi ul li#nv-sub06 {
	height: 49px;
}
#about-page #side #navi ul li#nv-sub03 a,
#about-page #side #navi ul li#nv-sub04 a,
#about-page #side #navi ul li#nv-sub06 a {
	height: 33px;
}
#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;
}
#about-page #side #navi ul li#nv-sub06{
	background-image: url(../about/images_new/navi06_r.gif);
	background-repeat: no-repeat;
	background-position: 15px 9px;
}


#ir-page #side #navi ul li#nv-sub04 {
	height:46px;
}
#ir-page #side #navi ul li#nv-sub04 a {
	height:38px;
}
#ir-page #side #navi ul li#nv-sub04 {
	background-image: url(../ir/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;
}


/*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 {
	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 {
	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;}





/*-----------------------------------------------
 save-e
-----------------------------------------------*/
#general.save-e #main-area .contents {
	width: 640px;
	margin-left:auto;
	margin-right:auto;
}
#general.save-e #main-area .contents .word p {
	line-height: 1.4;
	margin-bottom: 1em;
	margin-top:0;
	padding:0;
}

#general.save-e #main-area .contents .sub-title {
	line-height: 1.4;
	color: #0462BC;
	font-weight: bold;
}
#general.save-e #main-area .contents .state2 {
	line-height: 1.4;
	padding-left: 17px;
	margin-bottom: 18px;
	margin-top: 3px;
}
#general.save-e #main-area .contents .state2 ul {
	margin:0;
	padding:0;
	margin-left: 1.5em;
}
#general.save-e #container #header #hd-links {
	line-height: 1;
	text-align: right;
}
#general.save-e-mc #header{
	height:65px;
	background-image: url(../images_new/hd_bg_mc.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#general.save-e-mc #logo{
	height:42px;
}
#general.save-e #container #header #hd-links a {
	display:inline-block;
	background-image: url(../images_new/close.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	padding-left: 20px;
	padding-top:2px;
}
#general.save-e #container #header #hd-links a.back {
	display:inline-block;
	background-image: url(../images_new/back_arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	padding-left: 17px;
	padding-top:2px;
}

table.newstable {
	border-collapse:separate;
	border: solid 1px;
	border-color:#ccc #999 #999 #ccc;
	border-spacing:0px;
	font-size:78%;
}

.newstable th {
	border: solid 1px;
	border-color:#E1AC58 #fff #fff #E1AC58;
	border-spacing:0px;
	padding:4px;
	text-align:left;
}

.newstable td {
	border: solid 1px;
	border-color:#ccc #fff #fff #ccc;
	border-spacing:0px;
	padding:4px;
}
.newstable td span {
	display:inline-block;
	background-image:url(../../common/images_new/pdficon_small.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left:19px;
	line-height:19px;
}
.newstable td.byte {
	text-align:center;
}
.newstable tr.odd td {
	background-color:#E5E5E5;
}
.newstable tr.even td {
	background-color:#F0F0F0;
}
.newstable tr.odd th {
	background-color:#FFD36C;
}
.newstable tr.even th {
	background-color:#FBDE9A;
}

/*-----------------------------------------------
 print
-----------------------------------------------*/

@media print {
body {
	background-image: none;
}

* html body {
	zoom:75%;
}
*:first-child+html #contents {
	float:left;
}
}
MEDIPAL Group Corporate Advertising

