@charset "utf-8";
* {
	color: rgb(20, 20, 20);
 	font-size: 10pt;
	margin:0;
	padding:0;
}

body {
	color: #333;
	background: #FFFFFF url(images/backgroundshadow.gif) repeat-y top center;
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 10pt;
	line-height:170%;
	/*text-align: center;*/

}

#container{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid rgb(125, 130, 132);
	border-right:1px solid rgb(125, 130, 132);
}

img {
	border:0;
}

/*p {
	margin:0 0 1em 0;
}*/


th, td {
 	font-size: 10pt;
}

li {
	list-style-type:none;/*li要素のが消えている場合が多いのなら最初に消しておく*/
}

/* リンクの設定 */
a:link {
	font-size: 10pt;
	color: rgb(111, 147, 201);
	text-decoration:none;
}
a:visited {
	color: rgb(111, 147, 201);
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a:active {
	color:#666;
}

h2 {
	width:400px;
	margin: 13px 0px 10px 0px;
	padding: 5px 6px 4px 6px;
	color: rgb(120, 140, 56);
	border-left: solid 4px rgb(120, 140, 56);
	font-size: 10pt;
	line-height: 100%;
	font-weight: bold;
}

h2 a{
	color: rgb(120, 140, 56);
}

h2 a:hover {
	text-decoration:none;
}

#pankuzunavi{
	font-size: 10pt;
	color: rgb(43, 45, 37);
	text-align:left;

}
#pankuzunavi a:link {
	color: rgb(43, 45, 37);
}
#pankuzunavi a:visited {
	color: rgb(43, 45, 37);
}

#footer{
	background-color:rgb(97,99,85);	
 	}
	
#footer-font{
	font-size: 8pt;
	color: #FFFFFF;
	text-align: right;
 	}	
	
.floatimgright{
	float:right;
	margin:10px;
	}
	

ul.linklist{
	padding : 0px;
	margin: 0px 0px 0px 15px;
   list-style-type : disc;
  list-style-position : outside;

}

ul.linklist li{
 	font-size: 10pt;
	font-weight: bold;
	color: rgb(60, 60, 60);
	text-decoration:none;
  line-height:170%;

}
ul.linklist li a:link{
	color: rgb(111, 147, 201);
}
ul.linklist li a:visited{
	color: rgb(111, 147, 201);
}
ul.linkexplain{
  list-style-type : none;
  list-style-image : none;

}
ul.linkexplain  li{
 	font-size: 10pt;
	color: black;
	font-weight:normal;
  	line-height:150%;
 	/*padding-bottom : 5px;*/
}




.tl {
  margin:0px;
  color: #996633;
  text-align: left;
  background: rgb(222, 222, 170) url(images/tl.gif) left top no-repeat;
}

.bl {
  background: url(images/bl.gif) left bottom no-repeat;
}

.tr{
  background: url(images/tr.gif) right top no-repeat;
}

.br{
  background: url(images/br.gif) right bottom no-repeat;
  padding:7px;
}


/* ウィンターアースデイサイドメニューの設定 */
.wemenu01 {
	background:url(event/we07/images/sidemenu_02.gif)  0 22px no-repeat;
	}
.wemenu01 a:hover{
	background:url(event/we07/images/oversidemenu_02.gif) no-repeat;
	}