@charset "utf-8";

@import "header.css";
@import "footer.css";
@import "navi.css";

*{
margin:0;
padding:0;
}

body{
color:#000000;
text-align:center;
background:url("../img/bg.jpg") repeat-x;
font-size:80%;
}

div#allcontents{
text-align:center;
margin:0 auto;
background:url(../img/bg_main.jpg) no-repeat center top;
width: 100%;
display: table;
}

div#main{
/* \*/
clear:left;
/* */
text-align:left;
width:980px;
margin:0 auto;
background:url(../img/bg_content.jpg) no-repeat top;
}

@media screen and (max-device-width: 1024px) {
 div#main { text-align:left; width:980px; margin:0 auto; background:url(../img/bg_content.jpg) no-repeat top; }
}

a img {
border : 0;
}

#topicPath{
position:relative;
}

#topicPath p{
margin:0;
padding:10px 5px 10px 15px;
text-align:left;
}

#topicPath ul{
position:absolute;
top:5px;
right:10px;
_right:20px;
}

#topicPath ul li{
margin:0 10px 0px 0px;
list-style-type:none !important;
float:left;
}

a:link{
color:#046bb8;
text-decoration:none;
}
a:visited{
color:#046bb8;
text-decoration:none;
}
a:hover{
color:#4dabf2;
}
a:active{
color:#046bb8;
}

img{
border-width:0;
border-color:transparent;
border-style:solid;
}

.hiddenMessage{
position:absolute;
top:0px;
left:-9999px;
}

em{
color:#000099;
font-weight:bold;
font-style:normal;
}

.red{
color:#C00;
font-weight:bold;
}

.blue{
	color:#009;
	font-weight:bold;
}

.clear{
clear:both;
}

.acenter{
text-align:center;
}

.aright{
text-align:right;
}

.pagetop{
text-align:right;
margin:25px 1px 10px 0;
clear:both;
padding-top:5px;
padding-bottom:3px;
border-bottom:7px solid #2f5eac;
}

.pagetop_inner{
text-align:right;
margin:25px 0 15px 0;
padding-top:10px;
clear:both;
float:right;
}

.getAdobe{
margin:20px 0 25px 0;
padding-top:10px;
clear:both;
border-top:1px dotted #CCCCCC;
float:left;
width:100%;
}

.getAdobe p{
margin:0;
padding:5px;
line-height:110%;
}

.getAdobe img{
float:left;
width:112px;
height:33px;
margin-right:10px;
margin-bottom:5px;
_padding-bottom:5px;
}

.getAdobeTxt{
display:block;
min-height:26px;
margin-top:3px;
padding-bottom:3px;
}

p.style01 {
margin:0 0 20px 10px;
}

