body{
	margin:0px;
	text-align:center;
	}
a:link , a:visited , a:hover , a:active{
	color: #0000ff;
	text-decoration: underline;
}
#base{
	font-family:"ＭＳ ゴシック","ＭＳ 明朝",Verdana,Tahoma,Arial,sans-serif,Osaka;
	color:#000000;
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	text-align:left;
	font-size: 100%;
	}
#header{
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:65px;
	background:url(header.jpg) no-repeat;
	}
#headerp{
	display:none;
	}
#address{
	margin-top:0px;
	padding-left:46px;
	padding-top:4px;
	padding-bottom:4px;
	font-size: 80%; 
	font-weight: normal;
	color:#000000;
	text-decoration:none;
	border-bottom:solid 1px #c0c0c0;
	background:url(shiki.gif) no-repeat;
	}
#address a:link{
	color:#008000;
	text-decoration:none;
	}
#address a:visited{
	color:#008000;
	text-decoration:none;
	}
#address a:hover{
	color:#ff0000;
	text-decoration:underline;
	}
#title{
	width:800px;
	padding-left:12px;
	border-bottom:solid 0px #c0c0c0;
	}
.topmenu{
	display:block;
	float:left;
	margin:0px;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:8px;
	color:#000000;
	font-size: 90%;
	}
.topmenu a:link{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left: 8px;
	color:#008000;
	text-decoration:none;
	}
.topmenu a:visited{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left: 8px;
	color:#008000;
	text-decoration:none;
	}
.topmenu a:hover{
	padding-top:4px;
	padding-bottom:4px;
	padding-right:8px;
	padding-left: 8px;
	color:#ffffff;
	background:#008000;
	}

#baseb{
	clear:both;
	width:800px;
	margin-top:0px;
	border-top:1px solid #c0c0c0;
	}

/*左*/
#main{
	float:left;
	padding-top:1px;
	padding-bottom:1px;
	}
#maintext{
	padding-left:1px;
	}

.main_box{
	margin:1px 2px 1px 2px;
	padding:1px;
	width:450px;
	color:#000000;
	text-align:left;
	}
table{
	margin:4px 1px 2px 4px;
	padding:0px 0px 0px 0px;
	width:446px;
	border-bottom:solid 1px #c0c0c0;
	}
td{
	margin:0px;
	padding:2px 4px;
	font-size:94%;
	border-right:solid 1px #c0c0c0;
	}
td a:link{
	color:#008000;
	text-decoration:none;
	}
td a:visited{
	color:#008000;
	text-decoration:none;
	}
td a:hover{
	color:#ff0000;
	text-decoration:underline;
	}
th{
	margin:0px;
	padding:2px 4px;
	font-size:94%;
	letter-spacing: 0.2em;
	border-right:solid 1px #c0c0c0;
	}
.ryui{
	margin:2px 2px 2px 12px;
	padding-top:2px;
	font-size:84%;
	color:#000000;
	text-align:left;
	}
.ryui a:link{
	color:#0000ff;
	text-decoration:none;
	}
.ryui a:visited{
	color:#0000ff;
	text-decoration:none;
	}
.ryui a:hover{
	color:#ff0000;
	text-decoration:underline;
	}
/*金魚の話*/
.ryui4{
	margin-top:6px;
	margin-left:6px;
	width:440px;
	height:42px;
	background:url(sora02.jpg) no-repeat;
	border:solid 1px #c0c0c0;
	}
.ryui2{
	padding:4px 10px 2px 230px;
	font-size:86%;
	color:#008000;
	letter-spacing: 0.1em;
	text-align:left;
	}
.ryui2 a:link{
	color:#008000;
	text-decoration:none;
	}
.ryui2 a:visited{
	color:#008000;
	text-decoration:none;
	}
.ryui2 a:hover{
	color:#ff0000;
	text-decoration:none;
	}
.ryui3{
	font-size:84%;
	color:#000000;
	text-align:center;
	}
