﻿@charset "UTF-8";
/*
-----------------------------------------------
大阪府　能勢町 Web Site ver.2 typography CSS
Author:   Hideyuki Koyama -MONTAGE lab.(http://www.montagelab.jp)
Version:  28 Feb 2008
----------------------------------------------- */



/* #tabnav
----------------------------------------------------------------------------------------- */
#tabnav{
	border-bottom:1px solid #71A42F;
}

/* #breadclumb
----------------------------------------------------------------------------------------- */
#breadclumb ul{
	border-color:#87C451;
}


/* h
----------------------------------------------------------------------------------------- */
#maincol h2{
	background:url(img/h_bg_info.gif) repeat-x 0 0;
	border-top:solid #87C451;
	border-bottom:solid #71A42F;
	border-width:1px 0 2px 0;
}
#maincol h3{
	border-left:6px solid #87C451;
}

/* col_linklist
----------------------------------------------------------------------------------------- */
#maincol .col_linklist{
	margin:10px 0 30px 0;
}

#maincol .col_linklist ul li{
	margin:0 0 10px 0;
	padding:0 0 0 10px;
	background:url(img/arrow_info.gif) no-repeat 0 0.45em;
}


/* #subcol
----------------------------------------------------------------------------------------- */
#subindex h2{
	margin-top:5px;
	padding:7px 3px 2px 22px;
	font:bold 100%/120% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	color:#fff;
	background:#2582B2 url(img/h_subindex_info.gif) no-repeat 0 0;
	border:none;
}

#subindex h2 a{
	color:#FFFFFF;
	text-decoration:non;
}

#subindex h2 a:hover{
	color:#F00000;
}

#subindex h2 a:visited{
	color:#FFFFFF;
}

#subindex{
	margin:5px 0 20px 0;
	background:#E3FFD9;
}
#subindex ul{
	padding:8px 5px;
}
#subindex li{
	margin:3px 0;
	padding:0 0 0 10px;
	background:url(img/arrow_subindex_info.gif) no-repeat 0 0.45em;

}

