@CHARSET "UTF-8";

body
{
	background : #ffffff;
}

*
{
	margin : 0px;
	padding : 0px;
}

div
{
	display : block;
	float : left;
	position : relative;
}

img
{
	border: none;

	/*バグ対策：IE6.0で隙間が2px程できる*/
	vertical-align:bottom;
}


h1
{
	line-height : 40px;
	
	color : #000000;
	font-size : 20px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

h2
{
	line-height : 40px;
	
	color : #000000;
	font-size : 18px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

h3
{
	line-height : 40px;
	
	color : #000000;
	font-size : 16px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

h4
{
	line-height : 40px;
	
	color : #000000;
	font-size : 14px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

h5
{
	line-height : 40px;
	
	color : #000000;
	font-size : 12px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

a
{
	color : #0000ff;
}

a:link,
a:visited
{
	text-decoration: none;
}
a:hover,
a:active
{
	text-decoration: underline;
}

ul
{
	list-style-type : none;
}

ol
{
	list-style-type : decimal;
}

li
{
	text-align	: left;
	line-height : 20px;

	color : #000000;
	font-size : 14px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
}

p
{
	text-align	: left;
	line-height : 20px;	
	
	color : #000000;
	font-size : 14px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;	
	
	margin-top : 10px;
	margin-bottom : 10px;
}

table
{
	border-collapse: collapse;
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
	
	width : 1000px;
}

th
{
	color: #ffffff;
	background-color: #99cc99;
	border-style: solid;
	border-color: #666699;
	border-width: 1px;

	padding-left : 4px;
	padding-right : 4px;

	height : 14px;
	
	font-size : 12px;
	font-weight : bold;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

td
{
	color: #ffffff;
	background-color: #9999cc;
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
	
	padding-left : 4px;
	padding-right : 4px;
	
	height : 14px;
	
	font-size : 12px;
	font-weight : lighter;
	font-family : "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
}

td.debug_pattern_blue
{
	color: #ffffff;
	background-color: rgb(153, 153, 204); /*Blue*/
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}

td.debug_pattern_green
{
	color: #ffffff;
	background-color: rgb(153, 204, 153); /*Green*/
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}

td.debug_pattern_gray
{
	color: #000000;
	background-color: rgb(153, 153, 153); /*Gray*/
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}

td.debug_pattern_red
{
	color: #ffffff;
	background-color: rgb(255, 153, 153); /*Red*/
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}

td.debug_pattern_pink
{
	color: #ffffff;
	background-color: rgb(204, 153, 204); /*Pink*/
	border-style: solid;
	border-color: #666699;
	border-width: 1px;
}