/* CSS Document */

/**/
#body {
	width: 710px;
	margin: 0 25px;
	background: #AEE838;
	font-size: small;
}

#contents {
	float:right;
	width: 502px;
	background: url(../img/bg_note.gif);
	background-repeat: repeat-y;
}

#sidebar {
	float:left;
	width:208px;
	text-align: center;
}

#body-clear {
	clear: both;
}

#body-bottom {
	margin-left: 25px;
	margin-right: 25px;
	width: 710px;
}

/*トップページ*/
#news-area {
	width: 486px;
}

#news {
	float:left;
	width: 315px;
	padding-left: 10px;
}

#news ul {
	list-style:none;
	padding-left: 15px;
}

#news li {
	list-style:none;
	line-height: 1.8em;
	text-indent: -1.3em;
	padding-left: 1.3em;
}

.date {
	color: #CC0033;
}

#banner {
	float:right;
	width: 161px;
	text-align: right;
}

#sidebar a:active, #banner a:active {
	background: none;
}

#sidebar a:hover, #banner a:hover {
	background: none;
}

#banner img {
	margin-right: 5px;
}

#news-bottom {
	clear: both;
}

/*２階層以降の本文エリア*/
#main {
	width: 446px;
	padding: 0 20px;
	line-height: 1.5;
}

#main h1 {
	font-size: large;
	line-height: 2em;
	background: url(../img/line.gif) no-repeat;
	background-position: bottom;
	color: #CC0033;
	padding-left: 5px;
}

#main h2 {
	font-size: medium;
	color: #CC0033;
	margin-bottom:4px;
}

#main ul {
	padding-left: 2em;
}

.block {
	margin: 10px;
	clear:both;
}

.block-line {
	border-top: 1px dotted #CC0033;
	padding-top:16px;
	margin: 10px;
	line-height: 1.4;
}

.photo {
	padding: 5px;
	border: 1px;
	border-color: #999999;
	border-style: solid;
}

.imgR {
	float: right;
	margin-left: 10px;
}
.imgL {
	float: left;
	margin-right: 10px;
}

.point {
	padding-right:3px;
	vertical-align:middle;
}

#toPageTop {
	float: right;
	margin-right:20px;
	margin-top:10px;
}

