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

body{
	background:url(../images/bg_topBody.jpg) repeat-x;
	min-height:525px;
	}

header{
	background:url(../images/bg_topHeader.png) no-repeat;
	height:471px;
	}
header .headerTop{
	height:69px;
	width:714px;
	padding:20px 32px 0;
	margin:0 auto;
	}
header .headerTop .rightArea.socialArea{
	position:absolute;
	right: -44px;
	top: 84px;
	}
header .headerTop .rightArea.socialArea ul{
	margin-right: 0;
	}
header .headerTop .rightArea.socialArea li{
	margin: 7px 0 0;
	float: none;
	}
header .headerTop .rightArea.socialArea li.fbBtn{
	background-position:0 -34px;
	}
header .headerTop .rightArea.socialArea li.twiBtn{
	background-position:-33px -34px;
	}
header .headerTop .rightArea.socialArea li.rssBtn{
	background-position:-66px -34px;
	}
header .menuArea{
	margin-top:18px;
	}

#contents .contInner{
	background:#ddd url(../images/bg_topContents.png) repeat-x;
	padding:18px 32px 0;
	}
#contents .contInner .main .topics ul{
	margin-top:0;
	}
#contents .contInner .main .topics li .articleArea .imgArea{
	width:245px;
	float:left;
	margin-right: 18px;
	}
#contents .contInner .main .topics li .articleArea .imgArea img{
	max-width:245px;
	}
#contents .contInner .main .topics li .articleArea .textArea{
	/*width:330px;
	float:right;
	margin-right:15px;*/
	margin:0 15px;
	padding:5px 0;
	line-height: 18px;
	}
	