/* CSS Document */
*{
	margin:0;
	padding:0;
	color:#333333;
	}
	
img{
	border:none;
	}
	
img.block{
	display:block;
	}

img.block02{
	display:block;
	margin:0 0 30px 0;
	}

div.clear{
	clear:both;
	}

div.clear hr{
	display:none;
	}

.btm10{
	padding-bottom:10px;
	}

a:link{
	color:#0000FF;
	}
	
a:visited{
	color:#9933CC;
	}
	
a:hover{
	color:#FF6600;
	}
	
a:active{
	color:#0000FF;
	}
	
#container{
	font-size:12px;
	width:760px;
	margin:0 auto;
	text-align:left;
	}

#contents{
	clear:both;
	padding:20px 0 0 0;
	}

.main{
	width:545px;
	float:left;
	display:inline;
	}

.sub{
	width:200px;
	float:right;
	display:inline;
	}
	
h1.headline01{
	font-size:16px;
	background:url("../img/headline01_bg.gif") repeat-x top left;
	margin:0 0 10px 0;
	padding:7px 0 20px 15px;
	}

p.summary{
	padding:0 0 20px 20px;
	line-height:1.7em;
	}
p.summary2{
	padding:5px 40px 0px;
	line-height:1.7em;
	}

h2.headline02{
	clear:both;
	font-size:14px;
	background:url("../img/headline02_bg.gif") no-repeat top left;
	margin:0 20px 20px 20px;
	padding:5px 0 2px 15px;
	border-bottom:1px solid #616161;
	}

h2.headline02jinzai{
	clear:both;
	font-size:14px;
	background:url("../img/headline02_bg.gif") no-repeat top left;
	margin:0 0 20px 0;
	padding:5px 0 2px 15px;
	border-bottom:1px solid #616161;
	}

	
h3.headline03{
	font-size:12px;
	background:#dfdfdf url("../img/headline03mid_lower.gif") no-repeat bottom left;
	margin:0 0 12px 0;
	padding:2px 0 7px 10px;
	}

h3.headline03long{
	font-size:12px;
	background:#dfdfdf url("../img/headline03long_lower.gif") no-repeat bottom left;
	margin:0 0 12px 0;
	padding:2px 0 7px 10px;
	}

h3.headline03semilong{
	font-size:12px;
	background:#dfdfdf url("../img/headline03semilong_lower.gif") no-repeat bottom left;
	margin:0 0 12px 0;
	padding:2px 0 7px 10px;
	}

h3.headline03short{
	font-size:12px;
	background:#dfdfdf url("../img/headline03short_lower.gif") no-repeat bottom left;
	margin:0 0 12px 0;
	padding:2px 0 7px 10px;
	}

span.bold{
	font-weight:bold;
	}
	
span.errortext{
	color:#D50505;
	font-weight:bold;
	}
