@charset "utf-8";

@import url("font.css");

/* base
---------------------------------------------*/

body {
	background: #eee url(../img/bg_main.gif);
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック", "MS P Gothic","Osaka",Verdana,Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:75%;
	line-height:1.5;
	color:#666;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,address,table,th,td,div,form,input,button {
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}

ul,ol,li {
	list-style-type: none;
}

address {
	font-style:normal;
}

img, embed {
	border:none;
	vertical-align:top
}

hr {
	display:none;
}

a {
	text-decoration:none;
	overflow:hidden;
}	



/* link
---------------------------------------------*/

a {
	color: #666;
}

a:hover {
	color: #999;
}




/* other
---------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



.clear{	clear:both;}
.left {float:left;}
.right {float:right;}

.spB02{ margin-bottom:2px;}
.spB05{ margin-bottom:5px;}
.spB10{ margin-bottom:10px;}
.spB20{ margin-bottom:20px;}

.spT05{ margin-top:5px;}
.spT10{ margin-top:10px;}
.spT15{ margin-top:15px;}
.spT20{ margin-top:20px;}
.spT40{ margin-top:40px;}

.spR05{ margin-right:05px;}
.spR10{ margin-right:10px;}
.spR15{ margin-right:15px;}
.spR20{ margin-right:20px;}
.spR45 {margin-right:45px;}  	


.spL05{ margin-left:5px;}
.spL10{ margin-left:10px;}
.spL15{ margin-left:15px;}
.spL20{ margin-left:20px;}
.spL25 {margin-left:25px;}  	
.spL45 {margin-left:45px;}  	

.spLR05{ margin-right:05px;margin-left:5px;}

.w20{width:20px;}
.w544{width:544px;}
.w600{width:600px;}

.toCenter{ text-align:center;}
.toRight{ text-align:right;}

#rightBox #contents h4.nospT, #rightBox #contents .conBox h4.nospT {margin-top:0;}	

p.newsTxt, p.columnTxt, p.qaTxt, p.abtTxt, p.safeTxt, p.userTxt, p.opiTxt{ margin-top:15px;}

/* base-layout
---------------------------------------------*/
#wrapper{
	width:760px;
	margin:25px auto 0;
	text-align:left;
}

#container {
	background:url(../img/bg_white.gif) top right repeat-y; 
}

#page-top #container {
	background:url(../img/bg_white.gif) top right no-repeat; 
}



#rightBox {
	width:760px;
	float:left;
}

#rightBox #page-ttl h2{
	font-size:200%;
	margin:10px;
	text-indent:0px;
	margin-bottom:5px;
	height:30px;
}

#rightBox #contents h2 {
	font-size:150%;
	margin-bottom:5px;
	height:30px;
	padding:0 0 0 10px;
}


#leftBox {
	display:none;
	width:1px;
	height:1px;
}

#footer p {
	display:none;
}

#footer address {
	float:left;
	padding:0 0 0 10px;
}


#rightBox #pan p {
	display:none;
	margin:10px 0 0 12px;
	font-size:11px;
}


.pTop {
	display:none;
}


#rightBox #pdfBox{
	margin-top:30px;
	padding:15px 0 0 30px;
	font-size:120%;
	}
	
#rightBox #pdfBox img{
	vertical-align:baseline
	}