@charset "UTF-8";
/* CSS Document */

a:link {
	color: #0099FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #0076C4;
}
a:active {
	color: #0076C4;
}

h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: disc;
	line-height: 18px;
	list-style-position: inside;
}

textarea {
	font-size: 100%;
}

img { vertical-align: bottom; }

hr { display: none; }

html,body{
	margin:0;
	padding:0;
	font-family:"?ｭ?ｳ ?ｰ繧ｴ繧ｷ繝?け", "繝偵Λ繧ｮ繝惹ｸｸ繧ｴ Pro W4", "Hiragino Maru Gothic Pro";
	letter-spacing: 0.15em;
	font-size: 95%;
	line-height: 1.6;
	text-align:justify;
	color: #333333;
	font-weight: normal;
	background-color: #FFFFFF;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	height: auto;
}

* html img{ /* IE-expression (fix png alpha) */
behavior: expression(
this.style.filter = this.src.match(/\.png$/) ? "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "')" : this.style.filter,
this.src = this.src.match(/\.png$/) ? this.src.slice(0, this.src.lastIndexOf("/")+1) + "ie6png.gif" : this.src,
this.style.behavior = "none"
);
}

.bg{
	width: 850px;
	margin: auto;
	height: 100%;
}

.header{
	width: 850px;
	height: 345px;
}

.header01{
	width: 550px;
	margin-top: 15px;
	float: left;
}

.header02{
	width: 307px;
	margin-top: 84px;
	float: right;
}

.topics{
	width: 300px;
	padding-left: 7px;
}

.txt{
	background-color: #FFFFFF;
	width: 850px;
	text-align: justify;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 50px;
}
.txt p{
	padding-bottom:1.7em;
}
.txt ul{
	margin-top: 10px;
}

.report{
	background-color: #FFFFFF;
	width: 850px;
	text-align: right;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
}
.DL{
	background-color: #FFFFFF;
	width: 539px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;
	margin-right: 155px;
	margin-left: 156px;
}

.cap{
	width: 834px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.cap p{
	line-height: 160%;
	margin-top: 8px;
	font-size:90%;
}

.cap2{
	width: 850px;
	margin-top: 25px;
	margin-bottom: 30px;
}
.cap2 p{
	line-height: 160%;
	margin-top: 5px;
	color: #FF3300;
	text-align: center;
	font-size:90%;
}

.cap_r{
	width: 300px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: right;
	margin-top: 5px;
}
.cap_r p{
	line-height: 160%;
	margin-top: 8px;
	color: #FF3300;
	font-size:90%;
}

.footer{
	background-color: #FFFFFF;
	width: 850px;
	text-align: left;
	background-image: url(images/top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-top: 20px;
	margin-bottom: 15px;
}

.footer p{
	line-height: 160%;
}
