@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: #666666;
	background-color: #E6EEFF;
}
hr {
	display: none;
}

/* link styles
-------------------------- */

a:link {
	color: #6666FF;
	text-decoration: underline;
}
a:visited {
	color: #6666FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
}


a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 780px;
}
#sidebar {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 120%;
	font-style: normal;
	color: #330099;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	width: 175px;
	text-align: center;
}
#main {
	float: right;
	width: 388px;
	padding: 40px 10px 10px;
	clear: right;
	color: #666666;
	line-height: 2.2;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

#navi {
	float: left;
	width: 130px;
	padding: 40px 10px 20px 30px;
	clear: right;
	line-height: 2.6;
}
#navi  h2 {
	font-size: 130%;
}


#footer {
	color: #FFFFFF;
	background-color: #000099;
	padding: 5px;
	clear: both;
	text-align: center;
}
#news {
	padding: 0px 15px 10px 10px;
	clear: left;
	float: left;
	width: 300px;
}
#news  h3 {
	font-size: 98%;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom: 1px solid #999999;
	border-left: 15px solid #999999;
	margin-left: 10px;
	margin-right: 10px;
}
#news p {
	font-size: 100%;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 20px;
}

#navi ul li {
	text-decoration: none;
	list-style: none;
}
#navi ul li a {
	text-decoration: none;
	list-style: none;
}
#main  h3 {
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	border-bottom: 1px solid #999999;
	border-left: 15px solid #999999;
	font-size: 98%;
}
#main p {
	font-size: 100%;
	line-height: 2.0;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 10px;
}
#sidebar2 {
	width: 175px;
	text-align: center;
	padding-top: 10px;
	padding-left: 5px;
	float: left;
	padding-bottom: 30px;
}
#sidebar2 h1 {
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-size: 250%;
	font-style: normal;
	font-weight: bold;
	color: #330099;
}
#sidebar2  ul  li {
	list-style: none;
	text-align: left;
	line-height: 1.0;
	padding-top: 30px;
	padding-left: 40px;
}
#sidebar2  ul  li  a {
	text-decoration: none;
}
#sidebar2  h2 {
	font-size: 130%;
}

#main2 {
	width: 380px;
	line-height: 2.2;
	clear: right;
	float: left;
	margin: 0px 20px 1em 10px;
	padding: 20px 10px 10px 20px;
}
#main2  h3 {
	font-size: 98%;
	border-bottom: 1px solid #999999;
	border-left: 15px solid #999999;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-right: 20px;
}
#main2 p {
	font-size: 100%;
	line-height: 2.2;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#sidebar3 {
	clear: right;
	float: right;
	width: 160px;
	height: 640px;
}

