@charset "Shift_JIS";

/*
**********************************************************************

* home.css

* site name   : http://www.homeless-sogosodan.net/
* description : Top Page
* since       : 2008/1/11
* editor      : sugita
* modified    : 2008/7/31
* editor      : sugita
* modified    : 2008/12/21
* editor      : sugita

*********************************************************************
*/


/* スケジュール
--------------------------------------*/
#schedule {
	width:500px;
	margin-top:20px;
	margin-left:35px;
	margin-bottom:10px;
}
#schedule h2 {
	margin:0 0 10px;
}
#schedule h3 {
	font-size:92%;
	margin:0 0 3px;
	padding-left:15px;
	background:url(../photo/icon_schedule.gif) no-repeat 2px 4px;

}
#schedule p {
	font-size:92%;
	margin:0 0 10px;
}
#schedule p.date {
	color:#006600;
	padding-left:15px;
	margin-bottom:5px;

}
#schedule p.place {
	color:#006600;
	line-height:120%;
	padding-left:15px;
	margin-bottom:5px;
}

#schedule p.description {
	/*clear:left;*/
	/*background:url(../photo/line_dot.gif) repeat-x 0 100%;*/
	padding: 0 0 5px 15px;
	margin:0 0 10px;
	line-height:120%;
}

/* 訴訟告知　2008.7.31追加
--------------------------------------*/
#sosho {
	width:495px;

	margin-left:35px;
	margin-bottom:20px;
	padding:5px;
	background:url(../top/top_bg_sosho.gif);	
}
#sosho-body {
	padding:10px;
	border:1px solid #FFFFFF;
}
#sosho-body h2 {
	margin:0 0 10px;
}
#sosho-body p {
	line-height:120%;
	margin:0 0 10px;
}
#sosho-body dl {
	margin:0;
}
#sosho-body dt {
	width:38px;
	margin-bottom:0;
	line-height:140%;
	float:left;
	font-weight:bold;
	font-size:small;
	background:url(../top/top_icon_sosho.gif) no-repeat 100% 50%;
}
#sosho-body dd {
	font-size:small;
	line-height:140%;
	margin-left:40px;
	margin-bottom:0;
}
#sosho-body dd a {
	font-weight:normal;
	color:#0000FF;
}	