@charset "UTF-8";
@charset "UTF-8";
/* CSS Document */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a:link,
a:visited{
	color: #151515;
	text-decoration: none;
}
a:hover {
	color: #6F6F6F;
	text-decoration: underline;
}

.clear {
	clear: both;
}
.clearfix:after { /*floatの解除、ここがポイント*/
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*¥*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}
/*ページトップへ戻るを実装*/
#page01{
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
	background-color: #666;
	}
#page01:hover{
	background:#EEE;
	}

#news {
	width: 1024px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
fieldset,
img {
	border: 0;
	width: auto;
	height: auto;
}
#news ul li {
	margin-bottom: 5px;
	background-color: #5D5D5D;
}
#news ul li .newsBOX p img {
	width: 72px;
	height: 30px;
}
#news ul li .ttl img {
	width: 100%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}
#news ul li .newsBOX {
	margin-left: 5%;
	margin-right: 5%;
	font-size: 33px;
	padding-bottom: 15px;
}
#news ul li .newsBOX p a{
	padding-bottom: 5px;
	color: #F3F4F0;
}
#content {
	position: relative;
}
