html {
	height:100%;
	-webkit-text-size-adjust: none;
}

body {
	margin:0px;
	padding:0px;
	color:#333;
    font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-decoration:none;
	font-weight:normal;
}

.img {
background: url(../images/loader.gif) no−repeat 50% 50%;
}

.imgBox {
background:url(../images/loader.gif) 50% 50% no-repeat;
}

/* エリア確認用背景色
background-color:#ffcccc;
background-color:#ccff66;
*/

hr#dot{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: dotted; /* 線種 */
	border-color: #333333; /* 線色 */
	height: 1px; /* 高さ */
	margin:10px 0px 10px 0px;
	padding:0px;
}
hr#line{
	border-width: 1px 0px 0px 0px; /* 太さ */
	border-style: solid; /* 線種 */
	border-color: #9b8d6e; /* 線色 */
	height: 1px; /* 高さ */
}

/* ヘッダー部分のCSS */
.headder {
    clear:both;
	width: 100%;
	height:80px;
	background:url(../images/headder_background.gif) repeat center top;
	margin:0px 0px 0px 0px;
	padding: 0px;
	box-shadow: 0px 5px 10px #ccc;
    -webkit-box-shadow: 0px 5px 10px #ccc;
    -moz-box-shadow: 0px 5px 10px #ccc;
}

/* ホバーエフェクト用CSS3 */
.headder img {
    border: none;
    opacity:1.0;
    -webkit-transition:opacity .2s linear;
}

.headder a:hover img {
    opacity:0.7;
    filter: alpha(opacity=70);
    -webkit-transition:opacity .2s linear;
}
/* ホバーエフェクト用CSS3※非対応ブラウザ用 */
.no-csstransitions .fadeButton a:hover{
    opacity:0;
}

.headder_contents {
	width: 980px;
	height:80px;
	margin:0px auto 0px auto;
	padding: 0px;
}
/* ヘッダーロゴ部分のCSS */
.headder_contents ul.logo {
	float:left;
	margin:14px 5px 0px 0px;
	padding:0px 0px 0px 0px;
}
.headder_contents ul.logo li {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
	font-size:13px;
	color:#ccc;
    text-decoration:none;
	font-weight:normal;
	letter-spacing:1px;

}
/* ヘッダーメニュー部分のCSS */
/* nav01
======================================== */
ul#nav1,
ul#nav2,
ul#nav3,
ul#nav4{
	/*width: 400px; */
	margin: 25px 0px 0px 0px;
	float:right;
}
ul#nav1 li,
ul#nav2 li,
ul#nav3 li {
	float: left;
	margin-left: 2px;
	width: 110px;
	height: 30px;
	overflow: hidden;
}

ul#nav4 {
	height: 100px;
}
ul#nav4 li {
	float: left;
	margin-right: 5px;
}
#btn-bd {
	margin-left: 15px;
	position: relative;
	top: 36px;
}
/* nav05
======================================== */
ul#nav5 li {
	margin-bottom: 5px;
}




/* ページトップボタン部分のCSS */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

/* フッター部分のCSS */
.footer {
    clear:both;
	width: 100%;
	height:110px;
	margin:50px 0px 0px 0px;
	padding: 0px;
	border-top:solid 1px #eee ;
	background-color:#e2e2e2;
}

/* ホバーエフェクト用CSS3 */
.footer img {
    border: none;
    opacity:1.0;
    -webkit-transition:opacity .2s linear;
}

.footer a:hover img {
    opacity:0.5;
    filter: alpha(opacity=70);
    -webkit-transition:opacity .2s linear;
}
/* ホバーエフェクト用CSS3※非対応ブラウザ用 */
.no-csstransitions .fadeButton a:hover{
    opacity:0;
}

.footer_contents {
	width: 980px;
	margin:0px auto 0px auto;
	padding: 0px;
}

.footer_contents ul#all {
	float:left;
	width: 980px;
	margin:0px 0px 0px 0px;
	padding: 0px;
}
.footer_contents ul#all li {
	float:left;
	width:980px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	display:inline;
	list-style-type:none;
}
.footer_contents ul#all li#line {
	float:left;
	width:980px;
	height:1px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	display:inline;
	list-style-type:none;
}
.footer_contents ul#all li#copyright {
	float:left;
	width:980px;
	height:11px;
	margin:30px 0px 0px 0px;
	padding:0px 0px 30px 0px;
	display:inline;
	list-style-type:none;
	color:#333;
	font-size:11px;
    line-height:11px;
    text-align:center;
	text-decoration:none;
	font-weight:normal;
	font-style:normal;
}