/* CSS Document */
/* --------------------------レイアウト---------------------------------------------*/

body{ 
	   font-size: 0.8em;
  line-height:18px;
  margin:0px;
    }  
	  

/* ■ページ構造 */

#h1{
margin:3px auto 0px auto;
width:759px;
font-size:12px;
padding-left:1.5em;
}

.top{
width: 759px;
  margin:auto;
}

.tittle{
margin-bottom:0px;
width:759px;
font-size:11px;
}
	
#content {
  width: 780px;
  margin:auto;
  border:solid gray 1px; 
 /*  padding-left:10px;
 border-left:solid black 1px;
    border-right:solid black 1px; 
	background-image:url(../images/shadow760.gif);*/
}

.header{
  margin:2px 0px 0px 0px;
  /*background-image:url(/images/top_top.gif);*/
  line-height:110%;
width: 759px;
font-size:11px;
color:gray;
}

#menu {
margin-top:1.5em;
padding-left:1em;
  width: 160px;
  float: left;
}
#main {
margin-top:1.5em;
  width: 560px;
  margin-left:180px;
}

#footer {
  clear: both;
  width: 730px;
   padding:15px;
   text-align:center;
}
	
#wide {
margin-top:0.5em;
  width: 707px;
  padding-left:4px;
}
	

.news{
margin-top:2em;
 float: left;
 width:180px;
 padding-left:1em;
 }
 
.newsright{
margin-top:2em;
 float: right;
 width:550px;
 text-align:left;
 }
 
 .FloatEnd {clear:both;}
	
.box{
     margin:0;
	 padding:0.5em;}
	 
img {
    border-style:none;
}

/* --------------------------テキスト---------------------------------------------*/
/**{font-size: 14px;
       line-height: 18px;
	  }*/
a {color: #000033;
   text-decoration: underline;}
a:hover {color: #000080;
         text-decoration: underline;}
.bar a:visited {text-decoration:none;} 
a:visited {text-decoration: underline;} 
/*a:hover {color: #000080;
         text-decoration: underline;}
/*A:visited { color: blue;}
A:link:hover { color: #903;}
A:visited:hover { color: #903; }*/

.bold_1{color : red; font-size: 15px; font-weight: 900}

/* 装飾テキスト */

h1 {font-size:120%;
margin-left:5px;
    padding-left: 5px;
    border-left: 1em solid green;
}


h2 {font-size: 110%;
	margin-top:3px;
    padding:4px;
    text-align: left;
    border-bottom: 1px dotted green;
}

/* 黄色背景白文字見出し */
h3{ font-size:110%;
    color:black;
	background-color:#FFFF99;
    line-height:140%; 
	margin:0px;
	padding:4px;
    }
	
h4{ font-size:100%; 
font-weight:100;
width:100%;
    color:#FFFFFF;
	background-color:#003333;
    line-height:120%; 
	
	padding:4px;
    }
.green{ font-size:12px; 
    color:#FFFFFF;
	background-color:#003333;
	width:680px;
    line-height:120%; 
	margin:0px;
	padding:4px;
	width:100%;
    }

/* 装飾テキスト */
.black_14{font-size: 110%;
line-height: 20px;}
.red{color:#FF0000;}
.red14{color:#FF0000;font-size: 110%;}
.red11{color:#FF0000;font-size: 85%;}
.b_13{font-size: 100%; font-weight: 900;}
.b_14{font-size: 110%; font-weight: 900;}
.b_13red{color:#FF0000;font-size: 100%;font-weight: 900;}
.b_14red{color:#FF0000;font-size: 110%; font-weight: 900;}
.bold_1{color : red; font-size: 120%; font-weight: 900;}
.L{ font-size:17px; line-height:120%; font-weight: 900;}
.s{ font-size:95%;}
.ss{font-size:90%;line-height:16px;}
.sss{font-size:85%;line-height:16px;}
.ssgray{ font-size:90%;line-height:16px;color:gray;}
.cap{ font-size:2em;}
.orange14{color:#ff3300; font-size:110%; line-height:120%; font-weight: 900;}
.white{color:white;font-size:13px;}
.orange{color:#FF6600; font-size:95%;}

.home2007{
padding:0.5em;
}

/* --------------------------テーブル---------------------------------------------*/

/* 透明テーブル*/
table.clear { 
              line-height: 18px;
		      border:0px white;
			  width:98%;}
table.clear th, table.clear td {
  border: 0px ;
  padding: 4px;}
  
 /* 自由テーブル*/
table.free { 
              line-height: 16px;
		      border:0px white;
			  width=330px;}
table.free th, table.free td {
  border: 0px ;
  padding: 3px;}
  
  /* 自由テーブルその２*/
table.free2 { 
              line-height: 16px;
		      border:0px white;
			  width=650px;}
table.free2 th, table.free2 td {
  border: 0px ;
  padding: 3px;}

/* 中枠ありテーブル*/
table {
       border-collapse: collapse;
       border: 1px outset gray;
	   width=100%;
}
table th, table td {
  border: 1px inset gray;
  padding: 4px; 
}
thead{background-color:gray;
color:#FFFFFF;}

/* 外枠のみテーブル*/
table.out {
           border-collapse: collapse;
           border: 2px outset #003333;
			 
}
table.out th, table.out td {
  padding: 4px; 
}

/* 中枠あり中央揃えテーブル*/
table.center {
              border-collapse: collapse;
              border: 1px outset #003333;
			  text-align:center;
}
table.center th, table.center td {
  border: 1px inset #003333;
  padding: 4px; 
}


/* 上下線テーブル*/
table.line {
  border: none;
  border-collapse: collapse;
  margin-left:3px;
  width:97%;
}
table.line th, table.line td {
  padding: 0.3em 1em;
  border-top: 1px dotted gray;
  border-bottom: 1px dotted gray;
  border-left: none;
  border-right: none;
  empty-cells: show;
  line-height:170%;

}
table.line thead {
color:black;
background-color:#FFFF99;
}



/* --------------------------水平線---------------------------------------------*/
hr { color: gray; }


/* --------------------------リスト---------------------------------------------
ul {
  list-style: none;
  width: 10em;
  margin-left: 0;
  padding-left: 0;
  border-bottom: 1px solid blue;
}
li {
  margin: 0;
  padding: 0.2em;
  border-top: 1px solid blue;
}
li a {
  text-decoration: none;
}       */

.box{border:solid 1px #B2D6FF;
margin:0.5em 0px 0px 0px;
padding:4px;
}