@charset "utf-8";
@import "common.css";

/*--------------------------
	body
--------------------------*/
.notice{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color:#FFFFFF;
	font-size:12px;
	background:#000000;
    -webkit-text-size-adjust: 100%;
}

/*--------------------------
	wrapper
--------------------------*/
#wrapper{
	width:100%;
	background:url(../img/notice/wra_bg01.jpg) no-repeat top center;
	height:auto;
}
#wrapper .wrapper_in{
	width:800px;
	margin:0 auto;
	padding-bottom:185px;
}
/*--------------
	main
--------------*/
#wrapper .wrapper_in .main_tit{
	padding:56px 0 40px 0;
}
#wrapper .wrapper_in .main_img .img_left{
	width:380px;
	float:left;
}
#wrapper .wrapper_in .main_img .img_right{
	width:380px;
	float:right;
}

/*--------------
	text_list
--------------*/
.text_list{
	width:800px;
	padding-bottom:55px;
}
.text_list .list_tit{
	background:url(../img/notice/sub_tit_bg.jpg) no-repeat top left;
	width:785px;
	height:29px;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	padding:11px 0 0 15px;
	letter-spacing:1.3px;
}
.text_list .list_text{
	line-height:22px;
	letter-spacing:0.6px;
	padding:17px 0 0 14px;
	font-family: Verdana;
	width:775px;
}
.y_b{ font-weight:bold; color:#FF0; }
.r_b{ font-size:15px; font-weight:bold; color:#F00; }

/*--------------------------
	copy_notice
--------------------------*/
#copy_notice{
	width:800px;
	margin:0 auto;
	background:url(../img/notice/line01.jpg) repeat-x top left;
	text-align:center;
	height:194px;
}
#copy_notice .copy_text01{
	line-height:20px;
	font-size:12px;
	color:#FFFFFF;
	font-family:Verdana;
	padding-top:25px;
	padding-bottom:10px;
	letter-spacing:0.5px;
}
#copy_notice .copy_text{
	line-height:11px;
	font-size:9px;
	color:#333333;
	font-family:Verdana;
	padding-top:5px;
	height:60px;
}
.mt40{
	padding-bottom:40px;
}