@charset "shift_jis";
/* タグ
---------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	background-image: url(../img/bg.gif);
	font-size: 80%;
	line-height: 160%;
	font-weight: bold;
}
img {
	border: none;
	margin: 0px;
	padding: 0px;
}
hr {
	border-color:#397F93;
	border-style:dotted;
	border-top-width:1px;
}
a {
	color : #06C;
	font-weight: normal;
}
a:hover {
	color : #3CF;
	font-weight: normal;
}
a:active {
	color : #3FF;
	font-weight: normal;
}
/* クラス
---------------------------------------------------------------------------*/

#tojiru {
	font-size: 130%;
	font-weight: bolder;
	}

/* コンテナ 
---------------------------------------------------------------------------*/
#container {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
