@charset "utf-8";

#header {
	background-image: url(../img/top_header_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
}
#t_header {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#header #outward {
	float: right;
	z-index: 1;
	padding-top: 48px;
}
#t_header .logo_area {
	padding-top: 150px;
}


#header h2 {
	padding-bottom: 10px;
	background-color: #FFF;
	padding-top: 16px;
	padding-left: 16px;
	margin-right: 100px;
}



/* CSS Document */
#header h1 {
	width: auto;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #FFF;
	padding-left: 16px;
	margin-right: 100px;
}
#left_column {
	width: 620px;
	padding-right: 44px;
	float: left;
}
#intro {
	padding-bottom: 46px;
}
#intro h3 {
	padding-bottom: 8px;
}
#feed {
	padding-bottom: 50px;
}
#feed h4 {
	font-size: 150%;
	font-weight: bold;
	background-image: url(../common/img/blue_bg.gif);
	background-repeat: repeat;
	color: #FFF;
	line-height: 140%;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	behavior: url(../PIE.htc);
}
.singleRelease:first-child{
	/* 1番目は非表示 */
	display: none;
}
.singleRelease:nth-child(n+6){
	/* 5番目以降は非表示 */
	display: none;
}
.singleRelease{
	color: #0CF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.singleRelease a{
	padding-left: 10px;	
}
#contents .outer {
	padding-top: 3px;
	padding-right: 10px;
	padding-left: 10px;
}
#feed dt {
	color: #f39800;
	float: left;
	width: 5em;
	margin-top: 14px;
	margin-bottom: 14px;
}
#feed dd {
	padding-left: 6em;
	padding-top: 14px;
	padding-bottom: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#feed .first {
	margin-top: 0px;
	padding-top: 0px;
}
#blog_feed li {
	color: #f2a320;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
#blog_feed li a {
	padding-left: 1em;
}


#right_column {
	width: 285px;
	float: left;
}
#right_column .banner {
	padding-bottom: 20px;
}
#right_column .facebook {
	height: 210px;
	padding-bottom: 90px;
}
