body{
width:100%;
margin : 0px;
padding:0px;
border:0px;
text-align : center;
font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif
}

/* フォントの設定　必要に応じて変更のこと。 */

p{　color : #333333;
	font-size: 13px;
	line-height : 1.5em;
}

td{
	}
   
.act{
    border-top:1px solid #666;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
background-color: #B6B6B6;
text-align:center}   
   
/*全体レイアウトの指定*/

#Outline{
margin : 0;
 width : 100%;
 height : 100%;
 text-align : left;
 background-color : #CCCCCC;
}

.ContentWrap{
margin:0;
 }

.left {
    width:100%;
	text-align: center;
}

.right {
	width:100%;
	margin-top: 10px;
}

.c-both, .c-both-sp {
	clear:both;
	font-size:1%;
	line-height:1%;
	width:1%;
}
.c-both-pc {
	font-size:1%;
	line-height:1%;
	width:1%;
}


/* ヘッダの指定 */

.header{
	width : 100%;
	position: relative;
	margin-top:0px;
}

.header h1 {
	margin:0px;
	width:100%;
}

.header h1 img {
	width:100%;
}

.header .navi {
	width:100%;
	height:60px;
	position:relative;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#333333;
}

.header .navi ul {
	margin:0px;
	padding:0px;
	background-color:#333333;
}

