body{
  margin: 0;
  padding: 0;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  font-family: Arial, "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, sans-serif;
  color: #333333;
}

p {
  line-height: 1.3; 
  margin-top: 0;
  margin-bottom: 0;
}

ul, ol, dl {
	line-height: normal;
	margin-top: 3;
	margin-bottom: 3;
}

a:link , a:visited {
	color: #0000CC;
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
}

a:hover , a:active{
	color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;

}


#container {
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#box li {
	list-style: none;
	margin-left: -30px;
}



h1 {
	font-size: 24px;
	margin-top: 3px;
	text-align: center;
}

h2 {
	font-size: 12px;
	color: #666666;
	text-align: center;
	line-height: 13px;
}
h3 {
	font-size: 20px;
	margin-top: 5px;
	background-color: #666666;
	width: 100%;
	line-height: 24px;
	color: #FFFFFF;
	text-indent: 5px;
}
h4 {
	font-size: 15px;
	color: #003300;
	text-align: left;
	line-height: 50px;
	overflow: visible;
	text-indent: 22px;
	margin-top: 3px;
	background-image: url(images/bkbox.gif);
	background-repeat: no-repeat;
	font-style: normal;
	font-weight: bold;
}

#sidemenu {
	padding: 5px;
	float: left;
	width: 150px;
}
#main {
	padding: 5px;
	float: right;
	width: 600px;
	background-color: #FFFFFF;
}

#box {
	background-color:#FFFFCA;
	background-image:url(../img/top_event.gif);
	background-repeat:no-repeat;
	float:none;
	padding:10px;
	width:560px;
	margin-top: 15px;
	border-top: 1px solid #333333;
	border-right: 3px solid #333333;
	border-bottom: 3px solid #333333;
	border-left: 1px solid #333333;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#contents p {
	margin: 0px;
	line-height: 17px;
}
#contents {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#infomation {
	width: 90%;
	height: 45px;
	overflow: auto;
	background-color: #FFFFFF;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color:#999999;
	margin: 10px auto;
	padding: 3px;
	clear: both;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	background-position: left;
	text-align: left;
	color: #333333;
	border: 1px solid #999999;
	}

#state {
	font-size: 10px;
	text-align: center;
	border-top: thin dotted #999999;
	padding-top: 5px;
	width: 95%;
	padding-bottom: 10px;
	border-bottom: thin dotted #999999;
	clear: both;
	margin: 8px auto 5px;
	color: #333333;
}

#state a {
	font-size: 10px;
	text-decoration: underline;
	font-weight: normal;
}

#foot {
	font-size: 8px;
	text-align: center;
	border-top: thin dotted #999999;
	padding-top: 5px;
	width: 60%;
	padding-bottom: 5px;
	border-bottom: thin dotted #999999;
	clear: both;
	margin: 8px auto 5px;
}

#photo {
	margin: 5px;
	float: left;
}

.wred {
	font-weight: bold;
	color: #FF3300;
}
#pagetop {
	margin-right: 5px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}


.w {
	font-weight: bold;
	color: #333333;
}
.s {
	font-weight: normal;
	color: #333333;
	font-size: 10px;
}
#topnavimenu {
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	margin: 8px auto 5px;
	clear: both;
	padding: 3px;
	background-color: #EEEEEE;
	width: 90%;
	background-position: center;
}
#copyright {
	font-size: 10px;
	background-position: center;
	text-align: center;
	margin: 5px;
	clear: both;
}

/* サイドバー設定 */
#sideBar{
text-align:left;
}

#sideBar h2{
	color:#FFFFFF;
	font-size:110%;
	font-family:arial;
	margin:10px 3px;
	font-weight:bold !important;
}

#sideBar h2 span{
	font-size:125%;
	font-weight:normal !important;
}

#sideBar ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

#sideBar li{
	margin:3px 10px 3px 1px;
	padding:3px;
	list-style-type:none;
	display:block;
	width:240px;
	color:#FFFFFF;
}

#sideBar li a{
	width:100%;
}

#sideBar li a:link,
#sideBar li a:visited{
	color:#666666;
	font-size:100%;
	text-decoration:underline;
	display:block;
	margin:0px 0px 0px 0px;
	padding:0px;
	width:100%;
}

#sideBar li a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}

#sideBar{
	position: absolute;
	width: auto;
	height: 60px;
	top: 20px;
	right:15px;
	background-image:url(images/background.gif);
	background-position:left top;
	background-repeat:repeat-y;
}

#sideBarTab{
	float:left;
	height:100px;
	width:25px;
}

#sideBarTab img{
	border:none;
}

/* サイドバーのサイズを指定 */
#sideBarContents{
	float:left;
	overflow:visible!important;
	scrollbar-base-color: #ffffff;
	scrollbar-arrow-color:#999999;
	width:250px;
	height:100px;
	background-color:#E2F1D6;
}

#sideBarContentsInner{
	width:250px;
}
