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

/* latest blog articles */
#maincontentsbox #blog_new{
	background-image:url(../images/blogbox_t.png);
	background-position:0px -2px;
	width:348px;
	float:left;
	background-repeat:no-repeat;
	border:1px solid #cccccc;
	border-top:0px;
	margin:0px;
}

#maincontentsbox #blog_new .body{
	width:318px;
	margin:30px 0px 20px 15px;
	font-size:10pt;
}

#maincontentsbox #blog_new .body .line{
	border-bottom:1px solid #9fdfc0;
	font-size:0.9em;
}

#maincontentsbox #blog_new .body .date{
	font-weight:normal;
	width:110px;
	float:left;
}

#maincontentsbox #blog_new .body .content{
	font-weight:normal;
	width:208px;
	float:left;
}

#maincontentsbox #blog_new .body .content a{
	color:#0000FF;
}

#information .list
{
	margin:10px;
}

#information .row
{
	width:330px;
	border-bottom:1px dotted #CCCCCC;
	line-height:18px;
}

#information .date
{
	width:80px;
	float:left;
}

#information .text
{
	width:250px;
	float:left;
}

#links
{
	margin-bottom:20px;
}