@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
	}

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

h4	{
	font-family: 
	'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 1.2em;
	}

h6 {
	color: #333333;
	font-size: 0.9em;
}

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

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;
	}

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

/* "contents"は各ファイルでローカルに定義する
#contents	{
	/*top: 271px;
	left: 76px;
	width:1100px;
	background-color: #FFFFFF;
	position: relative;
	height: 750px;	/*z-index: 50;
}
*/

#menu	{
	top: 3px;
	left: -15px;
	width:1009px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	height: 40px;	/*z-index: 50;*/
}

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

#main	{
	top: 277px;
	left: 7px;
	width:888px;
	/*background-color: #FFFFFF;*/
	position: absolute;
	height: 647px;	/*z-index: 50;*/
}


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

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

#rmks	{
	font-size: 9px;
}

#description	{
	font-size: .8em;
}

#event_title	{
	color: #666699;
	font-size: 10px;
}

#event_subtitle	{
	color: #666666;
	font-size: 1.8em;
}

#top_descr	{
	color: #666666;
	font-size: 1.0em;
}

#e_date	{
	color: #666666;
	font-size: 0.9em;
}

#plevel	{
	color: #CC0000;
}

#tlevel	{
	color: #330099;
}

#upline	{
	color:#000000;
	font-size: 12px;
	background-color: #eeeeee;
	text-align: left;
		}

#uplineR	{
	color:#000000;
	font-size: 12px;
	background-color: #eeeeee;
	text-align: right;
		}
		
#dwnline	{
	color:#000000;
	font-size: 12px;
	background-color: #dddddd;
	text-align: left;
		}
