@charset "utf-8";
/* formatting style 
---------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333;
	background-color: #d5ead8;
	font-size: 75%;
	line-height: 1.6;
	font-family: sans-serif;
}
hr {
	display: none;
}
/* link style
---------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
---------------------------*/
#wrapper {
	background-color: #fff;
	width: 858px;
	border-right: 1px solid #00693e;
	border-left: 1px solid #00693e;
	margin: 0px auto;
}
#main {
	float: right;
	width: 573px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}
#sidebar #ex {
	color: #900;
	font-weight: bold;
	font-size: 100%;
	line-height: 1.8em;
	text-align: center;
}

/* main styles
---------------------------*/
#main h2 {
	font-size: 100%;
	color: #333;
	font-weight: bold;
	text-align: right;
	line-height: 2em;
}
#main h3 {
	float: right;
	font-size: 90%;
	color: #900;
	line-height: 1.5em;
	font-weight: normal;
	clear: both;
	width: 250px;
}

#main h4 {
	font-size: 100%;
	color: #030;
	line-height: 1.8em;
	text-align: center;
}
#main h5 {
	font-size: 120%;
	color: #333;
	float: right;
	font-weight: bolder;
}
#main #pink {
	font-size: 130%;
	color: #F06;
}
#main #ao {
	color: #03F;
}

#main h6 {
	color: #F09;
	font-size: 100%;
	text-align: center;
	background-image: url(../images/chuui.gif);
	background-repeat: no-repeat;
	background-position: 35px 1px;
}




#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
	text-align: center;
}
#sidebar p img {
	margin-bottom: 50px;
}

#sidebar em {
	color: #C03;
	padding-top: 50px;
	margin-left: 40px;
	font-size: 95%;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	margin-right: 40px;
	float: left;
}

#sidebar h1 {
	color: #093;
	font-size: 130%;
}

#footer {
	clear: both;
	color: #fff;
	background-color: #333;
	margin-top: 10px;
	height: 30px;
	padding-top: 5px;
	padding-right: 10px;
}
#header {
	height: 110px;
	position: relative;
	border-top: 1px solid #00693e;

}
#header #logo {
	position: absolute;
	left: 15px;
	top: 20px;
}




/* footer styles
---------------------------*/
#footer ul li a {
	color: #ccc;
}
#footer ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer p a {
	color: #ccc;
}
#footer p a:hover {
	color: #FFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}
#footer address {
	font-style: italic;
	font-size: 90%;
	text-align: center;
}


/* form
---------------------------*/
#main Form {
	margin-bottom: 25px;
}
#main input[type="text"],#main textarea{
	padding:2px;
	border:1px solid #999;
    background:transparent;

}	
#main form textarea #saijyuken {
	overflow: auto;
	height: 120px;
	width: 300px;
}
#main form table h2 label   {
	padding-right: 5px;
}


#main table {
	margin-bottom: 15px;
	border-top: 1px solid #CCC;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-collapse:collapse;
	font-style: italic;
}
#main table th {
	text-align: right;
	padding: 5px 15px;
	border-bottom: 1px solid #CCC;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
}
#main table td {
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
}
#main table tr.odd {
	background-color: #EFE;
}
#main form em {
	color: #C00;
	padding-left: 1px;
	padding-right: 1px;
	font-size: 100%;
	line-height: 1.5em;
	text-align: center;
}
#thanks #main {
	float: left;
	width: 800px;
	height: 500px;
}
#thanks h1 {
	font-size: 250%;
	font-weight: bolder;
	color: #030;
	text-align: center;
	margin-bottom: 20px;
}
#thanks h2 {
	color: #F0C;
	font-size: 150%;
	text-align: center;
}

#thanks h3 {
	font-size: 120%;
	font-weight: bold;
	color: #030;
	margin-top: 20px;
	margin-right: 30px;
}

#thanks #main p {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #900;
}


#attention #main {
	float: left;
	width: 800px;
	height: 570px;
}
#attention h1 {
	font-size: 250%;
	font-weight: bolder;
	color: #030;
	text-align: center;
	margin-bottom: 20px;
}
#attention h2 {
	color: #F0C;
	font-size: 150%;
	text-align: center;
}

#attention h3 {
	font-size: 120%;
	font-weight: bold;
	color: #030;
	margin-top: 20px;
	margin-right: 30px;
}
#attention h4 {
	font-weight: normal;
	color: #030;
	font-size: 150%;
	text-align: center;
}


#attention #main p {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	color: #900;
}
