﻿*{
	margin		: 0px;
	padding		: 0px;
}

/* for IE */
@font-face {
	font-family: Osaka;
	src: uri("./Osaka.eot");
}
/* for Firefox, Opera, Safari */
@font-face {
	font-family: Osaka;
	src: uri("./Osaka.ttf");
}

#contents h2 img
{ behavior: url("./iepngfix.htc") }

img{
	border-style	: none;
	border-width	: 0px;
}

body{
	text-align	: center;
	font-size	: 13px;
	color		: #ffffff;
	font-family: Osaka, "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	background	: #ffffff;
}

a{
	color		: #ffcc00;
	text-decoration	: none;
}

a:hover{
	color		: #ffcc00;
	text-decoration	: underline;
}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

.clear{
	clear: both;
}

em{
	font-style		: normal;
}
.center {
	text-align: center;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}
*html .clearfix {
    height: 0em;
}

/*---------------------------*/
/*  ALL
/*---------------------------*/


body{
	min-width		: 1000px;
}

#bg_top{
	width			: 100%;
	float			: left;
	background		: url(./img/all/bg_top.jpg) repeat-x top center #000000;
}

#bg_main{
	width			: 100%;
	float			: left;
	background		: url(./img/all/bg_main.jpg) no-repeat top center;
}

#main{
	width			: 1000px;
	margin			: 0 auto;
	text-align		: left;
}



/* header */

#header{
	width			: 1000px;
	height			: 200px;
	float			: left;
	text-align		: left;
	position		: relative;
	background		: url(./img/all/header2.jpg) no-repeat;
}

#header h1{
	display			: block;
	width			: 395px;
	height			: 47px;
	font-size		: 9px;
	line-height		: 20px;
	font-weight		: normal;
	text-align		: center;
	letter-spacing	: 3px;
	margin			: 45px 0 0 110px;
}
#header p {
	font-size: 70%;
	color: #333;
	margin: -12px 0 0 130px;
	line-height: 12px;
	text-align: center;
	width: 430px;
	z-index: 1;
}

#header h2{
	position		: absolute;
	top				: 20px;
	left			: 0;
	z-index: 0;
}

#header #menu{
	width			: 843px;
	margin			: 11px 0 0 150px;
}

#header #menu ul{
	display			: block;
}

#header #menu li{
	width			: 140px;
	height			: 45px;
	float			: left;
	font-size		: 0;
	line-height		: 0;
}

#header #menu ul:after{
	content			: "";
	display			: block;
	clear			: both;
}



/* main */

#main{
	width			: 1000px;
}


#contents{
	float			: left;
	margin			: 0 0 20px 0;
}

#contents h2{
	line-height		: 0;
	font-size		: 0;
}

/*****************************************/
/* リスト */
ol.topic_path {
	margin: 0 0 0px; /* マージン（上下左右） */
	list-style-type: none; /* リストマーク非表示 */
	font-size: 90%;
	position: relative;
	top: 25px;
	left: 0px;
	color: #aaa;
}
/* リスト項目 */
ol.topic_path li {
	padding-left: 5px; /* 左パディング */
	display: inline; /* 項目を横並び */
	margin-bottom: -25px;
}
/* リンクエリア */
ol.topic_path li a {
	padding-right: 18px; /* 右パディング */
	background: url(./img/all/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
	color: #d7bf79;
}

/*****************************************/


/* footer */

#footer_bg {
	width			: 100%;
	clear			: both;
	background		: url(./img/all/footer_bg.jpg) repeat-x top center;
	padding-bottom: 20px;
}

#footer{
	width			: 1000px;
	margin			: 0 auto;
	height			: 205px;
	text-align		: left;
	background		: url(./img/all/footer.jpg) no-repeat top center;
}

#f_r{
	width			: 600px;
	float			: right;
	margin-right: -40px;
}

#f_r ul{
	display			: block;
	padding			: 52px 0 0 195px;
}

#f_r li{
	width			: 200px;
	white-space: nowrap;
	overflow: hidden;
	float			: left;
	font-size		: 12px;
	line-height		: 20px;
	text-indent		: 12px;
	background		: url(./img/all/f_li.gif) no-repeat 0 8px;
}

#f_r li a, #footer li a:hover {
	color			: #333333;
}

#f_r ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

#f_l{
	width			: 500px;
	float			: right;
}

#f_l p{
	padding			: 100px 0 0 0;
}

#f_l p span{
	margin			: 0 38px 0 0;
}

/**********************************/
#floating {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 2px;
    z-index: 9999;
    text-align: center;
    padding: 0 auto;
}
 
#floating img {
    max-width: 99%;
}
/**********************************/
p.copy {
	color: #666;
	text-align: left;
	padding: 5px 0 5px 10px;
	font-size: 11px;
	background: #eee;
}
p.copy a {
	color: #666;
}


