@charset "UTF-8";


/***********************************************/
/*  linkページの設定 */
/***********************************************/
/***********************************************/
/* テーブル */
/***********************************************/

	table{
		width: 600px;
		margin: 20px auto 0px auto;
		}
	th{
		width: 200px;
		text-align: center;	
		padding: 0px 40px 0px 0px;
		background-color: #ffffff;
		 vertical-align: top;
		
		}
	td.right{
		width: 370px;
		text-indent: 5px;
		background-color: #ffffff;
		vertical-align:super; 
		padding: 0px 0px 30px 0px;
		}
	td.site_name{
		width: 550px;
		background-color: #ffffff;
		height: 10px;
		font-size: 110%;
		line-height: 280%;
		letter-spacing: 1px;
		text-indent: -13px;
	}
	p.kitei{
		width: 500px;
		padding: 30px 0px 40px 0px;
		text-indent: -13px;
	}

	




