@charset "utf-8";
/* formatting style
--------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 85%;
	line-height: 1.6;
	color: #333;
	background-color: #CCC;
	background-image: url(image/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
ol,ul,li {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
}
h1,h2,h3,h4,h5,p {
	margin: 0px;
	padding: 0px;
}
hr {
	display: none;
}
/* link styles
--------------------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
/* basic layout
--------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 850px;
	background-image: url(image/bg_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left;
	padding-right: 2px;
	padding-left: 2px;
}
/* header styles
--------------------------------------*/
#header {
	background-image: url(image/TopImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 150px;
}
#header h1 {
	display: none;
}
#header h2 a{
	font-weight: bold;
	color: #FC3;
	font-size: 15px;
	position: absolute;
	left: 5px;
	top: 100px;
	width: 295px;
	display: block;
	height: 25px;
	padding-top: 25px;
	padding-left: 60px;
	text-decoration: none;
	float: left;
}
#header h2 a:hover {
	color: #F60;
}
#header ul  li{
	display: inline;
	list-style: none;
	margin-right: 20px;
	position: relative;
	left: 0px;
	top: 122px;
	float: right;
}
#header ul li a {
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #999;
	margin-left: 10px;
}
#header ul li a:hover {
	text-decoration: none;
	background-image: url(image/arrow_hover.gif);
	color: #FFF;
}

#main {
	float: right;
	width: 630px;
	margin-bottom: 20px;
	margin-top: 20px;
	margin-right: 20px;
}
#main a {
	text-decoration: none;
	color: #333;
	border-bottom: 1px dotted #333;
}
#main #link a{
	line-height: 1em;
}

#main a:hover {
	color: #F00;
	border-bottom-color: #F00;
}

/* main styles
--------------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	background-image: url(image/bg_h2.jpg);
	background-repeat: repeat-x;
	padding: 2px 0px 0px 10px;
	clear: right;
	color: #333;
	background-position: top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #CCC;
}
#main h3 {
	font-size: 110%;
	font-weight: bold;
	padding-left: 15px;
	margin-bottom: 5px;
	margin-left: 10px;
	background-image: url(image/BICO_009.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color: #333;
	margin-top: 20px;
}
#main h4 {
	font-weight: bold;
	background-image: url(image/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-left: 15px;
}
#main h6   a{
	border-bottom: none;
}
#main p {
	margin-bottom: 0.8em;
	margin-left: 20px;
}
#main ol {
	margin-bottom: 20px;
}

#main ol li {
	list-style: disc;
	margin-left: 30px;
}

#main #news {
	margin-bottom: 30px;
	margin-left: 20px;
}
#main dl#news dt {
	clear: left;
	float: left;
	width: 5em;
	font-weight: bold;
	margin: 0px 0px 8px;
	padding-bottom: 3px;
}
#main dl#news dd {
	margin: 0px 0px 8px 0em;
	border-bottom: 1px dotted #999;
	padding-bottom: 3px;
}
#main dl#vaccine dt {
	clear: left;
	float: left;
	width: 10em;
	padding-left: 25px;
	font-weight: bold;
}
#main dl#vaccine dd {
	margin: 0px 0px 2px 6em;
}
#main #faqList dt {
	font-weight: bold;
	background-image: url(image/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-left: 12px;
}
#main #faqList dd {
	line-height: 1.8;
	background-image: url(image/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 12px;
	padding-bottom: 1em;
	padding-left: 25px;
}
#main table {
	border-top: 1px solid #999;
	border-collapse:collapse;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	margin: 5px 0px 15px auto;
	border-bottom: 0px none #999;
}
#main table tr th {
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}
#main table tr td {
	padding: 5px 15px;
	border-bottom: 1px solid #999;
	text-align: center;
}
#main #paragraph1 {
	display: block;
	height: auto;
	width: 300px;
	float: left;
}
#main #paragraph2 {
	display: block;
	float: right;
	height: auto;
	width: 300px;
}
#main #access {
	margin-bottom: 30px;
	margin-left: 20px;
}
#main dl#access dt {
	clear: left;
	float: left;
	width: 5em;
	font-weight: bold;
	margin: 0px 0px 2px;
}
#main dl#access dd {
	margin: 0px 0px 2px 0em;
}
#main dl#bokin dt {
	clear: left;
	float: left;
	width: 6em;
	padding-left: 25px;
	font-weight: bold;
}
#main dl#bokin dd {
	margin: 0px 0px 2px 6em;
}
#sidebar a img:hover {
}


#sidebar {
	float: left;
	margin-bottom: 20px;
	background-repeat: repeat-y;
	background-position: center;
	display: block;
	width: 180px;
	background-color: #030;
	padding-top: 10px;
}
#sidebar h2 {
	background-color: #020;
	display: block;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	padding: 0.2em 0px 0.2em 10px;
	margin-top: 10px;
	border-bottom: 1px solid #090;
}
#sidebar a img{
	border: 1px solid #999;
	margin: 20px auto 5px 10px;
}
#sidebar a img:hover {
	border-color: #F30;
}

#sidebar ul li a {
	display: block;
	font-size: 1em;
	color: #E3E3E3;
	padding: 0.2em 0px 0.2em 5px;
	height: auto;
	width: auto;
	text-decoration: none;
	border-bottom: 1px dotted #090;
	margin-left: 15px;
}
#sidebar ul li a:hover {
	color: #333;
	background-color: #FFF;
}

#sidebar p {
	color: #FFF;
	line-height: 1.4em;
	font-size: 90%;
	margin: 5px 15px 0px;
}


#footer {
	padding: 15px;
	clear: both;
	background-color: #030;
}
/* footer styles
--------------------------------------*/
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
	float: right;
}
#footer ul li a {
	background-image: url(image/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	color: #999;
}
#footer ul li a:hover {
	text-decoration: none;
	background-image: url(image/arrow_hover.gif);
	color: #FFF;
}
#sidebar #menu ol {
	margin-top: 10px;
}

#sidebar #menu ol li a  img{
	margin-left: 2px;
	margin-top: 3px;
	border: 1px solid #333;
}
#sidebar #menu ol li a img:hover{
	border-color: #C00;
}
#footer address {
	font-style: italic;
	color: #FFF;
}
.h2head {
	font-size: 1em;
	color: #000;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFF;
}

.Red {
	color: #F00;
	font-weight: bold;
}
.bold_big {
	font-weight: bold;
	font-size: 120%;
}

.photo_right {
	float: right;
	margin: 0px 0px 20px 20px;
	border: 1px solid #666;
}
.illust_right {
	float: right;
	margin: 0px 0px 10px 20px;
}
.bold {
	font-weight: bold;
}

