@charset "utf-8";
/* CSS Document */
@import url("./reset.css");
body {
text-align:center;
font-size:12px;
background:#FFFFFF;
}
/* ヘッドの中身 */
#head {
height:500px;
width:800px;
border:#888 1px solid;
background:url(/img/index_page/head_back.jpg) no-repeat #FFF;
}
#head img{
margin:8px 0 0 340px;
}
#head img.logo {
margin:130px 0 0 340px;
float:left;
}
#head img.qr {
margin:130px 0 0 0px;
float:left;
}
#head a.qr {
margin:0px 0 0 635px;
float:left;
}
#head a.enter {
display:block;
height:73px;
width:203px;
margin:10px 0 0 360px;
_margin:10px 0 0 180px;
background:url(/img/index_page/enter.jpg) no-repeat #FFF;
float:left;
}
#head a:hover.enter {
background:url(/img/index_page/enter_hover.jpg) no-repeat #FFF;
}
#head a.out {
display:block;
height:35px;
width:110px;
margin:15px 0 0 360px;
float:left;
/*background:url(/img/index_page/out.jpg) no-repeat #FFF;*/
}
/* 各エリアの入り口 */
#areaList {
margin:10px 0 0 360px;
}
#areaList li {
float:left;
}
#areaList a{
display:block;
height:25px;
width:100px;
text-indent:-9999px;
margin:2px;
}
#areaList li a.chugoku{
background:url(/img/index_page/area_chugoku.gif) no-repeat #FFF;
}
#areaList li a.shikoku{
background:url(/img/index_page/area_shikoku.gif) no-repeat #FFF;
}
#areaList li a.kansai{
background:url(/img/index_page/area_kansai.gif) no-repeat #FFF;
}
#areaList li a.toukai{
background:url(/img/index_page/area_toukai.gif) no-repeat #FFF;
}
#areaList li a.kyu-okinawa{
background:url(/img/index_page/area_kyu-okinawa.gif) no-repeat #FFF;
}
#areaList li a.kanto{
background:url(/img/index_page/area_kanto.gif) no-repeat #FFF;
}
#areaList li a.hoku-shinetu{
background:url(/img/index_page/area_hoku-shinetu.gif) no-repeat #FFF;
}
#areaList li a.hokkai{
background:url(/img/index_page/area_hokkai.gif) no-repeat #FFF;
}
#areaList li a:hover.chugoku{
background:url(/img/index_page/area_chugoku-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.shikoku{
background:url(/img/index_page/area_shikoku-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.kansai{
background:url(/img/index_page/area_kansai-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.toukai{
background:url(/img/index_page/area_toukai-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.kyu-okinawa{
background:url(/img/index_page/area_kyu-okinawa-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.kanto{
background:url(/img/index_page/area_kanto-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.hoku-shinetu{
background:url(/img/index_page/area_hoku-shinetu-hover.gif) no-repeat #FFF;
}
#areaList li a:hover.hokkai{
background:url(/img/index_page/area_hokkai-hover.gif) no-repeat #FFF;
}
/* ヘッドの中身　終わり */
#link {
width:800px;
clear:both;
border:1px solid #888;
}
#link table {
}

#link table td{
width:100px;
text-align:center;
height:50px;
}

#wrap {
position:relative;
width:800px;
text-align:left;
margin:0 auto 60px;
}
#contents{
float:left;
width:740px;
padding:10px 30px 10px 30px;
}
#contents p {
margin:10px 10px 10px 30px;
line-height:130%;
}
.elsebook{
float:right;
}

.index_p {
line-height:1.6em;
margin:8px 0 ;

}

