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:128px;
	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;
/*	background : url(images/bgimag.png) left top repeat-x;*/
}
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: 0px 0;
	width:798px;
}
/*コンテンツエリア*/
#con {
	float:left;
	width:570px;
	top:20px;
	margin: 10px 0 0 0 ;
	padding: 10px 0px 10px 10px;
}

/*コンテンツ内のメニュー表示*/
#menu {
	float:right;
	top: 0px;
	right: 0px;
	width: 180px;
	padding: 20px 5px 5px 10px;
	margin: 0;
	background-color:#f0f8ff;
}

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

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

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

/*footer-Copyright*/

#foot {
	clear:both;
	bottom:0;
	margin: 0 0 0 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;
	color: #666666;
}

.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;
}
table.pk {
	width: 100%;
	padding: 0;
	margin: 0;
}
table.pk tr {
	text-align:center;
	vertical-align: top;

}
table.pk td {
	width:25%;
	text-align:left;
	background-color:#ffffff;
	padding:30px 5px 15px 5px;;
}


ul.kw {
	float:right;
	list-style:none;
	width:150px;
	margin:0 15px 0 0;
	padding-bottom:20px;
	text-align:left;

}
ul.kw li {
	width:140px;
	border-bottom: 1px dotted #336699;
	margin-bottom: 0.1em;	/* 下マージン*/
	margin-top: 0.1em;	/* 上マージン */
	margin-left:0;
	margin-right:0;
	padding:0px 5px 0px 0px;
	color:#336699
}
.kw li a {
	display:block;			/* 表示形式 */
	width:120px;			/* 表示の横幅 */
	padding:0 0 0 20px;
	margin:0;
	background: url(images/pochi.gif) left center no-repeat;
}
.kw li a:link {
	color: #336699;
}
.kw li a:visited {
	color: #000000;
}
.kw li a:hover {
	color: #dc143c; text-decoration: underline; background-color: #f0f8ff;
}
.kw li a:active {
	color: #dc143c;
}
.center {
	text-align:center;
	vertical-align: top;
	margin:5px 0px 5px 0px;
}
.right {
	float:right;
	vertical-align: top;
	margin:5px 0px 5px 0px;
}
.left {
	float:left;
	vertical-align: top;
	margin:5px 20px 5px 0px;
}

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

.news {
	text-align:left;
	color:#800000;
	margin: 2px 0px 15px 0px;
	padding: 5px 0px 5px 0px;
	border-top:1px dotted #000000;
	border-bottom:1px dotted #000000;
}
h1 {
	clear:both;
	font-size:120%;
	margin: 0px 2px 2px 2px;
	padding: 2px 2px 3px 10px;
	background-color: #ffffff;
	color: #003366;
	border-top: 1px solid #003366;
	border-left: 10px solid #003366;
	background-color:#e6e6e6;

}
ul.annai {
	margin:0px 5px 5px 0px;
	padding:5px;
	text-align:left;
	list-style:none;
}
ul.annai li {
	border-bottom: 1px dotted #336699;
	margin-bottom: 0.1em;	/* 下マージン*/
	margin-top: 0.1em;	/* 上マージン */
	margin-left:0;
	margin-right:0;
	padding:0px 5px 0px 5px;
	color:#336699;
	background-color: #ffffff;
}
.annai li a {
	display:block;			/* 表示形式 */
	width:98%;			/* 表示の横幅 */
	margin:0;
	padding:0 0 0 20px;
	background: #ffffff url(images/pochi.gif) left center no-repeat;;
}
.annai li a:link {
	color: #336699;
}
.annai li a:visited {
	color: #000000;
}
.annai li a:hover {
	color: #dc143c; text-decoration: underline; background-color: #f0f8ff;
}
.annai li a:active {
	color: #dc143c;
}

.box {
	background-color:#ffffff;
	padding:5px 5px 5px 5px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #336699;

}
.menubox {
	font-size:100%;
	margin: 10px 2px 0px 2px;
	padding: 5px 0px 5px 10px;
	background-color: #336699;
	color: #ffffff;
	font-weight:bold;
	text-align:center;
}

.box li {
	border-bottom: 1px dotted #000000;
	list-style:none;
	margin-bottom: 0.5em;	/* 下マージン*/
	margin-top: 0.5em;	/* 上マージン */
	margin-left:0;
	margin-right:0;
	padding:5px 5px 5px 10px;
}
h3.ts {
	font-size: 110%;
	margin:0px 0px 8px 0px;
	color: #003366;
	padding-left:10px;		/* 左パディング */
	padding-top:3px;
	padding-bottom:3px;
	border-left:5px solid #003300;	/* 左ボーダー */
	background-color:#b0e0e6; /* 背景色： */
}
.boxc {
	border: solid 10px #e6e6e6;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	color:#800000;
}

/*********Googleサイト内検索***********/

.textarea {
	margin:0;
	padding:0;
	width:150px;
	height:15px;
}

/*******キャンペーン終わったら削除していい2010/5/31まで********/

h1.camnotice{
	font-size: 120%;
	margin:10px 8px 10px 5px;
	padding:5px 8px 3px 10px;
	border-left: solid 10px #ff0033;
	border-top: solid 2px #ff0033;
	border-right: solid 10px #ff0033;
	border-bottom: solid 2px #ff0033;
	color:#ff0033;
	background-color:#ffffff;
	text-align:center;			/* 中央 */
}
/*******キャンペーン終わったら削除していい2010/5/31まで********/