@charset 'UTF-8';


/* ====================  tag initialization ==================== */
body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	color: #000000;
	text-align:center;
	vertical-align: middle;
	background: #FFFFFF url(../images/bg_header.gif) repeat-x 0px 0px;
	line-height: 1;
}

h1 {
	width: 700px;
	_width: 720px;
	height: 23px;
	_height: 30px;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 20px;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	background: url(../images/h1_bg.gif) no-repeat 0px 0px;
	line-height: 1;
	clear:both;
}

h2 {
	width: 720px;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 7px 0px;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	background: url(../images/h2_bg.gif) no-repeat 0px 0px;
	line-height: 1;
	clear:both;
}

h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 100%;
	color: #000000;
	font-weight: bold;
	line-height: 1;
	clear:both;
}

h4 {
	
	margin: 0px 0px 10px 0px;
	padding: 1px 0px 0px 10px;
	font-size: 92%;
	color: #000000;
	font-weight: bold;
	background: url(../images/icon_line.gif) no-repeat 0px 0px;
	line-height: 1;
	clear:both;
}

strong {
	font-weight: bold;
}

p {
	margin: 10px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	font-size: 92%;
	line-height: 1.5;
	color: #333333;
}

p img {
	margin: 5px 5px 5px 5px;
	padding: 0px;
	border: none;
}

input {
	vertical-align: middle;
}

form {
	margin: 0px;
	padding: 0px;
}

hr {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	height:1px;
	border-style: solid none none;
	border-width: 1px 0px 0px 0px;
	border-color: #DDDDDD;
	clear: both;
}


/* ==================== a tag ==================== */
a:link {
	text-decoration: underline;
	line-height: 1.5;
	color: #002F95;
}

a:visited {
	text-decoration: underline;
	line-height: 1.5;
	color: #666666;
}

a:hover {
	text-decoration: none;
	color: #002F95;
}

h1 a:link,h2 a:link,h3 a:link,h4 a:link {
	text-decoration: underline;
	line-height: 1;
	color: #002F95;
}

h1 a:visited,h2 a:visited,h3 a:visited,h4 a:visited {
	text-decoration: underline;
	line-height: 1;
	color: #002F95;
}

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover {
	text-decoration: none;
	color: #002F95;
}



/* ==================== fontcolor ==================== */
.blue {
	color:#003A9C;
}

.red {
	color:#FF0000;
	background: none;
	padding: 4px 4px 0px 0px;
}


/* ==================== icon ==================== */
.new {
	padding: 0px 0px 0px 38px;
	background: url(../images/icon_new.gif) no-repeat left center;
}

.blank {
	padding: 0px 0px 0px 15px;
	background: url(../images/icon_blank.gif) no-repeat left center;
}

.rss {
	display:block;
	padding: 0px 0px 0px 38px;
	font-size: 92%;
	background: url(../images/icon_rss.gif) no-repeat left center;
	float:right;
}

.pdf {
	display:block;
	padding: 0px 0px 0px 24px;
	font-size: 92%;
	background: url(../product/subimage/icon_pdf.png) no-repeat 0px 0px;
}
