@charset "Shift_JIS"; 

* {margin: 0;padding: 0;font-weight : normal;font-style : normal;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;}

html{
height:100%;
margin: 0px 0px 1px 0px;
overflow-y:scroll;}

body {
margin:0px auto;
height:100%;
font-size : 14px;
color: #5B567C;
line-height: 23px;
letter-spacing : 1px;
text-align: center;
background-color:#CCCCCC;
padding-bottom: 25px; /* フッターの高さ */
padding-top: 80px;    /* ヘッダーの高さ */
font-family: "ＭＳ Ｐゴシック",sans-serif;}
	

img {border: 0;}
ul{list-style-type:none;}
br {letter-spacing : normal; }
h1{font-size : 20pt;text-align : left; color: #FFFFFF;
font-family : "Century Gothic", "ＭＳ ゴシック", Osaka, sans-serif;}
li.t{ background-color: #9999CC;}
	
#header {
	background-color: #ccc;
	height: 50px; /* ヘッダーの高さ */
	position: fixed;
	top: 0;
	width: 798px;}

#footer {
	background-color: #ccc;
	bottom: 0;
	height: 25px; /* フッターの高さ */
	position: fixed;
	width: 798px;}

#wrap {width:798px; height: 100%;text-align:left; margin:0 auto; background-color: #FFFFFF;min-height: 100%;}   
body > #wrap {height: auto;}  
 
#top{ height: 55px;padding: 10px 0px 5px 10px; background-color: #9999CC;}

#menu{font-size: 16px;height: 25px; background-color: #E9E1F4; margin: 0px;}
#menu ul{text-align: center;height:25px; border-bottom-width: 1; border-bottom-color: #9999CC; border-bottom-style: solid;}
#menu li{float:left; width: 114px;}
#menu a{display:block;}
#menu a:hover{color: #ffffff;background-color:#9999CC;}
#menu a:visited{ color:#333366;}

#area{ margin: 0 auto;text-align: left; padding:20px;}
#area table{ margin: 0px auto 0px auto;}

#pic{ margin: 0 auto;text-align: left; padding:20px;}
#pic table{ margin: 0px auto 0px auto;}


#bottom{ height: 25px;text-align:center;background-color: #9999CC; color: White;}

div.link{ padding: 5px; width: 600px; margin: 0px 0px 0px 80px;}

p.link{ color: #5B567C; font-size: 11pt; line-height: 15pt;}

div.index{ margin: 0ox 0px 0px 10px;}

.notice{ color:#D60000}

/* イラストメニュー */
div.pic-top{display: table; width: 650px; margin: 0px 0px 20px 50px;}
div.pic-menu{display: table-cell;
    vertical-align: top;
	width: 150px;height: 100%;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;}
div.pic-sumb{width: 500px;display: table-cell; padding: 0px 10px;}
    

h4{font-size : 15px;}

b{ font-size: 16px;}

a{ text-decoration: none; outline: none;}
a:link{ color:#333366;}
a:visited{ color:#999999;}
a:hover{ color:#CC9966;}
a:active{ color:#FFCC66;}
