@charset "utf-8";
/* formatting style 
-------------------------- */
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 90%;
	line-height: 1.6;
	color: #333333;
	background-color: #0099CC;
	background-image: url(images/dot4.gif);
	background-repeat: repeat;
}

hr {
	display: none;
}
/* link styles
-------------------------- */

 a img {
	border: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout  
-------------------------- */


 
#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 860px;
	border-right: 1px solid #003366;
	border-left: 1px solid #003366;
}
#side_left {
	padding: 15px;
	float: left;
	width: 120px;
	margin-bottom: 20px;
}
#main {
	padding: 15px;
	float: left;
	width: 415px;
	margin-bottom: 20px;
}
#side_right {
	padding: 15px;
	float: right;
	width: 230px;
	margin-bottom: 10px;
}
#footer {
	color: #FFFFFF;
	background-color: #003366;
	padding: 15px;
	clear: both;
}
/* header styles 
-------------------------- */


 
#header {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	height: 255px;
	border-top: 3px solid #003366;
	position: relative;
	background-position: right top;
}
#header #logo {
	position: absolute;
	left: 15px;
	top: 15px;
}

#header ul {
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header p {
	position: absolute;
	left: 15px;
	top: 120px;
	font-weight: bold;
	color: #ff3300;
}
#header ul li {
	float: left;
	list-style: none;
}
#header ul li a {
	line-height: 2.5em;
	color: #003366;
	text-decoration: none;
	background-color: #CCFFFF;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 105px;
	border-top: 3px solid #99CCFF;
	border-bottom: 3px double #003366;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #CDE4E4;
}

#header ul li#nTop a {
	border-left: none;
}
#home #header #nHome a {
	color: #FFFFFF;
	background-color: #666699;
}
/* mainstyles
-------------------------- */
#main h2 {
	margin-bottom: 15px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
}
#main dl#topics dt {
	font-weight: bold;
	background-image: url(images/arrow_332.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
}
#main dl#topics dd {
	margin: 0px 0px 10px 6em;
}
#main a {
	color: #FF3366;
}
#main h2 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 15px;
	border-top: 3px solid #0099FF;
	background-image: url(images/p1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: 1px dotted #666666;
}
#main h4 {
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	padding: 4px 0px 4px 20px;
	background-image: url(images/folder_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border: none;
}
 
/* sideber styles 
-------------------------- */
 
#side_left h2 {
	margin-bottom: 15px;
}

#side_left dl dt a {
	padding: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
#side_left dl dt {
	clear: both;
}
#side_left dl dd {
	margin-bottom: 10px;
}
#side_left dl dt a:hover {
	border: 1px solid #000033;
}
/* 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;
}
#footer ul li {
	display: inline;
	margin-right: 15px;
	list-style: none;
}
#footer p {
	margin: 0px;
	float: right;
}


#home #main h2 {
	background-image: none;
	padding: 0px;
	border: none;
}
#kozin #main ul {
	list-style: decimal;
	padding-left: 5px;
}
#main div#site p {
	padding-left: 30px;
	padding-top: 0px;
}
#main h4 a {
	color: #666666;
}
