@charset "UTF-8"; 
/* ベースCSS */

/* htmlタグ定義 */
body {
	font-family: "メイリオ", sans-serif;
	/* background-color: #fff; */
	margin: 0px;
	padding: 0px;
	color: #333333;
	font-size: 80%;
	background-image:  url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	letter-spacing:0.1em;
}

img, div, h1, h2, h3, h4, h5, form {
	margin: 0px;
	padding: 0px;
	border: 0px none;
	/*! display: none; */
}

th, td, div {
	word-break: break-all;
}

a {
	color: #0042A2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	padding-top: 25px;
}

p {
	margin: 0px;
	padding: 0px;
	border: 0px;
	line-height: 140%;
}

address {
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	clear: both;
	color: #ffffff;
}

strong.normal {
	font-weight: normal;
}

em.normal {
	font-style: normal;
	font-weight: normal;
}

.normal {
	font-style: normal;
	font-weight: normal;
}

/* レイアウトボックス要素 */
#wrap {
	/*! width: 1200px; */
	height: auto;
	margin: 0 auto;
	/*! background-image: url(../images/bg_wrap.gif); */
	/*! background-repeat: repeat-y; */
	/*! background-position: left top; */
	position: relative;
	/*! background-size: 100%; */
}

#header {
	height: 170px;
	margin: 0 auto 0 auto;
 	position: relative; 
	padding: 0;
	background-image:  url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	width: 1200px;
}

#footer {
	clear: both;
	/*! width: 970px; */
	height: 95px; 
	margin: 0px auto 0 auto;
	padding: 23px 0 0 0;	
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	letter-spacing:0em;
	/*! background-size: 100% auto; */
	background-color: #000000;
}

#footer-cts {
	width: 930px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer-cts a {
	color: #FFF;
	text-decoration: none;
}

#bg_contents {
	margin: 0 auto 20px;
	padding: 0;
	/*! background: url(../images/bg_contents.gif) no-repeat center top; */
	background-size: 100%;
	background-color: #ffffff;
}


/* ボックス内定義 */
/* フッター */
#footer-cts ul {
	font-size: 12px;
	/* font-size: 80%; */
	text-align: center;
	margin: 0px;
	padding: 0 0 5px 0;
	line-height: 150%;
}

#footer-cts li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	margin-right: 4px;
}

html[xmlns] #footer-cts li {
	margin-right: 0px;
	padding-right: 3px;
}

*:first-child+html #footer-cts li {
	margin-right: 3px;
	padding-right: 0px;
}

#footer-cts li.noborder {
	border-right-width: 0px;
	margin-right: 0px;
	padding-right: 0px;
}

/* ヘッダー共通ナビゲーション */
ul#header_nav01 {
	height: 56px;
	font-size: 1px;
	margin: 39px 0 0 0;
	padding: 0px;
	border: 0px;
}

ul#header_nav02 {
	position: absolute;
	font-size: 1px;
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
	right: 0px; 
	top: 86px;
}

ul#header_nav01 li, ul#header_nav02 li {
	display: inline;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ヘッダー共通検索 */
#search {
	position: absolute;
	display: inline;
	right: 92px; 
	top: 42px;
}

#search .search-input {
	width: 170px;
	height: 15px;
	margin-right: 3px;
	padding-left: 3px;
	border: none;
	background-color: #8895C2;
	color: #FFF;
	vertical-align: middle;
	/* padding-top: 10px; */
}

#search .right {
/*	padding-top: 2px;*/
}

#switch {
	position: absolute;
	height: 23px;
	margin: 0px;
	padding: 0px;
	right: 0px; 
	top: 45px;
}

/* 字寄せ */
.righter {
	text-align: right;
}
.lefter {
	text-align: left;
}
.centering {
	text-align: center;
}

/* フロート */
.float_righter {
	float: right;
}

.float_lefter {
	float: left;
}
/* フロートクリア */
.float_clear {
	clear: both;
}


/* 非表示用 */
.hider {
	display:  none;
}

/* 太字 */
.bolder {
	font-weight: bold;
}

/* 印刷表示用 */
.forprint {
	display: none;
}

/* テキストカラー */
/* 赤 */
.redhot {
	color: #CC0000;
}

/* 灰 */
.greyhound {
	color: #333333;
}

/* 緑 */
.greentea {
}

/* 青 */
.blues {

}

/* 1文字インデント入れる */
.indenter {
	text-indent: 1em;
}

/* 一段階フォントサイズを小さくする */
.fontsmaller {
    /*width: 680px; */
    font-size: smaller;
}
/* 一段階フォントサイズを大きくする */
.fontlarger {
    /*width: 680px; */
    font-size: 120%;
}

/* スペース */
#right .space01,
#contents .space01 {
	margin-bottom: 5px;
}

#right .space02,
#contents .space02 {
	margin-bottom: 10px;
}

#right .space03,
#contents .space03 {
	margin-bottom: 30px;
}

#right .space04,
#contents .space04 {
    padding-bottom: 40px;
}

#right .space-all01,
#contents .space-all01 {
	margin: 80px auto 80px auto;
	text-align: center;
}

#right .space-right,
#contents .space-right {
	margin-right: 20px;
}

#right .space-right-s,
#contents .space-right-s {
	margin-right: 30px;
}

.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}