body		{
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color:#fff
		}
/*全体のレイアウト*/
#layout {
background-color:#ffffff;
margin: 0px auto;
width: 900px;
text-align: left;
padding:10px;
border:dashed 1px #c9f
}

#top-navi2 {
background-color:#fff;
margin: 0 auto;
width: 872px;
text-align: left;
border-top:solid 4px #669
}



/*タイトル部分*/
#title {
background-color: #FFF;
width:872px;
height: 40px;
padding: 0px 0px;
margin: auto;
}



#title h1	{
		float:left;
		margin-top:12px;
		margin-bottom:0px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-size:small;
		color:#c06
		}

#title p	{
		float:right;
		margin-top:30px;
		margin-bottom:0px;
		font-family:Arial,Helvetica,sans-serif;
		font-weight:bold;
		font-size:x-small;
		color:#c0c0c0
		}



#top-navi {
background-color:#ffffff;
margin: 0 auto;
width: 872px;
text-align: left;
border-bottom:solid 4px #669
}

#list ul { 
margin: 0; 
padding :0; 
list-style-type : none; 
}


#list li { 
display : inline; 
padding :0; margin:0; 
}
#list a {
display:block; 
border:none;
background-color:#ffffff;
font-size:x-small;
padding:0.1em 0 0.1em 0.5em;
text-decoration:none;
color:#669;width:120px; 
margin:2px
0px;height:1.5em;
}
#list a:hover {
display:block; 
border:1px solid  #999;
background-color:#c69;
font-size:x-small;
padding:0.1em 0 0.1em 0.5em;
text-decoration:none;
color:#fff;
width:120px;
margin:4px
0px;height:1.5em;
}






a		{
		text-decoration:none;
		border-bottom:1px #c69 dashed;
		font-size:x-small;
		font-weight:bold;
		color:#669
		} 


a:link		 {
		color:#666
		} 

a:visited	 {
		color:#669
		} 

a:hover		 {
		color:#c69
		} 




#contents #left {
float: left;
width: 150px;
margin-top: 20px;
}

#contents #center {
float: left;
width: 495px;
margin-top: 20px;

}

#contents #center .pad {
padding : 0 0px;
}


/*右サイドバー*/
#contents #right {
float: right;
width: 125px;
margin-top: 20px;
padding-right: 0px;
}




#center		{
		width:498px;
		margin-bottom:30px;
		}


#center p		{
		margin-top:20px;
		margin-bottom:30px;
		padding-left:20px;
		padding-right:0px;
		text-align:justify;
		text-justify:distribute;
		font-family:Verdana,Helvetica,sans-serif;
		line-height:120%;
		font-size:x-small;
		width:498px;
		color:#666
		} 



#foot {
clear: both;
margin: 20px 0px 10px 0px;
text-align: center;
}

.sub		{
		width:120px;
		border:solid 1px #b4a8a2;
		float: right;
		font-size:x-small;
		font-family:Arial,Helvetica,sans-serif;
		color:#666;
		}

.plum { font-size:x-small; color: #c06;font-weight:bold;}
.more { font-size:x-small; color: #c69;font-weight:bold;float: right;border-bottom:1px #c69 dashed;}
.blue { width:125px;font-size:x-small; color: #669;font-weight:bold;}
.dot { font-size:x-small; color: #669;font-weight:bold;border-bottom: dotted 1px #c9f;width:495px;}
/*コピーライト*/
.copyright {
font-size: x-small;
margin: 5px 0px 5px 0px;
padding: 0px 0px 5px 0px;
}


dotline    { border-bottom: dotted 1px #c06;}


img.left {
float : left;
border-width : 0px;
margin-right : 14px; /* 画像と文字の間隔 */
}


table {
  table-layout: fixed; /* テーブル大きさを１行目で判断 */
  width: 500px
  color:dimgray;
  font-size:x-small;
 border: 2px solid; 
}
td {
   color:dimgray;
   width:500px;
font-family:Verdana,Helvetica,sans-serif;
   font-size:x-small;
   padding : 4px;
   cellspacing : 0px;
}
