@import url(basestyle.css); /*基本設定*/

/*基本書式*/
body{	line-height:1.6em;
	text-align:center;
	background:#e7e2ff;}

　/*ライン*/
hr{color:#2068A4;}


　/*見出し*/
h1{	font:1.5em;}
#title{	text-align:left;
	padding: 0.5em 1em;
	vertical-align:middle;
	background : navy url(../../gazou/top.jpg) repeat-y;
	color:white;
	height:120px;
	margin-bottom:0px;}

.title{	text-align:left;
	vertical-align:middle;
	background : url(../../gazou/top.jpg) repeat-y;
	color:white;
	height:120px;
	margin-bottom:0px;}


h2{	background-color : MintCream;
	border-bottom:solid 1px #336666;
	border-left :solid 15px #336666;
	border-right :solid 15px #336666;
	border-top :solid 1px #336666;
	font-size:1em ;
	text-align:left;
	padding:3px;
	color:Navy;}
.noir {
background-color: #ccc!important;
border-color: #000!important;
color: #000!important;
}
h3{margin-bottom:3px;color: Navy ;font-weight:bold;font-size:1em;border-left:10px navy;.color4     {background-color:#BAD4DA;}   /*画面内グリーン部分の背景色（お知らせ部分の色）}
h4{margin:0px;color: #000000 ;font-weight:bold;font-size:1em;margin-left:10px;}
h5{margin:0px;text-align:right;font-weight:bold;font-size:0.8em;}

　/*アドレス*/
address{line-height:1.6em;
	border:1 solid #2068A4;font:normal normal 0.8em ;
	padding:10px;width:80%;margin:10px;}/*連絡先*/

　/*フッタ*/

　/*basestyleにあるが念のため*/
.foot{font-size:0.8em;color:navy;
	padding:0px;
	margin:0px;
	text-align:center;}
.foot_bl{font-size:0.8em;color:navy;
	padding:0px;
	margin:0px;
	text-align:center;
	background-color:#8690ff;}

.center{text-align:center;}

img {border:0;}

/*目次*/
.d1{	background : #2038b0 ;
	color:#ffffff;font-weight:bold;
	text-align:left;
	line-height:1.5em;
	border:0px;
	padding:0px;
	margin:0px;}

.d2{	border-bottom:solid 1px #2038b0;
	border-left:solid 10px #2038b0;
	border-top:0px;
	border-right:0px;
	background:#ffffff;
	margin:1px;}


　/*テーブル*/
th{padding:3px;background : #8dc0eb ;	border-bottom:double 5px #2068A4;color:Navy;}
td{padding:3px;}
table.t1{background-color:aliceblue;width:100%;}
td.t2{font:0.8em bold;text-align:center;}
