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

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

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	color: #333333;
	font-family: "Osaka", "ＭＳ Ｐゴシック", Arial, sans-serif;
	behavior:url("../css/csshover2.htc");
}

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

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

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

#container {
	width: 900px;
	text-align: left;

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

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

}

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

#footer-frame {
	width: 700px;
	padding: 0px 0px 0px 200px;
}

#footer {
	width: 693px;
	height: 20px; /* same #container, #push, #footer */
	padding: 3px 7px 0px 0px;
	text-align: right;
	background-color: #002157;
	color: #cccccc;
}

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

#cts-side {
	float: left;
	width: 200px;
}

#cts-frame {
	float: left;
	width: 700px;
}

#cts-main {
	width: 700px;
	background-color: #ffffff;
	border-bottom: solid 1px #ebebeb;
	padding: 0px 0px 0px 0px;
}

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

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

/* ====================================================================== */
/* サイドエリア */
/* ====================================================================== */

.side-top-shadow {
	padding: 4px 0px 0px 0px;
	background-color: #3d5f90;
}

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

#header {
	text-align: center;
	padding: 0px 0px 0px 0px;
	border-bottom: solid 1px #041E44;
}

#header-plain {
	color: #ffffff;
	text-align: center;
	padding: 58px 0px 54px 0px;
	border-bottom: solid 1px #041E44;
}

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

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

#mobile-frame {
	width: 180px;
	padding: 12px 10px 12px 10px;
	background: url("../img/mobile/mobile_bg.gif");
	border-bottom: solid 1px #3d5f90;
}

#mobile-left {
	float: left;
	width: 98px;
}

#mobile-right {
	float: left;
	width: 75px;
	padding: 3px 0px 0px 7px;
}

.mobile-desc {
	color: #ffffff;
	line-height: 120%;
}

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

/* ====================================================================== */
/* トップページ */
/* ====================================================================== */

#top-frame {
	width:100%;
	border-bottom: solid 1px #ffffff;
}

.top-image {
	text-align: center;
}

#top-bg {
	border-left: solid 1px #eaeaea;
	padding: 0px 0px 0px 16px;
}

#top-left {
	float: left;
	width: 460px;
}

#top-center {
	float: left;
	width: 20px;
}

#top-right {
	float: left;
	width: 200px;
}

#top-red {
	background: url("../img/top/bgline_red.gif") repeat-y;
	padding: 0px 0px 0px 17px;
}

#top-green {
	background: url("../img/top/bgline_green.gif") repeat-y;
	padding: 0px 0px 0px 17px;
}

#top-blue {
	background: url("../img/top/bgline_blue.gif") repeat-y;
	padding: 0px 0px 0px 17px;
}

#top-works {
	background: url("../img/top/works_bg.gif") repeat-y;
	padding: 7px 11px 10px 11px;
	text-align: center;
}

.top-snap-frame {
	background-color: #ffffff;
	padding: 5px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* ====================================================================== */
/* コンテンツページ */
/* ====================================================================== */

#body-frame {
	padding: 0px 12px;
}

/* ====================================================================== */
/* 主な取扱事件 */
/* ====================================================================== */

.case-q {
	background: url("../img/case/case_q.gif") no-repeat;
	padding: 0px 0px 0px 38px;
	color: #d40039;
}

.case-a {
	background: url("../img/case/case_a.gif") no-repeat;
	padding: 0px 0px 0px 38px;
}

.line-dot-case  {
	height: 1px;
	margin: 10px 0px;
	background: url("../img/cmn/line_dot.gif") repeat-x;
}

