body {
	margin:auto;
	width:798px;
	padding:0;
	font-size:80%;
	line-height:1.5;
	color:#000000;
	font-family: Arial,sans-serif;
}
/*コンテンツ全体を包む*/
#zentai {
	margin: 0;
	width:798px;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

/*ヘッダー画像とリンク*/
#pagetop {
	width:798px;
	height:120px;
	background-color:#e6e6e6;
}

ul.link {
	width:798px;
	list-style:none;
	margin:0 0 20px 0;
	padding: 0;
	height: 20px;
}
ul.link li {
	font-size:12px;
	float:right;
	width:140px;
	margin:5px 0 0 0;
	padding:0; 
	border-right:1px solid #336699;
	border-bottom:2px solid #336699;
	background-color:#ffffff;
}
ul.link li a {
	display:block;
	width:140px;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-align:center;
}
/*ヘッダー画像とリンクここまで*/
/*ナビゲーションバー*/
ul.navi {
	width:798px;
	list-style:none;
	margin:0;
	padding:0;
	background-color:#336699;
}
ul.navi li {
	float:left;
	width:114px;
	text-align:center;
}
ul.navi li a {
	display:block;
	width:114px;
	padding: 7px 0 5px 0;
	text-decoration: none;
	background-color:#336699;
	color: #ffffff;
}

ul.navi li a:visited {
	color: #ffffff;
	text-decoration: none;
}

ul.navi li a:hover {
	color: #ff9999;
	background-color:#002266;
}
/*ナビゲーションバーここまで*/

/*コンテンツとメニューを包む*/
#wrap {
	float:left;
	position:float;
	margin: 10px 0;
	width:798px;
}
/*コンテンツエリア*/
#con {
	float:left;
	width:530px;
	top:20px;
	margin: 0;
	padding: 10px 0px 10px 12px;
	background-color:#ffffff;
}

/*コンテンツ内のメニュー表示*/
#menu {
	float:right;
	top: 0px;
	right: 0px;
	width: 240px;
	padding: 0;
	margin: 0;
}


/*base-link*/
a {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #191970;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

/*footer-Copyright*/

#foot {
	clear:both;
	bottom:0;
	margin: 0;
	width:788px;
	height:50px;
	background-color:#e6e6e6;
	color: #999999;
	text-align: center;
	padding: 2px 5px 2px 5px;
}
#foot p {
	margin:0;
	padding:0;
}

/*footer-link*/
.footer_right {
	font-size: 12px;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	text-align: right;
}

.footer_right a {
	text-decoration: none;
	color: #6484CE;
}

.footer_right a:visited {
	color: #6484CE;
	text-decoration: none;
}

.footer_right a:hover {
	color: #0000FF;
	text-decoration: none;
}
.boxc {
	border: solid 10px #e6e6e6;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	color:#800000;
}

/*******イメージのリンクはボーダーゼロに*******/
a img {
	border:0px;
}