@charset "UTF-8";
/*formatting style
----------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}


body {
	background-color: #FFF;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, verdana, arial, sans-serif, "ＭＳ ゴシック", Osaka-mono, monospace;
	line-height: 1.8;
	color: #333;
	font-size: 90%;
}


#wrapper {
	width: 600px;
	margin: 30px auto;
}



/*main style
----------------------*/

#lastup {
	float: right;
	text-align: right;
}

h1 {
	text-align: center;
}

.point {
	font-weight: bold;
	color: #039;
	line-height: 20px;
}


.box {
	margin-bottom: 15px;
}
.list {
	list-style: outside;
	margin-left: 23px;
}


hr {
	border-top: 10px solid #CFF;
	color: #039;
}
.dl {
	color: #039;
	background-color: #CCCCFF;
}
#soudan {
	background-color: #eeeeee;
	padding: 10px;
	margin-top: 10px;
}
#toiawase {
	float: left;
	border: 2px solid #039;
	padding: 10px;
	width: 580px;
}


/*link style
----------------------*/
a img {
	border-style: none;
}

a:link {
	color: #333;
	text-decoration: underline;
}

a:visited {
	color: #0066CC;
	text-decoration: underline;
}

a:hover {
	color: #0066CC;
	text-decoration: none;
}

a:active {
	text-decoration: none;
	position: relative;
	
}


/*table style
----------------------*/

table {
	border-collapse:collapse;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 2px;
	clear: both;
	margin: auto;
}


th {
	padding: 3px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	background-color: #09F;
	font-weight: bold;
	color: #FFF;
}

td {
	padding: 8px;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	border-bottom: solid 1px #000;
	text-align: left;
}

.left td {
	text-align: left;
}


/*other style
----------------------*/

address {
	color: #000;
	text-align: center;
	font-size: small;
	margin-top: 10px;
	background-color: #CCCCFF;
}


#space-l {
	margin: auto;
	clear: left;
}

#space-r {
	margin: auto;
	clear: right;
}
