/*　タグ初期化　*/

ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
li{
	margin: 0;
	padding: 0;
	}
	
h1,h2,h3,h4{
	margin: 0;
	padding: 0;
	}

/*　基本構造　*/

body {
	background: url(../images/main_bg.jpg) repeat-y center top;
	background-color: #eefe80;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	}
	
/*　ヘッダ　*/
	
#head{
	width: 608px;
	height: 465px;
	background: url(../images/head_bg.jpg) no-repeat center top;
	margin: 0 auto;
	padding: 0;
	}
	
#head h1{
	margin: 0 auto;
	padding:10px 0 0 0;
	}
	
#head h2{
	padding: 0;
	margin: 18px 0 0 180px;
	text-align: left;
	}
	
#yodogawa{
	margin: 0 auto;
	padding: 0;
	}
	
/*　メイン　*/

.comment{
	padding-top: 20px;
	}
	
/*　リンク　*/

a:link{
	color: #04b410;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #e78e10;
	text-decoration: none;
	}
	
/*　フッタ　*/

#foot{
	width: 608px;
	height: 145px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: center;
	}

#foot ul{
	margin: 0 auto;
	padding: 0;
	list-style-type: none;
	}
	
#foot li{
	margin: 0;
	padding: 0;
	display: inline;
	}
	
/*　フォント　　*/

.text12{
	font-size: 12px;
	}
	
.text16{
	font-size: 16px;
	}
	
.news_title{
	font-size: 16px;
	color:#0099FF;
	}
	
.gray{
	color: #666666;
	}

/*　脚注　*/

.tool-tip {
        width: 300px;
        height: 170px;
        z-index: 10;
}
.tool-text {
        color: #111111;
        font-size: 12px;
	height: 130px;
        text-align: left;
        padding: 20px;
	background: url(/ugougo/images/tips_bg01.png) top center !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ugougo/images/tips_bg01.png", sizingMethod="crop");
}
.tool-tip2 {
        width: 300px;
        height: 170px;
        z-index: 10;
}
.tool-text2 {
        color: #111111;
        font-size: 12px;
	height: 130px;
        text-align: left;
        padding: 20px;
	background: url(/ugougo/images/tips_bg04.png) top center !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/ugougo/images/tips_bg04.png", sizingMethod="crop");
}
