@charset "shift_jis";

/*

information{
	ファイル名 : /css/common/player.css;
	概要 : 選手紹介の詳細ページのスタイル設定;
	サイト名 : かずさ市民応援団;
	URL : http://www.kazusamagic.com/;
	コピーライト : Copyright 2007 かずさ市民応援団 All rights reserved.;
}

*/

/* コンテンツ
--------------------------------------------------------------------------

	 1. 基本設定

--------------------------------------------------------------------------
*/

/*

 修正070607
 追加070607
 新規070607
 
*/



/* 1. 基本設定
--------------------------------------------------------------------------	*/

	body {
		margin:0;
		background-image:url(../../team/player/images/bg_player.gif);
		font-size:12px;
		}
	
	.table1 {
		margin:33px 33px 0 33px;
		width:450px;
		}
		
	.table2 {
		margin:18px 33px 33px 33px;
		width:450px;
		border:1px solid #cccccc;
		}
	
	.table_ireko {
		margin:0;
		}
		
	th {
		background-color:#efefef;
		font-weight:normal;
		text-align:left;
		}
		
	#photo img {
		border:3px solid #cccccc;
		}
	
	#name {
		font-size:36px;
		font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
		}
		
	#number {
		font-size:36px;
		font-family:"ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック";
		color:#4B2951;
		}
		
		