.tooltip {
	position: relative;
	}
.tooltip .tooltipBody {
	border: solid 1px #004000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: 2em;
	top: -16em;
	text-decoration: none;
	visibility: hidden;
	padding: 12px 12px;
	width: 440px;
	zoom: 1;
	letter-spacing: 0.1em;
	color:#000000;
	font-size:94%;
	text-align:left;
	line-height:150%;
	}
.tooltip:hover , .tooltip:hover .tooltipBody {
	background-color: white;
	visibility: visible;
	z-index: 10;
	}
.tooltip .tooltipBody .tooltipAngle {
	border-right: solid 10px transparent;
	border-left-width: 0;
	border-top: solid 10px #004000;
	line-height: 0;
	position: absolute;
	left: 1em;
	bottom: -10px;
	}
.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {
	border-right: solid 5px transparent;
	border-left-width: 0;
	border-top: solid 5px white;
	line-height: 0;
	position: absolute;
	left: 2px;
	bottom: 10px;
	}
	/*not supported tanseparent for border by IE6.    */
* html 
.tooltip .tooltipBody .tooltipAngle {
	border-right-color: white;
	bottom: -11px;
	}
* html 
.tooltip .tooltipBody .tooltipAngle .tooltipAngleInner {
	border-right-color: #004000;
	}


/*右*/
#menu{
	float:right;
	padding:0px;
	width:340px;
	border-left:1px solid #c0c0c0;
	}
#menutext{/*ハック*/
	padding-right:10px;
	padding-top:4px;
	}
.image{
	margin:1px;
	padding:1px;
	text-align:center;
	}
#m-titletop{
	margin-top:0px;
	padding:16px 1px 2px 50px;
	height:44px;
	font-size:84%;
	color:#000000;
	text-align:left;
	letter-spacing: 0.2em;
	background:url(koushin2.gif) no-repeat;
	}
#m-titletop2{
	margin:4px 0px 4px 10px;
	padding-top:2px;
	font-size:80%;
	letter-spacing: 0.1em;
	color:#000000;
	text-align:center;
	line-height:130%;
	border:0px solid #c0c0c0;
	}
#m-titletop3{
	margin-top:10px;
	padding:16px 2px 2px 42px;
	height:44px;
	font-size:84%;
	color:#000000;
	text-align:left;
	background:url(twitter3.gif) no-repeat;
	}
.m-title{
	margin:12px 20px 2px 20px;
	width:40px;
	height:20px;
	}
.m-title2{
	margin:4px 0px 6px 6px;
	padding-left:20px;
	font-size:86%;
	letter-spacing: 0.1em;
	color:#000000;
	line-height:130%;
	background:url(hishi5.gif) no-repeat;
	}
.m-title3{
	margin:10px 1px 6px 6px;
	padding-left:20px;
	font-size:86%;
	letter-spacing: 0.1em;
	color:#000000;
	line-height:130%;
	background:url(hishi5.gif) no-repeat;
	}
.m-title5{
	margin:4px 0px 6px 28px;
	padding-left:16px;
	font-size:86%;
	letter-spacing: 0.2em;
	color:#000000;
	background:url(ichi1.gif) no-repeat;
	}
.m-title5 a:link{
	color:#008000;
	text-decoration:none;
	}
.m-title5 a:visited{
	color:#008000;
	text-decoration:none;
	}
.m-title5 a:hover{
	color:#ff0000;
	text-decoration:underline;
	}
.tweet1{
    text-align:center;
    width:100%;
	}
.tweet2{
    margin:1px auto;
    width:300px;
	}
#footimg{
	margin-top:0px;
	width:800px;
	}
#footer{
	clear:both;
	width:800px;
	text-align:center;
	color:#000000;
	font-size:0.8em;
	background:#ffffff;
	padding:4px 0px;
	border-top: 1px solid #c0c0c0;
	}
a img{
	border-style : none;
	border-width : 0px;
	text-decoration : none;
	}



