@charset "utf-8";
/* 基本設定
-----------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}

body {
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
	color: #666666;
	background-color: #FFFFFF;
}
/* リンク
-----------------*/
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	color: #FF3300;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #FF3300;
}
#td {
	width: 755px;
}


/* コーディング
-----------------*/
#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: 50px;
}
#wrapper #bigkoukoku {
	width: 700px;
}

#wrapper #kaiseki {
	float: right;
	height: 30px;
	width: 100px;
}

#wrapper #link {
	float: left;
	margin-top: 60px;
	width: 160px;
	margin-right: 10px;
}
#link img {
	margin-top: 5px;
}

#linksaito p {
	margin-top: 5px;
}

#wrapper #minimatome {
	float: right;
	width: 450px;
	height: 330px;
	margin-left: 20px;
}
#minimatome p {
	display: block;
	border-bottom: medium ridge #999999;
}

#wrapper #main {
	height: 350px;
	width: 450px;
	float: right;
	margin-bottom: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.mini {
	height: 90px;
	width: 120px;
	float: left;
	margin-left: 23px;
	margin-top: 5px;
}
#wrapper #koukoku02 {
	height: 100px;
	width: 470px;
	float: right;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
#wrapper #koukoku01 {
	float: right;
	height: 800px;
	width: 130px;
	margin-top: 20px;
	background-color: #FFFFFF;
	margin-left: 10px;
}
#koukoku01 #bana-link {
	margin-bottom: 50px;
}
#bana-link #navi {
	height: 30px;
	width: 88px;
	text-align: center;
	color: #666666;
	border: 1px solid #999999;
	vertical-align: middle;
}
#bana-link #navi a {
	color: #666666;
	font-size: 100%;
	line-height: 1.2em;
	font-family: "ＭＳ Ｐゴシック";
	font-weight: bold;
}


#koukoku01 #bana-link img {
	margin-top: 5px;
}

#wrapper #pankuzu {
	height: 20px;
	width: 300px;
}
#wrapper #kontentu {
	background-color: #FFFFFF;
	border-bottom: medium ridge #999999;
	border-top: medium ridge #999999;
}
#wrapper #kontentu ul {
	list-style: none;
	height: 20px;
}
#kontentu ul li {
	display: block;
	width: 100px;
	text-align: center;
	float: right;
	border-right: thin solid #333333;
	border-left: thin solid #333333;
	height: 20px;
	vertical-align: middle;
	margin-left: 1px;
}
#kontentu ul li a:link {
	display: block;
	background-color: #333333;
	text-decoration: none;
	border-right: thin;
	color: #FFFFFF;
}
#kontentu ul li a:hover {
	background-color: #CCCCCC;
	display: block;
	color: #000000;
	text-decoration: none;
}
#kontentu ul li a:active {
	background-color: #CCCCCC;
	display: block;
	color: #FFFFFF;
}
#kontentu ul li a:visited {
	color: #CCCCCC;
	background-color: #999999;
	display: block;
}

