body{
	text-align: center;
	font-family: "メイリオ",Meiryo, Verdana, "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",Arial, helvetica, sans-serif;
	text-decoration: none;
	font-size:11px;
	line-height:20px;
	background-color: #fff;
	color:#333;
	margin: 0 auto;
	padding: 0;
}

a{text-decoration: none;}
a:link {color: #339933;text-decoration: none;}
a:visited {color: #339933;text-decoration: none;}
a:hover {color: #000;text-decoration: underline;}

a.img{text-decoration: none;}
a.img:link {color: #339933;text-decoration: none;}
a.img:visited {color: #339933;text-decoration: none;}
a.img:hover {color: #000;text-decoration: none;}

a.etc{text-decoration: none;}
a.etc:link {color: #339933;text-decoration: none;}
a.etc:visited {color: #339933;text-decoration: none;}
a.etc:hover {color: #000;text-decoration: none;}

.clears{
	clear:both;
}

a[href $='.pdf'] { 
   padding-right: 18px;
   background: transparent url("../img/pdf.gif") no-repeat center right;
}

/*--コンテナ--*/
#container{
	overflow:hidden;
	text-align: left;
	width:950px;
	margin: 0 auto;
	background-color: #fff;
}

/*--ヘッダ--*/
#headder{
	width:950px;
	height:90px;
	margin: 0 auto;
}

/*--パンくず--*/
#pan{
	text-align: left;
	width:950px;
	height:18px;
	background-color: #fff;
	padding-bottom:1px;
	border-bottom:1px dotted #cccccc;
}
#pan-inner{
	width:950px;
	height:18px;
	font-size:9px;
	line-height:18px;
	background-color: #dedede;
}


/*--フッタ--*/
#footer{
	width:950px;
	height:50px;
	margin: 20px auto 0 auto;
	padding-top: 10px;
	border-top:1px dotted #cccccc;
}
#footer #left{
	float:left;
	text-align: left;
	width:50px;
	height:50px;
}
#footer #right{
	float:right;
	font-size:10px;
	text-align: right;
	width:900px;
	height:50px;
}