@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: #999999;
	background-image: url(../img/bg.gif);
	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: 780px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
#wapper h1 {
	font-size: 1.0em;
	color: #666666;
}

#sidebar {
	padding: 15px;
	float: left;
	width: 180px;
	margin-bottom: 20px;
}
#sidebar img {
	margin-bottom: 5px;
}





#footer {
	color: #FFFFFF;
	background-color: #666666;
	padding: 15px;
	clear: both;
	text-align: center;
}
#sidemenu ul a {
	display: block;
	margin: 0px 0px 6px;
	height: 44px;
	width: 180px;
	text-indent: -9999px;
}

/* header styles
----------------------------*/
#header {
	background-image: url(../images/HEADER2.png);
	border-top: 3px solid #FFFF00;
	height: 130px;
}

#header ul {
	background-color: #FFFFFF;
	width: 780px;
	left: auto;
	top: 120px;
	position: absolute;
	background-image: url(../images/topnavi_back5.png);
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	height: 2.5em;
	width: 127px;
	border-top: 3px solid #FFFF00;
	border-bottom: 3px double #999999;
	border-left: 3px solid #FFFFFF;
	text-align: center;
	display: block;
	background-image: none;
}
#header p#jyusho {
	text-align: right;
	color: #FFFFFF;
	padding-top: 40px;
	padding-right: 15px;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	line-height: normal;
}


/* main styles
----------------------------*/
#main {
	padding: 15px;
	float: right;
	width: 540px;
	margin-bottom: 20px;
}
#main img {
	margin-bottom: 10px;
}

#main h2 {
	margin-bottom: 5px;
	color: #009900;
}
#main h3 {
	font-size: 1.2em;
	color: #0000FF;
}

#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#concept dt {
	font-weight: bold;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	color: #009900;
}
#main dl#concept dd {
	margin: 0px 0px 10px 6em;
}

/* 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 a {
	color: #FFFFFF;
}

#footer p#back {
	margin: 0px;
	float: right;
}
