@charset "utf-8";
/* CSS Document */

#wrapper{
	border:5px solid #2abdc9;
	border-width:5px 0;
	min-width:1000px;
}

#content{
	width:960px;
	margin:0 auto;
	padding-bottom:80px;
	border-bottom:1px solid #ADADAD;
}

#page_title{
	font-size:200%;
	font-family:YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:bold;
	padding:70px 0 60px;
	letter-spacing:2px;
}

.yugo_l{
	font-family:YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	letter-spacing:0.05em;
}
.yugo_b{
	font-family:YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;
}
.t_left{
	text-align:left;
}

#top_line{
	background-color:#646464;
	padding:5px 0;
	font-family:YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	letter-spacing:0.05em;
}
#img_box{
	margin-top:40px;
}
#img_box li{
	float:left;
	margin-right:30px;
}


#line_box{
	width:715px;
	margin:0 auto;
	padding:30px;
	margin-top:60px;
	border:1px solid #646464;
	line-height:1.7;
}


#outline{
	width:580px;
	margin:60px auto;
	text-align:left;
}
#outline dt{
	margin-top:40px;
	font-family:YuGothic, "游ゴシック", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-weight:bold;
	letter-spacing:0.05em;
}
#outline dd{
	margin-top:10px;
}



#footer{
	padding:30px 0;
}

