/* ------------------------------
初期化
------------------------------ */
*{
margin:0px;
padding:0px;
font-size:small;
font-family:Arial,Verdana,sans-serif;
font-weight:normal;
zoom:1;
}

a{
text-decoration:none;
}

a img{
border:none;
}

ul li{
list-style-type:none;
}
img{
vertical-align:bottom;
}

p{
line-height:1.5em;
}

/*IE8*/
html>/**/body {font-size /*\**/: 80%\9;}

/* ------------------------------
レイアウト
------------------------------ */

html{
height:100%;
width:auto;
background-color:#ffffff;
} 

body{
width:auto;
text-align:center;
height:100%;
min-height:100%;
}

div#wrapper{
width:832px;
margin:0 auto;
text-align:left;
min-height:100%;
height: auto !important;
height:100%;
margin-bottom:-66px;
position:relative;
}

div#left{
width:192px;
float:left;
position: relative;
height:580px;
}


div#main{
width:640px;
float:left;
padding-bottom:36px;
}

/* ------------------------------
header
------------------------------ */

div#header{
height:74px;
width:840px;
position:relative;
}

#top{
position:absolute;
top:0px;
left:0px;
width:120px;
height:71px;
}

img#visual{
display:block;
vertical-align:text-bottom;
}

/* ------------------------------
footer
------------------------------ */

div#footer{
position: relative;
margin-top:-66px;
text-align:center;
clear:both;
height:36px;
padding-top:36px;
}

div.footer_line{
margin-top:10px;
background-color:#535989;
height:6px;
border-bottom:solid 1px #000000;
}

div#footer p{
margin:0px;
padding:0px;
}

/* ------------------------------
left_area
------------------------------ */

ul.menu{
background:url(../images/common/left_bg_topshadow.gif) no-repeat;
padding-top:16px;
margin-left:-9px;
margin-bottom:25px;
position: relative;
zoom: 1;
}

ul.menu li{
background:url(../images/common/left_bg_shadow.gif) no-repeat;
padding-left:9px;
line-height:0;
margin-top:0px;
position: relative;
zoom: 1;
}

ul.menu img{

vertical-align:text-bottom;
}

h2.kaiin{
margin-bottom:8px;
}

li.scat{
margin-left:10px;
}

/* ------------------------------
main_area
------------------------------ */

div#main p#location{
margin:10px 0px 10px 0px;
font-size:90%;
}

/* ------------------------------
parts
------------------------------ */

.clear{
clear:both;
}

.float_r{
float:right;
}

.float_l{
float:left;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

div#main div.wysiwyg{
padding:0px 20px 10px 0px;
_padding:0px 10px 10px 0px;
position:relative;
}

div#main div.wysiwyg p{
padding:1em 0px 1em 20px;
margin:0px;
}

div#main div.wysiwyg strong{
font-weight:bold;
}

div#main div.wysiwyg ul li{
list-style-type: disc;
}



div#main div.wysiwyg li{
margin-left:1em;
}

div#main div.wysiwyg ol li{
list-style-type: decimal;
}



span.must{
color:#ff0000;
font-weight:bold;
}

/* print */
@media print {
body{background-image:none;}
}
