@charset "UTF-8";

@import url("reset.css");
@import url("base.css");
@import url("common.css");




#contentsSide {
	float: left;
	width: 200px;
	padding-top: 50px;
}

#homeContentsMain {
	float: right;
	width: 770px;
	padding-top: 30px;
	padding-left: 10px;
	background-color: #000;
}

#news {
	margin-top: 30px;
}

#news h2 {
	height: 52px;
	background-image: url(../img/news_top.png);
	background-repeat:no-repeat;
	background-position: top left;
}

#news .contentBlock {
	background-image: url(../img/news_mdl.png);
	background-repeat:repeat-y;
}

#news .contentBox {
	padding-left: 30px;
	padding-bottom: 21px;
	background-image: url(../img/news_btm.png);
	background-repeat: no-repeat;
	background-position: bottom left;
}



#greeting {
	margin-top: 30px;
	margin-bottom: 30px;
}

#greeting h2 {
	height: 41px;
	padding-top: 3px;
	padding-left: 50px;
	background-image: url(../img/titleBar01.gif);
	background-repeat: no-repeat;
	font-size: 20px;
}

#greetingContents {
	padding-top: 24px;
	background-image: url(../img/homeContentBox_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#greeting .contentBlock {
	background-image: url(../img/homeContentBox_mid.gif);
	background-repeat: repeat-y;
}

#greeting .contentBox {
	padding-left: 30px;
	padding-right: 70px;
	padding-bottom: 24px;
	background-image: url(../img/homeContentBox_btm.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}




#siteContents {
}

.siteContent {
	float: left;
	width: 320px;
	margin:10px;
	padding: 10px;
}

.siteContent h3 {
	height: 31px;
	padding-top: 5px;
	background-image: url(../img/titleBar02.png);
	background-repeat: no-repeat;
	text-align: center;
}

.siteContent .visual {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.siteContent dl {
	float: right;
	width: 160px;
}

.siteContent dt {
	padding-bottom: 20px;
}

.siteContent dd {
	padding-left: 35px;
}
