@charset "UTF-8";
html, body {
margin: 0 auto;
padding:0px;
text-align:center;
height: 100%;
color: #333;
font-size:12px;
background: url(../images/all_bg.gif) left top;
line-height:160%;
font-size:12px;
}

.clearfix {
    overflow:hidden;
    height:100%;
}

#outercontainer1 {
   height:100%;
   width:100%;
   text-align:center;
}
#outercontainer2 {
   min-height:100%;
   width:950px;
   margin:auto auto;
}

#main_img { width:100%; text-align:center; background: url(../images/main_bg.png) repeat-x left bottom; padding-top:2px; }

#container {
clear: both;
width:950px;
height:100%;
margin: 0 auto;
padding:0;
text-align:center;
background-color:#fff;

z-index: 99;
padding-bottom:20px;
}

hr.line {
border-bottom:solid 1px #785249;
border-top:#f5f5f5;
border-left:#f5f5f5;
border-right:#f5f5f5;
width:990px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#content { width: 720px; height:100%; display:block; text-align:left; overflow:hidden; }
#content h2 {
        color:#fff;
	background: url(../images/h2_bg.gif) no-repeat left top;
	margin-bottom: 5px;
        padding:4px 0 5px 40px;
}
#content h2 a { color:#fff; }
#content h3 {
    color: #1c62be;
    font-size:14px;
    width: 100%;
    margin-top:1em;
    margin-bottom: 1em;
    padding: 0 0 2px 27px;
    background: url(../images/h3_bg.gif) no-repeat left bottom;
}
#content h4 {
    font-size: 14px;
    color: #333;
    margin: 5px 0 5px;
    padding: 0 0 2px 25px;
    background: url(../images/h4_bg.gif) no-repeat left bottom;
    display:block;
    overflow:hidden;
}
#content h5 {
    color: #053e8a;
    font-size:14px;
    padding-bottom:5px;
}
#content span.large { font-size:16px; }
#content span.red { color:#ff0000; }

.img_left {
	float: left;
	background-color: #FFFFFF;
	border: 1px solid #ccc;
        margin-right:1em;
        margin-bottom:1em;
}
.img_right {
	float: right;
	background-color: #FFFFFF;
	padding: 2px;
	margin-top: 5px;
        margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #786a63;
}
.aligncenter { text-align:center; }


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}

/*Box
---------------------------------------------------------------------------*/
#content .box {
	border: 1px solid #999;
	background-color: #f5f5f5;
	margin-bottom: 15px;
	padding: 5px;
        display:block;
        overflow:hidden;
}

/*dlリスト
---------------------------------------------------------------------------*/
#content .box_in .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	margin-bottom: 5px;
}
#content .box_in .dl_list dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
    margin-top: 0;
    padding-top: 3px;
	padding-bottom: 10px;
	padding-right: 4px;
	padding-left: 4px;
}
#content .box_in .dl_list dt {
	float: left;
	display: block;
	width: 200px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(images/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .box_in .dl_list dd {
    margin-left: 220px;
	display: block;
	font-size: 12px;
	line-height: 160%;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #e8d7e7;
}
#content .box_in .dl_list dd a {
	line-height: 160%;
}

/*ulリスト
---------------------------------------------------------------------------*/
#content ul.list01 {
        list-style-type: disc;
        line-height: 160%;
        display:inline-block;
        margin-top:0 !important;
        margin-left:-2em;
        padding-top:0 !important;
}


/*パンくずリスト
---------------------------------------------------------------------------*/
ol.breadcrumb { padding-left:0; }
ol.breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ol.breadcrumb li+li:before {
    padding-right:0.5em;
    padding-left:0.7em;
    color: black;
    content: ">\00a0";
}

/* Add a color to all links inside the list */
ol.breadcrumb li a {
    text-decoration: none;
}

/* Add a color on mouse-over */
ol.breadcrumb li a:hover {
    text-decoration: underline;
}


