/* ------ 非表示 ------ */
#header,#RightBox,.PageTop,#PanMenu,#PageLink{
	display:none;
}

/* ----------- 基本要素 ---------- */
html{
	height:100%;
}

body{
	margin:0px; 
	padding:0px;
	text-align:center;
	height:auto;
	font-family: Arial, Helvetica, sans-serif, Osaka, "ＭＳ Ｐゴシック";
	font-size:90%;
	line-height:1.3;
	color:#000000;
	background:#ffffff;
}

#wrapper{
	width:740px;
	height:100%;
	margin:0px;
	padding:0px;
	margin-left:auto;
	margin-right:auto;
}

/* ----------- トップページ限定要素 ---------- */
#MainPage #header{
	width:740px;
	height:342px;
	background-image:url(../../images/top.jpg);
	background-repeat:no-repeat;
	margin:0px;
	text-align:left;
}

#MainPage #LeftBox h2{
	width:505px;
	height:36px;
	margin:0px;
	padding:0px;
}

#MainPage h2#Sub01{
	font-size: 125%;
	background-image:url(../../images/topsub01.gif);
	background-repeat:no-repeat;
}

#MainPage h2#Sub02{
	font-size: 125%;
	background-image:url(../../images/topsub02.gif);
	background-repeat:no-repeat;
}

#MainPage h2#Sub03{
	font-size: 125%;
	background-image:url(../../images/topsub03.gif);
	background-repeat:no-repeat;
}

#MainPage h3{
	font-size: 90%;
	line-height: 1.3;
	font-weight: bold;
	margin:10px 8px 0px 8px;
	border:none;
	color:#000000;
}

#MainPage p{
	font-size:90%;
	margin:10px 8px 20px 8px;
}

#RightBox #AcTool{
	margin-bottom:4px;
}

/* ----------- ローカルナビ限定要素 ---------- */
#LocNavi{
	width:210px;
	background-image:url(../../images/navibg.gif);
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
}

#LocNavi h2{
	margin:0px;
	padding:0px;
}

#LocNavi .NaviMenu{
	width:178px;
	text-align:left;
}

.NaviMenu ul{
	text-align:left;
	list-style-position:outside;
	list-style-type:square;
	list-style-image:url(../../images/listmark.gif);
	font-size: 90%;
	line-height:1.5;
	margin:5px 0px 0px 0px !important;
	margin:5px 0px 0px 17px;
	vertical-align:middle;
}

.NaviMenu li{
	margin-bottom:8px;
}

.SiteNavi{
	width:178px;
	margin:10px 0px 20px 0px;
}

/* ----------- 共通レイアウト要素 ---------- */
#header{
	width:740px;
	height:132px;
	background-image:url(../../images/header.jpg);
	background-repeat:no-repeat;
	margin:0px;
	text-align:left;
}

h1{
	margin:0px;
}

h1 a{
	float:left;
	display:block;
	font-size:100%;
	color:#fff;
	text-decoration:none;
	margin:0px;
	padding:15px 25px;

}

h1 span{
	font-size:45%;
	color:#000;
}

h2.Sub{
	font-size:120%;
	font-weight:bold;
	border-bottom:dashed 1px #333399;
}

h2.Sub02{
	font-size:120%;
	font-weight:bold;
	border-bottom:dashed 1px #333399;
	margin-top:50px;
}

h3{
	font-size:90%;
	display:block;
	border-left:solid 4px #333399;
	line-height:1.0;
	font-weight:bold;
	margin:0px 0px 4px 0px;
	padding-left:4px;
	color:#333333;
}

h4{
	margin:30px 0 10px 1em;
}

h5{
	margin:30px 0 10px 1em;
}

.cap{
	font-size:70%;
	color:#999999;
	font-weight:normal;
}

p,dt,dd{
	font-size:90%;
	line-height:1.3;
}
dd{
	margin-left:0em;
}

#MdBox{
	width:740px;
	margin-top:10px;
}

#LeftBox{
	width:650px;
	margin-bottom:16px;
	float:left;
	text-align:left;
}

#RightBox{
	width:210px;
	margin-bottom:16px;
	float:right;
}

