@import url("./layout.css");

/*
 * index.css
 */

/*
===============================================================================
id:Contents
===============================================================================
*/

#Contents {
	position: relative;
}


/*
-------------------------------------------------------------------------------
id:ContentsBody
-------------------------------------------------------------------------------
*/

#ContentsBody {
	float: left;
	margin: 20px 0 0;
	width: 500px;
	_width: 536px;
	border-right: 1px solid;
	padding-right: 35px;
	overflow: visible;
}

#ContentsBody .news h2 {
	margin: 0 0 20px;
	border-bottom: 1px dotted;
}

#ContentsBody .block {
	position: relative;
	margin: 0 0 30px 0;
}

#ContentsBody .block .image {
	float: left;
	width: 120px;
	height: 100px;
}

#ContentsBody .block .image img {
	display: block;
	width: 100px;
	background: #ccc;
}

#ContentsBody .block .name {
	float: right;
	width: 362px;
	_width: 374px;
	margin-bottom: 0.5em;
	border-left: 6px solid #000;
	line-height: 1;
	padding-left: 6px;
}

#ContentsBody .name span {
	display: block;
}

#ContentsBody .block .name .place {
	font-size: 0.7em;
	margin-bottom: 0.4em;
}

#ContentsBody .block .caption {
	float: right;
	width: 380px;
}

#ContentsBody .block .read_more {
	clear: both;
	float: right;
	text-align: right;
}
#ContentsBody .block .read_more .icon {
	float: left;
	display: block;
/display: none;
	margin: 0.3em 4px 0 0;
	width: 11px;
	height: 11px;
	background: url(../images/white-triangle-bottom.png) no-repeat 0;
}
#ContentsBody .block .read_more .right {
	background: url(../images/white-triangle-right.png) no-repeat 0;
}

* html #ContentsBody .block .read_more .txt {
	text-align: left;
	display: block;
	width:6em;
	margin: 0 0 0 15px;
}
*+html #ContentsBody .block .read_more .txt {
	text-align: left;
	display: block;
	width:6em;
	margin: 0 0 0 15px;
}

#ContentsBody .block .text {
	clear: both;
}

#ContentsBody .block .text dl ,
#ContentsBody .block .text p {
	margin: 1em 0;
}

#ContentsBody .block .text ol ,
#ContentsBody .block .text ul {
	margin: 1em 0 1em 2em;
}

#ContentsBody .block .text dt {
	font-weight: bolder;
}
#ContentsBody .block .text dd {
	margin: 0;
}

#ContentsBody .block .text .left {
	float: left;
	margin-top: 80px;
	width: 120px;
}

#ContentsBody .block .text .right {
	width: 370px;
	margin: 10px 5px;
}

#ContentsBody .block .text .right {
}

/*
-----------------------------------------------------
sidebar
-----------------------------------------------------
*/

#Sidebar {
	float: right;
	width: 245px;
	margin: 20px 0 0;
	_overflow: hidden;
}


#Sidebar #sidebar_title {
	display: none;
	margin: 0 0 0 -18px;
	padding: 0 0 0.4em 0;
	background: #fff;
	font-size: 160%;
	line-height: 1;
}








#Sidebar .inforamtionbox {
	margin:10px 0 20px;
	border-width:2px;
	border-style:solid;
	border-color: #aaa;
	padding:10px 20px;
}


#Sidebar #Recruit {
	margin: 20px 0 0;
}

#Sidebar #Recruit a {
	display: block;
	background: url(../../images/index/recruit.gif) no-repeat 0 0;
	margin: 0 50px;
	width: 140px;
	height: 35px;
}

#Sidebar #Recruit a:hover {
	background-position: bottom;
}

#Sidebar #Recruit a span {
	display: block;
	height: 0px;
	overflow: hidden;
}

* html #Sidebar #Recruit a span {
	text-indent: -5000px;
}

#Sidebar #Map {
	margin: 20px 0 0 20px;
}

#Sidebar #map_outline {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
}

#Sidebar #map_outline img {
	margin: -50px 0 0 -100px;
}

#Sidebar #map_inline {
	display:none;
}



#tweets {
	text-align:left;
}

#twitter-ticker{
	display:none;
	text-align:left;
}

#tweet-container{
position: absolute;
	overflow:hidden;
}

.tweet{
	width:auto;
	overflow:hidden;
}

.tweet .user{
	font-weight:bold;
}



#tweets h2 .icon {
	width: 24px;
	height: 18px;
	margin: 0 0.2em 0 0;
}

#tweets h2 .icon img {
	height: 20px;
	vertical-align: baseline;
}

#tweets .loading {
	margin: 20px 50px 0;
	text-align: center;
}

#tweets .tweet {
	margin: 0.5em 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 0.5em;
}

#tweets .avatar {
	float: left;
	width: 26px;
	margin: 0;
}

#tweets .avatar img {
	width: 24px;
	margin: 2px;
}

#tweets .user {
	float:none;
	margin: 0 0 0 30px;
	font-size: 0.8em;
}

#tweets .time {
	display: none;
}

#tweets .txt {
	float:none;
	margin: 0 0 0 30px;
	font-size: 0.8em;
}
/*
===============================================================================
HACK
===============================================================================
*/

/* clear Fix */

.clearfix ,
#Wrapper ,
#GlobalNav ul ,
#Contents ,
#Contents #ContentsBody {
	overflow:hidden;
}

.clearfix:after ,
#Wrapper:after ,
#GlobalNav ul:after ,
#Contents:after ,
#Contents #ContentsBody:after {
	content:"";
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}

/*\*/
* html .clearfix ,
* html #Wrapper ,
* html #GlobalNav ul ,
* html #Contents ,
* html #Contents #ContentsBody {
	height:0;
	overflow:visible;
}
/**/
