@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
img {
    border: 0;
}
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 760px;
	font: small sans-serif;
}
div#wrapper {
	width: 760px;
	background: #7db8e5;
}
div.stealth {
	clear: both;
}

/* @group header */

h1{
 font: bold 220% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 160% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 140% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 120% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/* @end */

/* @group link */

a:link {
    background-color: transparent;
    color: #5050A0;
    text-decoration: none;
} a:visited {
    background-color: transparent;
    color: #663366;
    text-decoration: none;
} a:hover {
    background-color: transparent;
    color: #ff6600;
    text-decoration: underline;
}

/* @end */

/* @group siteNavi */

#sitenavi{
	float: left;
	width: 176px;
	margin-left: 10px;
	margin-top: 10px;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul.menu {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0px;
    background-color: transparent;
	font: 14px sans-serif;
}

li.menu {
	display: block;
    list-style: none;
    text-indent: 0;
	width: 174px;
	height: 26px;
    background-color: transparent;
	line-height: 1.5em;
	text-align: center;
}
li.cur_menu {
	display: block;
    list-style: none;
    text-indent: 0;
	width: 174px;
    background-color: transparent;
	line-height: 1.5em;
	text-align: center;
	border-right: 8px inset #0100f9;
}
li a.cur_menu {
	display: block;
	background-image: none;
    text-decoration: none;    
	font-style: normal;
	width: 146px;
	color: #f94514;
	text-align: right;
	padding-right: 10px;
	margin-left: 10px;
	border-right: 8px inset #0100f9;
}

li a.menu, a.menu:visited {
	display: block;
	background-image: none;
    text-decoration: none;    
	font-style: normal;
	width: 146px;
	color: #fa8f10;
	text-align: right;
	padding-right: 10px;
	margin-left: 10px;
}
li a.menu:hover {
	display: block;
	background-image: none;
	text-decoration: none;
	color: #f94514;
    text-decoration: none;
	width: 146px;
	border-right: 8px inset #0100f9;
	text-align: right;
	padding-right: 10px;
	background-color: #fcf6cd;
	margin-left: 10px;
}
li a.menu:active {
	display: block;
	background-image: none;
	text-decoration: none;
	color: #f94514;
    text-decoration: none;
	width: 146px;
	border-right: 8px inset #0100f9;
	text-align: right;
	padding-right: 10px;
	background-color: #fbe4b4;
	margin-left: 10px;
}

/* @end */

/* @group contentsBox */

div#contentsbox {
	width: 550px;
	margin-left: 196px;
	margin-top: 10px;
	font-size: 12px;
}
div#contentsbox h2 {
	border-bottom: 3px dotted #fa8910;
	color: #f27112;
}
div#contents {
	text-align: left;
	width: 534px;
	padding: 10px;
	background-color: white;
	line-height: 1.5em;
}
div#contents p {
	text-indent: 1em;
	margin-top: 0.8em;
}
div#contents p.sig {
	margin-top: 0.8em;
	text-align: right;
}
p.top {
	padding-right:1em;
	text-align: right;
	font-family:sans-serif;
	font-size:10px;
	color:#0099FF;
	margin-top: 0;
	padding-top: 10px;
}

/* @end */

/* @group footer */

div#footer {
	font-size: 10px;
	text-align: center;
	width: 100%;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
span#inf {
	font-size: larger;
	font-weight: bold;
}

/* @end */
