@import "side.css";

/* Based TAG
-------------------------------------------------------------------------------- */

strong{
font-weight:bold;
}



#pan-navi{
text-align:left;
font-size:75%;
padding-bottom:8px;
background:url(../images/under/hr-gray-dotted.gif) repeat-x bottom left;
margin-bottom:18px;
}


/* Based layout aside
-------------------------------------------------------------------------------- */
#section-aside{
width:200px;
float:left;
text-align:left;
background-color:#f6f6f6;
}

#section-aside dl dt img{
vertical-align:top;
}






/* Based layout section-main
-------------------------------------------------------------------------------- */


#section-main{
float:right;
width:615px;
text-align:left;
line-height:1.7;
font-size:80%;
}


#section-main #go-to-pagetop{
text-align:right;
background:url(../images/under/hr-gray-dotted.gif) top left repeat-x;
padding:10px 0;
margin:38px 0 0 0;
clear:both;
}


#section-main #go-to-pagetop a{
text-decoration:none;
display:inline;
background-color:#fff;
}




/* navigetion details is navi.css */





/* common TAG , common classes
-------------------------------------------------------------------------------- */

#section-main a{
text-decoration:underline;
}



#section-main a:hover{
text-decoration:none;
}


#section-main ul.ul-textlist{
margin:20px;
}

#section-main ul.ul-textlist li{
background:url(../images/under/li-circle-green.gif) left top no-repeat;
padding:0 0 15px 20px;

}

#section-main p.p-img{
text-align:center;
margin:15px auto;
}




#section-main h2{
margin-bottom:20px;
padding-bottom:3px;
background:url(../images/under/h2-pagetitle-underline.gif) bottom left no-repeat;
}

#section-main h2 img{
margin:0;
}


#section-main h3{
margin-bottom:14px;
margin-top:25px;
padding:5px 0 5px 15px;
background:url(../images/under/h3-bk.gif) top left repeat-y;
color:#504f4f;
font-weight:bold;
}

#section-main h3.h3-first{
margin-top:0px;
}



#section-main h4{
margin:20px 0 12px 1em;
padding:5px 5px 5px 0;
color:#504f4f;
border-bottom:1px solid #999999;
}


#section-main h5{
margin:20px 0 12px 20px;
padding:5px;
color:#504f4f;
text-decoration:underline;

}



#section-main p{

}

#section-main table{ 
    font-size:100%; 
}


p.caution{
	margin-top:40px;
	text-align:left;
	font-size:90%;
}


/* use for adobe pdf plugin */


dl#area-pdf{
background:url(../images/under/di/area-pdf-bk.gif) top left repeat #d6d6d6;
padding-bottom:10px;
margin-top:10px;
width:330px;
}

dl#area-pdf dt span{
padding:7px;
display:block;
font-size:85%;
}

dl#area-pdf dd{
padding:4px;
background-color:#FFFFFF;
margin:0 10px;
font-size:85%;
}

dl#area-pdf dd a.area-pdf-txt{
background:url(../images/under/ico-blue-arrow-m.gif) left top no-repeat;
padding-left:5px;
}



/* default table */

table.tbl-default{
margin:0 auto;
border:3px solid #adc3d3;
}

table.tbl-default th{
background:url(../images/under/table-th-bk.gif) repeat-x top left #509fd4;
border:1px solid #adc3d3;
padding:3px;
font-weight:bold;
color:#FFFFFF;
white-space:nowrap;
}

table.tbl-default td{
border:1px solid #adc3d3;
padding:3px;
vertical-align:top;
}
