@charset "Shift_JIS"; 
/* サイト内全体用デフォルトスタイルシート */

/* リンク */
	a:link	 { color : #006699 ; text-decoration: none}
	a:visited{ color : #99cccc ; text-decoration: none}
	a:hover	 { color : #33cccc ; text-decoration: underline}
	a:active { color : #99FFcc ; text-decoration: none}


/* 全体の背景に画像を設置 */
	body {
	background-image: url("http://scf.gosyuugi.com/wp.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom
	}


/* 引用 */
	blockquote	{ border-color : #000000;  border-style : solid;  border-width :2px;}

/* テーブル */
	table.sep	{ border-collapse : separate;}
	td.main		{ background: #FFFFFF;} 
	td, th	 	{ padding: 10px; margin: 10px;}
	tr		{ border : 2px solid #000000;}
	td		{ border : 2px solid #000000;}

/* ヘアライン */
	hr		{ border : 1px solid #000000;}

/* テキスト表示 */
	#tleft	{ text-align: left; }
	#tcenter	{ text-align: center; }
	#tright	{ text-align: right; }

/* インライン設定様々 */

/*  */
	span.title {font: bold 36px; }

	span.list {font: bold 20px; }
	span.list {line-height : 40px; }
	ul.list {margin: 1% 1% 1% 20%; padding: 1% 1% 1% 20%;}

	span.info{font: bold 13px; }

	span.sp{font: x-small bold; color: #99cccc;}

	span.xxsma {font: xx-small; }
	span.xsma {font: x-small; }
	span.mid {font: medium;}

	span.n {line-height: normal;}
	span.15 {line-height: 15px;}
	span.200 {line-height: 200%;}