h1 {
    margin:20px 0px 10px 0px;
    padding:20px 0px 0px 5px;
    font-family:"헬ꏑ" sans-serif;
    font-size:1.4em;
    font-weight:lighter;
    text-align:center;
    color:inherit;
    background-color:inherit;
}
h2 {
    font-size:95%; 
    margin:50px 0 15px 0; 
    border-bottom:3px double #8C7100;
}
blockquote {
    color:#F20386;
    background-color:inherit;
    margin:20px 10px;
}
#h1_detail {
    font-weight:bold;
    text-align:center;
}
#h1_subdetail {
    font-weight:lighter;
    font-size:0.9em;
}
#detail { margin:50px 10px 30px 10px;}
#detail p { margin:10px 0px;}
#detail img{ border:0px; }

.list_bunken {
    margin:10px 0px 15px 0px;
    width:100%;
}
.list_bunken ul {
    margin-left:0px;
    list-style-type:square;
    list-style-position: outside;
}

#topmenu{
    z-index:4;
	position: relative;
	top:0px;left:250px;
    width:579px;_width:571px;
    height:23px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	background-color:#E7DFA5;
}
#topmenu ul{margin:0; padding-left:30px;list-style-type:none;}
#topmenu li{margin:0; padding:0;display:inline;float:left;}
#topmenu a{
    margin:0; 
    display:block;
    width:60px; 
    color:#000;
    padding:3px 0px;
    font-size:0.9em;
    border-right:1px solid #000;
    text-align:center;
}
#topmenu a:hover{color:inherit; background-color:#A5DBAD;}
#topmenu .active a{
	color:inherit;
	background-color: #FFC3CE;
}