@charset "UTF-8";
/* CSS Document */

/*　マスターファイル編集用*/

body {
	background:#cccccc;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 12px;	/* モダンブラウザ向け */
    *font-size: small;	 /* IE 7向け */
    *font: x-small;		 /* IE 6以下 */
	color: #003300;
	margin: 2em;	/*padding: 2em;*/
	/*border: double #006666;*/
	/*padding-bottom: 3em;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;*/
}

a	{
	color:#333333;
	text-decoration: none;	
}
	
a:hover	{
	color:#000000;
	text-decoration: underline;
}

h1	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.8em;
	color:#666666;
	text-align:center
	}

h2	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2em;
	color:#666666;
	text-align:center
	}
	
h6	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.8em;
	color:#006600;
	/*text-align:center;*/
	border-left:solid 10px;
	border-bottom: solid 1px #666666;
	margin-left: 200px;
	padding-left: 8px;
	}

/*　ヘッダセル　*/
th {
	color: #ffffff;
	text-align: center;
	background-color: #009933;
}

th a	{
	color:#cccccc;
	text-decoration: none;	
}
	
th a:hover	{
	color:#ffffff;
	text-decoration: underline;
}

td	{
	/*color:BLACK;*/
	font-size: 12px;
	/*font-size: 10px;*/
	background-color: #FFFFFF;
	}

#contents	{
	/*top: 271px;
	left: 76px;*/
	width:1150px;
	background-color: #FFFFFF;
	position: relative;
	height: 900px;	/*z-index: 50;*/
}

#menu	{
	top: 4px;
	left: 52px;
	width:1007px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	height: 40px;	/*z-index: 50;*/
}

#title	{
	top: 64px;
	left: 134px;
	width:800px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	height: 200px;	/*z-index: 50;*/
}


#main	{
	top: 273px;
	left: 21px;
	/*left: -21px;*/
	width:1100px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	height: 200px;	/*z-index: 50;*/
}

#help	{
	background-color: #eeeeee;
	font-size: 9px;
}

#alert	{
	color: #ff0000;
	font-size: 9px;
}

#rmks	{
	color: #6666CC;
	font-size: 9px;
}

span	{
	color:BLACK;
	font-size: 12px;
	background-color: #FFFFFF;
}
