@charset "utf-8";

/* トップページCSS */

/* 各スタイルシートをインポート */
@import url(../common/common.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../footer/footer.css);
@import url(../menu/menu.css);

#info_title{
	background:url(information_bg.gif) no-repeat ;
	width:520px;
	margin:10px 0 0 15px;
	height:65px;
}
/* 最終更新日 */
#update{
	text-align:right;
	padding:5px 10px 0 0;
}
/* 旭区社協からのお知らせ　スタイル */
#info_title h2{
	padding:12px 0 0 0 ;
}
#info{
	width:518px;
	margin-left:15px;
	border-right:#999 solid 1px;
	border-left:#999 solid 1px;
	border-bottom:#999 solid 1px;
	list-style:none;
	padding-top:15px;
}
#info li{
	line-height:1.4em;
	margin:0 15px 0.7em 15px;
	border-bottom:#ccc dotted 1px;
	background:url(../common/p_icon.gif) no-repeat left top;
	padding-left:20px;
}

/* 目的で探す　スタイル */
#inner_box ul{
	list-style:none;
}
#inner_box li{
	background:url(search_icon.gif) no-repeat ;
	padding-left:30px;
	margin:0.2em 15px 0 15px;
	line-height:1.4em;
}
#list_l{
	float:left;
	width:260px;
}
#list_r{
	float:right;
	width:260px;
}	

/* 更新予定　スタイル */
#update_plan{
	width:200px;
	margin:20px 10px 10px 10px ;
}
#update_plan dt img{
	vertical-align:bottom;
}
#update_plan dd{
	border-bottom:#ccc solid 1px;
	border-left:#ccc solid 1px;
	border-right:#ccc solid 1px;
	padding:0 10px 10px 10px;
	line-height:1.4em;
	background-color:#fff;
	font-size:medium;
}
#update_plan dd ul{
	padding-left:5px;
	list-style-image:url(update_icon.gif);
	list-style-position:inside;
}

/* PCどりーむの紹介　スタイル */
#dream{
	line-height:1.4em;
	width:190px;
	margin:10px 15px 20px 15px;
	font-size:medium;
}

/* バナー部分スタイル */
#banner{
	list-style:none;
	padding:10px;
}
#banner li{
	float:left;
}
.r_speace{
	padding-right:20px;
}
