@charset "Shift_JIS";

/* body要素 */
body{

	/* 基本 */
	background-color: #ffffff;
	color: #303030:

	/* 基本文字 */
	font-size: 11pt;
	font-weight: normal;
	font-family: 'Tahoma','MS UI GOTHIC';

	/* マージン */
	margin-top: 0pt;
	margin-bottom: 0pt;
	margin-left: 0pt;
	margin-right: 0pt;

}

/* リンク要素 */
a#str:link { color: blue; }
a#str:visited { color: blue; }
a#str:hover { color: #ffffff; background-color: blue; text-decoration: none }
a#str:active { color:blue; }

/* テーブル */
td {
	font-size: 11pt;
}

th {
	font-size: 11pt;
	font-weight: bold;
}

/* 文字要素 */
div.k09 {
	margin: 0px;
	font-size: 09pt;
}

div.r09 {
	margin: 0px;
	font-size: 09pt;
	color: #ff0000;
}

div.r11 {
	margin: 0px;
	font-size: 11pt;
	color: #ff0000;
}

div.k07 {
	margin: 0px;
	font-size: 07pt;
}


h1 {
	border-left: 6px solid #49B74A;
	border-bottom: 2px dotted #49B74A;
	padding: 5px;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	margin: 0px;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: 11pt;
	font-weight: bold;
}

h3 {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 11pt;
	font-weight: bold;
}

li {
	margin: 0px;
	margin-left: 8px;
	margin-bottom: 0px;
	font-size: 11pt;
}
