/* ウェブもりおか「生活ガイド」トップページ用スタイルシート */

BODY {

MARGIN: 0px;
}

img {
  border-width:0px;}


/*　----------　ナビゲーション　----------　*/

.navi{
	padding : 0px;
	margin-top : 10px;
	margin-left : 0px;
	margin-right : 10px;
	font-size : x-small;
	margin-bottom: 10px;

}

.navi2{
	padding : 0px;
	margin-top : 5px;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 5px;
	font-size : x-small;
	color: #FFFFFF;
	margin-bottom:5px;		/*メニュー間の隙間確保*/
}
  
.tbcolor{
  background-color : #23AE4C;}
  


/*　----------　メニュー枠　----------　*/
div#menu{
 margin:0px;
 padding:0px 10px 5px 10px;
 border-width:2px 2px 2x 10px;	/*左だけ枠線10px*/
 border-color:#50A860;
 border-style:solid;
 /*font-size:x-small;*/
 line-height:1.2em;
}

/*　----------　項目分類タイトル　----------　*/

td.item{
 background-image:url(../img/tit_m.gif);
 background-repeat:repeat-x;
 width:100%; 
}

/*　----------　リスト表示制御　----------　*/

.list{
  list-style-image : url(../img/marugreen.gif);
  margin-top:10px;
  margin-bottom:10px;
  margin-left:30px;
  margin-right:15px;
  line-height : 1.5em;
}


.right{
  text-align:right;
  margin : 2px 30px 5px;margin-left : 30px;margin-left : 0px;
  font-size : small;}

/*　----------　フッタ　----------　*/

.foot{
	background-color : #ffffff;
	padding-top : 6px;
	padding-left : 20px;
	padding-bottom : 4px;
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 1px;
	margin-bottom : 1px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #3366CC;
	border-right-color: #3366CC;
	border-bottom-color: #3366CC;
	border-left-color: #3366CC;
: solid;
  border-bottom-style : dotted;
  border-top-color : #3366CC;
  border-bottom-color : #3366CC;
  font-size : small;}
}
.color {
	color: #23AE4C;
	font-size: x-small;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 9px;
}
/*　----------　文字サイズ　----------　*/

.headlink{font-size:12px;
}