@charset "UTF-8";
@import url("/common.css");
@import url("/column.css");
@import url("/font.css");

/*サイト全体の設定*/
#header,#content,#footer{width:980px;margin:0 auto;}
#header{}
#content{}
#footer{text-align:center;}
body{line-height:180%;font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;}
#content img{border-radius:5px;}
body *{font-family: 'Noto Sans Japanese', sans-serif;}

/*ヘッダー、メインメニュー*/
#header{background-image:url(/media/view?id=2818&site=306);background-size:100%;width:100%;background-position:center center;background-repeat:no-repeat;}
/*
#header{width:100%;background-color:#eee;background:-webkit-gradient(linear, left top,left bottom,from(#eee),color-stop(0.5,#eee),to(#ccc));}
*/
#header ul{padding:5px 5px 0;display:table;width:980px;margin:0 auto;}
#header li{list-style:none;margin-right:5px;float:left;}
#header li a{display:block;text-align:center;padding:7px 18px 7px;border-radius:9px 9px 0 0;transition-property:background,color;transition-duration:0.2s;transition-timing-function:ease-out;transition-delay:0.05s;border:1px solid #aaa;border-width:1px 1px 0;letter-spacing:3px;background-color:#eee;opacity:0.9;}
#header li a:hover{background-color:#00238C;color:#fff;}

/*ヘッダー・デザイン*/
h1{width:980px;margin:0 auto;padding:18px 0;}
h1 a{display:block;width:360px;height:70px;background-image:url(/media/view?id=2822&site=306);background-repeat:no-repeat;text-indent:-9999px;}
h2{border:1px solid #ccc;border-width:1px 0;margin:20px 0;padding:32px 3px;letter-spacing:12px;}
h3{border:1px solid #ccc;border-width:0 0 0 10px;border-radius:20px 0 0 20px;background-color:#eee;
margin:24px 0 24px -30px;padding:10px 20px;background:-webkit-gradient(linear,left top,right top,from(#eee),to(#fff));letter-spacing:6px;}
h4{border:1px dotted #ccc;border-width:0 0 1px 1px;border-radius:20px 0 0 20px;
margin:15px 0 15px -20px;padding:5px 20px;letter-spacing:3px;}

#main img{max-width:640px;}