@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #666666;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	background-color: #FFFFFF;
}
hr {
	display: none;
}

/* link style
----------------------------*/
a img {
	border-style: none;
}
a:link {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	position: relative;
	left: +1px;
	top: +1px;
	color: #FFFFFF;
}

/* basic layout
----------------------------*/

#wrapper {
	background-color: #FFFFFF;
	margin: 0px auto;
	width: 858px;
	border-right: 1px #666666;
	border-left: 1px #666666;
}
#main {
	padding: 15px;
	float: right;
	width: 573px;
	margin-bottom: 20px;
}
#sidebar {
	padding: 15px;
	float: left;
	width: 225px;
	margin-bottom: 20px;
}


#footer {
	clear: both;
	padding: 15px;
}

/* header style
----------------------------*/

#header {
	height: 255px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	text-indent: -9999px;
}

#header ul {
	width: 858px;
	position: absolute;
	top: 200px;
}
#header ul li {
	list-style: none;
	float: left;
}
#header ul li a {
	text-decoration: none;
	height: 2.5em;
	width: 170px;
	color: #666666;
	text-align: center;
	display: block;
	border-left: 2px solid #CCCCCC;
}
#header ul li a:hover {
	font-weight: bold;
}

#header ul li#nHome a {
	border-left-style: none;
}
#home #header #nHome a,
#sekou #header #nSekou a,
#ryoukin #header #nRyoukin a,
#faq #header #nQanda a,
#otoiawase #header #nOtoiawase a {
	font-weight: bold;
	color: #FF0000;
}


/* sidebar style
----------------------------*/

#sidebar ul {
	list-style: none;
	line-height: 2.5em;
	margin-bottom: 20px;
	padding-top: 10px;
}
#sidebar ul li  a {
	background-image: url(images/li.hover.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	vertical-align: middle;
}
#sidebar ul li a:hover {
	background-image: url(images/li.gif);
}
#sidebar #tel {
	padding-top: 10px;
	padding-bottom: 10px;
}
#sidebar #mail {
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	height: 20px;
	padding-top: 5px;
	background-position: left center;
}
#sidebar h2 {
	padding-bottom: 10px;
}
#sidebar h3 {
	background-image: url(images/sankaku.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 120%;
	text-align: left;
	background-position: left center;
	padding-top: 5px;
}
.title {
	background-image: url(images/sikaku_3.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	font-size: 130%;
	font-weight: bold;
	border-bottom-style: dotted;
	padding-top: 20px;
	background-position: left center;
}




/* fotter style
----------------------------*/

#footer ul {
	float: left;
	position: relative;
	left: 50%;
	margin: 0px;
	padding: 0px;
}
#footer ul li {
	list-style: none;
	float: left;
	text-align: center;
	position: relative;
	left: -50%;
	margin: 0px;
	padding: 0px;
}
#footer ul li a {
	line-height: 2.5em;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}
#footer h2 {
}
#footer #fottermenu {
	position: relative;
	overflow: hidden;
}
#fotterlogo #fotterlogo {
	position: relative;
	right: -700px;
	bottom: 10px;
	float: left;
}

/* main style
----------------------------*/

#main h2 {
	background-image: url(images/sikaku_4.gif);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #999999;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 15px;
	vertical-align: middle;
	background-position: left center;
	margin-top: 15px;
}
#main dt {
	background-image: url(images/point.gif);
	background-repeat: no-repeat;
	height: 31px;
	width: 105px;
	padding-left: 80px;
	font-size: 120%;
	font-weight: bold;
}
#main dd {
	padding-left: 80px;
	padding-bottom: 8px;
}
#main ul li {
	padding-left: 10px;
	list-style: url(images/list.gif) none;
	margin-left: 30px;
}






.red {
	font-weight: bold;
	color: #FF3366;
}
.center {
	text-align: center;
}
.sekou {
	background-image: url(images/little_kakumei.gif);
	background-repeat: no-repeat;
	padding-left: 30px;
	font-weight: bold;
	font-size: 98%;
	padding-bottom: 10px;
	padding-top: 20px;
	background-position: left center;
}

/* table
-----------------------------------------------------------*/
#main table {
	margin-bottom: 15px;
}
.table1 {
}

#main table tr.odd {
	background-color: #CCCCCC;
}
.quiz {
	padding-left: 30px;
	font-weight: bold;
	background-image: url(images/q.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: thin dotted #CCCCCC;
}
.answer {
	background-image: url(images/a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	margin-bottom: 20px;
}
