@charset "utf-8";
/* formatting style
-------------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #333333;
	background-color: #FFFFCC;
	background-repeat: repeat;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic styles
----------------------------*/
#wapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1em;
	color: #999999;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
	background-image: url(../img/sidebar.png);
	background-repeat: no-repeat;
	background-color: #996600;
	height: auto;
}
#sidemenu {
	height: 580px;
	width: 180px;
	margin-bottom: 10px;
}
#sidemenu ul {
	list-style: none;
}
#sidemenu ul li {
	height: 3.2em;
	width: 180px;
}

#sidemenu ul a {
	margin: 0px 0px 7px;
	height: 30px;
	width: 180px;
	display: block;
	line-height: 2.2em;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 1.2em;
	text-align: center;
	border-bottom: thin groove #FFFFFF;
	font-weight: bold;
}
#sidemenu a:hover {
	color: #FFFF33;
}

/* header styles
----------------------------*/
#header {
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	border-top: 3px solid #999999;
	height: 500px;
}
#header ul {
	width: 858px;
	left: auto;
	top: 480px;
	position: absolute;
	background-image: url(../img/topnavi_back.png);
	background-repeat: no-repeat;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #666666;
	text-decoration: none;
	height: 2.5em;
	width: 120px;
	border-top: 3px solid #FFFF00;
	border-bottom: 1px double #FF9900;
	border-left: 2px solid #666666;
	text-align: center;
	display: block;
	background-image: none;
	font-weight: bold;
}
#header ul a:hover {
	color: #FFFF33;
}

/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: right;
	width: 618px;
	margin-bottom: 20px;
}
#main .red {
	font-size: 1.2em;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
}

#main h2 {
	margin-bottom: 15px;
	font-size: 1.3em;
	color: #666666;
	margin-top: 5px;
	background-image: url(../img/logo-h2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
	border-bottom: 1px double #996600;
}
#main h3 {
	font-size: 1.2em;
	color: #FFFFFF;
	line-height: 2em;
	background-image: url(../img/tokucho1.png);
	background-repeat: no-repeat;
	padding-left: 80px;
	border-bottom: 1px #CCCCCC;
	background-color: #FF9900;
}
#main h5 {
	font-size: 1.3em;
	color: #996600;
}


#main p {
	line-height: 1.4;
	margin-bottom: 1em;
	font-size: 1.2em;
}
#main #meii {
	background-image: url(../img/meiiguide.gif);
	background-repeat: no-repeat;
	height: 200px;
	width: 600px;
	margin-top: 10px;
	margin-bottom: 20px;
}

#sidebar img {
	margin-bottom: 10px;
}

#main #greeting {
	font-size: 1.2em;
	color: #996600;
}

#main ul {
	height: 80px;
	width: 615px;
	background-color: #999933;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 1.5em;
}


#main .chara {
	height: 190px;
	width: 590px;
	background-color: #FFFFCC;
	margin-bottom: 10px;
}
#main .chara .moji {
	float: left;
	height: 170px;
	width: 350px;
	padding: 5px;
}
#main .chara .moji p {
	font-size: 1.2em;
	color: #996600;
}
#main .chara img {
	float: right;
	padding: 5px;
	margin-top: 15px;
	margin-right: 15px;
}



#footer {
	color: #FFFFFF;
	padding: 15px;
	clear: both;
	text-align: center;
	background-image: url(../img/footer3.gif);
	height: 200px;
}
/* footer styles
----------------------------*/
#footer ul li a {
	color: #CCCCCC;
}
#footer ul li a:hover {
	color: #FFFFFF;
}
#footer p a {
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
}
#footer p#back {
	margin: 0px;
	float: right;
}
