@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
	font-family: verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo, 'MS Pゴシック', 'MS PGothic';
}
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%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}

/* ------------------------------------------------------------ */
/* テキストリンク                                                */
/* ------------------------------------------------------------ */
a {	text-decoration: none;	}
a:link {	color: #ffffcc;	}
a:visited {	color: #cccccc;	}
a:hover {	color: #ffff99;	}
a:active {	color: #ffff99;	}


/* ------------------------------------------------------------ */
/* 基本レイアウト                                                */
/* ------------------------------------------------------------ */
html {
	background: #eeeedd;
	color: #ffffff;
}
#container {
	width: 820px;
	margin: 0 auto;
	padding-top: 10px;
}
.panelbox1 {
	float: left;
	width: 400px;
	height: 700px;
}
.panelbox2 {
	float: right;
	width: 400px;
	height: 700px;
}
#moribox {	background: url(images/mori2.jpg) no-repeat center bottom;	}
#tensyobox {	background: url(images/tensyo2.jpg) no-repeat center bottom;	}
.panel a {
	width: 400px;
	height: 580px;
	display: block;
	opacity: 0.5;
	text-indent: -3000px;
}
.panel a:hover {	opacity: 1;	}
#mori {	background: url(images/mori1.jpg) no-repeat center bottom;	}
#tensyo {	background: url(images/tensyo1.jpg) no-repeat center bottom;	}



.t_credit {
	width: 380px;
	margin: 10px 0 0;
	padding-left: 15px;
}
.credit {
	font-size: 0.7em;
}
.name {
	font-size: 0.8em;
	font-weight: bold;
	padding-bottom: 5px;
}
.address {
	font-size: 0.7em;
	line-height: 120%;
}
.copyright {
	clear: both;
	padding: 20px 0 0;
	text-align: center;
	font-size: 0.65em;
	color: #999999;
}

