@charset "utf-8";
/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	初期化
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym { border:0;}

/*::::::::::::::::::::::::::::::::::::::::::::::::::::::
	ベース
::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	scrollbar-track-color: #FFDDAB;
	scrollbar-face-color: #FFBA53;
	scrollbar-arrow-color: #FFE0B3;
	scrollbar-highlight-color: #FFE0B3;
	scrollbar-3dlight-color: #FFBA53;
	scrollbar-shadow-color: #FFE0B3;
	scrollbar-darkshadow-color: #FFBA53;
	text-align: center;
}
#wrapper{
	background-image: url(../image/back_img.jpg);
	background-repeat : repeat-x;
	background-color: #ffcf88;
	border-top: #ccc 2px solid;
	border-bottom: #ccc 2px solid;
	margin: 0 0 5px 0;
}

/*------リンク-------------------------------*/
a{text-decoration: none}
a:link { color: #000; text-decoration: none; }
a:visited { color: #000; text-decoration: none; }
a:hover { color: #FF0000; text-decoration: underline; }
a:active { color: #FF0000; text-decoration: underline; }


/*------テキストメニュー-------------------------------*/
#text-info {
	position: absolute;
	left: -2000px;
	width: 500px;
	font-size: 1px;
	color: #ffffff;
	}
	#text-info h1 {
		}
/*------コンテナ-------------------------------*/
#container {
	width: 950px;
	margin: 0 auto;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	}
/*------メイン-------------------------------*/
#main {
	position: relative;
	width: 950px;
	height: 946px;
	}
	#main #main_img {
		position: absolute;
		z-index: 0;
		width: 950px;
		top: 0;
		left: 0;
		}
	#main #dvd_img {
		position: absolute;
		z-index: 10;
		top: 445px;
		left: 720px;
		}
	#main #link {
		position: absolute;
		z-index: 10;
		top: 794px;
		left: 721px;
		width: 210px;
		height: 30px;
		background: transparent url(../images/btn_link_r.gif) 0 0 no-repeat;
		}
		#main #link a {
			display: block;
			width: 210px;
			height: 30px;
			background: transparent url(../images/btn_link.gif) 0 0 no-repeat;
			}
			#main #link a:hover {
				background: none!important;
				}
			#main #link a em {
				visibility: hidden;
				}
/*------フッター-------------------------------*/
#footer {
	width: 950px;
	height: 35px;
	margin: 0;
	}

address {
	position: relative;
	width: 950px;
	border-top: 1px solid #fff;
	color: #582c05;
	font-size: 12px;
	text-align: center;
	}
	address p#back {
		text-align: center;
		padding: 10px 0 0;
		font-weight: bold;
		}
		address p#back a {
			}
	address p#copy {
		position: absolute;
		top: 10px;
		right: 10px;
		}

