/* CSS Document */

/* ƒŠƒ“ƒN */
.url{color:#009900; padding-top:0; font-size:10px;}

.link-text{font-size:10px; line-height:1.5;}

.anc{font-size:12px;}

.anc a:link{color:#0000FF; text-decoration:underline;}

.anc a:visited{color:#660099; text-decoration:underline;}

td { border-width: 0; }

.wrapper {
	width: 800px;
	margin: 0 auto;
}
.clearfix:after {
	content:"";
	clear:both;
	display: block;
	visibility: hidden;
}
.h1 {
	float: left;
	width: 200px;
	height: auto;
	padding-top: 40px;
	padding-left: 30px;
	box-sizing: border-box;
}
.img {
	float:right;
	width: 600px;
	text-align: center;
}
h2 {
	text-align: right;
	background: green;
	color: #fff;
}
.none {
	display: none;
}
.nav {
	width: 190px;
	float: left;
	padding-left: 10px;
	box-sizing: border-box;
}
.twt {
	border: 3px double black;
	margin-top: 10px;
}
.text {
	width: 600px;
	float: right;
}
.main {
	margin-top: 10px;
	margin-bottom: 30px;
}
.footer {
	text-align: center;
}
