@charset "shift_jis";


/* ============== ボディ ============== */

html {
	margin : 0;
	padding : 0;
	}

body {
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #fff;
	font-family: "Osaka", "ＭＳ Ｐゴシック", "sans-serif";
	line-height: 1.3;
	font-size: 100%;
	}

div {
	margin: 0;
	padding: 0;
	}
img	{
	border: none;
	}


/* ============== フォント ============== */


/*通常の編集領域*/
.small    	{font-size:80%; color:#333; text-decoration:none; line-height:135%;}
.smallb   	{font-size:80%; color:#333; text-decoration:none; line-height:135%; font-weight:bold;}
.xsmall   	{font-size:72%; color:#333; text-decoration:none; line-height:130%;}



/* ============== リンク ============== */
a:link {
	color: #333333;
	text-decoration: none;
	}

a:visited {
  color:#333333;
  text-decoration: none;
  }
a:hover {
	color: #00CC00;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: none;
	}

#topsokuho a:hover {
	color: #3399FF;
	text-decoration: underline;
}


/* ============== メニューリスト ============== */



div.topics { 
	height : 130px ;
	width : 328px ;
	overflow:auto;
	padding-right:3px;
	}


ul {
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 6px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
}

li {
    list-style: none;
    margin: 0;
	padding: 4px 0 4px 10px;
}


#menu ul{
	font-size:80%;
	list-style-image: url(../images/top/mark_yello.gif);
	list-style-type: none;
	list-style-position: outside;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;

}

#menu li{
	margin: 0px;
	padding: 0px;
	line-height: 150%;
  }

.greenmaru ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.greenmaru li {
	line-height: 150%;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
	list-style-image: url(../images/top/mark_green.gif);
	font-size: 80%;
	margin-left: 5px;
	padding-left: 5px;
  }
  
.bluemaru ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.bluemaru li {
	line-height: 150%;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
	list-style-image: url(../images/top/mark_blue.gif);
	font-size: 80%;
	margin-left: 5px;
	padding-left: 5px;
  }
  
  
.orangemaru ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 10px;
}
.orangemaru li {
	line-height: 150%;
	padding-top: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	list-style-position: outside;
	list-style-image: url(../images/top/mark_orange.gif);
	font-size: 80%;
	margin-left: 5px;
	padding-left: 5px;
  }
  

/* ============== マーク ============== */
.mark{
	margin-right:10px;
}



.event{
	border:1px dashed #999999;
	padding: 2px;
}

/* ============== 装飾 ============== */
.tensenwaku{
	padding: 5px;
	margin-top: 5px;
	border: 1px dotted #339966;
}
