@charset "utf-8";

/* ****************************************************************** 

	@This stylesheet Information{
		ファイル：base-layout.css
		最終更新：2010年02月23日
		主な内容：基本レイアウト
			1: 基本レイアウト
			2: ナビゲーションメニュー
			3: JS拡張
			3-1: メニュー
			3-1: ツールチップ
	}

****************************************************************** */

/*===================================================================
	1: 基本レイアウト
===================================================================*/

.wrapper {
	width: 990px; margin:0 auto;
}


#header, #footer {
	width: 990px;
	margin: 0 auto;
	}

#header {
	height: 113px;
	position: relative;
}

div.lang { width: 870px; text-align:right; font-size:12px; float:left; line-height:1.5m; }
div.lang a { color:#0099FF; }

#content {
	padding-bottom: 10px;
}

#cmain {
	width: 840px;
	margin: 30px auto 0;
}
#top_layout {
	width: 710px;
	margin: 30px 30px 0;
	/padding-top: 30px; /* IE6, IE7 */
	float:left;
}
*html #top_layout {
	margin: 30px 20px 0;
	padding-top: 10px; /* IE6 */
}

#footer {
	font-size: 12px;
	border-top: 1px solid #999; 
	padding:10px 0;
}
#footer span {
	float: left;
	height: 22px; line-height: 22px;
	margin-left: 10px;
	display: inline; /* IE6 */
}
#footer span.logo {
	width: 120px; height: 22px;
	background: url(/tgs/2010/images/common/icons.gif) no-repeat 0 -203px;
}

/* ユーティリティ */
.clinks {
	font-size:12px;
	margin-bottom: 0.5em;
}

.clinks.r {
	text-align: right;
	margin: 0.8em 0;
}

.clinks a {
	color: #900;
	background: url(/tgs/2010/images/common/icons.gif) no-repeat -96px -291px;
	padding-left: 15px;
	padding-right: 10px;
}

.clinks.r a {
	background-position: -96px -259px;
}


/*===================================================================
	3: 拡張
===================================================================*/
/*-------------------------------------------------------------------
	3-1: メニュー (未実装)
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
	3-2: ツールチップ
	class="tips" title="タイトル"
-------------------------------------------------------------------*/

.tooltip {
	font-size: 75%;
	z-index: 13000;
	border: 1px solid #ddd;
	outline: 1px solid #666;
}
 
.tip-title {
	margin: 0;
	color: #ffc;
	padding: 5px 8px;
	background: #333;
}

.tip-title * {
	line-height:1.6;
}

.tip-text {
	display: none;
}
