@charset "UTF-8";


#menu-tabs {
}
#pdbox-01 {
	display:none;
}
#pdbox-02 {
	display:none;
}
#pdbox-03 {
	display:none;
}


.clearfix { display: inline-block; } 
.clearfix:after { 
	clear: both; 
	content: " "; 
	display: block; 
	font-size: 0; 
	height: 0; 
	visibility: hidden; 
	line-height: 0px;
} 
/* start commented backslash hack \*/ 
* html .clearfix { height: 1%;width:100%; } 
.clearfix { display: block; } 
/* close commented backslash hack */ 

br.clearfixbr {
	font-size:1px;
	display:block;
	height:1px;
}
/*#######################################*/
/*
▲



▼
*/
/*########################################
 基本タグ 共通設定
------------------------------------------*/
body {
	background: #FFF url(../../images/body-bg-01.png) repeat-x top;
	margin: 0px;
	padding: 0px;
	color: #333;
}
a {
	overflow:hidden;
	outline:none;
	color: #4C9848;
	text-decoration: none;
}
a img {
	border-style: none;
}
img {
	border:none;
}
a:hover {
	text-decoration: underline;
}
a:hover {
	filter: alpha(opacity=90);
	-ms-filter: alpha(opacity=90);
	opacity: 0.9;
}
p, h1,h2,h3,h4,h5,h6 {
	margin: 0px;
	padding: 0px;
}

ul {
	margin: 0px;
	padding: 0px;
}


/*=============
	ヘッダー
*/

#header {
	height: 60px;
	font-size: 85%;
}
.inner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#header h1 {
}
#header h1 a {
	background: url(../../images/base-header-01.png) no-repeat left top;
	height: 40px;
	width: 305px;
	font-size: 1px;
	text-indent: -9999px;
	display:block;
}



#header #subnavi ul {
	position:absolute;
	top: 12px;
	right: 0px;
	width: 592px;
}
#header #subnavi ul li {
	list-style: none;
	float: left;
}
#header #subnavi ul li#headMenu01 a {
	background: url(../../images/base-header-01.png) no-repeat -308px -12px;
	height: 28px;
	width: 137px;
	display:block;
	text-indent: -9999px;
}
#header #subnavi ul li#headMenu02 a {
	background: url(../../images/base-header-01.png) no-repeat -445px -12px;
	height: 28px;
	width: 96px;
	display:block;
	text-indent: -9999px;
}
#header #subnavi ul li#headMenu03 a {
	background: url(../../images/base-header-01.png) no-repeat -541px -12px;
	height: 28px;
	width: 67px;
	display:block;
	text-indent: -9999px;
}
#header #subnavi ul li#headMenu04 a {
	background:url(../../images/base-header-01.png) no-repeat -608px -12px;
	height: 28px;
	width: 97px;
	display:block;
	text-indent: -9999px;
}
#header #subnavi ul li#headMenu06 a {
	background:url(../../images/base-header-01.png) no-repeat -705px -12px;
	height: 28px;
	width: 98px;
	display:block;
	text-indent: -9999px;
}
#header #subnavi ul li#headMenu05 a {
	background: url(../../images/base-header-01.png) no-repeat -803px -12px;
	height: 28px;
	width: 97px;
	display:block;
	text-indent: -9999px;
}


/*グローバルナビ*/
#header #gnavi {
	
}
#header #gnavi ul {
	position:absolute;
	top: 34px;
	left: 379px;
}
#header #gnavi li {
	list-style: none;
	float: left;
}
#header #gnavi li#gnavi01 a {
	background: url(../../images/base-header-01.png) no-repeat -379px -34px;
	display:block;
	text-indent: -9999px;
	width: 255px;
	height: 40px;
}
#header #gnavi li#gnaviTab01 a:hover {
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
	opacity: 1;	
}
#header #gnavi li#gnavi02 a {
	background: url(../../images/base-header-01.png) no-repeat -642px -34px;
	display:block;
	text-indent: -9999px;
	width: 255px;
	height: 40px;
}
#header #gnavi li#gnaviTab02 a:hover {
	filter: alpha(opacity=100);
	-ms-filter: alpha(opacity=100);
	opacity: 1;
}


/*メイン*/
#mainCont {
	font-size: 85%;
}
#mainCont .inner {
	width:890px;
}






/*フッター*/
#footer {
	padding-top: 15px;
	font-size: 85%;
}

#footer #toPageTop {
	padding-left: 768px;
}
#footer .inner {
	width: 890px;
}
#footer .boxHead {
	background: url(../../images/base_foot-bg-01.png) no-repeat bottom;
	height: 5px;
}
#footer .boxBody {
	background: #F2F2F2 url(../../images/base-foot-logo-01.png) no-repeat 720px 5px;
	overflow:auto;
}
#footer #toPageTop a {
	background: url(../../images/base_foot-btn-01.png) no-repeat;
	height: 21px;
	width: 93px;
	text-indent: -9999px;
	display:block;
}
#footer #footerMenu {
	padding-top: 1.5em;
	padding-bottom: 0.5em;
	margin-left: 1em;
}
#footer #footerMenu li {
	list-style: none;
	float: left;
	margin-right: 1em;
	margin-left: 1em;
}
#footer #footerMenu li a {
	color: #666666;
	text-decoration: none;
}
#footer #copyright {
	background: url(../../images/base_foot-txt-01.png) no-repeat;
	height: 34px;
	text-indent: -9999px;
	margin-left: 2em;
}
#footer .boxFoot {
	background: url(../../images/base_foot-bg-02.png) no-repeat top;
	height: 5px;
	width: 890px;
	margin-right: auto;
	margin-left: auto;
}

