@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

h1{
    color: #666666;
    /*background-color: #CCFF99;*/
    width: 800px;
    height: 200px;
    margin-top: 0px;
    font-size: 30px;
    font-family: メイリオ;
}

.hidden{display: none;}
.on  {/*background-color:#CCFF99;*/
	background-image: url('topbtn-2.png');
	}
.off {/*background-color:#99FF00;*/
	background-image:  url('topbtn.png');
}

a.href-without-text{
text-decoration: none;
}

body{
    /*background-image: url('http://www.kansai-mun.org/kmunc12/background.jpg');*/
    background-repeat: repeat;
    background-position: top center;
    width: 800px; 
   color: #000023;
    border-color: #000000;
    margin: auto;
   padding: 0;
    font-family: メイリオ;
    font-size: 12px;
    clear: both;
    border: 5px solid green;
}

body *{
margin: 0;
padding: 0;
}

/********** 上 **********/
#top-menu{
    font-size: 20px;
/*    height: 50px; */
/*    width: 1000px; */
    padding: 0;
    margin-bottom: 1em;
    width: 100%;
}
#top-menu *{
margin: 0;
padding: 0;
}

#top-menu ul{
    
 list-style-type: none;
}
#top-menu li{
    float:left;
    display:block;
    /*width: 140px;*/
    width: 114px;
    font-size: 17px;
    font-family: "ＭＳ　ゴシック";
    font-weight: bolder;
    text-align: center;
   }
a:link{
    color:#000000;
    text-decoration: none;
}
a:visited{
	color: purple;
	text-decoration: none;
}
a:hover{
	color: gray;
	text-decoration: none;
	}
a:active{
	color: gray;
	text-decoration: none;
}
    
   /* margin-right:2px;*/
/*    padding: 0; */

#top-menu-description{
    clear:both;
    border:solid 8px green/*#CCFF99*/;
    background-color: white;
}




/********** 左 **********/
#side-bar{
    float: left;
    width: 30%;
    font-size: 110%;
    border-right: 2px green solid;
    }
#side-bar ul{
    list-style-type: none;
    list-style-image: url('point020_04.png');
    margin-left: 2em;
    margin-top: 1em;
    margin-bottom: 1em;
}

h3{background-image: url('sidebtn.png');
	height: 50px;
	margin-bottom: 10px;
	padding-left: 40px;
	padding-top: 10px;
	color: #FFFFFF;
	font-family: "ＭＳ　ゴシック";
	font-size: 16px;
}
/********** 右 **********/
#main-contents{
    margin: auto;
    margin-right: 10px;
    float: right;
    width: 65%;
 /********** 高さ **********/
    height: 1200px;
    font-size: 120%;
    background-color: #FFFFFF;
    scrollbar-3dlight-color:#80ff80;
scrollbar-arrow-color:#ffffff;
scrollbar-darkshadow-color:#80ff80;
scrollbar-face-color:#80ff80;
scrollbar-highlight-color:#80ff80;
scrollbar-shadow-color:#80ff80;
scrollbar-track-color:#d5ffd5;

}

#main-contents h2{
	margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-family: "ＭＳ　ゴシック";
    font-size: 24px;
    height:30px;
	background-image:url('http://www.kansai-mun.org/kmunc12/head016_04.png');
	width:50%;
	}
 
}
#main-contents h2 ~ dl,div,form,p,ul{
    padding-left: 1em;
    margin-bottom: 2em;
}

.komidasi{
	border-bottom-style: dotted;
	border-bottom-color: #99FF00;
	border-bottom-width: 3px;
	width: 300px;
	font-size: 20px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}

.kouen{
	list-style-type: none;
	}
dd{
	list-style-type: none;
}

/********** 下 **********/
#footer{
    top-margin: 4em;
    padding: 0.5em;
    clear: both;
    color: #666666;
    background-color: #80ff80;
    margin-bottom: 0;
    height: 2em; 
    text-align: right;
}