#Footer{
	width:740px;
	height:52px;
	padding:5px;
	border-top:solid 4px #cccccc;
	text-align:left;
	font-size:80%;
	clear:both;
}

ul{
	list-style:circle;
	font-size:90%;
}

ul ul{
	font-size:100%;
}

ol{
	font-size:90%;
}

ul.Arrow{
	list-style-position:outside;
	list-style-type:square;
	list-style-image:url(../../images/listmark_nmr.gif);
	line-height:1.0;
}

ul.Arrow li{
	margin-top:8px;
	margin-bottom:8px;
	line-height:1.2;

}

.PageTop{
	text-align:right;
	margin-top:35px;
}

/* ----------- パンくずメニュー ---------- */
#PanMenu{
	height:36px;
	text-align:left;
	font-size:90%;
}

#PanMenu a{
	text-decoration:none;
}

#PanMenu a:hover{
	text-decoration:underline;
}

/* ----------- ページ内リンク ---------- */
#PageLink{
	width:505px;
	background-color:#E3E3E3;
	text-align:left;
	margin-bottom:20px;
}

#PageLinkIn{
	margin:0px 10px 0px 10px;
	padding:5px;
	text-align:left;
	font-size:90%;
} 

/* ----------- 画像下のスペース防止 ---------- */
img{
	border:none;
	vertical-align:bottom;
}

/* ----------- 画像 ---------- */
img.vmid{
	vertical-align:middle;
}

img.vtop{
	vertical-align:top;
}

img.right{
	float:right;
}

img.left{
	float:left;
}
	
/* ----------- フォント ---------- */
a:link{
	color:#0066CC;
	text-decoration:underline;
}

.Red{
	color:#993333;
}

/* ----------- 汎用表 ---------- */
.tableTypeA{
	width:650px;
	border:0px;
	background-color:#ffffff;
	font-size:90%;
	line-height:1.5;
}

.tableTypeA th{
	background-color:#D9DCEE;
	vertical-align:top;
}

.tableTypeA td{
	border:0px;
	background-color:#F2F3F9;
}

.tableTypeB{
	width:650px;
	border:0px;
	background-color:#ffffff;
	font-size:90%;
	line-height:1.0;
}

.tableTypeB th.short32{
	width:32%;
	background-color:#979774;
}

.tableTypeB th.wide36{
	width:36%;
	background-color:#979774;
}

.tableTypeB td{
	background-color:#f7f7f2;
}

.tableTypeB td.short16{
	width:16%;
	background-color:#f7f7f2;
	text-align:center;
}

.tableTypeB td.short16L{
	width:16%;
	background-color:#f7f7f2;
	text-align:left;
}

.tableTypeB td.centerTD{
	text-align:center;
}


.tabletype01 {
    border-collapse: collapse;
	font-size:90%;
    line-height: 1.5;
    text-align: left;
}

.tabletype01 th {
    padding: 6px;
    font-weight: bold;
    vertical-align: top;
    border: 1px solid #ccc;
    background: #eee;
	text-align: center;
}

.tabletype01 td {
    padding: 6px;
    vertical-align: top;
    border: 1px solid #ccc;
	}


.tabletype02 {
	    border-collapse: separate;
	    border-spacing: 1px;
	    text-align: left;
		font-size:90%;
	    line-height: 1.5;
	}

	.tabletype02 th {
	    font-weight: bold;
	    vertical-align: top;
	}

	.tabletype02 td {
	    vertical-align: top;
	}


/* ----------- 汎用セレクタ ---------- */
.alignRight{
	text-align:right;
}

.alignLeft{
	text-align:left;
}

.alignCenter{
	text-align:center;
}

.margineT0{
	margin-top:0px;
}

.margineT50{
	margin-top:50px;
}

.margineB0{
	margin-bottom:0px;
}

.margineB30{
	margin-bottom:30px;
}

.margineL50{
	margin-left:50px;
}

.margineL100{
	margin-left:100px;
}

.margineL2em{
	margin-left:2em;
}
.textIndent1em{
	text-indent:-1em;
	margin-left:1em;
}
/* ----------- 連絡先 ---------- */
.renraku{
	float:right;
	border:1px solid #000;
	padding:5px 7px;
	margin-bottom:20px;
}
 .clear{
	 clear:both;
 }