@charset "UTF-8";

/* layout
------------------------------------------------*/
body {
	background: #faf0c8 url(img/top/bg.gif) repeat-x left top;
}
#contents {
	margin: 10px 0 0;
}
#header {
	position: absolute;
	z-index: 1;	
	background: none;
	width: 665px;
	height: 68px;
	margin: 0 0 0 285px;
	padding: 19px 0 0;
}
#navi {
	position: absolute;
	top: 87px;
	z-index: 2;	
	background: none;
	height: 40px;
	padding: 0 0 0 285px;
}
#title {
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	background: none;
	height: 410px;
	text-indent: 0;
	text-indent: inherit;
}

#main p#spring {
	position: absolute;
}
#main p#spring a {
	position: relative;
	top: -170px;
	left: -270px;
}

/* news
------------------------------------------------*/
#news {}
	#news p.more {
		position: relative;
		margin: 0;
	}
		#news p.more a {
			position: absolute;
			top: -28px;
			left: 515px;
		}
	#news dl {
	}
		#news dl dt {
			clear: both;
			float: left;
			background: url(img/ya_blue.gif) no-repeat right center;
			width: 72px;
			padding: 10px 13px 10px 10px;
		}
		#news dl dd {
			border-bottom: 1px dotted #808080;
			padding: 10px 10px 10px 105px;
		}
#news h3 {
	background: #c8f3aa url(img/foot_green.gif) no-repeat 5px 7px;
	border: none;
	margin: 10px 0;
	padding: 5px 0 5px 25px;
	font-size: 131%;
	color: #666;
}
#news p {
	margin-bottom: 10px;
}
#news p.date {
	border-bottom: 1px dotted #d9d9d9;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: right;
	color: #666;
}
#news p a img {
	border: 1px solid #ddd;
	padding: 1px;
}


/* subject
------------------------------------------------*/
#subject {
	margin: 20px 0 0;
}
#subject { zoom:1; }
#subject:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	#subject h2 {
		margin: 0 0 10px;
	}
	#subject h3 {
		clear: both;
		border-bottom: 1px dotted #d9d9d9;
		margin: 0 0 10px;
		padding: 0 0 5px;
	}
	#subject div {
		float: left;
		width: 300px;
		margin-bottom: 10px;
	}
	#subject div.margin {
		margin-right: 25px;
	}
		#subject div h4 {
			margin: 0 0 10px 135px;
			font-size: 108%;
		}
			#subject div h4 a {
				padding: 0 0 0 10px;
			}
			#subject div.pink h4 a {background: url(img/ya_pink.gif) no-repeat left center;}
			#subject div.orange h4 a {background: url(img/ya_orange.gif) no-repeat left center;}
			#subject div.lightblue h4 a {background: url(img/ya_lightblue.gif) no-repeat left center;}
			#subject div.purple h4 a {background: url(img/ya_purple.gif) no-repeat left center;}
		#subject div p {
			margin: 0 0 0 135px;
			font-size: 93%;
			color: #808080;
		}
		#subject div p.img {
			float: left;
			margin: -27px 0 0;
		}



blockquote {
	border: 3px double #c8f3aa;
	margin: 30px;
	padding: 10px 10px 5px;
}
#main img.f-r {
	float: right;
	margin: 0 0 10px 10px;
}
#main img.f-l {
	float: left;
	margin: 0 10px 10px 0;
}

