body {
	background-color: #dedede;
	font-size: 12px;
	color: #333333;
	line-height: 150%;
}

h1 {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.l{
	font-size: 14px;
	line-height: 150%;
	color: #000000;
}

.m {
	font-size: 12px;
	line-height: 150%;
	color: #000000;
}

.s1 {
	font-size: 10px;
	line-height: 150%;
	color: #000000;
}

.s2 {
	font-size: 9px;
	line-height: 150%;
	color: #000000;
}

a:link {
	color: #0000ff;					/*リンク色*/
	text-decoration: none;			/*あるいは*/
}
a:visited {
	color: #9900cc;					/*訪問済リンク色*/
	text-decoration: none;			/*あるいは*/
}
a:hover {
	color: #ff0000;					/*カーソルをのせる*/
	text-decoration: underline;
}
a:active {
	color: #ff9900;					/*クリックしたとき*/
	text-decoration: underline;
}

strong {								/*文字強調*/
	font-weight: bold;
}

.indent {							/*文字のインデント*/
	padding-left: 28px;
}
 
.aka {								/*文字色指定*/
	color: #ff0000;
}

table {								/*テーブル基本*/
	font-size: 12px;
	line-height: 150%;
	color: #333333;
}

table.hyou {							/*表テーブル*/
	border-style: none;
	background-color: #cccccc;			/*枠線の色*/
	font-size: 12px;
	line-height:150%;
	color: #333333;					/*テーブル内文字色*/
}

table.hyou th {							/*表テーブル用th（見出し）*/
	background-color: #dedede;
	text-align: center; vertical-align: middle;
}

table.hyou td {							/*表テーブル用td（セルの背景色）*/
	background-color: #ffffff;
}

table.hyou td.iro {						/*表テーブル用td（強調背景色）*/
	background-color: #f1f1f1;
}

table.waku {							/*文字を枠で囲う*/
	border-style: none;
	background-color: #dedede;		/*枠線の色*/
}

table.waku td {
	background-color: #f1f1f1;		/*セルの色*/
}