@charset "utf-8";

/* 全てのページの基本設定 背景、基準フォントサイズ、リンクカラーなど */
/* その他共通部品の設定 */

body,div,ul,ol,li,h1,h2,h3,p
	{
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	min-width: 760px;
	background: url(../img/bg_head.gif) repeat-x top center;
	color: #333333;
	font-family: Tahoma, "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size: 10px;
}

/* Common */
a:link,a:visited {
	color: #21308F	;
	text-decoration: underline;
}
a:hover,a:active {
	color: #F53434;
	text-decoration: none;
}
.clearall {
	margin: 0;
	padding: 0;
	height: 0px;
	clear: both;
}
img {
border: 0px;
}
.nodisp {
	display: none;
}

/* Page top */
/* 「ページトップ」リンクの設定 */
/* 初期デザインが４つの背景色を用いたため複雑、もっと簡略できます */
p.ptop a {
	margin-top: 35px;
	display: block;
	width: 75px;
	height: 11px;
	background: url(../img/page_top.gif) no-repeat left top;
	float: right;
}
body.total p.ptop a,
body.direct p.ptop a,
body.media p.ptop a,
body.sales p.ptop a {
	margin-top: 35px;
	padding-left: 15px;
	display: block;
	width: 75px;
	height: auto;
	background: url(../img/page_top_arro.gif) no-repeat left center;
	float: right;
	font-size: 12px;
}


/* footer Area */
/* フッター */
div#footer {
	display: block;
	width: 720px;
	margin: 0;
	padding: 0;
	height: auto;
	background-color: #dfdfdf;
}
#footer ul {
	display: block;
	margin: 0px;
	padding: 0;
	list-style: none;
}

#footer ul li {
	float: left;
	font-size: 1.1em;
}#footer ul li a {
	display: block;
	padding: 0 0 0 1.2em;
	margin: 0 0.6em;
	line-height: 3.2em;
	float: left;
	background: url(../img/list01.gif) no-repeat center left;
}
/* for IE6 IE5*/
/* Mac IE5 hide \*/
* html	#footer ul li a {
	line-height: 1em;
	margin: 1em 0.3em 0 0.3em;
}
/* End */
/* End */
#footer ul li a:link,
#footer ul li a:visited {
	color: #333333	;
	text-decoration: none;
	font-weight: 600;
}

#footer ul li a:hover,
#footer ul li a:active {
	color: #21308F	;
}
address {
	font-style: normal;
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em 0 3em 0;
}
body.total address,
body.direct address,
body.media address,
body.sales address {
	color: #333333	;
}
body.window address {
	font-style: normal;
	font-size: 0.9em;
	font-weight: bold;
	margin: 1em auto 3em auto;
}#contentsMenu .rigGenetex .newsData p {
}

