﻿@charset "utf-8";

/* CSS Document */
@media screen {

#insidecommon{
background:url(../../img/mainvisual_03.jpg) no-repeat top left;
}

#insidecommon .main h1.sitemap{
background:url(../../img/title_sitemap.gif) no-repeat top left;
margin-bottom:30px;
height:35px;
line-height:1;
}

#insidecommon .main div.sitemap{
margin:0 20px 20px 20px;
}

#insidecommon .main div.sitemap h3{
border-bottom:3px double #ccc;
padding-left:23px;
padding-bottom:5px;
margin-bottom:5px;
margin-top:20px;
font-size:80%;
background:url(../img/bg_h3.gif) no-repeat 5px 0;
color:#696;
font-weight:normal;
}

#insidecommon .main div.sitemap ul{
margin-left:20px;
margin-bottom:10px;
}

#insidecommon .main div.sitemap li a{
background:url(../img/sidenavi_arrow.gif) no-repeat;
padding-left:15px;
font-size:80%;
}

#insidecommon .main div.sitemap li a:hover{
background:url(../img/sidenavi_arrow_on.gif) no-repeat;
}

}





@media print {

#start{
margin:0 auto;
display:block;
width:600px;
height:220px;
background:url(../../img/print_h_03.jpg) no-repeat top left;
}

#insidecommon .main h1.sitemap{
background:url(../../img/title_sitemap.gif) no-repeat top left;
margin-bottom:30px;
height:35px;
line-height:1;
}

#insidecommon .main div.sitemap{
margin:0 20px 20px 20px;
}

#insidecommon .main div.sitemap h3{
border-bottom:3px double #ccc;
padding-left:23px;
padding-bottom:5px;
margin-bottom:5px;
margin-top:20px;
font-size:80%;
background:url(../img/bg_h3.gif) no-repeat 5px 0;
color:#696;
font-weight:normal;
}

#insidecommon .main div.sitemap ul{
margin-left:20px;
margin-bottom:10px;
}

#insidecommon .main div.sitemap li a{
background:url(../img/sidenavi_arrow.gif) no-repeat;
padding-left:15px;
font-size:80%;
}

#insidecommon .main div.sitemap li a:hover{
background:url(../img/sidenavi_arrow_on.gif) no-repeat;
}

}