@charset "utf-8";

/*スクロールバー回避用*/
*html body {  　　　　　/*IE6だけに適用*/
   overflow-y:auto;
}
*+html body {　　　　　/*IE7だけに適用*/
   overflow-y:auto;
}


body {
	font-size: 100%;
	line-height: 1.3em;
	background-image: url(../img/bk.gif);
	color:#222222;
	margin: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}

#container {
	background-color: #FFFFFF;
	background-image: url(../img/main_bk.gif);
	background-repeat: repeat-x;
	width: 760px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size:12px;
}
#header {
	margin: 0px;
	padding: 0px;
}
#main{
	width:515px;
	text-align: center;
}
#menu{
	float:right;
	width:235px;
}
#footer {
	height: 30px;
	width: 760px;
	padding-top: 0;
	padding-bottom: 0;
	float: none;
	clear: both;
	text-align:center;
} 
#footer p {
	margin: 0;
	text-align: center;
	color: #FFFFFF;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	font-size: 12px;
}
#comment {
	font-size: 12px;
	height: 100%;
	color: #969696;
}





/* tag */

h1 {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin-top:3px;
	color: #969696;
}
h2 {
	text-align:center;
	font-size:12px;
	font-weight:normal;
	margin-top:3px;
}
li{
	list-style:none;
	margin-left: -8px;
	margin-right: 0px;
	margin-top:2px;
}




/* class */

.div_right {
 float: right;
}
.right {
 text-align: right;
}
.center {
 text-align: center;
}
.table_center {
	margin:0 auto;
	margin-right: auto;
	margin-left: auto;
}
