/* 写リンク用 */
/*
CSSを追加する際にはわかりやすくコメントを付けてください。
コメントには「基礎レイアウト用（〜）」、「共通素材用（〜）」、「各ページ用（〜）」の3つに分類してください。

●基礎レイアウト用
	基礎となるCSSです。
	
●共通素材用
	common.css に分けてあります。

	
/* 基礎レイアウト用（写リンクメニュー） */
.table-top-navi {
	margin-top:0;
	margin-left:0;
	background:#c4c4c4;
}
.table-top-navi ul {
	margin:0;
	padding:0;
	list-style-type:none;
	}
.table-top-navi ul li {
	text-indent:-9999px;
	height:25px;
	display:block;
	border-left:1px solid #c4c4c4;
	}
.table-top-navi ul li a {
	margin:0 0 0 0;
	padding:0;
	display:block;
	width:198px;
	height:25px;
/*\*/
   overflow: hidden;
/**/
	}
	
	
.meishi a{
	width:198px;
	height:25px;
	background:url(/image/top_meishi.gif) left top;
	}
.greeting a{
	width:198px;
	height:25px;
	background:url(/image/top_greeting.gif) left top;
	}
.kankou a{
	width:198px;
	height:25px;
	background:url(/image/top_kankou.gif) left top;
	}
.sake a{
	width:198px;
	height:25px;
	background:url(/image/top_sake.gif) left top;
	}
.orien a{
	width:198px;
	height:25px;
	background:url(/image/top_orien.gif) left top;
	}
	
.meishi a:hover{
	background:url(/image/top_meishi.gif) left 25px;
	}
.greeting a:hover{
	background:url(/image/top_greeting.gif) left 25px;
	}
.kankou a:hover{
	background:url(/image/top_kankou.gif) left 25px;
	}
.sake a:hover {
	background:url(/image/top_sake.gif) left 25px;
	}
.orien a:hover {
	background:url(/image/top_orien.gif) left 25px;
	}
	
.meishi-over a{
	width:198px;
	height:25px;
	background:url(/image/top_meishi.gif) left top;
}
.greeting-over a{
	width:198px;
	height:25px;
	background:url(/image/top_greeting.gif) left top;
	}
.kankou-over a{
	width:198px;
	height:25px;
	background:url(/image/top_kankou.gif) left top;
	}
.sake-over a{
	width:198px;
	height:25px;
	background:url(/image/top_sake.gif) left top;
	}
.empty a{
	width:198px;
	height:25px;
	background:url(/image/top_empty.gif) left top;
	}
	
#navi img {
	margin-right:2px;
	border:none;
}



/* 基礎レイアウト用（写リンク本文と左メニューの大元） */

	
/* 基礎レイアウト用（写リンク本文） */

h2 {
	margin:0 20px 0 20px;
}

h3 {
	margin:0;
	padding:0;
	border:none;
	width:600px;
	height:92px;
	display:block;
}

#submenu-top h3 {
	margin:0;
	padding:0;
	border:none;
	width:200px;
	height:27px;
	display:block;
}


h4 {
	color:#199319;
	font-size:100%;
	margin-bottom:5px;
	border-bottom:1px dotted #999999;
		clear:both;
}

h5 {
	color:#000000;
	font-size:110%;
}


/* 基礎レイアウト用（写リンク左メニュー） */


#submenu-top {
	width:200px;
	padding:0;
	margin-top:0;
	margin-left:637px;
	}
#submenu-top p {
	margin:8px 0;
	}
#news {
	margin:0;
	padding:0;
	font-size:12px;
	}

#news ul {
	margin:10px 0 8px 0;
	list-style-type:none;
	width:600px;
	}
#news ul li {
	margin:0 0 7px -25px ;
	_margin:0 0 7px 8px;
	width:600px;
	line-height:1.2em;
	}
.side-title {
	margin:0;
	padding:0;
	border:none;
	width:200px;
	height:27px;
}

/* 基礎レイアウト用（写リンクフッター） */



/* 基礎レイアウト用（写リンクサイドメニュー内容） */

.table-top-navi {
	padding:0;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	border-style:none;
	margin-top:0;
	vertical-align:top;
	}
.table-top-navi td {
	vertical-align:top;
	border:none;
	border-collapse:collapse;
	border-spacing:0;
	border-style:none;
	}
.table-top-navi p {
	margin:0;
	}
.table-d-com {
	font-size:80%;
	font-weight:bold;
	color:#98c72f;
	line-height:1.4em;
	margin:0 5px 5px;
	}
.table-cm {
	 background:#cae86e;
	 font-size:12px;
	 }
.table-cm-border {
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	}
.blog-link {
	border-top:1px dashed #999999;
	}
.name {
	font-weight:bold;
	color:#749f15;
	}
