@charset "UTF-8";

/* Base Layout */

body {
	background-image:url(../img/bgbody.jpg);
	background-repeat:repeat-x;
	font-size:85%;
}
a:hover {color:#FFCC00;}

#containar {
	width:800px;
	margin:0 auto;
	text-align:center;
	background-image:url(../img/bgcontentbody.jpg);
	background-repeat:repeat-y;
}
#wrapper {
	text-align:left;
	position:relative;
}
#contentfooter{
	height:20px;
	background-image:url(../img/bgcontentfoot.jpg);
	background-repeat:no-repeat;
}
#footer {
	width:806px;
	height:66px;
	margin:20px auto;
	padding-top:15px;
	text-align:center;
	background-image:url(../img/bgfooter.jpg);
	background-repeat:no-repeat;
	font-size:90%;
}
#footer p {
	line-height:1.5;
}

#rightbox {
	position:absolute;
	left:486px;
	top:-77px;
	width:306px;
	z-index:3;
}
#leftbox {
	width:460px;
	margin-left:10px;
}
#menu {
	height:362px;
	background-image:url(../img/idxbgmenu.jpg);
	background-repeat:no-repeat;
	padding:15px 0 0 24px;
	font-size:16px;
}
#menu a{
	display:block;
	width:250px;
	height:28px;
	background-image:url(../img/bgbtngototop.jpg);
	background-repeat:no-repeat;
	text-align:left;
	padding:10px 0 0 10px;
	margin:5px 0;
	text-decoration:none;
}
#menu a:link {color:#FFF;}
#menu a:hover {color:#960; background-position:0 -50px;}
#menu a:active {color:#06C;}
#menu a:visited {color:#FFF;}

#topicpath {
	border-top:1px solid #CCC;
	margin:2px 10px 10px 10px;
	padding-top:7px;
	font-size:90%;
}

#rightbox .cboxr{
	width:306px;
	background-image:url(../img/idx_rboxbg.jpg);
	background-repeat:repeat-y;
}
#rightbox .cboxrfooter{
	height:30px;
	background-image:url(../img/idx_rboxfoot.jpg);
	background-repeat:no-repeat;
	display:block;
}
#rightbox .cboxr h2{
	background-image:url(../img/idx_rboxhead.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin-bottom:15px;
	color:#FFF;
	font-size:16px;
}
#contents table{
	border-collapse:collapse;
}

/* contents deco */

#rightbox .cboxr {
	line-height:1.35;
	margin:10px 0;
}
#rightbox .cboxr ul{
	margin:10px 20px 10px 20px;
}
#rightbox .cboxr li{
	margin-bottom:0.5em;
	margin-left:1.5em;
	text-indent:-1.7em;
}

#rightbox .cboxr blockquote{
	margin:0 20px;
}
#rightbox .cboxr blockquote p{
	font-size:90%;
	color:#999;
}

.infobox dl{
	margin:0 15px 15px 15px;
	line-height:1.35;
}

.infobox dt{
	font-weight:bold;
	padding-bottom:0.3em;
	padding-top:10px;
}
.infobox dd{
	margin-left:2em;
	line-height:1.35;
}
.registbox{
	margin:10px 0;
	width:460px;
	background-image:url(../img/registbox_bg.jpg);
	background-repeat:repeat-y;
}
.registbox .cboxrfooter{
	height:30px;
	background-image:url(../img/registbox_foot.jpg);
	background-repeat:no-repeat;
	display:block;
}
.registbox h3{
	background-image:url(../img/registbox_head.jpg);
	background-repeat:no-repeat;
	padding:10px;
	margin-bottom:15px;
	color:#FFF;
	font-size:16px;
}
.registbox table.txt2col, .registbox table.btns{
/*	width:440px;*/
	margin:0 auto;
}
.registbox table.txt2col td, .registbox table.btns td{
/*	width:50%;*/
	padding:0 10px;
	vertical-align:top;
	line-height:1.35;
}
.registbox table.btns td {
 	text-align:center;
	font-size:80%;
	padding-top:10px;
}

.registbox table.btns .btnregist a{
	display:block;
	width:201px;
	height:60px;
	background-image:url(../img/btn_gotoregist.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}
.registbox table.btns .btnlist a{
	display:block;
	width:201px;
	height:60px;
	background-image:url(../img/btn_gotolist.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

.registbox table.btns .btnedit a{
	display:block;
	width:201px;
	height:60px;
	background-image:url(../img/btn_gotoedit.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	text-indent:-9999px;
}

.registbox table.btns .btnregist a:hover, .registbox table.btns .btnlist a:hover, .registbox table.btns .btnedit a:hover {
	background-position:0 -61px;
}

.aboutbox p{
	margin:10px 20px;
	line-height:1.5;
}
.aboutbox h3{
	margin:30px 20px 10px 20px;
	font-size:16px;
	font-weight:bold;
	color:#003399;
}

.count {
	text-align:center;
}
