
h2.title_man{

background:#00a0e9; color:white; padding:1em; margin:0 0 10px 0;
text-shadow:1px 1px 0px #000;
border-bottom:2px solid #ddd;

}

h2.title_woman{

background:#e4007f; color:white; padding:1em; margin:0 0 10px 0;
text-shadow:1px 1px 0px #000;
border-bottom:2px solid #ddd;

}


.scrollbutton{

text-align:center; margin:10px;

}


/*コンテンツの中身レイアウトCSS*/

dl{

line-height:1.4;
padding:1em;
background:#fff;
}

dl dt{

font-weight:bold;
margin:5px 0;
color:#000;

}


dl dd{

margin-bottom:10px;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */  
padding:1em;
border:1px solid #000;
background:#eee;

}




/*開閉パネル*/


.vmenuitem{

background-color:#fff;
cursor:pointer;
padding:1em;
font-weight:bold;

}

.vmenu_on, .vmenu_off{

margin:0 5px 5px 5px;
border-radius: 5px;        /* CSS3草案 */  
-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
-moz-border-radius: 5px;   /* Firefox用 */  
border:1px solid #000;

}

.vmenu_on .vmenuitem{

background:url(../images/mai.png) right center no-repeat;
border-bottom:2px solid #ddd;
color:#e4007f;

}

.vmenu_off .vmenuitem{

background:url(../images/plus.png) right center no-repeat;

}

.vmenu_on ul{

display:auto;
margin:2px 0;

}
.vmenu_off ul{

display:none;

}