/* Name       : structure.css
 * Author     : K.Watanabe
 * Date       : 2009-12-10
 * Description: 室蘭市末端ページ全体構造CSS */

@import url("../reset.css");          /* スタイルの初期化 */
@import url("../cms_replace.css");    /* htmlの属性値をclass指定に置換したときの処理 */

body {
	color: #000000;
	font: normal normal normal 100%/1.4 sans-serif;
	margin: 0;
	padding: 0;
}

/* トップレベルコンテナ */
#tmp_wrapper {
	background: #e6e6e3;
	text-align: center;    /* センタリング for IE  */
}

/* 固定幅コンテナ */
#tmp_container {
	background: #ffffff;
	text-align: left;    /* センタリング for IE */
	margin: 0 auto;
	min-width: 800px;
	_width: 800px;    /* IE6用ハック */
	max-width: 1000px;
}

/* ヘッダー */
#tmp_header {
	background: transparent url("/shared/style/header_bgimg.jpg") no-repeat 0% 0% scroll;
	height: 133px;
}

#tmp_header_i {
	background: transparent url("/shared/style/header_i_bgimg.jpg") no-repeat 0% 0% scroll;
	height: 145px;
}

#tmp_header_o {
	background: transparent url("/shared/style/header_o_bgimg.jpg") no-repeat 0% 0% scroll;
	height: 300px;
}

#tmp_header_d {
	background: transparent url("/shared/style/header_d_bgimg.jpg") no-repeat 0% 0% scroll;
	height: 145px;
}

#tmp_header img {
	vertical-align: bottom;
}

/* ナビゲーション */
/*
#tmp_navigation {
}
*/

/* 本文 */

#tmp_the_text {
	background: transparent url("/shared/style/the_text_bgimg.gif") repeat-x 0% 0% scroll;
	padding-top: 15px;
	zoom: 1;
}

/* 左カラム */
#tmp_left_column {
	margin-right: -205px;
	width: 205px;
	float: left;
	position: relative;
	z-index: 2;
}
#tmp_left_column > * {
	position: relative;
	z-index: 2;
}    /* for Opera */

/* 右カラム */
#tmp_right_column {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

/* フッター */
#tmp_footer {
	background: #f2f2f2;
	width: 100%;
	clear: left;
}

/* 本文領域 */
#tmp_main {
	margin: 0 15px 0 225px;
}

/* 編集領域 */
/*
#tmp_contents {
}
*/

/* 追加情報領域 */
/*
#tmp_page_info {
}
*/
