@charset "UTF-8";

/* =======================================================
	TOP CSS - modified on 09.10.31
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 CONTENT SETTING
	02 DETAIL SETTING
	03 SIDE MENU SETTING
	04 UTILITIES
======================================================= */



/* =======================================================
	01 CONTENT SETTING
======================================================= */



#header_image {
	width: 892px;
	height: 197px;
	margin: 3px auto 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#header_image h2 {
	text-indent: -5000em;
}

.news_release_content {
	width: 615px;
	height: auto;
	margin-bottom: 40px;
	padding-top: 60px;
	position: relative;
	background: url(../../../imgs/title/news_release.jpg) left top no-repeat;
}
	


/* =======================================================
	02 DETAIL SETTING
======================================================= */



.news_release_content .btn_newslist,
.news_release_content .btn_newslist-single {
	width: 116px;
	height: 27px;
	position: absolute;
	top: 9px;
	text-indent: -5000em;
	overflow: hidden;
}
.news_release_content .btn_newslist {
	right: 60px;
}
.news_release_content .btn_newslist-single {
	right: 0;
}
	.news_release_content .btn_newslist a,
	.news_release_content .btn_newslist-single a {
		width: 116px;
		height: 27px;
		display: block;
		background: url(../../../imgs/ui/btn_news_list.jpg) 0 0;
	}
	.news_release_content .btn_newslist a:hover,
	.news_release_content .btn_newslist-single a:hover {
		background-position: 0 -27px;
	}

.news_release_content .btn_newsrss {
	width: 50px;
	height: 20px;
	position: absolute;
	top: 12px;
	right: 3px;
	text-indent: -5000em;
	overflow: hidden;
}
	.news_release_content .btn_newsrss a {
		width: 50px;
		height: 20px;
		display: block;
		background: url(../../../imgs/common/icon_rss.jpg);
	}


ul.itemize_list li {
	width: 575px;
	margin: 0 0 12px;
	padding: 0 0 7px;
}
	.itemize_list span.category_news,
	.itemize_list span.category_event,
	.itemize_list span.category_release {
		width: 65px;
		padding: 0 0 0 5px;
		display: block;
		float: left;
	}
	.itemize_list span.category_news {
		color: #0082FF;
		border-left: 3px solid #0082FF;
	}
	.itemize_list span.category_event {
		color: #43D88D;
		border-left: 3px solid #43D88D;
	}
	.itemize_list span.category_release {
		color: #F96666;
		border-left: 3px solid #F96666;
	}
	
	.itemize_list span.update {
		width: 90px;
		padding: 0 0 0 17px;
		display: block;
		float: left;
		background: url(../../../imgs/common/bullet_three_dot.jpg) left no-repeat;
	}
	
	.itemize_list span.list_title {
		width: 390px;
		display: block;
		float: left;
	}



/* =======================================================
	03 SIDE MENU SETTING
======================================================= */



.side_menu {
	width: 205px;
	height: auto;
	margin: 0 0 30px;
}
.side_menu .side_menu_title {
	width: 205px;
	height: 60px;
	text-indent: -5000em;
	background: url(../../../imgs/side/side_title_news.jpg) top left no-repeat;
}
.side_menu ul {
	width: 197px;
	margin: 0 0 0 4px;
	padding: 1px 0 0;
	background: url(../../../imgs/common/dot_line_blue.gif) top left repeat-x;
}



/* =======================================================
	04 UTILITIES
======================================================= */



.slash_line { width: 615px; }


/* clear float */
ul.itemize_list li:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.itemize_list li {
	display: inline-table;
	min-height: 1px;
}
* html ul.itemize_list li {
	height: 1%;
}
ul.itemize_list li {
	display: block;
}

