/* CSS Document */

#wrapper {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

#contents {
	height: 520px;
	width: 700px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	margin-bottom: 30px;
}
h1 {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	margin-top: 20px;
}
hr {
	border: 0px;
	height: 3px;
	color: #093;
	background-color: #093;
	margin-bottom: 5px;
}


/*
#green_line {
	height: 3px;
	width: 700px;
	margin-top: 5px;
	margin-bottom: 10px;
	background-image: url(../images/green_line_bg.jpg);
	background-repeat: repeat;
}
*/
p.attention {
	font-size: 14px;
	color: #993300;
	line-height: 1.2em;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#head_menu {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: 50px;
	text-align: center;
	margin-top: 10px;
}

div#head_menu ul {
	height: 25px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#head_menu ul li {
	float: left;
	margin-right: 10px;
	margin-top: 6px;
	list-style-type: none;
}

div#main_text {
	height: auto;
	line-height: 1.5em;
	width: 650px;
}
div#main_text ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
div#head ul li {
	float: left;
	margin-right: 10px;
}

h2 {
	font-size: 16px;
	color: #093;
	margin: 30px 0px 5px;
	padding-left: 5px;
	border-left: 10px solid #093;
}
div.goTop {
	font-size: 16px;
	font-weight: bold;
	color: #093;
	margin-bottom: 5px;
	padding-top: 20px;
}
a:link {
	color: #000;
}
a:visited {
	color: #03c;
}
a:hover {
	color: #093;
}
