@charset "Shift_JIS";

*{
margin:0;
padding:0;
}
img{
border:0;
}
a{
text-decoration:none;
}

/* ■ 上部スペース********************************************************************************/
#wrapper {
	margin-top: 80px;
}
/* ■ 文字色**************************************************************************************/
/* ● サイト名*/
h1 {
	color: #000;
}
/* ● 見出し*/
h2 {
	color: #000;
}
h2 a{
	color: #fff;text-decolation:none;border-bottom:none;
}
h2 a:hover{
	color: #eee;text-decolation:none;border-bottom:none;
}

/* ● テキスト*/
p {
	color: #000; /* 通常時*/
}
p a {
	color: #000;
	text-decoration:none; /* リンク指定時*/
}
p a:hover {
	color: #000; /* マウスオーバー時*/
}
/* ● メニュー項目*/
ol li {
	color: #000; /* 通常時*/
}
ol li a {
	color: #000; /* リンク指定時*/
}
ol li a:hover {
	color: #000; /* マウスオーバー時*/
}

/* ● リスト項目*/
ul li {
	color: #000000; /* 通常時*/
}
ul li a {
	color: #000; /* リンク指定時*/
	text-decoration:none;
}
ul li a:hover {
	color: #000; /* マウスオーバー時*/
	text-decoration:none;
	border-bottom:dotted 1px #ccc;
}
/* ● 定義リスト*/
dt {
	color: #000; /* 定義する用語 通常時*/
}
dt a {
	color: #000; /* 定義する用語 リンク指定時*/
}
dt a:hover {
	color: #000; /* 定義する用語 マウスオーバー時*/
}
dd {
	color: #000; /* 用語の説明 通常時*/
}
dd a {
	color: #000;
	text-decoration:none; /* 用語の説明 リンク指定時*/
}
dd a:hover {
	color: #000;
	text-decoration:none; /* 用語の説明 マウスオーバー時*/
}
/* ■ フッター 文字色*****************************************************************************/
/* ● テキスト*/
#footer p {
	color: #888; /* 通常時*/
}
#footer p a {
	color: #888; /* リンク指定時*/
}
#footer p a:hover {
	color: #aaa; /* マウスオーバー時*/
}


html {
	background: #222;
	scrollbar-track-color: #666;
	scrollbar-face-color: #999;
	scrollbar-shadow-color: #666;
	scrollbar-darkshadow-color: #333;
	scrollbar-highlight-color: #acacac;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: #000;
}
#wrapper {
    margin-left:auto;
	margin-right:auto;
	text-align:center;
	width: 800px;
	height: 672px;
	padding-top: 30px;
	background:#000000 url(../wrapper.gif) no-repeat center top;
}
body {
	font-size: 80%;
	line-height: 150%;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	margin: 0 auto;
	padding: 0px;
	width: 100%;
	text-align: center;
}
/* ● サイト名*/
h1 {
	font-size: 150%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}
h1 span{
	color:#212125;
	font-size: 70%;
	padding-top:4px;
	padding-left:10px;
}

/* ● 見出し*/
h2 {
	font-size: 100%;
	line-height: 200%;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	clear: both;
}
/* ● テキスト*/
p {
	margin: 10px;
	padding: 0px;
}
/* ● メニュー項目*/
ol {
	margin: 0px;
	padding: 0px;
}
ol li {
	font-weight: bold;
	list-style: none;
	border-top: 1px solid #ccc;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #ccc;
	text-indent: 10px;
	line-height: 200%;
	width: 198px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
ol li a {
	text-decoration: none;
	width: 198px;
	display: block;
}
ol li a:hover {
	text-decoration: underline;
}
ol li #current{
	font-weight: bold;
	list-style: none;
	text-indent: 10px;
	line-height: 200%;
	width: 198px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background-color:#dddbd5;
}

