/* CSS Document */
*{
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif, osaka;
	font-size: 100%;
	color:#666666;
	padding:0;
	margin:0;
}
table{
	margin:auto;
}
div{
	margin:auto;
}
img{
	border:0;
}
a{
	text-decoration:underline;
	font-weight:bold;
}
a:hover{
	color:#999999;
}
p,td,th,li{
	line-height:160%;
	font-size: 90%;
}
.CNT{
	text-align:center;
}
.R{
	text-align:right;
}
.L{
	text-align:left;
}
html{
}
body {
	text-align:center;
}
#container {
	width:880px;
	margin:0 10px 0 10px;
	padding: 0px;
	text-align:left;
}
#header {
	width:880px;
	height:50px;
}
#header h1{
	float:left;
	margin:20px 0 0;
	text-indent: 8pt;
	font-size: 125%;
	letter-spacing: 2px;
}
#header h1 a{
	text-decoration:none;
}
#contents {
	width:880px;
}
#col_l {
	width:440px;
	float: left;
	text-align: left;
}
.ddmenu ul{
	width:70px; 
	list-style:none;
	margin:10px 0 10px 10px;
	padding:0;
}
.ddmenu ul li{
	text-align:left;
	position:relative;
	margin:0;
	padding:0;
	width:180px;
	line-height:1.3;
}
.ddmenu ul li a{
	text-decoration: none;
}
.ddmenu ul li.off{ 
	position:relative;
	margin:0;
	padding:0;
	width:70px;
	overflow:hidden;
}
.ddmenu ul li.on{
	position:relative;
	margin:0;
	padding:0;
	width:70px;
	overflow:visible;
	z-index:1000;
}
.ddmenu ul li ul{
	text-align:left;
	margin:0;
	padding:5px 0;
	position:absolute;
	width:180px;
	top:0px;
	left:70px;
	text-indent:0.5em;
}
.ddmenu ul li ul li a{
	font-size:90%;
	display:block;
	margin:0;
	padding:1px 0;
	width:100%;
	line-height:1.3;
	text-indent:0.5em;
	text-decoration: none;
	font-weight: normal;
}
.ddmenu ul li ul li a:hover{
	margin:0;
	padding:1px 0;
	background-color:#666;
	color:#fff;
}
.arrow{
	font-size:70%;
}
#col_r {
	width:440px;
	float: left;
	text-align: left;
	font-size:90%;
}
#spacing{
	width:440px;
	height: 200px;
	text-align: left;
	display: block;
}
.links{
	padding-left: 135px;
}
.contents-title{
	font-weight:bold;
	margin-bottom: 10px;
}
.contents-date{
	margin-top: 5px;
}
.contents-dwnld{
	font-size:80%;
}
#p_container{
	width: 440px;
	float: left;
}
.p_title{
	margin-top: 8px;
	font-weight:bold;
}
.p_desc {
	margin-top: 8px;
}
.line01 {
	text-align:center;
	border-top: 1px dotted #666666;
}
#foot{
	width: 880px;
	height:50px;
	clear:left;
	padding: 5px 0 0;
	margin:0;
	float: left;
}
.copyright {
	font-size: 70%;
	text-align:center;
}
		
