/*-----  メニュー  -----*/
.menu {
	background-color: white;
	text-align: center;
}
/*-----  ここまで  -----*/

body {
	background-color: white;
	margin: 0;
	padding: 0;
	font-size: 85%;
	line-heght: 140%;
	color: #000;
}

a{
	text-decoration: none;
	color: #00f;
}

a:visited{
	color: #55f;
}

a:hover{
	text-decoration: underline;
	color: #f00;
}

#back{
	text-decoration: none;
}

img{
	border: 0;
}

dd{
	margin-bottom: 1em;
}

#bg_white {
	background-color: #fff;
	width: 820px;
	padding: 0 20px;
}

/*-----  メイン  -----*/
#main
{
	background-color: white;
	width: 98%;
	float: none;
}

.contents_bg{
	background-color: #9cf;
	border-top: 1px solid #09c;
	border-bottom: 1px solid #09c;
	text-align: center;
	color: #333;
	font-size: 130%;
	font-weight: bold;
}

.new_bg{
	background-position: 60%;
	background-color: #9cf;
	border-top: 1px solid #09c;
	border-bottom: 1px solid #09c;
	text-align: center;
	color: #333;
	font-size: 130%;
	font-weight: bold;
}

.new{
	border-bottom: 1px dotted #ccc;
	text-align: left;
	float: left;
	padding: 3px 10px;
}

.new dl{
	padding: 0;
	margin: 0;
}

.new dl dt {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 20%;
	line-height: 140%;
}

.new dl dd {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 80%;
	line-height: 140%;
}

.comment{
	padding: 0 1em 1em;
	text-align: justify;
	text-justify: distribute;
	line-height: 140%;
	letter-spacing: 1px;
	text-indent: 1em;
}

.info dt{
	font-size: 110%;
	font-weight: bold;
}

img.left{
	float: left;
}

img.right{
	float: right;
}
/*-----  ここまで  -----*/