/*テーブル
---------------------------------------------------------------------------*/
table.table01 {
    width:100%;
    border: 1px #999 solid;
    font-size:12px;
    line-height:160%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:2em;
}
table.table01 th{
    width: 20%;
    padding: 5px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    background: #ccc;
    text-align: left;
}
table.table01 td{
    width: 80%;
    padding: 5px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.table02 {
    width:100%;
    border: 1px #999 solid;
    font-size:12px;
    line-height:160%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom:2em;
}
table.table02 th{
    padding: 5px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    background: #ccc;
    text-align: center;
}
table.table02 td{
    padding: 5px;
    border: 1px #999 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table.table03 {
    width: 100%;
    border: 1px #999999 solid;
    line-height:160%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 10px auto 30px;
}
table.table03 th{
    font-size:14px;
    text-align:center;
    padding: 10px 15px;
    border: #999999 solid;
    border-width: 0 0 1px 1px;
    background: #785249;
    color: #fff;
}
table.table03 td{
    padding: 10px 15px;
    border: 1px #999999 solid;
    border-width: 0 0 1px 1px;
    text-align:left;
    background: #fff;
    text-align:center;
    font-size:14px;
}
table.table03 span {
    color: #ff0000;
    font-size:18px;
    font-weight:bold;
}

table.table04 {
    border: 1px #786a63 solid;
    font-size:12px;
    line-height:160%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align:center;
    margin: 5px auto;
}
table.table04 th{
    padding: 5px;
    border: #786a63 solid;
    border-width: 0 0 1px 1px;
    background: #9bb126;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
table.table04 th span{
    font-size:10px;
}
table.table04 td{
    padding: 5px;
    border: 1px #786a63 solid;
    border-width: 0 0 1px 1px;
    text-align: centert;
}
table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 100%;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#content table.table05 td {
	padding: 2px;
	border: 1px solid #EAE8DF;
	font-size: 13px;
}
#content table.table05 th {
	font-size: 14px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EAE8DF;
	border-right-color: #EAE8DF;
	border-bottom-color: #D1CDBA;
	border-left-color: #EAE8DF;
	background-color: #f1eed5;
	text-align:center;
    padding: 5px 0;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 127px;
}
#content table td.td_head {
    width: 20%;
	background: #f4f4f4 url(images/td_head.gif) repeat-x;
	text-align: right;
	padding: 8px;
	white-space: nowrap;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 4px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D5D5D5;
	border-right-color: #7a7fa1;
	border-bottom-color: #D5D5D5;
	border-left-color: #D5D5D5;
	font-size: 13px;
}
#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(images/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}


/*サイドコンテンツ
---------------------------------------------------------------------------*/
#left_sidebar { float:left; width:200px; display:inline-block; padding:0 10px 50px; text-align:left; }
#right_sidebar { float:right; width:200px; display:inline-block; padding:0 10px 50px; text-align:left; }

/*サイドメニュー
------------------------------------------------------------------*/
#sidemenu{
    display:block;
    width:200px;
    margin-bottom: 10px;
    overflow:hidden;
}
#sidemenu ul {
    margin:0px;
    padding:0px;
}
#sidemenu li{
    list-style:none;
}
#sidemenu a{
    display:block;
    width:200px;
    height:80px;
    text-indent:-999999px;
    background-image:url(../images/sidemenu.gif);
    overflow:hidden;
}
a.sidenavi1 {
    background-position:0px 0px;
}
a:hover.sidenavi1 {
    background-position:-200px 0px;
}
a.sidenavi2 {
    background-position:0px -80px;
}
a:hover.sidenavi2 {
    background-position:-200px -80px;
}
a.sidenavi3 {
    background-position:0px -160px;
}
a:hover.sidenavi3 {
    background-position:-200px -160px;
}
a.sidenavi4 {
    background-position:0px -240px;
}
a:hover.sidenavi4 {
    background-position:-200px -240px;
}
a.sidenavi5 {
    background-position:0px -320px;
}
a:hover.sidenavi5 {
    background-position:-200px -320px;
}
a.sidenavi6 {
    background-position:0px -400px;
}
a:hover.sidenavi6 {
    background-position:-200px -400px;
}

/*ページトップ
---------------------------------------------------------------------------*/
p#pagetop {
	clear: both;
	width: 990px;
	text-align: right;
	margin-right: auto;
    margin-bottom: -15px;
	margin-left: auto;
}

/*フッターメニュー
---------------------------------------------------------------------------*/
ul#footermenu {
	text-align: center;
    margin-top:0;
    margin-left:0;
padding-left:0;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
ul#footermenu li {
    list-style-type:none;
	display: inline;
	padding-right: 1.5em;
	padding-left: 1.5em;
    line-height: 250%;
border-right: 1px solid #333;
border-left: 1px solid #333;
}

/*フッター
---------------------------------------------------------------------------*/
#footer {
	clear: both;
    font-size:12px;
	text-align: center;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
    background: #9d9d9d url(../images/footer_bg.gif) repeat-x left top;
}

address{
clear:both;
padding:5px;
text-align:center;
font-style:normal;
font-size:12px;
color:#333;
}

/*clearfix
---------------------------------------------------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
         font-size: 0; 
         line-height: 0;
}
/* IE6 */
* htm .clearfix {
     height: 1%;
}
/* IE7 */
*:first-child+html .clearfix {
     height: 1%;
}

/*その他
---------------------------------------------------------------------------*/
.dynamic-image-item { float:left; text-align:center; }