body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #222;
	line-height: 1.5em;
	letter-spacing: 0em;
	font-family: Arial;
}
ul, ol {
	list-style: none;
	background: none;
}
ul li, ol li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
html{
    height: 100%;
}
body{
	height: 100%;
	font-size: 62.5%;
	background: url(/commons/body-back.png) center repeat-y #fff;
}
* html div#wrap{
    height:100%;
}
div#wrap{
    margin: 0px auto;
    position:relative;
    min-height: 100%;
	background: url(/commons/header-back.png) center top no-repeat;
	padding-top: 15px;
}
body > #wrap {
        height: auto;
}
#main{
	width: 800px;
	padding: 0;
	margin: 0 auto;
	padding-bottom: 130px;
}
div#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
img {
	border: 0;
	vertical-align: bottom;
}
a:link {
	color: #54B822;
	text-decoration: underline;
}
a:visited {
	color: #54B822;
	text-decoration: underline;
}
a:hover, a:active {
	color: #FF6600;
	text-decoration: none;
}
/* header
---------------------------------------- */
div#header {
	width: 800px;
	height: 60px;
	margin: 0 auto;
	padding: 20px 0 0;
	background: url(/commons/ico-40th.png) 330px 5px no-repeat;
	overflow: hidden;
}
* html div#header { clear:both; zoom: 1; } /* IE6 */
div#header h1 {
	float: left;
}
div#header ul {
	float: right;
	overflow: hidden;
}
div#header ul li {
	text-align: right;
}
div#header ul li.firstChild {
	margin-bottom: 10px;
}
div#header ul li ol li {
	font-size: 120%;
	float: left;
	border-right:#6F6F6F dashed 1px;
	padding-right: 5px;
	margin-left: 5px;
}
div#header ul li ol li a:link,
div#header ul li ol li a:visited {
	color: #666;
	text-decoration: none;
}
div#header ul li ol li a:hover,
div#header ul li ol li a:active {
	color: #FF6600;
	text-decoration: none;
}
ul#gnavi {
	display: block;
	height: 60px;
	position: relative;
}
* html ul#gnavi { clear:both; zoom: 1; } /* IE6 */
ul#gnavi li {
	float: left;
	display: block;
	position: relative;
}
ul#gnavi ul {
	display: none;
	position: absolute;
	top: 60px;
	left: 0;
	margin: 0;
	padding: 0;
	background: #f5f5f5;
	border: #d5d5d5 solid 1px;
}
* html ul#gnavi ul {
	line-height: 0;
} /* IE6 "fix" */
ul#gnavi ul a {
	zoom: 1;
} /* IE6/7 fix */
ul#gnavi ul li {
	float: none;
	height: auto;
	margin: 5px 0;
	padding-left: 15px;
	font-size: 120%;
	border-bottom: #ccc dotted 1px;
}
ul#gnavi ul.about {
	width: 177px;
}
ul#gnavi ul.member {
	width: 165px;
}

/* main-column
---------------------------------------- */

/* footer
---------------------------------------- */
div#footer {
	clear: both;
	background: url(/commons/footer-back.png) bottom no-repeat;
	position:absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px 0 0;
	margin: 0;
}
div#footer div#counter {
	text-align: center;
}
div#footer ul {
	width: 760px;
	margin: 10px auto 0;
	padding-bottom: 28px;
}
div#footer ul li.firstChild {
	text-align: right;
	padding-bottom: 5px;
}
div#footer ul li.lastChild {
	text-align: center;
}
div#footer ul li a:link,
div#footer ul li a:visited {
	background: url(/commons/arrow-gray.gif) 0 2px no-repeat;
	padding-left: 8px;
	color: #666;
	text-decoration: none;
}
div#footer ul li a:hover,
div#footer ul li a:active {
	background: url(/commons/arrow-gray.gif) 0 2px no-repeat;
	padding-left: 8px;
	color: #FF6600;
	text-decoration: none;
}

/* clearfix
---------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
* html .clearfix { zoom: 1; } /* IE6 */  
.clear {
	clear: both;
}
.right {
	float: right;
	margin: 0 0 5px 5px;
	padding: 0;
}
.left {
	float: left;
	margin: 0 5px 5px 0;
	padding: 0;
}
.red {
	color: #A22E24;
}
.fb {
	font-weight: bold;
}
.gb {
	color: #51B922;
	font-weight: bold;
}
div#admin-menu ul {
	font-size: 12px;
}

