@charset "UTF-8";

* {
	margin:0;
	padding:0;
}

/* site */
#site {
	width:690px;
	background:url(../img/siteBorder.gif) left bottom repeat-x;
	margin:0 0 22px 0;
}
#site .frame {
	padding:0 0 25px 0;
}
#site .frame h2 {
	padding:0 0 9px 0;
	background:url(../img/titleBorder.gif) left bottom repeat-x;
	margin:0 0 12px 0;
}
#site .frame .wrap {
	background:url(../img/itemBg1.gif) left top;
	padding:6px;
}
#site .frame .wrap .inner {
	background:url(../img/itemBg2.gif) #FBF7ED left top;
	padding:12px 0 0 12px;
}
#site ul.list {
	list-style:none;
	margin:0 -13px 0 0
}
#site ul.list li {
	width:320px;
	float:left;
	margin:0 13px 12px 0;
	display:inline-block;
	*display:inline;
	*zoom:1;
}
#site ul.list li.onlyLeft {
	height: auto!important;
}
#site ul.list li div.banner {
	width:183px;
	float:left;
}
#site ul.list li div.text {
	width:132px;
	float:right;
}
#site ul.list li div.text a {
	background:url(../img/siteLinkIcon.gif) 3px 3px no-repeat;
	padding-left:1em;
	text-decoration:underline;
	color:#0B265F;
	line-height:1.2;
}
#site ul.list li div.text p {
	font-size:10px;
	margin:3px 0 0 0;
	line-height:1.5;
}



/* page */
#page {
	width:690px;
	margin:0 0 50px 0;
}

#page ul.list {
	list-style:none;
	margin:0 -16px 0 0;
}

#page ul.list li {
	width:337px;
}

#page ul.list li.left {
	float:left;
}

#page ul.list li.right {
	float:right;
}

#page ul.list strong {
	font-weight:normal;
	display:block;
	font-size:75%;
	line-height:1.3;
	margin:5px 0 0 0;
}

.closeUpTitle {
	margin: 10px 0 20px;
}
