/* common.css　
--------------------------------------------------------- */
html	{ height:100%;}
body	{
/*	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;*/
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGOTHIC",sans-serif;
/*	height:100%;
	margin:0;
	padding:0;
	background-color:#e3e3e3; */
	background: #f1f2ec url(../images/bg06.jpg);
	
}
img {
	border: 0px;
}
#container {
	width: 824px;
	margin: 0 auto;
/*	border-top: #CCC solid 1px;
	border-left: #CCC solid 1px;
	border-right: #CCC solid 1px;
	border-bottom: #CCC solid 1px;*/
}
.thunder-bg	{ height:100%; min-height:100%;}
body>.thunder-bg	{ height:auto;}
* html .wind-bg	{ height:1%;}
div.block	{ clear:both; height:1%;}
div.column	{ height:1%;}
a	{ cursor:pointer; text-decoration:none; color:#00C;}
a:visited	{ color:#880088;}
a:hover	{ text-decoration:underline;}
#container {
	margin: 0 auto;
	/* [disabled]height: 1400px; */
	width: 800px;
}
#side-menu {
	float: left;
	height: 500px;
	margin-left: 20px;
}
h2	{ font-size:160%; line-height:1.3;}
h3	{ font-size:100%; line-height:1.4;}
h4	{ font-size:100%; line-height:1.5;}
#login {
	width: 250px;
	float: left;
	padding-left: 12px;
	margin-left: 12px;
	margin-top: 26px;
	border-left:#D5C7B3 solid 2px;
	border-right:#D5C7B3 solid 2px;
	border-bottom:#D5C7B3 solid 2px;
	border-top: #D5C7B3 solid 2px;
	margin-bottom: 12px;
}
