@charset "UTF-8";

*.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:normal;
}
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear: both; 
    visibility:hidden;
}
.clearfix {display:inline-block;}/*for IE7*/

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

p{
	padding:0;
	margin:0;
	outline:0;
}
img{
	border:0;
}
a{
	color:#008c24;
	text-decoration:none;
}
a:hover{
	color:#008c24;
	text-decoration:underline;
}
a.alpha:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
table {
	border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	padding:0;
	margin:0;
	font-weight:normal;
}


/* body */
body{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	line-height:1.5;
	color:#000;
	background-color:#000;
}
*html body{
	font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	text-align:center;/*for IE6*/
	line-height:1.5;
	color:#000;
	background-color:#000;
}


/* #wrapper */
#wrapper{
	width:100%;
	min-width:960px;
	background:url(../images/noisefilter/body_bg.jpg) repeat-x center top #FFF;
}


/* #container */
#container{
	text-align:left;
	width:960px;
	margin:0 auto;
}

/* #header */
#header{
	width:960px;
	height:34px;
}
#header .logo{
	width:259px;
	padding-top:6px;
	float:left;
}


/* #mainimg */
#mainimg{
	width:960px;
	margin:0 auto 20px auto;
}


/* #content */
.box{
	margin-bottom:25px;
}
.box h3,
.box_left h3,
.box_right h3{
	margin-bottom:30px;
}
.box h4{
	margin:20px;
	bottom:12px;
	text-align:left;
	color:#333;
	font-size:10px;
}
.box p{
	margin:0 0 25px 0px;
	text-align:center;
}
.box .img_right{
	float:right;
	margin-top:-3px;
}

.box_left{
	width:450px;
	float:left;
	margin-left:15px;
	margin-bottom:25px;
}

.box_right{
	width:440px;
	float:right;
	margin-right:15px;
	margin-bottom:30px;
}


/* #footer */
#footer{
	width:100%;
	background:url(../images/wrap_bg.gif) repeat-x center bottom #000;
}
#footer_inn{
	width:960px;
	height:30px;
	margin:5px auto;
	text-align:center;
	background:url(../images/footer_bg.gif) no-repeat left top;
	position:relative;
}
#footer .copyright{
	bottom:12px;
	text-align:center;
	color:#FFF;
	font-size:10px;
}