@charset "UTF-8";

/* structure */

.container {
	background: #999 url(./bg.png);
}

#content {
	padding-bottom: 0;
}

#remote {
	right: 28px;
}

#footer {
	margin-top: 0;
	border-top-width: 0;
}

#footer a {
	color: #000;
}

.colAB {
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 310px;
}

.colA {
	padding-left :20px;
}

.colB {
	padding-right :20px;
}

.colAB .colB {
	float: left;
	padding-left: 20px;
	margin-right: -310px;
	width: 250px;
}


/* header */

.header {
	margin-top: 20px;
	margin-bottom: 0;
	border-width: 0;
	position: relative;
	padding-left: 0;
}

.header .title {
	background : url(./bg_head_left.png) left top no-repeat;
	padding: 0;
	padding-left: 10px;
}

.header .title li {
	display: inline;
	margin-right: 5px;
	font-size: 95%;
	color: #666;
	list-style-position: outside;
}

.header .title .head {
	background :url(./bg_head_right.png) right top no-repeat;
	padding-right: 10px;
}

.header .title .body {
	padding-top: 10px;
	padding-left: 100px;
	background : #fff url(./bg_head_center.png) repeat-x;
	min-height: 45px;
} * html .header .title .body { height: 45px; }


.header h1 {
	color: #62613F;
}

.header h1 a{
	color: #62613F !important;
}

.header h1 a:hover {
	text-decoration: underline;
}

.header .menu {
	background: #BAB998;
}

.header .menu ul {
	padding-left: 100px;
}

.header .menu a {
	color: #fff;
}

.header .menu a:hover {
	text-decoration: underline;
}



/* contentsHead */

.colA .list h2,
.colA .list h2 a,
.sideList h2,
.sideList h2 a,
.topicpath h2,
.communityPage #information h2{
	color: #62613F !important;
}

