@charset "utf-8";

body{
	background: url(../img/background.png) repeat-x top    ;
	color: #333333 ;
}

a{
	text-decoration: none ;
	color: #999999 ;
}

a:hover{
	color: #000000 ;
}

#page{
	margin: 5px auto auto ;
	width: 91% ;
	background-color: #FFFFE5 ;
	border: 1px solid #000000 ;
	line-height: 1.3em ;
}

.paragraph{
	margin-top: 1em ;
}

.source{
	margin: 0.3em 0 0.5em 0 ;
	xoverflow: scroll ;
	border: dotted 2px #333333 ;
}

strong{
	font-weight: bold ;
}

/*--- subtitle ---*/
div.subtitle,h2.subtitle{
	margin: 1.1em 0 8px 2px ;
	padding-left: 2px ;
	border-left: solid 4px #000000 ;

	font-size: larger ;
	font-weight: bold ;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	vertical-align: middle ;
	letter-spacing: 0.1em ;
}


/*--- header ---*/
ol#bclist{
	margin: 5px 5px 0 5px ;
	padding-left: 3px ;
	width: auto ;
	border: solid 1px #333333 ;
	background: #FFFFFF ;
}

#bclist li{
	display: inline ;
	padding-right: 10px ;
	background: url(../img/icon/arrow.gif) no-repeat right ;
}

#bclist li#now{
	background: none ;
}

h1{
	margin: 5px 5px 0 5px ;
	overflow: hidden ;
}

/*--- header menu ---*/

li.menu{
	width: 24% ;
	height: 30px ;
	float: left ;

	margin-left: 0.8% ;
	text-align: center ;
}

li.menu a{
	display: block ;
	width: 100% ;
	height: 100% ;
	
	padding-top: 5px ;
	margin-top: 5px ;

	font-weight: bold ;
	font-family: "Times New Roman", Times, serif ;
	letter-spacing: 3px ;
	color: #CCCCCC ;

	background-repeat: repeat-x ;
}

li.menu a:hover{
	color: #FFFFFF ;
}

li#special{
	margin-left: 5px ;
}

li#special a{
	background: url(../img/menu/special.gif) ;
}

li#special a:hover{
	background: url(../img/menu/special_r.gif) ;
}

li#blog a{
	background: url(../img/menu/blog.gif) ;
}

li#blog a:hover{
	background: url(../img/menu/blog_r.gif) ;
}

li#bbs a{
	background: url(../img/menu/bbs.gif) ;
}

li#bbs a:hover{
	background: url(../img/menu/bbs_r.gif) ;
}

li#link a{
	background: url(../img/menu/link.gif) ;
}

li#link a:hover{
	background: url(../img/menu/link_r.gif) ;
}

/*--- header menu end ---*/

/*--- contents ---*/

#contents{
	margin: 55px 5px 0 5px ;
	display: block ;
}

/*--- mainbunner ---
	(個々の画像指定はspecialbunner.css)
*/

.mainbunner{
	float: left ;
	width: 65% ;
	overflow: hidden ;
}

.mainbunnerCaption{
	float: right ;
	width: 34% ;  
}

.mainbunnerCaption dt{
	font-weight: bold ;
	font-size: larger ;
}

.mainbunnerCaption dt a{
	color: #333333 ;
}

.mainbunnerCaption dd{
	font-size: smaller ;
}

/*--- what's new ---*/

#whatsnew{
	clear: both ;
	margin-top:5px ;
	float: left ;
	width: 65% ;
}

#whatsnew dl{
	padding-left: 5px ;
}

#whatsnew dt{
	display: inline ;
	font-weight: bold ;
}

#whatsnew dd{
	display: inline ;
	margin-left: 1em ;
}

/*--- caution ---*/
div#caution{
	display: block ;
	float: right ;
	width: 33% ;

	margin-top: 2em ;
	padding: 3px ;

	background: url(../img/caution.gif) no-repeat right bottom ;
	background-color: #FFEEDD ;
	border: solid 2px #000000 ;
}

/*--- footer ---*/
div#footerMenu{
	clear: both ;
	text-align: center ;
}

#footerMenu  li{
	margin: auto 1em 3px 0;
	display: inline ;
	font-size: smaller ;
}

#footerMenu li#last{
	border-left: solid 1px #333333 ;
	padding-left: 1em ;	
}

#footer{
	display: block ;
	margin: 5px 1px 1px ;
	padding: 3px ;

	border: solid 1px #333333 ;
}


#ads{
	width: 91% ;
	margin: 20px auto 0 ;
}

/* ---sitemap ---*/
#map li a{
	margin: 1.1em 0.5em 8px 2px ;
	padding-left: 2px ;
	border-left: solid 4px #000000 ;

	font-weight: bold ;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	vertical-align: middle ;
}

#map li{
	margin-bottom: 0.2em ;
}

#map ul.01{
	display: block ;
	margin-left: 1.1em ;
}