@charset "utf-8";

.print{
	display: inline;
}


body {
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333;
	font-size: 0.8em;
}

h1,h2,h3,h4,h5,h6{
	margin: 5px 0 5px 0px;
	padding: 0;
	font-size: 0.875em;
}

h1{
	font-size: 140%;
}

h2{
	padding: 3px 5px;
	border-left: 5px solid #226;
	font-size: 120%;
}

h3{
	padding: 10px 0px;
	font-size: 110%;
}

p{
	width: 
	margin: 10px;
	padding: 0;
}

p.title{
	margin: 10px;
	padding: 0;
	padding: 10px 0px;
	padding: 0;
}

img{
	vertical-align: bottom;
}

a img{
	border: none;
	text-decoration: none;
}

#main{
	border: 0px solid #666;
}

/* ヘッダー
--------------------------------------*/
/* if_header.html内スタイル */
#header_area{
	width: 800px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
}

#header_area ul{
	display: none;
}

#topicpass{
	position: absolute;
	top: 60px;
	right: 0;
	font-size: 8pt;
}

#topicpass ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#topicpass ul li{
	margin: 0 5px 0;
	padding: 0;
	float: left;
}


/* メインコンテンツ
--------------------------------------*/
#contents{
	width: 800px;
	height: auto;
	margin: 10px auto;
}

#contents div{
	margin: 10px;
}



/* フッター
--------------------------------------*/
#footer{
	width: 100%;
	height: 25px;
}

#footer iframe{
	width: 100%;
	height: 25px;
}

	/* if_footer.html内スタイル */
	#footer_area{
		width: 800px;
		height: 25px;
		position: absolute;
		top: 0px;
		left: 0;
		background: url(../images/common_img/footer_bg.jpg) no-repeat bottom left;
	}
	
	#footer_area ul{
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0px;
		left: 20px;
		
		list-style: none;
	}
	
	#footer_area ul li{
		margin: 0 10px 0 0;
		padding: 0;
		float: left;
		font-size: 8pt;
		line-height: 120%;
	}
	
	#footer_area ul li a{
		display: block;
		color: #666;
		text-decoration: none;
	}
	
	#footer_area ul li a:hover{
		text-decoration: underline;
	}