@charset "utf-8";

body {
	text-align: center;
	font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	margin: 0px;
	color: #666666;
}

div#header,
div#content,
div#footer {
	text-align: left;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

div#content {
	position: relative;
	overflow: hidden;
}

p {
	margin-right: 15px;
	margin-left: 15px;
	line-height: 1.5;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

a {
	text-decoration: none;
	color: #006699;

}

h1 {
	font-size: 100%;
	margin: 0px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #CFD2CD;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-left: 15px;
}

h1.sitename a {
	text-decoration: none;
	color: #333333;

}

h2 {
	padding-left: 10px;
	padding-top: 0.3em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #5187A0;
	padding-bottom: 0.3em;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #CFD2CD;
	font-weight: bold;
	font-size: 100%;
	padding-right: 10px;

}

/* --------------------
@@@@header
---------------------*/

div#header {
	height: 100px;
	background-image: url(img/hd_bg.gif);
	background-repeat: repeat-x;
}

p.description {
	margin-top: 1.2em;
	margin-right: 15px;
	margin-bottom: 1em;
	margin-left: 15px;
	padding-left: 5px;
	border-left-width: 5px;
	border-left-style: double;
	border-left-color: #EFE1D3;
}

/* --------------------
@@@@main
---------------------*/

div#main {
	float: left;
	width: 530px;
	min-height: 800px;
	_height: 800px;
	margin-right: -1px;
	position: relative;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eee;
}

ul.sitelist {
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-right: 20px;
	padding-left: 20px;
}

ul.sitelist li {
	list-style-type: circle;
	margin-bottom: 10px;
}

p.img_L {
	float: left;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 15px;

}

p.img_R {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-right: 15px;

}

/* --------------------
@@@@sidenavi
---------------------*/

div#sidenavi {
	float: left;
	clear: right;
	width: 228px;
	min-height: 800px;
	_height: 800px;
	background-color: #E0E3DF;
}

div#sidenavi dl {
	margin-top: 15px;
}

div#sidenavi dl dt {
	padding-left: 5px;
	padding-right: 10px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #5187A0;
	margin-left: 10px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 10px;

}

div#sidenavi dl dd {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 15px;
	line-height: 1.5;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	border-right-color: #ededed;
	border-bottom-color: #ededed;

}

/* --------------------
@@@@footer
---------------------*/

div#footer {
	height: 100px;
	background-color: #CFD2CD;
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

address {
	font-style: normal;
	text-align: right;
	padding-right: 15px;
	padding-top: 10px;
	margin: 0px;

}
