@charset "utf-8";
/*--------------------------------------------
CSS Information

File name:template.css
- template
--------------------------------------------*/

/*--------------------------------------------
TABLE OF CONTENTS
----------------------------------------------
BODY
1.Document:  　　　　  #document
2.Header:    　　　　　#Header
3.Contents:  　　　　　#contents
4.Main:  　　　　　　　#main
5.Side:                #side
6.Footer               #footer
--------------------------------------------*/
#header,
#contents,
#footer {
margin:0 auto;
padding:0 50px;
text-align:left;	
}
/*---------------------------*/
/*document　　　　　　       */

#document {
width:100%;
min-width:960px;
margin:0 auto;
height:100%;	
position:relative;
}

#document-inner {
width:960px;
margin:0 auto;
padding-top:20px;
}

#prev {
position:absolute;
top:0;
left:0;
width:60px;
z-index:100;
}

#next {
position:absolute;
top:0;
right:0;
width:60px;
z-index:100;
}

/*---------------------------*/
/*header                     */
#header {
width:960px;
background:#FFF url(../images/tmp_header_bg01.gif) no-repeat 0 0;
padding:40px 0 0 0;
}

#header div.heading-blockA01 {
padding:0 0 40px 50px;
position:relative;
}

#header div.heading-blockA01 h1 {}

#header div.heading-blockA01 span {
position:absolute;
top:0;
left:120px;
}

#top #header p {margin-left:664px;}

#header p.brandId {
float:left;
margin-top:-98px;
margin-left:34px;
display:inline;
position:relative;
zoom:1;
}

#header div.header_nav {
width:580px;
float:left;
display:inline;
margin-left:50px;
padding-bottom:13px;
background:url(../images/tmp_line01.gif) no-repeat 0 100%;
}

#header div.header_nav p{
float:left;
padding-top:6px;
}

#header ul.nav {float:right;}

#header ul.nav li.first-child {background:none;}

#header ul.nav li {
float:left;
padding-right:4px;
padding-left:16px;
background:url(../images/tmp_nav_bg01.gif) no-repeat 0 5px;
}
/*---------------------------*/
/*contents                      */
#contents {background:#FFF;}
/*---------------------------*/
/*main                       */
#main {
float:left;
width:580px;
background:#FFF;
}

#top #main {
position:relative;
margin-top:-25px;
}

#report #main,
#encounter #main {
margin-top:50px;
}

#top #main h1 {
position:absolute;
top:-30px;
left:-30px;
}

#top #main p.visual {}

#main div.main-footer_nav {
margin-top:3em;
padding-top:14px;
background:url(../images/tmp_line02.gif) no-repeat 0 0;
}

#main div.main-footer_nav p{
float:left;
padding-top:4px;
}

#main ul.nav {
float:right;
}

#main ul.nav li.first-child {
background:none;
}

#main ul.nav li {
float:left;
padding-right:4px;
padding-left:16px;
background:url(../images/tmp_nav_bg01.gif) no-repeat 0 5px;
}

/*---------------------------*/
/*side                       */

#side {
width:246px;
float:right;
}

#top #side div.product {
margin-top:20px;
}

#side div.product {
margin-top:-84px;
padding:22px 19px 15px;
border:1px solid #E5EEF4;
background-color:#F1F9FD;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#side div.product h3 {
margin-bottom:14px;
}

#side div.product dl dt {
font-weight:bold;
font-size:93%;
margin-bottom:2px;
}

#side div.product dl dd {
font-size:77%;
}

#side div.product p.product_btn {
margin-top:12px;
margin-right:-7px;
}

#side div.shop {
margin-top:20px;
padding:22px 19px 15px;
border:1px solid #EFEDE8;
background-color:#FBF9EF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}

#side div.shop h3 {
margin-bottom:14px;
}

#side div.shop p.shop-txt01 {
margin-top:18px;
margin-bottom:14px;
}

#side div.shop p.shop_name {
font-weight:bold;
font-size:93%;
}

#side div.shop p.shop_name img {
padding-bottom:8px;
}

#side div.shop div.sendai_mitsukoshi {
margin-bottom:26px;
}

#side div.shop table.shop-data {
width:100%;
margin:2px 0 6px;
font-size:77%;
}

#side div.shop table.shop-data th,
#side div.shop table.shop-data td {
vertical-align:top;
}

#side div.shop table.shop-data th {
width:18%;
font-weight:normal;
}

#side div.shop p.access_btn {
margin-right:-3px;
}


/*---------------------------*/
/*nav                       */


/*---------------------------*/
/*footer                     */

#footer {
clear:both;
padding-bottom:40px;
margin-bottom:40px;
background:url(../images/tmp_footer_bg01.gif) no-repeat 0 0;
position:relative;
}

#footer p#pagetop{
position:absolute;
top:30px;
right:10px;
}

