@charset "UTF-8";
/* CSS Document */
a{text-decoration:none;}
a:link {
	color: #0044CC;
	text-decoration:none;
}
a:visited {
	color: #0076C4;
}
a:hover {
	color: #0088FF;
	text-decoration:underline;
}
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: 90%;
	line-height: 180%;
	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: 857px;
	margin: auto;
	height: 100%;
}

.header{
	width: 857px;
	height: 305px;
	position:relative;
}

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

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

.header-campaign{
	position:absolute;
	top:10px;
	left:500px;
}

.topics{
	width: 300px;
	padding-left: 7px;
}
.topics li{
	list-style-type:none;
}
.topics li a{
	padding:8px 0 8px 0;
	list-style-type:none;
	display:block;
	background-color:white;
	border-top:1px solid #ccc;
	line-height:1.1;
}
.topics li a:hover{
	background-color:#B8DDF1;
	color:black;
}
.topics li a:hover{text-decoration:none;}

.footer{
	background-color: #FFFFFF;
	width: 550px;
	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: 1.2;
	color:#aaa;
	font-size:12px;
}
table.epwcolumn{
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
}
.epwcolumn h3{
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
}
.epwcolumn p{
	line-height:1.1;
	color:#555;
}
div.caution{
	text-align:right;
	font-size:10px;
	color:#aaa;
	margin-bottom:20px;
	padding-right:10px;
}
img.footer-link{
	display:block;
	margin-bottom:10px;
}
div.twtr-hd{
	display:none;
}
div#twitter-area{
	margin-bottom:8px;
}
div#twitter-area .follow{
	font-weight:bold;
	display:block;
	text-align:right;
}
div#tweets ul#tweet-cont li{
	list-style-type:none;
	list-style-position:outside;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	margin-left:8px;
	clear:both;
}
div#tweets ul#tweet-cont li img{
	float:left;
	width:32px;
	height:32px;
	display:block;
	margin-right:6px;
	margin-top:2px;
}
div#tweets div.text{
	display:inline;
	line-height:1.1;
	color:#555;
}
div#tweets div.time{
	font-size:10px;
	color:gray;
	line-height:1.1;
}
div#tweets div.links{
	display:none;
}
li{
	text-indent:0;
	list-style-position:outside;
}

div.information{
	margin:0 0 20px 7px;
	font-size:12px;
	width:540px;
}
div.information:after { content: ""; display: block; clear: both; }
div.information img{
	display:block;
	width:40px;
	float:left;
	margin-right:6px;
}
div.information h4{
	font-weight:bold;
	font-size:12px;
}
div.information span.date{
	font-size:10px;
}