/* CSS Document */

* {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 1em;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #FFFFCC;
	font-size: small;
}

#wrap{
	width:900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}

#head{
	width: 100%;
	padding-top: 5px;
	padding-bottom: 10px;
}
#sidebar {
	width: 190px;
	float: left;
}
#foot {
	clear: both;
	width: 100%;

}

A:link { COLOR: #F09100} 
A:visited { COLOR: #999900 }
A:active { COLOR: #FF0000 } 
A:hover { COLOR: #FF0000 } 

/*******************　ヘッドメニュー　**********************/

#head .btn {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}
#head .toysetsumeiimg {
	margin-right: 100px;
}

#head .btninput {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-left: 2px;
}

/*******************　緑メニュー　**********************/

#topmenubar{
	text-align: right;
	padding-right: 10px;
	background-color: #8CDF31;
	padding-bottom: 2px;
	font-weight: bold;
	width: 100%;
}

#topmenubar a:link{
	color: #FFFFFF;
	font-size: 70%;
}
#topmenubar a:visited{color: #FFFFFF;
font-size: 70%;}
#topmenubar a:hover{
	text-decoration: underline;
	color: #FF0033;
	font-size: 70%;}
	
	
/*******************　フッタ　**********************/

#foot-table {
	font-size: 12px;
	border: #009933;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 10px;

}
#foot-table p{
	font-size: 12px;
	line-height: 1.3em;
}
	
#foot-table td {
	background-color: #FFFFFF;
	text-align: left;
	padding: 10px;
	width: 50%;
}
#foot-table .guide-img {
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #99CC33;
	display: block;
	text-align: center;
}

#foot-table .chapter {
	padding-bottom: 25px;
}
#foot-table .chapter h5 {
	font-weight: bold;
	color: #FF6600;
	padding-bottom: 10px;
	font-size: 110%;
}


#footer {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-color: #CCCCCC;
	font-size: 10px;
	margin-top: 10px;
}
/*******************　ぱんくず　**********************/


.pankuzu {
	text-align: left;
	padding: 5px;
}
.pankuzu-foot {
	text-align: right;
	padding: 5px;
}


#contents {
	float: right;
	width: 580px;
	margin-right: 50px;
	margin-left: 28px;
	font-size: small;
	text-align: center;
}
#contents p {
	margin-bottom: 10px;
}


#calendar{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #CCFF99;
	text-align: center;	
}
.topcomment {
	font-size: 75%;
	text-align: center;
}

.clearBoth {
	clear: both;
}
.zaiko {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}

