@charset "utf-8";
@import "common/0-import.css";
/*------------------------------------------------------------
	iPhoneの縦・横でスタイルを切り替える
------------------------------------------------------------*/
body.iphone {
	background: #f66;
}

body.android {
	background: #66f;
}

#menu_purple {
    
    padding: 10px;   
    background: -webkit-gradient(linear,left bottom, left top,   
                from(#fc8312),   
                color-stop(0.01,#ffb160),   
                color-stop(0.02,#ffb160),   
                color-stop(0.03,#fe8a0f),   
                color-stop(0.49,#ff7300),   
                color-stop(0.5,#ff9100),   
                to(#ffca80));
    color:#ffffff;

    background: -moz-linear-gradient(   
                center bottom,   
                rgb(215,63,164) 15%,   
                rgb(255,95,197) 58%,   
                rgb(255,124,237) 79%   
                );   
}

#menu_red {
    
    padding: 10px;   
    background: -webkit-gradient(linear,left bottom, left top,   
                from(#ff0000),   
                color-stop(0.01,#ff0033),   
                color-stop(0.02,#bb0066),   
                color-stop(0.03,#cc0000),   
                color-stop(0.49,#dd0000),   
                color-stop(0.5,#ff0004),   
                to(#ff0005));   
    color:#ffffff;

    background: -moz-linear-gradient(   
                center bottom,   
                rgb(215,63,164) 15%,   
                rgb(255,95,197) 58%,   
                rgb(255,124,237) 79%   
                );   
}   

#menu_blue {
    
    padding: 10px;   
    background: -webkit-gradient(linear,left bottom, left top,   
                from(#0000ff),   
                color-stop(0.01,#0099ff),   
                color-stop(0.02,#0055ff),   
                color-stop(0.03,#0000ff),   
                color-stop(0.49,#0009ff),   
                color-stop(0.5,#0055ff),   
                to(#00bbff));   
    color:#ffffff;
  
    background: -moz-linear-gradient(   
                center bottom,   
                rgb(215,63,164) 15%,   
                rgb(255,95,197) 58%,   
                rgb(255,124,237) 79%   
                );   
}   

#menu_green {
    
    padding: 10px;
    background: -webkit-gradient(linear,left bottom, left top,   
                from(#006600),   
                color-stop(0.01,#00FF00),   
                color-stop(0.02,#00CC33),   
                color-stop(0.03,#009966),   
                color-stop(0.49,#009933),   
                color-stop(0.5,#339966),   
                to(#339966));   
    color:#ffffff;
  
    background: -moz-linear-gradient(   
                center bottom,   
                rgb(215,63,164) 15%,   
                rgb(255,95,197) 58%,   
                rgb(255,124,237) 79%   
                );   
}   



#menu_gray {
    padding: 10px;
background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.04, rgb(143,143,143)),
    color-stop(0.52, rgb(173,168,173)),
    color-stop(0.76, rgb(168,165,168)),
    color-stop(0.88, rgb(125,121,125))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(143,143,143) 4%,
    rgb(173,168,173) 52%,
    rgb(168,165,168) 76%,
    rgb(125,121,125) 88%
);

}   
