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


body {
	background-color: #FFF;
	font-family: "ＭＳ Ｐゴシック","Osaka";
	font-size: 85%;
	font-style: normal;
	line-height: 1.6;
}


#wrapper {
	width: 800px;
	border-right: 1px solid #09F;
}



/*header1 style
----------------------*/

#header1 {
	width: 100%;
	height: 33px;
}

.tierra {
	float: left;
}

.tierra2 {
	float: right;
	margin-top: 12px;
	margin-right: 5px;
}


/*header2 style
----------------------*/

#header2 {
	background-color: #09F;
	height: 40px;
	width: 800px;
	clear: both;
}


h1 {
	float: left;
}

.h2 {
	float: right;
	width: 520px;
	text-align: center;
}

.maru {
	color: #9FF;
}

.h2 ul {
	list-style: none;
}

.h2 li {
	
	display: inline;
}

.h3 {
	float: left;
	text-align: center;
	margin-bottom: 15px;
}

.h3 ul {
	list-style: none;
}

.h3 li {
	
	display: inline;
}




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

#main {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}


h3 {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 10px;
	float: left;
}

.about {
	font-size: small;
	font-weight: normal;
	color: #F66;
	text-align: center;
}

.point1 {
	font-size: small;
	font-weight: normal;
	color: #06C;
	text-align: left;
	line-height: 20px;
}

.point2 {
	color: #09F;
}

.box {
	margin-bottom: 10px;
}

hr {
	border-top: 10px solid #CFF;
	color: #FFF;
}


/*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;
	
}

#header2 a {
	color: #FFF;
}

#footer {
	text-align: center;
}

.cyuui {
	width: 500px;
	text-align: left;
	margin: auto;
	clear: both;
}

/*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: 3px;
	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: #FFF;
	text-align: center;
	font-size: small;
	margin-top: 10px;
	background-color: #09F;
}


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

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

