@charset "utf-8";
/* CSS Document */


#content {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image:url(../image/dot336600.gif);
	background-repeat:repeat-y;
	background-position: 216px 0px;
}

#title_area{
	padding-bottom: 20px;
}

#title_area h1{
	margin:0px;
	padding:0px;
	width:800px;
	height:206px;
	overflow:hidden;
	font-size:160%;
}

#title_area h1 span.sub{
	position:static;
	font-size:80%;
	font-weight:normal;
}


/**/

#content #navi_area {
	float:left;
	width:200px;

}

#content #main_area {
	float:right;
	width:560px;
}


#main_area h2 {
	width:459px;
	height:30px;
}

#main_area h2 span{
	width:459px;
	height:30px;
	background:url(../image/top-catch.png) left top no-repeat;
}

#main_area .read{
	/*font-size:110%;*/
	line-height:1.6;
}

#info{
	border-top:#CCCCCC solid 1px;
	margin-top:25px;
	padding-top:10px;
}

#info h3{
	margin:0px 0px 6px 0px;
	padding:0px;
	width:130px;
	height:20px;
	position:relative;
	overflow:hidden;
}
#info h3 span{
	display:block;
	width:130px;
	height:20px;
	position:absolute;
	top:0px;
	left:0px;
	background:url(../image/top-info.png) left top no-repeat;
}

#info p {
	margin:6px 0px 6px 3em;
	padding:0px 0px 0px 0em;
	position:relative;
}

#info p span{
	display:block;
}

#info p span.date{
	position:absolute;
}

#info p span.title{
	padding-left:7em;
	background:url(../image/arrow02.gif) 6em 0.5em no-repeat;
}

@media print{

body{
	zoom:80%;
}

#main_area h2 {
	width:560px;
}

#main_area h2 span{
	display:none;
}

#info h3{
	width:auto;
	font-size:11pt;
	overflow:visible;
}
#info h3 span{
	display:none;
}



}