@charset "Shift_JIS";
/* 表＆リスト他の行間隔の指定 */

table,td,th,ol,li{
	line-height: 130%;
}
/* bodyの指定 */

body{
	line-height: 130%;
	color: #000099;
	background-color: #ffffff;
	background-image: url("../images/pe09_bg.gif");
	background-repeat: repeat;
	background-attachment: fixed;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
}
/* 見出し指定 */

h1,h2,h3,h4,h5,h6{
	line-height: 170%;
}
/* address要素の指定 */

address{
	font-size: 70%;
	font-weight: bold;
	text-align: right;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
	border-top-width: 3px;
	border-bottom-width: 3px;
	margin-top: 5px;
	padding: 5px;
}
/* リンク(a要素)の指定 */

a{
	color: #0000ff;
}

a:visited{
	color: #990066;
}

a:hover{
	color: #ff0000;
}
/* 背景画像等の設定 */

.backimg{
	background-color: #ffffcc;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 3%;
	margin-left: 3%;
}
/* 概要説明部の指定 */

.topread{
	font-size: 70%;
}

.topread2{
	font-size: 80%;
	line-height: 150%;
}
/* 註釈(文章内)の表示指定 */

.bschu{
	font-size: 90%;
}