@charset "UTF-8";

body{font:12px/18px "ＭＳ ゴシック","Osaka－等幅";*font-size:9pt;*font:9pt;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

body {
	margin: 0 8px;
	text-align: center;
	color: #fff;
	background: url("../images/background.jpg") repeat;
}

div#header,
div#content,
div#footer {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

/*========================================

  div#page_head

========================================*/
div#page_head {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

div#page_title {
	margin: 0 20px;
	height: 60px;
}

div#page_title h1 {
	background: none;
	border: none;
	height: 60px;
	padding: 0;
	margin: 0;
}

div#page_head p.topicPath {
	margin: 0;
	padding: 10px 20px;
	line-height: 1.4;
}

div#page_head p.topicPath a {
	text-decoration: underline;
	color: #FFF;
}

div#page_head p.topicPath span.current {
	background: none;
	color: #CCC;
	border: none;
}

/*========================================

  div#content

========================================*/
div#wrapper-content {
	background: url("../images/background_top.gif") no-repeat left top #422608;
	width: 950px;
	margin: 0 auto;
}

div#content {
	padding-bottom: 1px;
/*	background: url("../images/background_main.gif") no-repeat scroll right bottom #fff; */
	padding-top:  20px;
}

/*========================================

  div#footer

========================================*/

div#footer {
	height: 43px;
	background: url("../images/footer.gif") repeat-x;
}

div#footer a {
	color: #aaa;
	text-decoration: none;
}

div#footer a:hover {
	color: #fff;
}

div#footer address {
	text-align: center;
	font-style: normal;
	color: #fff;
	margin-top: 1px;
}

/* ul.footer_nav  
---------------*/

ul.footer_nav {
	height: 13px;
	margin: 0 auto;
	padding: 8px 0 0;
	list-style: none;
	width: 625px;
	_margin-left: 162px; /* for IE6 */
}

ul.footer_nav li {
	float: left;
}

ul.footer_nav li a {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	height: 11px;
}

ul.footer_nav li.nav_1 a {
	background: url("../images/navi/footer_01.gif") no-repeat;
	width: 53px;
	margin-top: 2px;
	margin-right: 30px;
}

ul.footer_nav li.nav_2 a {
	background: url("../images/navi/footer_02.gif") no-repeat;
	width: 64px;
	margin-top: 2px;
	margin-right: 30px;
}

ul.footer_nav li.nav_3 a {
	background: url("../images/navi/footer_03.gif") no-repeat;
	width: 53px;
	margin-top: 2px;
	margin-right: 30px;
}

ul.footer_nav li.nav_4 a {
	background: url("../images/navi/footer_04.gif") no-repeat;
	width: 75px;
	margin-top: 2px;
	margin-right: 30px;
}

ul.footer_nav li.nav_5 a {
	background: url("../images/navi/footer_05.gif") no-repeat;
	width: 74px;
	margin-top: 2px;
	margin-right: 30px;
}

ul.footer_nav li.nav_6 a {
	background: url("../images/navi/footer_06.gif") no-repeat;
	width: 155px;
	height: 13px;
}

/*========================================

  body.standard_tpl

========================================*/
body.standard_tpl div#main {
	margin: 0 20px 30px;
	padding: 0;
	width: 910px;
}

/* form_table
---------------*/
div.form_table {
	width: 500px;
	margin: 0 auto;
	color: #333;
}

div.form_table form {
	background-color: #fff;
	border: none;
	margin: 0;
}

div.form_table table {
	margin: 0;
	border-collapse: collapse;
	width: 500px;
}

div.form_table th {
	background-color: #eee0d1;
	border: 1px solid #bf9e7f;
	padding: 5px;
}

div.form_table td {
	border: 1px solid #bf9e7f;
	padding: 5px;
}

/* attention
---------------*/
.attention {
	color: #ff0000;
	font-weight: bold;
}

/* Link
---------------*/

a:link {
	color: #417698;
}

a:visited {
	color: #5b8098;
}

a:hover {
	color: #2091da;
}

a img {
	border: none;
}

/* form
---------------*/

form {
	margin: 1em 0;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f5f5f5;
}

fieldset {
	padding: 1px 0;
	border: none;
}

legend {
	padding: 0 10px;
	background-color: #fff;
}

input,
textarea {
	padding: 0.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd #eee #eee #ddd;
	background-color: #fff;
}

input:hover,
textarea:hover {
	border-color: #00a0dd;
}

textarea {
	padding: 0.5em 10px;
}

input.submit {
	padding: 2px 5px;
	border: none;
	font-size: 85%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #01b0f0;
}

input.submit:hover {
	background-color: #000;
}

input.radio {
	border: none;
	background-color: transparent;
	background-image: none;
}

