@font-face{ 
	font-family: 'Mutsuki';
	src: url('/Mutsuki.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.main_header {
    background-image: url("/bg-metal.jpg")
}

.main_header:before {
    height:1px;
}


body > header > div.header_scroll > div > div > div.header_wrapper > nav {  
    font-family: 'Mutsuki'; 
//    background: #FFF;  
    color: #0f0;  
//    font-size: 75%;  
//    line-height: 150%;  
    text-align: center;  
}  

.widget_nav_menu ul li a, .widget_archive ul li a, .widget_pages ul li a, .widget_categories ul li a, .widget_recent_entries ul li a, .widget_meta ul li a{
  color: #333333;
}

/*******
.gallery-stand-img .gallery_item img, .gallery_item_wrapper img{
    border-radius: 50%;  /* 角丸半径を50%にする(=円形にする) */
    width:  180px;       /* ※縦横を同値に */
    height: 180px;       /* ※縦横を同値に */
}
****/

input{
 color: #000000;
}
