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

body{
	color:#666666;
	background-color:#ef878e;
	background-image:url(../images/body_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	}
#wrap{
	width:960px;
	margin:0 auto;
	background-image:url(../images/top_mainV.png);
	background-repeat:no-repeat;
	background-position:top center;
	padding-top:464px;
	}

h1{
	width:333px;
	height:145px;
	float:right;
	}

.blogHeadline{
	clear:both;
	margin:10px 0 8px 0;
	background-image:url(../images/blog_head-line_background.png);
	background-repeat:no-repeat;
	width:700px;
	height:61px;
	padding:0 23px 0 235px;
	line-height:56px;
	overflow:hidden;
	font-size:13px;
	}
.blogHeadline a{
	color:#666666;
	}


#newsBox .articleBox{
	background-image:url(../images/3column_background.png);
	background-repeat:no-repeat;
	width:268px;
	height:240px;
	padding:22px;
	color:#FFFFFF;
	font-size:12px;
	}

#newsBox .articleBox h2{
	border-left:8px #f9c95c solid;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
	line-height:1.1em;
	margin-bottom:15px;
	text-shadow:1px 1px 0 #a22f36;
	}

.floatL12{
	float:left;
	margin-right:12px;
	}
	
#footer{
	padding:20px 0;
	font-size:10px;
	line-height:18px;
	color:#FFFFFF;
	}
#footer img{
	float:left;
	margin-right:10px;
	}