@charset "utf-8";
/* CSS Document */

/*================================================
 *  スライドショー
 ================================================*/
.slider{
	margin:0 0 0 0!important;
    width: 100%;
}
.slider img{
    height: auto;
    width: 100%;
}
#top .slider li{
	overflow: hidden;
}
/*================================================
 *  TOPコンテンツ
 ================================================*/
/* TOP　2column */
#top_page_left{
	float: left;
	width: 440px;
}
#rightColumn {
	width: 281px;
	float: right;
}
/* TOPページ左側（最新ニュース・団体名） */
#topics {
	width: 440px;
	background-color: #FAF5EF;
	border-radius: 0 0 10px 10px;
	padding-bottom: 20px;
}
#topics #title {
	background-image: url(../images/whatsnew_title.jpg);
	width: 440px;
	height: 35px;
	text-indent: -99999px;
	background-repeat: no-repeat;
	padding-left: 367px;
	padding-top: 10px;
}
#topics .topics_inner{
	overflow-y:scroll;
	height: 190px; 
	width: 400px;
	padding-top: 20px;
	margin: 0 auto ;
}
#topics table {
	width: 380px;
}
#topics th,
#topics td{
	line-height: 1.6;
	padding-bottom: 4px;
}
#topics th {
	color: #39F;
	width: 70px;
	padding-left: 50px;
	vertical-align: top;
}
#topics td {
	color: #666666;
	padding-left: 10px;
}
#topics #new,
#topics .new-ico {
	list-style-position: outside;
	list-style-type: none;
	background-image: url(../images/icon_new.jpg);
	background-repeat: no-repeat;
	line-height: 22px;
}
/* NPO法人 */
.organization{
	margin-top: 30px;
	background-color: #FFF5B0;
	width: 400px;		
	padding: 20px;
	border-radius: 10px;
}
.organization .name{
	margin: 2px 0 8px;
}
.organization p {
	line-height: 1.65;
}
#left_box .organization a {
	color: #39F;
}
.organization .pdf_explan p{
	font-size: 0.9em;
	margin: 6px 0 0;
}

/* 右側 */
/* 紹介動画 */
.move_box{
	width:280px;
	border-radius: 10px;
	margin: 0 0 20px 0 ;
	background-color: #f5fbd7;
}
/* バナー間隔 */
.top_bnr_box p{
	margin-bottom: 20px;
	text-align: center;
}