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

*{
padding: 0 0 0 0;
margin: 0px;
}


body{
padding: 0px;
margin: 0px;
font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3",Osaka;
font-size: small;
line-height: 130%;
background: #000;
}


h1,h2,h3,h4,h5,h6,ul,li,ol,dd,dt,dl,form,p{
padding: 0px;
margin: 0px;
}


ul,ol,li{
list-style: none;
}


.clearfix:after {
display: block;
clear: both;
height: 0;
visibility: hidden;
content: ".";
}

.clearfix {
display: inline-block;
}

* html .clearfix {
height: 1%;
}

.clearfix {
display: block;
}


.clr{
clear: both;
}


a{
color: #09f;
text-decoration: none;
}


a:hover{
color: #999;
text-decoration: none;
}


.vanish{
text-indent:-9876px;
}

.attn{
color: #c00;
}

.mgn-none{
margin: 0px 0px 0px 0px;
}

.mgn-r10{
margin-right: 10px;
}



/**********************************基本構造**********************************/

#wrapper{
width: 800px;
padding: 0px;
margin: 0px auto;
background: url(../img/bgpattern.png) repeat-x left 200px #FCDBF4;
}


#header{
height: 200px;
width: 800px;
background: url(../img/bg-header.png) no-repeat;
}


h1{
padding: 10px 10px 0 0;
font-size: medium;
color: #444444;
text-align: right;
}

#container{
padding:0 0 0 35px;
}

#main{
float: left;
width: 540px;
margin: 35px 20px 0 0;
}


#local{
float: left;
width: 165px;
margin: 0;
text-align: center;
}


#footer{
clear: both;
padding: 30px 0px 30px 350px;
color: #444;
}


/**********************************メイン**********************************/

#main .top{
height: 240px;
width: 500px;
padding: 20px;
margin: 0;
border: solid 1px #FF01FF;
color: #444444;
background:#ffffff;
}

#main .top img{
border:none;
}

#main .top h2{
background:url(../img/h2-logo.gif) left top no-repeat;
height:40px;
display: block;
margin-bottom: 10px;
}


#main .top p{
width: 500px;
font-size:12px;
line-height: 140%;
color: #444444;
text-align: left;
display: block;
margin: 0 0 10px;
height: 70px;
overflow: hidden;
}


#main ul.list li{
float: left;
float: left;
height: 165px;
width: 120px;
padding: 5px;
margin: 10px 4px 0 0;
border: 1px solid #FF01FF;
font-size: 10px;
color: #ffffff;
background-color: #ffffff;
}


#main ul.list li a{
color: #444444;
}


#main ul.list li.rightEnd{
margin: 10px 0 0 0;
}


ul.list li img{
border: none;
}



/**********************************ローカル**********************************/

#local .screen{
height: 400px;
padding: 5px 0px 5px;
margin: 35px 0 0;
overflow: hidden;
border: solid 1px #FF01FF;
text-align: center;
background-color: #FFFFFF;
}


#local .mail a{
display: block;
height: 36px;
width: 165px;
margin: 20px 0;
text-indent: -9876px;
background: url(../img/btn-mail.gif) no-repeat top;
}


#local .mail a:hover{
background: url(../img/btn-mail.gif) no-repeat bottom;
}

