	 
/*　リンク　*/

a:link{
	 color: #FE9012;
	 text-decoration: none;
	 }
	 
a:visited{
	 color: #E58614;
	 text-decoration: none;
	 }
	 
a:hover{
	 color: #FE9012;
	 text-decoration: underline;
	 }


/* 基本構造 */

body{
	background-color: #FFFFFF;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	background-image: url(images/bk.gif);
	top: 0px;
	  }

#logo{
	  width: 100%;
	  margin: 0px auto;
	  padding: 0;
	  text-align: left;
	  }  
	  
#profile{
	 width: 100%;
	 margin: 25px auto 0 auto;
	 text-align: center;
	 }
.td_blue {
	background-color: #7DBE2D;
}
	  
#head{
	 width: 100%;
	 margin: 5px auto 0 auto;
	 text-align: center;
	 }
	 
#yodogawa{
	width: 100%;
	margin: 40px auto 0 auto;
	text-align: center;
	 }
	 
#wrapper{
	 width: 100%;
	 margin: auto;
	 text-align: center;
	 background: url(images/top_head_bk.gif) no-repeat top center;
	 }
	 
#main{
	width: 100%;
	margin: 30px auto 0px 0px;
	background: url(images/top_bk.gif) repeat-y top center;
	 }
	 
#link{
	margin: 10px 0 0 0;
	color: #999999;
	 }	 

#wrapper #main #link .today{
	 color: #444444;
	 text-decoration: none;
	 }

#wrapper #main #link a:link{
	 color: #444444;
	 text-decoration: none;
	 }
	 
#wrapper #main #link a:visited{
	 color: #1BAEDB;
	 text-decoration: none;
	 }
	 
#wrapper #main #link a:hover{
	 color: #1BAEDB;
	 text-decoration: none;
	 }
	 	 
	 
#foot{
	background-color: #FFFFFF;
	width: 624px;
	height: 40px;
	background: url(images/bottom_bk.gif) no-repeat top center;
	margin: auto ;
	 }
	 
#main dl.lead {
	margin: 0 0 15px;
	padding: 9px 0 0;
	background: url(images/frame_cream_b.gif)
	 no-repeat;
	width: 491px;
	text-align: left;
}
#main dl.lead dd {
	margin: 0px;
	color: #666666;
	padding: 0 10px 10px;
	background: #F7F1E3 url(images/frame_cream_u.gif) bottom;
	background-repeat: no-repeat;
}	 
	 
.big {
	font-size: 18px;
}
.small {
	font-size: 12px;
}
