@charset "utf-8";
/* index_info.css */


/* layout */
body {
	margin:0px;
	padding:0px 15px 10px;
	background-color:#ffffff;
}


/* detail */
#index_information dl {
	margin-top:1em;
}
#index_information dt {
	color:#133fc3;
}
#index_information dd {
	background-image:url(../images/icon_arrow01.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	padding-left:13px;
}
#index_information dd a {
	color:#333333;
}


/* index_over */
#index_over {
	text-align:center;
	margin:0px;
	padding:0px;
}
.overarea_b1 {
	width:760px;
	margin:30px auto 0px;
	text-align:left;
}
.overarea_b2 {
	width:760px;
	margin:40px auto 0px;
	text-align:left;
}
.overarea_text01 {
	float:left;
}
.overarea_text02 {
	float:right;
}
#index_over h1 {
	padding-bottom:10px;
}

/* index_influenza */
#index_influenza {
	text-align:center;
	margin:0px;
	padding:0px;
}
.overarea {
	width:760px;
	margin:10px auto 0px;
	text-align:left;
}
.overarea2 {
	width:760px;
	margin:30px auto 0px;
	text-align:left;
}

.overarea_text01 {
	float:left;
	width:380px;
}
.overarea_text02 {
	float:right;
	width:380px;
}
#index_influenza h2 {
	margin-top:0px;
	height:30px;
	line-height:30px;
	font-size:150%;
	background-image:url(../../index_images/influenza_ttl_icon02.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin:20px 0px 15px;
	padding-left:20px;
	color:#333333;
}
#index_influenza h3 {
	background-image:url(../../index_images/influenza_ttl_icon01.gif);
	background-repeat:no-repeat;
	background-position:0% 50%;
	margin:1em 0px 1em;
	padding-left:20px;
	font-size:100%;
	color:#333333;
}
#index_influenza p {
	margin-bottom:1em;
}


#index_influenza li {
	margin:0em 0em 0em 2em;
	list-style-type:disc !important;
}


