@charset "UTF-8";

/* =======================================================
	BASE CSS - modified on 09.09.08
	written by GRAM | グラム
	http://www.brooklyn.jp/
	
	01 BASE SETTING
	02 LAYOUT SETTING
	03 DETAIL SETTING
	04 TYPEFACE SETTING
	05 MISC SETTING
======================================================= */



/* =======================================================
	01 BASE SETTING
======================================================= */



*, html {
	margin: 0;
	padding: 0;
}

a { outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: none; }

ul { list-style-type: none; }



/* =======================================================
	02 LAYOUT SETTING
======================================================= */



body {
	margin: 0;
	padding: 0;
	height: 100%;
	background: url(../../images/news/sideline.jpg) left top repeat-y;
}

#container {
	width: 900px;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

#sidearea {
	width: 180px;
	height: 100%;
	margin: 60px 0 0 40px !important;
	margin: 60px 0 0 20px;
	float: left;
}

#contentarea {
	width: 600px;
	height: 100%;
	margin: 60px 0 0 80px;
	float: left;
}



/* =======================================================
	03 DETAIL SETTING
======================================================= */



/* contentarea setting */
.post {
	width: 600px;
	height: auto;
	margin-bottom: 40px;
}

.post .post_date {
	padding-bottom: 2px;
	border-bottom: 1px solid #B8B8B8;
}

.post .post_title {
	margin: 30px 0;
}

.post .post_body img {
	display: block;
	margin-bottom: 12px;
}


/* sidearea setting */
.logo h1 {
	width: 152px;
	height: 84px;
	margin-bottom: 80px;
	text-indent: -5000px;
	background: url(../../images/news/logo.jpg) left top no-repeat;
}
.logo h1 a {
	width: 152px;
	height: 84px;
	display: block;
}


.news_title h2 {
	width: 53px;
	height: 21px;
	margin-bottom: 55px;
	text-indent: -5000px;
	background: url(../../images/news/news_title.jpg) left top no-repeat;
}
.news_title h2 a {
	width: 53px;
	height: 21px;
	display: block;
}


.archives {
	width: 180px;
	height: auto;
	margin-bottom: 50px;
	padding-top: 25px;
	background: url(../../images/news/side_archive.jpg) left top no-repeat;
}
.archives li {
	margin-bottom: 3px;
}


.copyright {
	width: 180px;
	height: 15px;
	text-indent: -5000px;
	background: url(../../images/news/copyright.jpg) left top no-repeat;
}
.copyright p {
	width: 180px;
	height: 15px;
	display: block;
}



/* =======================================================
	04 TYPEFACE SETTING
======================================================= */



body {
	font-family: Verdana, "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", "ＭＳ Ｐ ゴシック", Arial, sans-serif;
}


/* color setting */
.post h3 a {
	color: #000;
}

.post p {
	color: #323232;
}

.post p a {
	color: #989898;
}

.post span.update {
	color: #383838;
}

.archives li a {
	color: #FFF;
}


/* size setting */
.post h3 {
	font-size: 16px;
}

.post p {
	font-size: 12px;
}

.post span.update {
	font-size: 10px;
}

.archives li a {
	font-size: 11px;
}


/* each setting */
.post p {
	line-height: 1.4em;
	margin-bottom: 14px;
}

.archives li {
	line-height: 0.9em;
}



/* =======================================================
	05 MISC SETTING
======================================================= */



/* clear float */
.clearfix:after,
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
.clearfix,
#container {
	display: inline-table;
	min-height: 1px;
	}
* html .clearfix,
* html #container {
	height: 1%;
	}
.clearfix,
#container {
	display: block;
	}

