@charset "utf-8";

@import url("common.css");





	

/*--------------------------------------------------

 TOP

 -------------------------------------------------*/



.topimage{

	text-align:center;

	margin:10px auto 30px;

}





#content #top .left{

	float:left;

	margin:0 30px 30px 0;

	width:500px;

}



#content #top .left .title{

	background:url(../image/bg_linewing01.jpg) 0 0 no-repeat;

	padding:3px 0 10px 35px;

	font-weight:bold;

	color:#AEA493;

	font-size:16px;

	margin-bottom:10px;

}



#content #top .left ul{

	margin-left:10px;

}



#content #top .left li{

	padding-bottom:15px;

	background:url(../image/bg_linedotted.jpg) 0 20px no-repeat;

	margin-top:5px;

}



#content #top .left li span.date{

	margin-right:5px;

}



#content #top .left li span.date a{

	font-weight:bold;

	color:#A6B0B3;

}



#content #top .left .link{

	border:1px solid #DFDFDE;

	padding:7px;

	width:80px;

	margin-left:400px;

	

}

#content #top .right{

	float:right;

	width:230px;

}

/*--------------------------------------------------

 cleafix

 -------------------------------------------------*/

#content:after,

#content #top:after,



{

	content:".";

	display: block;

	height:0px;

	clear:both;

	visibility:hidden;

}



#content,

#content #top 



{	zoom:1;

}