@charset "utf-8";
/* CSS Document */
body {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f7931e;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #666;
	background-image: url(../img/bg_body.png);
}
a {
	color: #6a787c;	
}
img {
	border: none;
}
.wrap {
	width: 1000px;
	margin: 0px auto;
}
.contents {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 20px;
}
.ul_mar0 {
	margin: 0;
	padding: 0;
}
.ul_mar0 li {
	float: left;
	list-style: none;
	margin: 0;
}
.sidebar {
	float: left;
	width: 300px;
}
.sidebar ul {
	margin: 0px;
	padding: 0px;
}
.sidebar li {
	list-style: none;
	margin-bottom: 5px;
}
li a img {
	background:none!important;
}
li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
.main {
	float: left;
	width: 680px;
	margin-right: 20px;
}
.newsbox {
	width: 680px;
	height: 150px;
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
.mediabox{
	width: 250px;
	padding: 25px;
	background-color: #fff;
	margin-top: 4px;
	margin-bottom: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
}
.yousuimg {
	width: 250px;
	float: left;
	overflow: hidden;
	margin-bottom: 15px;
}
.newsimg {
	margin: 15px;
	width: 180px;
	float: left;
	height: 120px;
	overflow: hidden;
}
.news_title {
	width: 680px;
	height: 60px;
	background-color: #fff;
	margin-bottom: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	overflow: hidden;
}
.media_title {
	width: 300px;
	height: 50px;
	background-color: #fff;
	margin-bottom: 4px;
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.4);
	overflow: hidden;
}
.newstext {
	margin: 10px;
	margin-top: 15px;
	width: 450px;
	float: left;
	height: 90px;
}
.newstext h3 {
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.newsdescription {
	float: left;
	margin-left: 10px;
	width: 450px;
	line-height: 20px;
	height: 20px;
}
.reverse{
	color: #fff;
	background-color: #6a787c;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.blogbox {
	float: left;
	width: 220px;
	margin: 9px;
	border: 1px solid #999;
}
.blogboxtext {
	width: 200px;
	margin: 10px;
}
.mediaboxtext {
	width: 250px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.blogimg {
	height: 146px;
	width: 220px;
	overflow: hidden;
}
.wrap2 {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}
.ttl {
	font-size: 2.5em;
	font-weight: normal;
	padding-bottom:5px;
	border-bottom: 1px solid #aaa;
	margin-bottom:30px;
}
