@charset "Shift_JIS";

/********************************************************************************
 * wrap
 */
#bodybg {
	background:url(img/back.jpg) 0 0 repeat-x;
}

#bg {
	width:970px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color: #fff;
}

#warp {
	width:950px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	position:relative;/*border:1px solid #cc0000;*/
}

/********************************************************************************
 * header
 */
#header {
	width:100%;
	height:135px;
	text-align:left;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
}

#header p {
	display:none;
}

/********************************************************************************
 * contents
 */

#contents {
	text-align:left;
	padding:0;
	padding-bottom:0px;
	float:left;
	background-color:#fff;
}

* html body #contents {
}

#topicpath {
	padding:5px 0px;
	margin:0px;
	background:url(img/topicpath_bg.gif) left bottom no-repeat;
	font-size:12px;
	text-indent:1em;
	margin-bottom:10px;
}

/********************************************************************************
 * main
 */
#main {
	width:700px;
	float:right;
	margin-right:4px;
}

/********************************************************************************
 * side
 */
#side {
	width:220px;
	margin-right:700px;
	margin-left:2px;
}
#side .menu {
	width:213px;
	background:url(img/side_bg.gif) repeat-y;
}
#side .menu h2 {
	height:63px;
	background:url(img/side_top.gif) 0 0 no-repeat;
	text-align:center;
	color:#FFF;
	font-size:140%;
}
#side .menu h2 span {
	display:block;
	padding-top:26px;
}
#side .menu ul {
	margin-left:15px;
	line-height:200%;
}
#side .menu ul ul {
	margin-left:0px;
}
#side .menu li {
	padding-left:30px;
	background:url(img/side_icon.png) 0 0 no-repeat;
	list-style:none;
	color:#009;
}
#side .menu li li {
	padding-left:13px;
	background:url(img/side_sub_icon.gif) 0px 3px no-repeat;
	font-size:12px;
	line-height:20px;
}
#side .menu a {
	color:#009;
	text-decoration:none;
}
#side .menu a:hover {
	color:#006;
	text-decoration:underline;
}
#side .menubottom {
	background:url(img/side_bottom.gif) left bottom no-repeat;
	height:30px;
}

#side .bana {
	margin:10px 0 10px 1px;
}
#side .bana ul {
	margin:0;
	padding:0;
}

#side .bana ul li {
	list-style:none;
}

#side .bana img {
	margin:3px 0;
}

#side .bana a.bana_site_Lang{
	display:block;
	text-indent:-9999px;
	width:213px;
	height:83px;
	background-position:0 0;
	background-repeat:no-repeat;
}
#side .bana a.bana_site_Lang:hover{
	background-position:0 -100px;
}

body.jpn #side .bana a.bana_site_Lang{
	background-image:url(img/bana_club_eng.gif);
}
body.eng #side .bana a.bana_site_Lang{
	background-image:url(img/bana_club_jpn.gif);
}
	
	

/********************************************************************************
 * footer
 */
#footer {
	clear:both;
	width:100%;
	height:113px;
	background:url(img/footer.jpg) 0 0 no-repeat #fff;
}

#footer #copy {
	text-align:tcenter;
	color:#fff;
	font-size:80%;
  position: relative;
top: 50px;
}

#footer #copy span {
	display:block;
	padding-top:5px;
}

object{
    display: none;
}


/********************************************************************************
 ********************************************************************************
 * ‹¤—pclass
 */

.pagetop {
	font-size:10px;
	padding:10px;
	text-align:right;
	clear:both;
}

.pagetop a:hover {
	color:#FF0000;
}

body.eng .pagetop span.jpn{
	display:none;
}

body.jpn .pagetop span.eng{
	display:none;
}
