@charset "utf-8";

a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
}

#index_container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	width: 700px;
}

#index_box1 {
	border: dashed;
	padding-bottom: 70px;
	padding-top: 70px;
}

#index_logo {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	vertical-align: middle;
}

#index_box2 {
	color: #CCCCCC;
}

#text_left {
	color: #CCCCCC;
	text-align: left;
}

#text_right {
	color: #CCCCCC;
	text-align: right;
}