ol li a #current{
	text-decoration: none;
	width: 198px;
	display: block;
}
ol li a:hover #current{
	text-decoration: underline;
}
/* ● リスト項目*/
ul {
	margin: 0px 10px 10px 0px;
	padding-left: 7px;
	padding-top:10px;
	list-style-type:square;
	list-style-image:url(../bullet2.gif);
}
ul.two {
	margin: 0px 10px 10px 20px;
	padding-left: 7px;
	padding-top:10px;
	list-style-type:square;
	list-style-image:url(../bullet3.gif);
}
ul.three {
	margin: 0px 10px 10px 20px;
	padding-left: 7px;
	padding-top:10px;
	list-style-type:square;
	list-style-image:url(../bullet.gif);
}
ul li,ul.two li,ul.three li {
	margin: 0px 10px 5px 10px;
	padding: 0px;
}
ul.three li a{
	color:#fff;
}

/* ● 定義リスト項目*/
dl {
	margin: 10px 10px 10px 0px;
	padding: 0px;
}
dl dt {
	margin: 0px 10px 5px 10px;
	padding: 0px;
}
dl dd {
	margin: 0px 10px 5px 70px;
	padding: 0px;
}
dl dd span.pha{
	margin:3px 5px 2px;
	padding-left:21px;
	padding-bottom:0px;
	padding-top:6px;
	background:url(../camera.gif) no-repeat;
	width:22px;
	height:20px;
	vertical-align:baseline;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	display:inline;
	}
	dl dd span.pha a,dl dd span.pha a:link,dl dd span.pha a:visitex,dl dd span.pha a:active,dl dd span.pha a:hover{
	text-decoration:none;
	border-bottom:1px dotted #eee;
	}
	dl dd span.phb{
	margin:3px 5px 2px;
	padding-left:21px;
	padding-bottom:0px;
	padding-top:6px;
	background:url(../shoes.gif) no-repeat;
	width:22px;
	height:20px;
	vertical-align:baseline;
	font-family:"Times New Roman", Times, serif;
	font-size:small;
	display:inline;
	}
	dl dd span.phb a,dl dd span.phb a:link,dl dd span.phb a:visited,dl dd span.phb a:active,dl dd span.phb a:hover{
	text-decoration:none;
	border-bottom:1px dotted #eee;
	}

dl.thumbdl{
	margin: 10px 10px 10px 40px;
	padding: 0px;
	width:370px;
}
dl.thumbdl dt.thumbdt {
    margin:0;
	padding: 3px 10px 0px 76px;
	background:url(../boxtab.gif) no-repeat;
	color:#fff;
}
dl.thumbdl dd.thumbdd{
	margin: 0;
	padding: 0px 10px 3px 40px;
	border-left:1px solid #8c8c8c;
	border-right:1px solid #8c8c8c;
	border-bottom:1px solid #999;
	background:url(../boxbtm.gif) center bottom no-repeat;
}
div.space{
	background:url(../spacer.gif) no-repeat;
	height:50px;
}

/* ● コンテンツ*/
#content {
	text-align: left;
	border-bottom: 1px solid #999;
	margin: 0px 0px 10px 0px;
	height: 330px;
	width: 500px;
	float: right;
	overflow: auto;
	display: inline;
}
/* ● サイドバー*/
#side_bar {
	text-align: left;
	margin: 0px 0px 10px 45px;
	width: 200px;
	float: left;
	display: inline;
}
/* ● フッター*/
#footer {
	text-align: left;
	margin: 0px 35px 0px 35px;
	width: 730px;
	clear: both;
	overflow:hidden;
}
#footer p {
	margin: 5px 10px 5px 10px;
}
/* ● 左寄せ*/
.pos_l {
	text-align: left;
}
/* ● 中寄せ*/
.pos_c {
	text-align: center;
}
/* ● 右寄せ*/
.pos_r {
	text-align: right;
}
/* フロートクリア*/
#wrapper:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#wrapper {
	display: inline-block;
}
#wrapper {
	display: block;
}

p#pankuzu{
color:#fff;
width:500px;
position:absolute;top:5px;left:20px;
z-index:10;
font-size:small;
}
p#pankuzu a{
color:#fff;
}
