.midashi { font-size: 16pt }
.comidashi { font-size: 12pt }
.bodytxt { font-size: 8pt; line-height: 13pt }
.other { font-size: 8pt }

.newmidashi { font-size: 16pt }
.newcomidashi { font-size: 14pt }
.newbodytxt { font-size: 11pt; line-height: 14pt }
.newother { font-size: 11pt }

A:link { color:#0066CC; }
A:visited { color:#0066CC; }
A:active { color:#009966; }
A:hover {  color: #FF0000}
body {  color: #333333}
.textsize_10 {  font-size:  8pt}
.text_size10_line16 { font-size: 8pt; line-height: 14pt }
.textsize_11 {  font-size: 11px}
.textsize_12 {  font-size: 12px}
.text_size12_line20 {  font-size: 12px; line-height: 20px}
.textsize_09 {  font-size: 8pt}
.textsize_14 {  font-size: 14px}
.textsize_16 {  font-size: 16px}
.textsize_20 {  font-size: 20px}

.textsize10 { font-size: 8pt; line-height: 10pt }
.textsize12 { font-size: 10pt; line-height: 12pt }
.textsize14 { font-size: 12pt; line-height: 14pt }
.textsize14white { color: #FFFFFF; font-size: 14px }
.textsize16 {  font-size: 14pt; line-height: 16pt }
.textsize12-high { font-size: 10pt; line-height: 16pt }
.textsize13-high { font-size: 11pt; line-height: 17pt }
.textsize14-high { font-size: 12pt; line-height: 18pt }


body{
margin:0px;
padding:0px;
}



/* ===================================================================
 * modified: 25.Mar.Wed, 2009 22:59
 * written by: kz_uchimura
 * overview: footer
=================================================================== */
#Copyright   { width:750px; height:28px; background:url(/common/images/copyright_bg.gif) repeat scroll; }
#Copyright p { margin:0px; padding:6px 0px; color:#00916D; }




	/**
	 * modified: 26.May.Sun, 2013 21:30
	 * written by: uchimura@pencil.co.jp
	 * 
	 */
	
	#headerMenu {
		width: 750px;
		height: 39px;
		background-image: url('../common/images/head_shadow.gif');
		background-repeat: no-repeat;
		background-attachment: scroll;
		background-position: 0 bottom;
	}
		#headerMenu ul {
			list-style-type: none;
			margin: 0;
			padding: 0;
			zoom: 1;
		}
		#headerMenu ul:after {
			clear: both;
			content: "";
			display: block;
			height: 0;
		}
			#headerMenu ul li {
				float: left;
				width: 107px;
				height: 34px;
			}
				#headerMenu ul li a {
					background-repeat: no-repeat;
					background-attachment: scroll;
					background-position: 0 0;
					width: 107px;
					height: 34px;
					display: block;
					text-indent: -9999px;
				}
				#headerMenu ul li a:hover {
					background-position: 0 -34px;
				}
					#headerMenu ul li#menu1 a {
						background-image: url('../common/images/menu_1_news.gif');
					}
					#headerMenu ul li#menu2 a {
						background-image: url('../common/images/menu_2_medical.gif');
					}
					#headerMenu ul li#menu3 a {
						background-image: url('../common/images/menu_3_life.gif');
					}
					#headerMenu ul li#menu4 a {
						background-image: url('../common/images/menu_4_foods.gif');
					}
					#headerMenu ul li#menu5 a {
						background-image: url('../common/images/menu_5_trendy.gif');
					}
					#headerMenu ul li#menu6 a {
						background-image: url('../common/images/menu_6_faq.gif');
					}
					#headerMenu ul li#menu7 a {
						background-image: url('../common/images/menu_7_closeup.gif');
					}