/*#######################################*/
/*
▲



▼
*/
/*########################################
 下層ページ フォーマット
------------------------------------------*/
#pankuzu {
	padding: 0px 10px 5px;
}
#alpha-box {
	width:780px;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
}
#alpha-box p {
	margin-bottom: 1em;
	line-height: 160%;
}
#alpha-box .alpha-inner {
}
#alpha-box .alpha-inner2 {
	margin-top: 1em;
}

#alpha-box h3 {
	font-size: 2.0em;
	margin-bottom: 1em;
	height: 33px;
}
.h3_jq {
	text-indent: -9999px;
}
#alpha-box .lead {
	font-size: 1.2em;
	color: #339999;
	line-height: 140%;
}
#alpha-box ul.lead {
	margin-bottom: 1em;
}
#alpha-box ul.lead  li {
	margin-bottom: .3em;
	list-style: none;
}
#alpha-box h4 {
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid #26A8AE;
	margin-bottom: 1em;
	padding-bottom: 0.3em;
	padding-top: 1em;
	clear: both;
	color: #006666;
}
#alpha-box h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #006666;
	margin-bottom: 0.5em;
	clear: both;
	border-left: 3px solid #066;
	padding-left: .5em;
	margin-top: 1em;
}
#alpha-box h6 {
	font-size: 1.1em;
	font-weight: bold;
	clear: both;
}
#lnavi-box {
	position:relative;
}
#lmenu-subbox {
	position:absolute;
	left:315px;
	top:33px
	
}
#lmenu-subbox ul {
}
#lmenu-subbox li {
	list-style: none;
	float: left;
}
#lmenu-subbox li a:hover {
}

.no-lihead li {
	list-style: none;
}

.addsen {/*補足説明のボックス*/
	border: 1px solid #CCC;
	padding: 1em;
}
.kyaku-chu {
	font-size: .85em;
	text-indent: -1em;
	padding-left: 1em;
}
.org {
	color: #F90;
}

.text-right {
	text-align:right;
}


/*写真ボックス*/
.left-imgbox {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
.left-imgbox img {
	margin-bottom: .5em;
}
.right-imgbox {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
.right-imgbox img {
	margin-bottom: .5em;
}
.caption {	
	font-size:80%;
}

.center-imgbox {
	text-align:center;
}




/*テーブル関連*/
.table-01 ,
.table-03 ,
.table-04 {
	margin-top: 1em;
	margin-bottom: 1em;
	width:75%;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.table-01 caption ,
.table-03 caption ,
.table-04 caption {
	font-weight: bold;	
    text-align: left;
}
.table-01 th ,
.table-03 th  {
	padding: .4em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    line-height: 120%;
    text-align: center;
}
.table-04 th {
	padding: .4em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: bold;
    line-height: 120%;
    text-align: left;
}
.table-01 td {
	padding: 0.4em 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: right;
}
.table-03 td {
	padding: 0.4em 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}
.table-04 td {
	padding: 0.4em 1em;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	text-align: center;
}
.td-alignC td {
	text-align: center;
}
.th-alingL th {
	text-align: left;
}
.table-03 td ul {
	margin-left: 1em;
}
.tdEven {
	background: #ECF4F4;
}
.table-02 {
	width:90%;
}
.tb-w100 {
	width:100%;
}
.tb-w50 {
	width:50%;
}
.tb-w30 {
	width:30%;
}

.tb-wauto {
	width:auto;
}
.bg-blue {
	background: #ECF4F4;
}
th.bg-blue {
	background: #ECF4F4;
}

/**/

.textbox {
	background: #F4F4F4;
	padding: 1em 1em 0em;
	border: 1px solid #CCC;
	margin-bottom: 2em;
}

.topagetop {
	text-align: right;
	clear:both;
}
.topagetop a {
	display: block;
	padding: .3em;
}
.topagetop a:hover {
	background: url(../../images/tarw-01.png) no-repeat center;
}

/*1カラム*/
.one-column .column-box {
	width:780px;
	float:left;
	background: url(../../images/one-column-bg-01.jpg) no-repeat top;
}

/*2カラム*/
.two-column .column-box {
	width:380px;
	float:left;
	background: url(../../images/two-column-bg-01.jpg) no-repeat top;
}
.two-column .column-box h4 {
}
.column-rmargin15 {
	margin-right:15px;

}
.column-rmargin20 {
	margin-right:20px;

}
.column-clear {
	clear:both;
}

/*3カラム*/
.three-column .column-box {
	width:250px;
	float:left;
	background: url(../../images/three-column-bg-01.jpg) no-repeat top;
}
.column-box-inner {
	margin:0em 14px;
}


/*フォント*/

.small {
	font-size: 85%;	
}
.large {
	font-size:140%;
}
.white {
	color:#fff;
}

/*アンカーリンクボックス*/
.ancLinks {
	padding: 1em;
}
.ancLinks ul {
}
.ancLinks ul li {
	list-style: none;
	float: left;
	margin-right: 2em;
}
.ancLinks ul li a {
	background: url(../../images/uarw-01.png) no-repeat left;
	height: 12px;
	padding-left: 16px;
}


/*ページ下部余白*/
.under-w {
	height: 200px;
}

#alpha-box h3 {
	text-indent:-9999px;
}

tr.tableborder-btm th,
tr.tableborder-btm td,
th.tableborder-btm {
	border-bottom-width: 1px;
	border-bottom-color: #999;	
}

th.tableborder-left ,
td.tableborder-left {
	border-left-width: 1px;
	border-left-color: #999;	
}

@media print{
#alpha-box h3 {
	text-indent:0;
}
}

