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

/* ********************************************
Title: top.css
Created: 2012-04-25
Last Modified: 2012-04-25
Editor(s): H.Oyama
Last Editor: H.Oyama
******************************************** */

/* #introduce
----------------------------*/
div#introduce {
	border-bottom: 1px solid #AFA492;
	margin-bottom: 20px;
}

/* #news
----------------------------*/
div#news {
	color: #666;
	width: 590px;
}

div#news dl {
	border: 1px solid #AFA492;
	margin: 5px;
	height: 500px;
/*	height: 265px; normal height */

	overflow: auto;
	padding: 0 10px;
	width: 560px;
}

div#news dt {
	font-weight: bold;
	line-height: 2.0;
}

div#news dt img {
	margin-left: 5px;
}

div#news dt span {
	color:#C00;
}

div#news dd {
	border-bottom: 2px dotted #AFA492;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


/* #community
----------------------------*/
div#community {
	color: #666;
	font-size: 18px;
	width: 320px;
}

div#community div {
	border: 1px solid #AFA492;
	margin: 5px;
	height: 265px;
	overflow: auto;
	padding: 0 10px;
	width: 290px;;
}

div#community h3 {
	border-bottom: 2px dotted #AFA492;
	font-weight: bold;
	line-height: 2.0;
	margin-bottom: 5px;
}

div#community h3 img {
	margin-bottom: 5px;
	margin-right: 5px;
}

div#community dl {
	clear: both;
	margin-bottom: 20px;
}

div#community dt {
	float: left;
	width: 60px;
}

/* #greeting
----------------------------*/
div#greeting {
	margin-bottom: 40px;
	width: 100%;
}

div#greeting .left {
	width: 730px;
}

div#greeting .right {
	width: 200px;
}

div#greeting p {
	text-indent: 1em;
}