.header .navi li {
	list-style-type:none;
	display:block;
	float:left;
	width:33.3%;
	height:30px;
	line-height:30px;
	font-size:13px;
	margin:0px;
	padding:0px;
	border:0px;
	text-align:center;
	background:linear-gradient(#333,#333,#333,#333,#333,#282828,#222,#181818,#111,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(0.45, #333), color-stop(0.56, #282828), color-stop(0.67, #222), color-stop(0.78, #181818), color-stop(0.89, #111), to(#000));
}

.header .navi li a {
	display:block;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Google Chrome, Safari用*/
}

.header .navi li a:hover {
	color:#D3F;
}

.header .news {
	width:50%;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	text-align:center;
	background:linear-gradient(#333,#333,#333,#333,#333,#282828,#222,#181818,#111,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(0.45, #333), color-stop(0.56, #282828), color-stop(0.67, #222), color-stop(0.78, #181818), color-stop(0.89, #111), to(#000));
}

.header .access {
	width:50%;
	height:30px;
	line-height:30px;
	margin:0px;
	padding:0px;
	border:0px;
	float:left;
	text-align:center;
	background:linear-gradient(#333,#333,#333,#333,#333,#282828,#222,#181818,#111,#000);
	background: -webkit-gradient(linear, left top, left bottom, from(#333), color-stop(0.45, #333), color-stop(0.56, #282828), color-stop(0.67, #222), color-stop(0.78, #181818), color-stop(0.89, #111), to(#000));
}

.header .news a, .header .access a {
	display:block;
	width:100%;
	height:30px;
	line-height:30px;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Google Chrome, Safari用*/
}

.header .news a:hover, .header .access a:hover {
	color:#D3F;
}


.ShisetuDescription{
padding-right : 2em;
}



/* コンテンツ左部分（ナビゲーションバー）の指定 */

.left{
	width:100%;
}

.menubar{
	width:97%;
	padding-left:3%;
	text-align: center;
}

.menubar h2 {
	width:100%;
	background:linear-gradient(#fff,#fff,#fff,#fff,#fff,#f8f8f8,#eee,#ccc,#999,#333);
	background:-moz-linear-gradient( #fff,#fff,#fff,#fff,#fff,#f8f8f8,#eee,#ccc,#999,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.45, #fff), color-stop(0.56, #f8f8f8), color-stop(0.67, #eee), color-stop(0.78, #ccc), color-stop(0.89, #999), to(#333));
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#333;
	text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Google Chrome, Safari用*/
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */	
}

.menubar h2 a {
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
	color:#333;
	text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Google Chrome, Safari用*/
}

.menubar h2.menu {
	margin-bottom:0px;
}

.MenuLink1{
	color:#FFFFFF;
	width: 148px;
	height : 28px;
	text-align : left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	border-right-color: #303030;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-left-color: #BCBCBC;
	background: #8D8D8D;
	background-image : url(hpb_i_square01.gif);
	background-repeat: no-repeat;
	vertical-align: middle;
	display : block;
	}

.MenuLink1 a{
display : block;
color: #FFFFFF;
font-size: 12px;
line-height:28px;
text-decoration: none;
padding-left:12px;
font-weight : bold;
}

.MenuLink1 a:hover{

color: #ffffff;
text-decoration: underline;
}

.MenuLink2{
	color:#FFFFFF;
	width: 148px;
	height : 44px;
	text-align : left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #303030;
	border-right-color: #303030;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #BCBCBC;
	border-left-color: #BCBCBC;
	background: #8D8D8D;
	vertical-align: middle;
	display : block;
	}

.MenuLink2 a{
display : block;
color: #FFFFFF;
font-size: 12px;
line-height:14px;
text-decoration: none;
font-weight : bold;
padding:9px 12px;
}

.MenuLink2 a:hover{

text-decoration: underline;
}


.MenuLinkWrap{
	width : 150px;
	margin-bottom : 20px;
	text-align: center;
	vertical-align: center;
	float:none;
	padding-top: 10px;
}

/* コンテンツ右部分（本文）の指定 */


.right h2 {
	width:92.5%;
	padding-left:2.5%;
	margin-left:2.5%;
	margin-bottom:0px;
	background:linear-gradient(#fff,#fff,#fff,#fff,#fff,#f8f8f8,#eee,#ccc,#999,#333);
	background:-moz-linear-gradient( #fff,#fff,#fff,#fff,#fff,#f8f8f8,#eee,#ccc,#999,#333);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.45, #fff), color-stop(0.56, #f8f8f8), color-stop(0.67, #eee), color-stop(0.78, #ccc), color-stop(0.89, #999), to(#333));
	font-size:16px;
	font-weight:normal;
	line-height:30px;
	color:#333;
	text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(0,0,0,0.65); /* Google Chrome, Safari用*/
	border-radius: 3px;		/* CSS3 */
	-webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;	/* Firefox用 */	
}

.right h3 {
	font-size:16px;
	font-weight:normal;
	color:#333333;
	border-left:10px solid #333;
	border-bottom:1px solid #333;
	margin-left:auto;
	margin-right:auto;
	padding-top:3px;
	padding-left:0.6em;
	margin-bottom: 10px;
	margin-top: 10px;
	width:94%;
}

.right h3 a {
	color:#333333;
	text-decoration:none;
}

.right h3.red {
	font-size:16px;
	font-weight:700;
	color:#600;
	padding-top:3px;
}

.right h4 {
	font-size:14px;
	font-weight:bold;
	text-decoration:underline;
}

.rightbox1 {
	width : 90%;
	height : 100%;
	vertical-align: top;
	background-color: #999999;
	padding-left:2.5%;
	padding-top:10px;
	padding-right:2.5%;
	font-size:13px;
	margin-top:0px;
	margin-left:2.5%;
	padding-bottom:10px;
}

.right li {
	margin-bottom:13px;
}

.main{
	width : 554px;
	height : 100%;
	vertical-align: top;
	background-color: #999999;
	padding-left:10px;
	padding-top:5px;
	padding-right:4px;
	font-size:16px;
	margin-top:0px;
	}

.main a{
    color: #000080;
}

.main a:hover{
    color: #4242FF;
	text-decoration:underline;
	}
	
.main2{
    width : 560px;
	height : 100%;
	vertical-align: top;
	background-color: #999999;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	font-size:16px;	
}

.main2 a{
    color: #000080;
}

.main2 a:hover{
    color: #4242FF;
	text-decoration:underline;
	}

.main3{
	font-size: 14px;
	line-height : 1.5em;
    width : 95%;
	height : 100%;
	vertical-align: top;
	background-color: #CCCCCC;
	color: #333;
	padding-left:2.5%;
	padding-top:10px;
	padding-right:2.5%;
	padding-bottom:10px;	
}

.main3 a{
    color: #000080;
}

.main3 a:hover{
    color: #4242FF;
	text-decoration:underline;
	}

.main3 .floatbox {
	width:178px;
	margin-bottom:10px;
	float:left;
}

.main3 .halfbox {
	width:267px;
	float:left;
}

.seminar{
    width:545px;
	height:100px;
	background-color:#efefef;	
	overflow-y:scroll;
	padding:4px;
	border: 1px solid #666666;
	margin-bottom:10px;}

.rijikai{
    width:545px;
	height:140px;
	background-color:#efefef;
	overflow-y:scroll;
	padding:4px;
	border: 1px solid #666666;
	margin-bottom:10px;
}

.taikai{
	width:545px;
	height:auto;
	background-color:#efefef;
	padding:5px 2px 2px 5px;
	border: 1px solid #666666;
	margin-bottom:10px;
}

.chousa{
	width:545px;
	height:200px;
	background-color:#efefef;
	overflow-y:scroll;
	padding:8px 4px 2px 10px;
	border: 1px solid #666666;
	margin-bottom:10px;
	font-size:14px;
}

.sisaku{
    width:545px;
	height:140px;
	background-color: #efefef;
	overflow-y:scroll;
	padding:4px;
	border: 1px solid #666666;
	margin-bottom:10px;
}

.title{
	font-size:16px;
	color:#333333;
	border-left:10px solid #333;
	border-bottom:1px solid #333;
	margin-right:300px;
	padding-top:3px;
	padding-left:0.6em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.title2{
	font-size:16px;
	color:#333333;
	border-left:10px solid #333;
	margin-right:10px;
	padding-top:3px;
	padding-left:0.6em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.title3{
	font-size:16px;
	color:#333333;
	border-left:10px solid #333;
	border-bottom:1px solid #333;
	margin-right:370px;
	padding-top:3px;
	padding-left:0.6em;
	margin-bottom: 10px;
	margin-top: 10px;
}

.title4{
	font-size:16px;
	font-weight:700;
	color:#600;
	padding-top:3px;
}

.title5{
	font-size:16px;
	font-weight:700;
	color:#600;
	padding-top:3px;
	margin-top:20px;
}

.pdf {
	width:96%;
	margin:5px auto 20px;
}

/* 各ページ固有css */
.shisetu{
	width:98%;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left:1%;
	border:solid 1% #333;
	border-collapse:collapse;
	border-spacing:0px;
	}

.shisetu tr {
	clear:both;
	display:block;
	height:auto;
}

.shisetu td, .shisetu th {
	padding:0px;
	background-color:#CCC;
	font-size:14px;
	color:#333333;
	vertical-align:center;
	display:inline-block;
	width:91.5%;
	float:right;
	border:solid 1% #333;
	border-bottom:none;
	border-right:none;
}

.noleftspan td, .noleftspan th {
	width:100%;
}

.kankei td, .kankei th {
	width:77.5%;
}

.shisetu th {
	font-weight:bold;
	background-color:#999;
	text-align:center;
}

.shisetu th.mei4,.shisetu th.mei5 {
	background-color:#888;
}

.shisetu td.yaku, .shisetu th.yaku, .shisetu th.ken2, .shisetu td.ken2 {
	display:inline-block;
	width:8%;
	height:auto;
	margin-left:0%;
	vertical-align:middle;
	float:left;
	border-top:double 3px #333;
	border-left:none;
	border-right:none;
	border-bottom:none;	
	background-color:#999;
}

.shisetu th.ken2, .shisetu td.ken2 {
	width:22%;	
}

.shisetu th.yaku, .shisetu th.ken2, .shisetu td.td_top, .shisetu th.renraku {
	border-top:none;
}

.shisetu .td_center {
	text-align:center;
}

.shisetu .mei, .shisetu .mei2, .shisetu .mei3, .shisetu .mei4, .shisetu .mei5, .shisetu .renraku {
	vertical-align:middle;
	border-top:double 3px #333;
	font-weight:bold;
	background-color:#bbb;
}
.shisetu th.mei, .shisetu th.mei2, .shisetu th.mei3, .shisetu th.mei4, .shisetu th.mei5, .shisetu th.mei6 {
	border-top:none;
}

.shisetu th, .shisetu td.mei5 {
	letter-spacing:0.3em;
}

.shisetu th.thlong {
	letter-spacing:0em;
}

.shisetu .shozoku {
	vertical-align:middle;
}

.shisetu .ken {
	vertical-align:middle;
}

.shisetu .biko {
	vertical-align:middle;
}


.shisetu .mei3 {
	vertical-align:middle;
}

.shisetu .zip {
	vertical-align:middle;
}

.shisetu .place2 {
	vertical-align:middle;
}

.shisetu .ken2 {
	vertical-align:middle;
}

.shisetu .mei2 {
	vertical-align:middle;
}

.shisetu .place {
	vertical-align:middle;
}

.shisetu .tel {
	vertical-align:middle;
}

.shisetu .renraku {
	vertical-align:middle;
}
	
.shisetu .tel2 {
	vertical-align:middle;
}

.shisetu .place4 {
	vertical-align:middle;
}

.shisetu .about4 {
	vertical-align:middle;
}

.shisetu a{
    color: #000080;
}

.shisetu a:hover{
    color: #4242FF;
	text-decoration:underline;
	}
	
.shisetu2{
	width:500px;
	margin-top: 2px;
	margin-bottom: 10px;
	}

.shisetu2 td{
    padding:2px 2px 2px 4px;
	background-color:#CCC;
	font-size:14px;
	color:#333333;
    border-top:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #999;
}

.mailform{
	width:500px;
	margin-top: 2px;
	margin-bottom: 10px;
	}

.mailform td{
    padding:2px 2px 2px 4px;
	background-color:#CCC;
	font-size:14px;
	color:#333333;
    border-top:1px solid #999;
	border-right:2px solid #666;
	border-bottom:2px solid #666;
	border-left:1px solid #999;
}
	
.sitemap a{
    COLOR: #333; TEXT-DECORATION: underline;
	}

.sitemap a:hover{
    COLOR: #666; TEXT-DECORATION: underline;
	}

.sitemap a:visited{
    }
	
.info{
width:515px;
height:auto;
background-color:#efefef;
color:#333333;}

.info td{
font-size:14px;
padding:2px;}
		
/* フッタの指定 */

.footer{
	width : 95%;
	padding : 2.5%;
	border-top : 1px solid #999;
	text-align: center;
	color: #fff;
	background-color:#333;
	margin:0px;
	}

.footer p{
font-size  : 13px;
line-height : 1.2em;
}

.footernav {
font-size:11px;
vertical-align:middle;
text-align:center;
padding-top:3px;
}
.footernav a {
	COLOR: #fff; TEXT-DECORATION: none
}
.footernav a:hover {
	COLOR: #666; TEXT-DECORATION: underline
}

.righttext {
	text-align:right;
}

iframe.anim {
	border:none;
	margin-bottom:20px;
}

iframe.map {
	border:none;
	width:100%;
	height:300px;
}

a.totop {
	display:block;
	width:120px;
	height:22px;
	margin-top:10px;
	margin-left:auto;
	margin-right:5px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	font-size:14px;
	vertical-align:middle;
	background-color:#333;
	border-radius: 2px;		/* CSS3 */
	-webkit-border-radius: 2px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 2px;	/* Firefox用 */	
	text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /*CSS3*/
	-moz-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Firefox用*/
	-webkit-text-shadow: 1px 1px 1.5px rgba(255,255,255,0.75); /* Google Chrome, Safari用*/
	box-shadow: 2px 2px 0.5px rgba(0,0,0,0.5); /*CSS3*/
	-moz-box-shadow: 2px 2px 0.5px rgba(0,0,0,0.5); /* Firefox用*/
	-webkit-box-shadow: 2px 2px 0.5px rgba(0,0,0,0.5); /* Google Chrome, Safari用*/
}

a.totop:hover {
	color:#D3F;
	background-color:#444;
}
.nf {
	width:100px;
	text-align:right;
	float:right;
}

.red {
	color:#c00;
}

.spbr {
	display:inline-block;
}

a .spbr {
	text-decoration:underline;
}
