@charset "utf-8";
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::

	[TOP Page]

:::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 
	Module
-------------------------------------------------------- */
body {
	color: #464646;
}
.t_right {
	text-align: right;
}
/* 
	Layout
-------------------------------------------------------- */
#wrapper {
	padding-top: 10px;
	border-top: #e6b00f 4px solid;
	text-align: center;
}
.container {
	width: 940px;
	margin: 0 auto 20px;
	text-align: left;
}
#main_block {
	width: 700px;
}
#main_block #box_l {
	width: 400px;
}
#main_block #box_r {
	width: 280px;
}
#side_block {
	width: 210px;
}
/* 
	header
-------------------------------------------------------- */
/* logo */
#header h1 {
	margin-bottom: 10px;
	font-size: 85%;
	color: #464646;
}
#header h1 span {
	color: #e71a19;
}
/* headnav */	
#header ul li {
	float: left;
	padding-left: 13px;
	margin-left: 10px;
	font-size: 85%;
	background: url(/_imgs/headnav-arrow.gif) no-repeat left;
}
/* 
	top_cnt
-------------------------------------------------------- */
#top_cnt {
	background: url(/_imgs/topcnt/bg.gif) repeat;
}
#top_cnt .container {
	margin-bottom: 0;
}	
/* 
	global_nav
-------------------------------------------------------- */
#global_nav {
	background: url(/_imgs/bg-nav.gif) repeat-x;
}	
#global_nav ul li {
	float: left;
}	

/* 
	main_block
-------------------------------------------------------- */	
#main_block h2 {
	margin-bottom: 10px;
}
#main_block #box_l p.date {
	font-size: 85%;
}
#main_block #box_l h3 {
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: #ccc 1px dashed;
	line-height: 1.4;
}
#main_block #box_l p.more {
	font-size: 85%;
	margin-bottom: 5px;
}
/* news */
#news a:link {
	color: #5f9f0c;
	text-decoration: none;
}
#news a:visited {
	color: #5f9f0c;
	text-decoration: none;
}
#news a:hover {
	color: #4d7f0c;
	text-decoration: none;
	background: url(/_imgs/hover-green.gif) repeat;
}
/* activity */	
#main_block #box_l #activity {
	margin-top: 30px;
}
#main_block #box_l #activity p.date {
	float: left;
	padding: 2px 8px 0 0;
}
#main_block #box_l #activity p.ic {
	font-size: 85%;
}
#activity a:link {
	color: #2b7ccf;
	text-decoration: none;
}
#activity a:visited {
	color: #2b7ccf;
	text-decoration: none;
}
#activity a:hover {
	color: #1568bc;
	text-decoration: none;
	background: url(/_imgs/hover-blue.gif) repeat;
}
/* box_r */
#main_block #box_r .unit {
	margin-bottom: 30px;
}
/* 
	side_block
-------------------------------------------------------- */	
#side_block div {
	margin-bottom: 20px;
}	
#side_block p {
	margin-bottom: 10px;
}
/* 
	footer
-------------------------------------------------------- */	
#footer {
	padding: 15px 0;
	border-top: #e6b00f 3px solid;
	background-color: #eee;
}
#footer .container {
	margin: 0 auto;
}
#footer ul {
	margin-bottom: 10px;
	text-align: right;
}
#footer ul li {
	padding-right: 15px;
	font-size: 85%;
	display: inline;
	background: url(/_imgs/foot-bar.gif) no-repeat right;
}
#footer ul li.last {
	padding: 0;
	background: none;
}
#footer #copyright {
	text-align: right;
}
/* 
	Link
-------------------------------------------------------- */	
#header a:link, #header a:visited, #footer a:link, #footer a:visited {
	color: #464646;
	text-decoration: none;
}
#header a:hover, #header a:active, #footer a:hover, #footer a:active {
	color: #999;
}
