@charset "Shift_JIS";

/***** default styles
*******************************************/

body {
	font-size: 13px;
	*font-size: small; /* IE7 */
	*font: x-small; /* IE6 */
}

* {line-height: 1.6;font-size: 100%;}


/***** text styles
*******************************************/



html {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	color: #5d5d5d;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, sans-serif, "‚l‚r ‚oƒSƒVƒbƒN";
}


p {
	line-height: 1.9;
	text-align: justify;
	text-justify: distribute;
}


p, ul, ol, dl, table, pre {
	font-size: 100%;
	letter-spacing: 0.02em;
}

img {border: 0;	vertical-align: bottom;}


/***** Link styles
*******************************************/

#out a {text-decoration: none;}

#out a:link {
	color: #337ed2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #56aee1;
}

#out a:visited {
	color: #56AEE1;
	border-bottom: 1px solid #56AEE1;
}

#out a:hover {
	color: #337ED2;
	border-bottom: 1px solid #337ED2;
}

/***** layout styles
*******************************************/


#out {
	margin:0px auto;
	text-align: left;
}



#head {
	letter-spacing: 0.1em;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
	background-color: #c4ffff;
}

#menu  {
	text-align:right;
	font-size:87%;
	color:#CCCCCC;

}

h1 {
	font-size: 160%;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:0;
}

h2 {
	font-size: 100%;
	font-weight:normal;
	margin:0;
	padding:0;

}

h3 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 2.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: aqua;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: aqua;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: aqua;
}

h4 {
	font-size: 130%;
	font-weight: normal;
	margin-top: 2.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: aqua;
}

h5 {
	font-size: 100%;
	font-weight: normal;
	margin-top: 2.5em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: aqua;
}

#main{
	letter-spacing: 0.1em;
	font-size: 110%;
	margin:0 3em;
	line-height: 1.9;
}

#main ul {
	margin:0 5px 5px 0;
	padding: 3px;
	list-style: circle;
}

#main li {
	margin: 0.5em 0 0.5em 1.5em;
	letter-spacing: 0.02em;
	padding: 0.3em 0 0.3em 0.1em;
}


#footer {
	margin-top: 3em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 2em;
	padding-right: 0px;
	padding-bottom: 2em;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: aqua;
	background-color: #c4ffff;
	line-height: 1.9;
	text-align: center;
	letter-spacing: 0.1em;
	border-bottom-width: 1px;
	border-bottom-color: aqua;
}

.copyright {
	font-size: 75%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 0px;
	text-align: right;
	color: aqua;
	letter-spacing: 0.1em;
	background-color: #c4ffff;
}



.copyright a:link,a:visited,a:hover {
	color: aqua;
	border-bottom-width: medium;
	border-bottom-style: none;
	border-bottom-color: initial;
	text-decoration: none;
}

