@charset "utf-8";
/**初期設定**/
*{
margin:0;
padding:0;
font-family:"メイリオ","ＭＳ ゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}
ul{list-style-type:none;}
input{font-size:12px;}
textarea{font-size:12px;}
a img{border:none;}
html{height:100%;}
/**ボディー**/
body{
margin:0 auto;
height:100%;
width:100%;
}
/**ヘッダー**/
#header{
min-width:800px;
height:32px;
background-color:#1e90ff;
}
#header div.header_left{
float:left;
width:70%;
text-align:left;
}
#header div.header_left h1{
float:left;
margin:10px 0 0 15px;
font-size:13px;
font-weight:normal;
color: #ffffff;
text-align:left;
}
#header div.header_right{
float:left;
width:28%;
padding:12px 10px 0 0;
text-align:right;
color:#ffffff;
font-size:12px;
}
#header div.header_right a{
margin:0 0 0 20px;
font-size:12px;
color:#ffffff;
}
#header div.header_right a:hover{
text-decoration:none;
color:#EDE909;
font-weight:bold;
}
/**フッター**/
#footer{
clear:both;
position:absolute;
margin:0;
padding:6px 0 6px 0;
width:100%;
text-align:center;
font-size:11px;
color: #ffffff;
background-color:#1e90ff;
}
/**コンテンツ**/
#contents{
clear:both;
min-width:800px;
min-height:90%;
}
#contents h3{
width:100%;
margin:10px auto;
text-align:center;
font-size:14px;
}
/**パンくずリスト**/
#pankuzu{
margin:0 0 5px 10px;
min-width:600px;
background-color:#ffffff;
}
#pankuzu ul li{
float:left;
height:20px;
width:140px;
line-height:22px;
padding:0 20px 0 20px;
font-size:11px;
background-color:#ffffff;
}
#pankuzu ul li a{
display:block;
height:20px;
text-decoration:none;
}
#pankuzu ul li a:link{color:#182f61;}
#pankuzu ul li a:visited{color:#182f61;}
#pankuzu ul li a:hover{
color:#182f61;
text-decoration:underline;
}
#pankuzu ul li a:active{color:#182f61;}
.pass1{background: #dbd8e4 url(../img/home.png) no-repeat left center;}
.pass2{background: #dbd8e4 url(../img/pass1.png) no-repeat left center;}
.pass3{background: #dbd8e4 url(../img/pass1.png) no-repeat left center;}