@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }
body { background: #fff url(../img/common/bg.png) no-repeat 50% 0; text-align: center; font-size: 12px; line-height: 1.7; color: #000; font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }
hr { display: none; }
ul { list-style: none; }
img { border: none; vertical-align: bottom; }
nav,section,footer { display: block; }

/*リンク設定
----------------------------------------------*/
a:link { color:#4798ED; text-decoration : none; }
a:active { color: #4798ED; text-decoration : none}
a:visited { color: #4798ED; text-decoration : none}
a:hover { color:#4798ED; text-decoration: underline;}
a:hover img{ opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; }

.noop { opacity:0.6; filter:alpha(opacity=60); -ms-filter: "alpha( opacity=60 )"; background:none!important; }

::selection { background: #BCE2EC; color:#666666; }
::-moz-selection { background: #BCE2EC; color:#666666; }


/*メニュー
----------------------------------------------*/
nav { width: 100%; border-top: 10px solid #000; background: url(../img/common/menu_bg.png); height: 40px; position: fixed; top: 0; z-index: 9999; }
nav li { display: inline; position: relative; }
nav li img { border-right: 1px solid rgba(0,0,0,0.5); }
nav span { display: block; position: absolute; top: -25px; right: -5px; background: #FF3F6F; color: #FFF; padding: 0px 4px; font-size: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
#menu1 { border-left: 1px solid rgba(0,0,0,0.5); }


/*ページ設定
----------------------------------------------*/


footer { width: 100%; font-size: 10px; background: url(../img/line.png) 50% 0 no-repeat; min-height: 100px; margin: 30px 0 80px; padding-top: 15px; }





