/* ====================================================================== */
/* 基本設定 */
/* ====================================================================== */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

/* IE6ロールオーバー時のちらつき防止 */
* html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true)); 
}

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	behavior:url("/wscms/css/csshover2.htc");
	/*background-color:  #f8f8f8;*/
	background:  #f8f8f8 url("../img/cmn/header_bg.jpg") repeat-x;

}

a       { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff7f00; text-decoration: underline; }

img { border: 0; }
br  { letter-spacing: 0; }

h1, #catch {
	font-size: 10px;
	color: #ffffff;
	position: absolute;
	text-indent: -9999px;
	overflow: hidden;
}

/* ====================================================================== */
/* ヘッダ */
/* ====================================================================== */

#header-frame {
	width: 928px;
	height: 87px;
	text-align: center;
	background: #ffffff url("../img/cmn/header_bg.jpg") repeat-x;
}

#header {
	width: 928px;
	padding: 0px 0px 0px 0px;
	text-align: left;
}

* html div#header-frame div {/* IE 6 */
	display:inline;
	zoom:1;
}

*:first-child+html div#header-frame div {/* IE 7 */
	display:inline;
	zoom:1;
}

#header-plain {
	padding: 28px 0px 0px 14px;
	color: #ffffff;
}

#header-plain a {
	color: #ffffff;
	text-decoration: none;;
}

/* ====================================================================== */
/* 基本フレーム */
/* ====================================================================== */

#container {
	width: 928px;
	height: 100%;
	text-align: center;

	background: url("../img/cmn/cts_bg.gif") repeat-y #ffffff;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -205px; /* same #container, #push, #footer - +Effect line size = 2px */
}

#push {
	height: 205px; /* same #container, #push, #footer */
}

#footer-frame {
	width: 100%;
	height: 202px; /* same #container, #push, #footer */
	background-color: #f8f8f8;
	border-bottom: solid 3px #741537;
}

#footer-menu-frame {
	height: 139px;
	background: url("../img/cmn/footer_menu_bg.jpg") repeat-x #f6f6f6;
}

#footer {
	height: 21px;
	padding: 7px 0px 0px 0px;
	text-align: center;
	background: url("../img/cmn/footer_bg.gif") repeat-x;
	color: #999999;
}

/* ====================================================================== */
/* コンテンツフレーム */
/* ====================================================================== */

#cts-frame {
	width: 928px;
	background: url("../img/cmn/cts_shadow.jpg") no-repeat;
	text-align: center;
}

#cts-main {
	width: 900px;
	padding: 12px 14px 0px 14px;
}

#cts-menu {
	float: left;
	width: 200px;
	text-align: left;
}

#cts-space {
	float: left;
	width: 20px;
	/*background: url("../img/cmn/separator.gif") repeat-y;*/
}

#cts-body {
	float: left;
	width: 680px;
	text-align: left;
}

/* ====================================================================== */
/* モバイルサイト */
/* ====================================================================== */

#mobile-frame {
	width: 200px;
	height: 180px;
	padding: 5px 0px 0px 0px;
	text-align: center;
	background: url("../img/mobile/mobile_bg.jpg") no-repeat;
}

.mobile-desc {
	line-height: 120%;
	text-decoration: none;
}

.mobile-carrier {
	line-height: 120%;
}
