@charset "utf-8";
/*formatting style
------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(kabe188.gif);
	font-size: 75%;
	line-height: 1.6;
	font-family: Arial, Helvetica, sans-serif;
}
/* link style
------------------------------*/
hr {
	display: none;
}
a img {
	border-style: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0099FF;
}
a:hover {
	color: #00CCFF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
}
/* basic layout
------------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 900px;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	margin: 0px auto;
}
#main {
	padding: 35px 15px 15px;
	margin-bottom: 20px;
	float: right;
	width: 680px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin-top: 42px;
	background-position: center center;
}
#sidebar {
	padding: 40px 0px 0px;
	float: left;
	width: 190px;
	margin-bottom: 20px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #000000;
}
/* header style
------------------------------*/
#header {
	background-image: none;
	background-repeat: no-repeat;
	height: 200px;
	border-top: 3px solid #0099FF;
	position: relative;
}
#header #title {
	position: absolute;
	left: auto;
}
#header ul {
	background-color: #FFFFFF;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 200px;
}
#header li {
	list-style: none;
	float: left;
}
#header ul li a {
	line-height: 2.5em;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #0066FF;
	text-align: center;
	display: block;
	height: 2.5em;
	width: 110.4px;
	border-top: 3px solid #0000FF;
	border-bottom: 3px double #00FFFF;
	border-left: 2px solid #FFFFFF;
}
#header ul li a:hover {
	background-color: #0099FF;
}

#header ul li#nHome a {


}
#home #header #nHome a,
#hello #header #nHello a,
#teikansaisoku #header #nTeikansaisoku a,
#kousei #header #nKousei a,
#test #header #nTest a,
#shiryo #header #nShiryo a,
#faq #header #nFaq a,
#toiawase #header #nToiawase a {

}


/* main style
------------------------------*/
#main h2 {
	margin-bottom: 15px;
	font-size: 130%;
	padding: 22px;
}
#main p {
	line-height: 1.8;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
}
#home #main h2 {
	background-image: none;
	padding: 0px;
}

#main dl#news dt {
	margin: 0px 0px 10px;
	clear: left;
	float: left;
	width: 5em;
	padding-left: 15px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(bullet2.gif);
}
#main dl#news dd {
	margin: 0px 0px 10px 9em;
}



/* sidebar style
------------------------------*/
#sidebar dl dd {
	margin-bottom: 10px;
}

/* footer styles
------------------------------*/
#sidebar dl dt a:hover {
}
#footer ul li a {
	color: #0099FF;
}
#footer ul li a:hover {
	color: #33FFFF;
	text-decoration: none;
}
#footer p a {
	color: #0099FF;
}
#footer p a:hover {
	color: #33FFFF;
}
#footer ul li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
#footer p {
	margin: 0px;
	float: right;
}

/* faq
------------------------------*/
#main dl#faqList dt {
	font-weight: bold;
	padding-left: 25px;
	background-image: url(faq/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 50px;
}
#main dl#faqList dd {
	line-height: 1.8;
	background-image: url(faq/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-bottom: 1em;
	padding-left: 25px;
	margin-top: 5px;
}
#main dl#faqTitle dt {
	background-image: url(faq/q.gif);
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 20px;
}
