﻿@charset "utf-8";


body {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 75%;
	line-height: 2;
	color:#555;
	background-color:#fff;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;		
	background-position: top;			
	margin: 0px;
	padding: 0px;
	text-align: center;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}

ul{
	list-style-type: none;
}

input,textarea,select {
	font-size: 1em;
}

form {
	margin: 0px;
}

table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #FFF600;	
	text-decoration: none;
}

#container {
	background-image: url(images/container_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 4px;
	padding-left: 4px;
}

#header {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;	
	height: 128px;
	position: relative;
	width: 800px;
}

#header h1 {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	position: absolute;
	left: 10px;
	top: 4px;	
}

#header #logo {
	position: absolute;
	left: 0px;
	top: 0px;
}

#header #info {
	position: absolute;
	right: 15px;
	font-size: 11px;
	color: #a50;
	line-height: 24px;
	text-align: right;
	top: 10px;
}
#header #info strong {
	font-size: 28px;
	color: #fff;
	font-family: "Times New Roman", Times, serif;
}
#header #info span {
	font-size: 18px;
	color: #FFFFFF;
}

#navi {
	background-image: url(images/navi.gif);
	height: 44px;
	padding-left: 0px;
	position: absolute;
	left: 1px;
	bottom: 0px;
	width: 800px;
}
#navi ul {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F0F0F0;
	height: 44px;
}
#navi li a, #navi li strong {
	line-height: 16px;
	display: block;
	float: left;
	height: 32px;
	width: 108px;
	padding-right: 25px;
	padding-bottom: 6px;
	padding-left: 25px;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D5C4C4;
	padding-top: 6px;
	text-align: center;
	background-color: #525252;
}
#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #F1E4E4;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #666666;
}
#navi li a:hover span {
	color: #BF5B5B;
}

#navi li a {
	background-image: url(images/navi_li.gif);
}
#navi li a:hover {
	background-image: url(images/navi_li_ov.gif);
	color: #432323;
}
#navi li strong {
	background-image: url(images/navi_li_st.gif);
	color: #552F2F;
	font-weight: normal;
}
#navi li {
	display: inline;
}

ul#menu li {
	float: left;
}

ul#menu img {
	vertical-align: bottom;
}

#main {
	float: left;
	width: 700px;
	display: inline;
	margin-left: 20px;
	margin-top: 10px;
	padding-bottom: 50px;
}

#mainimg {
	text-align: center;	
	background-image: url(images/main_img_bg.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

#main p {
	padding: 0.5em 10px 1em;
}

#main h2.h2bg {
	font-size: 100%;
	color: #555;
	background-image: url(images/midashi_base.gif);
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	padding-left: 40px;
	overflow: hidden;
}

ul.sidemenu a {
	display: block;
	height: 50px;
	width: 180px;
	padding-left: 40px;
	color: #020202;	/*文字色*/
	background-image: url(images/sidemenu_bg.gif);	
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	text-decoration: none;
}

ul.sidemenu a:hover {
	background-image: url(images/sidemenu_bg.gif);	
	background-repeat: no-repeat;
	background-position: bottom;	
}



#footer {
	background-image: url(images/foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #434241;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 120px;
	position: relative;
    width: 800px;
}
#footer p {
	font-size: 10px;
	color: #C9BE9C;
	line-height: 16px;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 25px;
}
#footer li a {
	color: #DCD6BE;
	font-size: 11px;
}

#footer li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #817E72;
}

#footer #f_ul01 {

	left: 20px;
	top: 15px;
	position: absolute;
}

#footer #f_logo {
	font-size: 24px;
	color: #C9BE9C;
	position: absolute;
	top: 30px;
	right: 25px;
	font-family: "Times New Roman", Times, serif;
}

address {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 10px;
 font-style: normal;
 color: #FFFFFF;
 background-color: #000000;
 line-height: 20px;
 text-align:right;
 padding-right: 10px;
 border-top-width: 3px;
 border-top-style: solid;
 border-top-color:#0B0B09;
}

#main dl.new {
	width: 610px;	
	height: 140px;	
	overflow: auto;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}
#main dl.new dt {
	font-weight: bold;
	color: #777600;		
}

#main dl.new dd {
	border-bottom: 1px solid #bfbfbf;	
}


.ta1 {
	width: 630px;
	margin-right: auto;
	margin-left: auto;
}

.ta1, .ta1 td, .ta1 th{
	border: 1px solid #ffffff;	
}

.ta1 td, .ta1 th{
	padding: 10px;	
}

.ta1 th{
	background-color: #25302C;	
	width: 150px;	
	text-align: center;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #C3AA00;	
	color: #000000;	
}


.mb1em {
	margin-bottom: 1em;
}

.pagetop {
	text-align: right;
margin: 10px 18px 0 0;
}
.color1 {
	color: #FFF600;
}
.look {
	background-color: #3a4b45;
}

table.example {
width: 550px; 
margin-bottom: 30px; 
border: 1px #777 solid; 
border-collapse: collapse;
font-size: 100%;
}

table.example caption {
padding-bottom: 5px; 
}

table.example th,
table.example td {
/* width: 20%; */ 
padding: 10px 8px; 
border: 1px #c0c0c0 solid; 

}

table.example tbody td {
background-color: #fff; 
}

div.main-area {
overflow: auto;
width: 790px;
/*height: 60px;*/
font-size: 100%;
line-height: 160%;
letter-spacing: 1px;
padding: 0 6px;
margin-left: 80px;
margin-bottom: 24px;
}
div.main-textarea {
overflow: auto;
width: 590px;
height: 60px;
font-size: 100%;
line-height: 160%;
letter-spacing: 1px;
padding: 0 6px;
margin-left: 50px;
margin-bottom: 24px;
}
