@charset "utf-8";
/*-----------------------------------------------
	base style
-----------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	line-height: 150%;
	color: #333;
	background-color: #f2f2b0;
	font-size: 95%;
	font-family: Verdana, sans-serif;
	text-align: center;
}

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	text-decoration: none;
}

img {
	border: 0;
}

strong {
	color: #f00;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0 0 0.5em;
}

li {
	list-style-type: none;
}

table {
	font-size: 100%;
}

/*-----------------------------------------------
	page
-----------------------------------------------*/

div#page {
	margin: 0 auto;
	padding: 0 10px;
	width: 850px;
	background : url(../../img/bk01.gif) repeat-y;
	text-align: left;
}

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

h1 {
	margin-bottom: 10px;
}

/*-----------------------------------------------
	navi
-----------------------------------------------*/

ul#navi {
	padding-left: 60px;
	float: left;
}

ul#navi li {
	margin-right: 15px;
	float: left;
	width: 128px;
}

ul#navi a {
	display: block;
	border-left: 2px solid #dea;  
	border-top: 2px solid #dea;  
	border-right: 2px solid #ab7; 
	border-bottom: 2px solid #ab7;
	width: 128px;
	color: #063;
	background-color: #d5e595;
	text-align: center;
	text-decoration: none;
}

ul#navi a:hover {
	border-left: 2px solid #ab7;
	border-top: 2px solid #ab7;  
	border-right: 2px solid #dea; 
	border-bottom: 2px solid #dea;
	color: #063;
	background-color: #efb;
}

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

div#main {
	clear: both;
	width: 830px;
}

div#widecontent h2 {
	padding: 20px 0 3px 20px;
	border-bottom: double 5px #d5e595;
	width: 400px;
	font-weight: bold;
	font-size: 120%;
}

/*---------- content ----------*/
div#widecontent {
	margin: 0 30px 30px 30px;
	width: 790px;
}

table.table10 {
	margin: 40px;
	border: solid 1px #999;
	border-collapse: collapse;
	width: 680px;
	line-height: 150%;
}

table.table10 td {
	padding: 5px 10px;
	border: solid 1px #999;
}

td.item {
	width: 150px;
	background-color: #d5e595;
	font-weight: bold;
	text-align: center;
}

.error_coution {
	color: #F00;
}

div.question_submit {
	text-align:center;
	margin:20px 0px;
}

div.question_submit input.button {
	width: 150px;
}

table.fax {
	margin: 0 0 30px 10px; 
	border: 5px solid #0c9;
	width: 160px;
	background-color: #cfc;
	font-size: 85%;
}

table.fax td {
	text-align: center;
}

td.fax_no {
	padding: 5px 0; 
	color: #f00;
	font-size: 130%;
}

/*-----------------------------------------------
	footer
-----------------------------------------------*/
ul#footer {
	clear: both;
	width: 830px;
	line-height: 200%;
	background-color: #063;
	font-size: 85%;
}

ul#footer li {
	margin-left: 20px;
	padding-left: 20px;
	display: inline;
	background: url(../../img/bullet01.gif)  no-repeat 0 -2px;
}

ul#footer a {
	color: #fff;
	text-decoration: none;
}

div#address {
	padding: 10px 0 20px;
	width: 830px;
	background: url(../../img/footer01.gif) repeat;
}

div#address table {
	margin-left: 100px;
	width: 650px;
	line-height: 150%;
	font-size: 85%;
}

@media print {
h1,#navi,#footer,#address,.topicpath {display:none;
}

}