﻿body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin:auto; 
	padding: 0;
	text-align: center; 
	width:750px;
}
a
      {
          text-decoration:none;
                               }
#container { 
	width: 100%;
	height:auto;
	background: #FFFFFF;
	text-align: left; 
	border:  1px #CCCCFF solid;
}  
#header {
background-image:url(image/head.jpg);
height:95px;

} 

.link{
font-size:12px;
padding:0;
margin:0px;
}

.image1{
	text-align:center}
	
.image1 w{
font-size:12px}

#list{
border : 1px #99FF99 solid;
text-align:center;
padding:5px;
font-size:15px;
}


.list p{
text-align:left;
margin-bottom:2px;
padding:0px;
}


.t1{
		text-align:left;
		font-size:45px;
		padding-left:15px;
		color:#FFFFFF;
		}		

.t2{
		text-align:left;
		font-size:20px;
		float:left;
		color:#FFFFFF;
		padding-top:5px;
		padding-left:15px;
		font:Century;
		font-style:italic;
	}	

#category{
	background-color:#FFFFFF;
	height:30px;
				}

#main{
	background-color:#FFFFFF;
	margin:3px;
	
}

/*内容文章*/
.word{
margin:3px;
}
.word p0{
font-size:16px;
text-align:justify;
line-height : 160%
}

.word p{
font-size:13px;
text-align:justify;
margin:0px;
line-height : 170%
}

.word p1{
font-size:14px;
text-align:justify;

}
 
.word td{
font-size:14px;
text-align:justify;

}
 
/*フッター*/ 
#footer {
    font-size:12px;
	background:#FFFFFF;
	border-top:solid 1px #000000;
	text-align:center;
} 

/*見出し*/
h0{
	font-size: 24px;
	text-align:center;
}
h1{
	font-size: 20px;
	padding-top: 3px;
	padding-left: 5px;
	margin-right: 200px;
	border-left:  10px #66FF00 solid;
	border-bottom: 3px #66FF00 solid;
}
h2{
	font-size: 20px;
	padding-top: 3px;
	padding-left: 5px;
	margin-right: 200px;
	border-left:  10px #99CCFF solid;
	border-bottom: 3px #99CCFF solid;
}

h3{
	font-size: 20px;
	padding-top: 3px;
	padding-left: 5px;
	border-bottom: 3px #66FF00 solid;
}

h4{
	font-size: 14px;
	text-align:center;
}

h5{
	font-size: 20px;
	padding-top: 3px;
	padding-left: 5px;
	margin-left: 50px;
	margin-right: 50px;
	border-bottom: 3px #0000CC solid;
}

/*新着情報*/
#box{
text-align:center;
border-top:  1px #99CCFF solid;
}
table.table001 {
  align:center;
  margin-top: 0.2em;
  margin-bottom: 1em;
  width: 350px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.table001 caption {
  margin-top: 1em;
  margin-bottom:1em;
  text-align: center;
  border-left:  10px #99CCFF solid;
  border-bottom: 3px #99CCFF solid;
}

table.table001 th,
table.table001 td {
  padding: 4px 6px;
}

table.table001 th {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #FFD9F3;
  text-align: center;
  white-space: nowrap;
  font-size: 92%;
}

table.table001 td {
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #F3F3F3;
  text-align: right;
  white-space: nowrap;
}

h.float
{clear:both;
}

/* 再使用できる各種クラス */
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
