/*---本体共通---*/
body {
	margin: 0;
	padding: 0;
	line-height:1.4;
	color:#333;
	font-family:Arial, sans-serif;
	font-size:0.9em;
	width: 730px ;
}

/*---リンク文字---*/
a:link			{ color: blue; } 
a:visited	{ color: blue; } 
a:hover		{ color: #FF0000; } 
a:active	{ color: #FF0000; } 

/*---テキスト横位置---*/
#tleft			 { text-align: left; }
#tcenter  { text-align: center; }
#tright		 { text-align: right; }

/*---テキスト横位置---*/
#vtop			 { vertical-align: top; }
#vmiddle  { vertical-align: middle; }
#vbottom	 { vertical-align: bottom; }

/*---トップヘッダー---*/
.headlink {
	font-size: 12px;
	line-height: 1.8em;
}

/*---コンテンツヘッダー1---*/
.conheadt { 
	background-color: #FFFFFF;
	width: 90%;
	height: 67px;
	line-height:2.5em;
	font-size:0.8em;
	margin-top: 0px;
	margin-left: 0px;
	background: url("../image/conheadbg.jpg");
} 

/*---コンテンツヘッダー2---*/
.conheadb { 
	background-color: #dfdfdf;
	width: 100%;
	margin-left: 0px;
	border-bottom: solid 5px #006666;
} 

/*---ジャンル---*/
table.gr1 { 
	text-align: center;
	font-weight: bold;
	height: 35px;
	width: 180px;
	background: url("../image/gr1bg.gif");
	border-bottom: solid 5px #009966;
} 

/*---選択ジャンル右タイトル---*/
.grtitle {
	width: 80%;
	height: 33px;
	margin-top: 20px;
	font-size: 1.4em;
	font-weight: bold;
	background: url("../image/subgenrebg.gif");
	padding: 3px 0px 0px 40px;
}

/*---選択ジャンル＋１コンテンツ一覧---*/
.gr2con {
	line-height:1.4;
	margin-top: 15px;
	margin-left: 30px;
} 

/*---ジャンル左トップ---*/
.genreside {
	width: 186px;
	height: 500px;
	background: url("../image/genresidebg.gif");
}

/*---ジャンル左リスト---*/
.genresidelist {
	width: 180px;
	height: 30px;
	background-color: #ffffee;
	border-bottom: dotted 1px #808080;
	padding : 5px 8px 5px 2px;
}

/*---ナビゲーションバー---*/
table.navi {
	width: 100%;
	height: 25px;
	font-size:0.98em;
	background-color: #EEEEEE;
}

/*---基本タイトル---*/
.ltitle { 
	background-color: #4ea049;
	width: 95%;
	line-height:1.4em;
	color: white;
	font-weight: bold;
	font-size:1.4em;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	border-left: solid 15px #F99156;
	padding: 0px 10px;
} 

/*---ブロックタイトル---*/
.mtitle { 
	background-color: #e7f4d7;
	width: 95%;
	line-height:1.4em;
	font-weight: bold;
	font-size:1.2em;
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #EE4311;
} 

.contentsword { 
	width: 95%;
	line-height:1.4em;
	margin-left: 5px;
	margin-bottom: 20px;
}

/*---テーブル基本枠組み---*/
table.ta { 
	line-height:1.4;
	font-size:0.98em;
	margin-top: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
} 

/*---ページトップへ---*/
.ptop { 
	width: 95%;
	text-align: right;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
}

.toplist {

	text-align: center;

}


.img {
	margin-right: 10px;
}

.sightimg {
	margin-top: 20px;
	margin-left: 10px;
}

.word {
	margin-bottom: 30px;
	line-height:1.4;
}

/*---フッター（個人情報・・・）---*/
.foot1 { 
	background-color: #eeeeee;
	width: 100%;
	text-align: center;
	line-height:1.8em;
	font-size:0.98em;
	margin-top: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	border-top: dotted 1px #808080;
	border-bottom: solid 3px #006666;
} 

/*---フッター（男鹿市役所・・・）---*/
.foot2 { 
	width: 100%;
	text-align: center;
	line-height:1.5em;
	font-size:0.98em;
	margin-left: 0px;
	margin-bottom: 5px;
} 

/*---フッター（Copyright・・・）---*/
.foot3 { 
	background-color: #006666;
	color: white;
	width: 100%;
	text-align: center;
	line-height:1.5em;
	font-size:0.8em;
	margin-left: 0px;
} 

