@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);


/* ---------------------------------------------------------------- *
[DOCUMENT]
 * ---------------------------------------------------------------- */
body {
	color: #28231c;
	background: #fff;
}

#container {
	position: relative;
	margin: 0 auto;
	padding: 0 1px;
	width: 680px;
	background: #fff url(../images/bg.gif) repeat-y;
}
* html #container {
	width: 682px;
}


/* ---------------------------------------------------------------- *
[HEADER]
 * ---------------------------------------------------------------- */
#header {
	position: relative;
	height: 84px;
	border-bottom: 1px solid #28231c;
	background: #ffffff;
}

* html #header {
	width: 680px;
}

#header span {
	display: none;
}

#header_title {
	positon: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 60px;
	background: #fff url(../images/header_title.gif) no-repeat;
}

#header_title a {
	display: block;
	width: 200px;
	height: 60px;
}	

#header_copy {
	positon: absolute;
	top: 60px;
	left: 0px;
	width: 200px;
	height: 24px;
	background: #fff url(../images/header_copy.gif) no-repeat;
}

#header_copy a {
	display: block;
	width: 200px;
	height: 24px;
}	

#navi {
	position: absolute;
	top: 60px;
	left: 200px;
}

#navi ul li a {
	display: block;
	float: left;
	background: url(../images/header_navi.gif) no-repeat;
	height: 24px;
}

#navi ul li a#hnavi01 { width: 109px; }
#navi ul li a#hnavi02 { width: 99px; background-position: -109px 0px; }
#navi ul li a#hnavi03 { width: 129px; background-position: -208px 0px; }
#navi ul li a#hnavi04 { width: 142px; background-position: -337px 0px; }
#navi ul li a#hnavi01:hover { background-position:  0px -24px; }
#navi ul li a#hnavi02:hover { background-position: -109px -24px; }
#navi ul li a#hnavi03:hover { background-position: -208px -24px; }
#navi ul li a#hnavi04:hover { background-position: -337px -24px; }


/* ---------------------------------------------------------------- *
[CONTENTS-AREA]
 * ---------------------------------------------------------------- */
#contents {
	width: 680px;
}

/* 大見出し */
#contents h2,#contents_ce-fit_bg h2 {
	width: 680px;
	height: 99px;
	border-bottom: 1px solid #28231c;
}

h2 span {
	display: none;
}


/* ---------------------------------------------------------------- *
[MAIN-CONTENTS]
 * ---------------------------------------------------------------- */
#main {
	float: right;
	padding-bottom: 30px;
	width: 450px;
}

/* 小見出し */
#main h3 {
	height: 60px;
	margin: 45px 0 2em 0; 
}

h3 span {
	display: none;
}

/* その他共通要素 */
#main p {
	margin: 1em 0 1em 0;
}

#main h4, #ce-fit_index h4 {
	margin: 1em 0 1em 0;
	font-size: 130%;
	font-weight: bold;
	line-height: 1.4;
	color: #f69900;
}

#main ul {
	list-style: none;
	margin: 2em 0 2em 0;
	padding-left: 0;
}

#main dl {
	margin-bottom: 2em;
	padding: 0;
}

#main dt {
	margin-left: 0;
	margin-bottom: 2px;
	font-size: 120%;
	color: #000;
}

#main dd {
	margin: 0 0 1em 0;
	line-height: 1.5;
}

p.caption {
	width: 370px;
	font-size: 90%;
	line-height: 1.4;
}

.caption img {
	margin-bottom: 0.5em;
	border-bottom: 1px solid #999;
}

a.pagetop {
	float: right;
	margin-right: 28px;
	padding-left: 14px;
	font-size: 80%;
	background: url(../images/anchor_up.gif) left center no-repeat;
}
a.pagetop:hover {
	background: url(../images/anchor_up_hover.gif) left center no-repeat;
}

