@charset "UTF-8"; 
/* ベースCSS */

/* htmlタグ定義 */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-image:  url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #F9F9F9;
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 120%;
	letter-spacing: 0.5px;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

div {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a {
	color: #0053C0;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

h2 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h3 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 16px;
	color: #67666B;
}

h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 110%;
	line-height: 140%;
	color: #67666B;
}

h5 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 110%;
	line-height: 140%;
	color: #67666B;
}

p {
	line-height: 140%;
}

address {
	font-size: 75%;
	text-align: left;
	font-style: normal;
	line-height: 150%;
	margin-top: 15px;
}

strong.normal {
	font-weight: normal;
}

em.normal {
	font-style: normal;
	font-weight: normal;
}

form {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* レイアウトボックス要素 */
#wrap {
	width: 1000px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/bg_wrap.gif) repeat-y center top;
}

#header {
	height: 154px;
	background-image:  url(../images/bg_header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	clear: both;
	width: 1000px;
	height: 137px;
	margin-right: auto;
	margin-left: auto;
	background-image:  url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* ボックス内定義 */
/* フッター */
#footer-cts {
	padding-top: 3px;
	margin-right: 27px;
	margin-left: 27px;
}

#footer ul {
	text-align: left;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

#footer li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
	padding-right: 2px;
	margin-right: 5px;
}

/* 
html[xmlns] #footer li {
	margin-right: 0px;
	padding-right: 3px;
}

*:first-child+html #footer li {
	margin-right: 3px;
	padding-right: 0px;
} */

#footer li.noborder {
	border-right-width: 0px;
}

/* 住所 */
#footer address {
	font-size: 10px;
	font-style: normal;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#footer p {
	font-size: 10px;
	margin: 0px 0px 10px 0px;
}

/* 字寄せ */
.righter {
	text-align: right;
}
.lefter {
	text-align: left;
}
.centering {
	text-align: center;
}

.float-righter {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
}

.float-righter2 {
	float: right;
	padding-left: 0px;
	padding-bottom: 0px;
}

.float-lefter {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}

.float-lefter2 {
	float: left;
	padding-left: 0px;
	padding-bottom: 0px;
}

.clear {
	clear: both;
}
	
/* 非表示用 */
.hider {
	display:  none;
}

/* 太字 */
.bolder {
	font-weight: bold;
	color: #666666;
}

/* 印刷表示用 */
.forprint {
	display: none;
}
/* テーブル-3-レイアウト-本文 スモール */
.txt_s {
	font-size: 80%;
	line-height: 160%;
}

/* テキストカラー */
/* 赤 */
.redhot {
	color: #FF0000;
}

/* 灰 */
.greyhound {
	color: #333333;
}

/* 青 */
.blues {
	color: #2890D9;
}

/* 緑 */
.greentea {
	color: #00A26B;
}

/* 橙 */
.orange {
	color: #F9823E;
}