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

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

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

body {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	color: #333333;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	behavior:url("/wscms/css/csshover2.htc");
	background: #ffffff url("../img/cmn/bg.jpg");

}

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: 900px;
	/*height: 72px;*/
	text-align: left;
	/*background: #ffffff url("../img/cmn/header_bg.jpg") repeat-x;*/
	/*display: table;*/
}

#header {
	text-align: left;
	/*display: table-cell;*/
	/*vertical-align: middle;*/
}

#header-plain {
	color: #333333;
}

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

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

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

#footer-frame {
	width: 900px;
}

#footer {
	width: 900px;
	text-align: right;
	color: #ffffff;
}

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

#cts-frame {
	width: 900px;
	text-align: center;
}

#cts-main {
	width: 900px;
	/*padding: 17px 14px 0px 14px;*/
}

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

#cts-space {
	float: left;
	width: 10px;
}

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

#cts-body-under {
	background-color: #ffffff;
}

#body-frame {
	width: 680px;
	text-align: left;
	background-color: #ffffff;
	padding: 15px 0px 10px 0px;
	background: url("../img/cmn/cts_bg.jpg");
}

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

#mobile-frame {
	background: url("../img/mobile/mobile_bg.jpg") repeat-y;
	padding: 7px 12px 3px 12px;
	text-align: center;
}

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

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