

/*XHTML1.1*/
/*全体設定*/
body {						 
	font-family:sans-serif;		/*ゴシック*/
	font-size:9pt;				/*フォントサイズ*/
	background-color:#FFFFFF; 	/*地色#CCCC99*/
	color:#000000;				/*色　#000000:黒*/
	line-height:10pt;
	margin-left:10pt;
}

table{
	font-size:9pt;
}

.bg_c1	{background-color:#666600;}
.bg_c2	{background-color:#999933;}
.bg_c3	{background-color:#CC99CC;}
.font_w	{color:#FFFFFF;}
.font_c3 {color:#CC99CC;}

 /*タイトル*/
.title{
    font-family:sans-serif;
    /*ゴシック*/
font-size:14pt;
    /*フォントサイズ*/
font-weight:bold;
    /*太字*/
line-height:16pt;
    left:auto;
    right:auto;
    text-align:center;
    font-color:white;
}
.title_ko{
    font-family:sans-serif;
    /*ゴシック*/
font-size:14pt;
    /*フォントサイズ*/
font-weight:bold;
    /*太字*/
line-height:16pt;
    left:auto;
    right:auto;
    color:#ffcc33;
    text-align:right;
}
.photo{
    width:650px;
    height:75px;
    background-image:url('../data/koshien.gif');
}


 /*開始年*/
.subtitle{
 font-family:sans-serif;	/*ゴシック*/
 font-size:10.5pt;			/*フォントサイズ*/
 font-weight:bold;			/*太字*/
 line-height:12pt;
 text-align:center;
}
/*メニュー部指定*/
.point{
 color:#CC99CC;				 /*色指定*/
 line-height:10pt;
}
	a.link{
  		text-decoration:none;	/*リンク下線なし*/
		color:#408080;
	}
	a.link:visited{
		color:#408080;
	}
	a.link:hover{
 		color:#FF0000;			/*カーソルポイント時色*/
	}

	a.link_w{
 		text-decoration:none; /*リンク下線なし*/
 		color:#FFFF00;
	}
	a.link_w:visited {
 		color:#FFFF00;
	}
	a.link_w:hover{
 		color:#FF0000;			/*カーソルポイント時色*/
	}

	img {
		border-style:none;		/*画像枠線　なし*/
	}

/*	img.th {
		filter:chroma(color=#FFFFFF);	透過色指定　IE用
	}*/


/*レイアウト*/
.title1{
 position: absolute; 
 left: 170px; 
 top: 10px;
}

.link1{
 position: absolute;
 left: 170px;
 top: 85px;
 width:640px;
 background-color:#993333;
 text-align:center;
}

.top_img1{
 position: absolute; 
 left: 170px; 
 top: 120px;
}
	
.top_img2{
 position: absolute; 
 left: 490px; 
 top: 360px;
}

.top_spc1{
 position: absolute;
 left: 490px;
 top: 120px;
 width:320px;
 height:240px;
}
.top_spc2{
 position: absolute;
 left: 170px;
 top: 360px;
 width:320px;
 height:426px;
}

/*位置指定*/
/*メニュー*/
div.menu{
 float: left;
 width: 150px;
 margin-right: 10px; 
}
/*通常ページ本文*/
div.main{
 position:absolute;
 width:640px;
 left:180px;
 top:10px;
}
/*TOPページタイトル*/
div.top_title{
 position:absolute;
 width:640px;
 left:180px;
 top:10px;
}
/*TOPページ本文*/
div.top_main{
 position:absolute;
 width:640px;
 left:180px;
 top:120px;
}


font.menu_num{
 font-size:14pt;
 font-style:italic;
 font-weight:bold;
 font-family:sans-serif;
}
font.menu_exp1{
 font-size:10pt;
 font-style:normal;
 font-weight:bold;
 font-family:sans-serif;
}
font.menu_exp2{
 font-size:9pt;
 font-style:normal;
 font-family:serif;
 font-weight:normal;
}

td.w50{
 width:50pt;
}
td.w75{
 width:75px;
}
td.w320{
 width:320pt;
}
td.w640{
 width:640pt;
}
td.bg1{
 background-color:#CCCC99;
}
td.bg2{
 background-color:#666600;
}
td.bg3{
 background-color:#993333;
}

a.new{
    color:#ff0000;
    font-weight:bold;
}

/*TOPページCOUNTER*/
p.counter{
    background:#000000;
    color:#ffffff;
    font-family:verdana,century;
    font-size:15pt;
    font-weight:bold;
}