a.pagenext {
	float: right;
	margin-right: 28px;
	padding-left: 47px;
	padding-right: 3px;
	border: 1px solid #ccc;
	font-size: 80%;
	background: url(../images/anchor_next.gif) 3px center no-repeat;
}
a.pagenext:hover {
	background: #b60018 url(../images/anchor_next_hover.gif) 3px center no-repeat;
	border-color: #b60018;
	color: #fff;
	text-decoration: none;
}


/* スペーサー */
.spacer10h {
	display: block;
	height: 10px;
}
.spacer20h {
	display: block;
	height: 20px;
}
.spacer30h {
	display: block;
	height: 30px;
}
.spacer40h {
	display: block;
	height: 40px;
}
.spacer50h {
	display: block;
	height: 50px;
}
.spacer200h {
	display: block;
	height: 200px;
}


/* テーブル */
#main table, #main th, #main td {
	border: none;
}

#main th {
	padding: 5px 7px;
	width: 7em;
	height: 2.5em;
	text-align: right;
	font-size: 90%;
	font-weight: normal;
	color: #28231c;
	background: #f6ac00;
}

#main td {
	padding: 5px 7px;
	text-align: center;
	font-size: 90%;
	background: #fff;
}


/* */
#main .belt {
	margin: 2em 0 0.5em 0;
	padding: 5px;
	background: #433c36;
	color: #fff; 
	font-size: 100%;
}

#main .com {
	margin-top: 0;
	font-size: 90%;
	color: #ff4c00;
	line-height: 1.3;
}


/* ---------------------------------------------------------------- *
[SIDE-MENU]
 * ---------------------------------------------------------------- */
#side {
	position: relative;
	float: left;
	margin: 0 0 20px 20px;
	width: 170px;
	border-top: none;
	background: url(../images/navi_ce-fit_bg.gif) no-repeat;
	font-size: 1px;
}
* html #side {
	left: -20px;
}

#side span {
	display: none;
}

#side ul, #side li {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* 入れ子リストは背景トル */
#side ul .sub {
	padding: 2px 0 3px 0;
	border-top: 1px dotted #333; 
	background: none;
}


#side ul .subsub {
	margin-bottom: 1px; 
	padding: 0;
	background: none;
}


/* ---------------------------------------------------------------- *
[SIDE_ ダウンロード]
 * ---------------------------------------------------------------- */
#side_dl {
	position: absolute;
	left: 21px;
	width: 170px;
}

#side_dl table {
	border: 1px solid #ccc;
}

#side_dl th {
	padding: 2px 0 2px 4px;
	width: 170px;
	background: #eee;
	text-align: left;
	font-size: small;
	line-height: 1.2;
}

#side_dl td {
	padding: 0px;
	text-align: left;
	font-size: x-small;
	color: #000;
}

#side_dl td img {
	margin: 5px;
}

/* ---------------------------------------------------------------- *
[FOOTER]
 * ---------------------------------------------------------------- */
#footer {
	position: relative;
	height: 62px;
	background-color: #433c36;
}

#footer span {
	display: none;
}

#footernavi {
	positon: absolute;
	top: 0px;
	left: 0px;
}

#footernavi ul li a {
	display: block;
	float: left;
	background: url(../images/footer_navi.gif) no-repeat;
	height: 20px;
}

#footernavi ul li a#fnavi01 { width: 99px; }
#footernavi ul li a#fnavi02 { width: 110px; background-position: -99px 0px; }
#footernavi ul li a#fnavi03 { width: 67px; background-position: -209px 0px; }
#footernavi ul li a#fnavi04 { width: 90px; background-position: -276px 0px; }
#footernavi ul li a#fnavi01:hover { background-position:  0px -20px; }
#footernavi ul li a#fnavi02:hover { background-position: -99px -20px; }
#footernavi ul li a#fnavi03:hover { background-position: -209px -20px; }
#footernavi ul li a#fnavi04:hover { background-position: -276px -20px; }

#copyright {
	margin-left: 456px;
	width: 224px;
	height: 62px;
	background: url(../images/footer_axis.gif) no-repeat;
}

#copyright a {
	display: block;
	float: right;
	width: 90px;
	height: 35px;
}


/* CSSハック
------------------------------------------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac ¥*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
