<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

html,body {
		height:100%;
		margin:0;
		padding:0;
}

html {
	background:url(photos/bodyBG.jpg) repeat center;
}

body {
	font-family: Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background:url(photos/bodyBG.png) repeat-x top right;
	margin: 0;
	padding: 0;
	color: #333;
	font-size:13px;
	line-height:1.6;

}

/* リスト */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding:0;	
}

p {
	padding-right: 15px;
	padding-left: 15px; 
	margin-bottom:10px;
}

h1 {
	font-size:21px;
}

h2 {
	font-size:18px;
}

hr {
    border: 0;
    height: 2px;
    background: #F6C667;
}

img {
	border:none;
}

a img { 
	border: none;
}

/* リンク */
a:link {
	color: #623318;
	text-decoration: none; 
}

a:visited {
	color: #623318;
	text-decoration: none;
}

a:hover, a:active, a:focus { 
	color:#A55C37;
	text-decoration: none;
}

#wrapper {
	width:980px;
	margin: 0 auto;
}

#container {
	width: 960px;
	margin: 0 auto; 
		background:url(photos/containerBG.png) repeat-y;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.8);
	behavior: url(PIE-1.0.0/PIE.htc);

}

/* ヘッダー */
#header {
	width:980px;
	margin:0 auto;
}

#headertitle {
	width:960px;
	position:absolute;
	top:15px;
	text-align:center;
	color:#FFF;
	font-size:12px;
	z-index:2;
}

#flashframe { 
	position:absolute;
	z-index:1;
	width:980px;
	margin:0 auto;
}

#flashcontents {
	position:relative;
	width:900px;
	margin-left:40px;
	top:80px;
	z-index:0;
	margin-bottom:80px;
}

#menu {
	width:960px;
	margin:0 auto;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.8); 
}

/* レフトバー */
#sidebar1 {
	width: 250px;
	height:100%;
	min-height:100%;
	background-color: #F9F8CB;
	color: #623318;
	font-size:14px;
	float:left;
}

#listtop {
	text-align:center;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:10px;
}

.pulldown { 
    width:240px;
	margin-left:10px;
	font-size:14px;
	margin-bottom:5px;
}


.pulldown img {
	position:relative;
	top:2px;
}
  
.pulldown ul{
    padding:0;
    margin:0;
    list-style-type:none;
}

.pulldown ul ul{
    padding:0;
    margin:0;
    list-style-type:none;
}

.pulldown li{
    width:225px;
    padding:0;
    margin:0;	
}

.pulldown li li {
	font-size:13px;
	padding-left:10px;
	margin-top:3px;
	margin-right:10px;
	
}

.leftlink{ 
    width:240px;
	margin-left:10px;
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}

.leftlink img {
	position:relative;
	top:2px;
	margin-right:5px;
}

.panda img {
	display: block;
	margin: 20px auto;
}


/* メインコンテンツ */
.content {
	padding: 0px;
	width: 710px;
	float: right;
	margin-bottom:10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}

ul.nav li {
	border-bottom: 1px solid #666; 
}

ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 	background-color: #ADB96E;
	color: #FFF;
}

/* フッター */
#footer {
	padding: 0px;
	height:142px;
	background:url(photos/footerBG.png);
	clear:both;

}

#totop {
	float:right;
}

#link {
	padding-top:80px;
	color:#623318;
	font-size:14px;
}

#copyright {
	padding-top:10px;
	color:#936525;
	font-size:12px;
	margin-bottom:-10px;
}
</pre></body></html>