@charset "UTF-8";

@import url("../../css/reset.css");

body{
background:#aaa;
}

img{
vertical-align:bottom;
}

/* 全体 */
#wrapper01{
width:690px;
min-height:100%;
*_height:100%;
background:#fff;
}

/* ヘッダー */
#header01{
height:32px;
padding:13px 32px 1px;
margin-bottom:15px;
border-bottom:1px solid #918D8A;
background:url("../img/map_bg_01.png") repeat-x;
}

#header01 h1{
float:left;
}

#header01 p{
float:right;
}

/* コンテンツ */
#content01{
font-size:1.2em;
position:relative;
padding:0px 32px;
margin-bottom:15px;
}

#content01 .img01{
display:block;
padding:1px;
margin-bottom:10px;
border:1px solid #CEC19C;
}

#content01 .p01{
text-align:center;
margin-bottom:10px;
}

#content01 .p01 img{
cursor:pointer;
}

#content01 .p02{
position:absolute;
color:#B22D14;
font-weight:800;
bottom:0px;
right:32px;
cursor:pointer;
}

#content01 dl{
}

#content01 dl dt{
margin-bottom:5px;
}

#content01 dl dd{
margin-bottom:10px;
}

#content01 dl dd ul{
list-style:disc outside;
padding-left:2em;
}

#content01 dl dd ul li{
margin-bottom:10px;
}

/* フッター */
#footer01{
height:32px;
padding:10px 32px 0px;
background:url("../img/map_bg_02.png") repeat-x;
}
