/* CSS Document */



body {

	margin:0px;

	padding:0px;

	font-size:95%;

}



* {

	margin:0px;

	padding:0px;

}





img {

	margin:0px;

	padding:0px;

	border:none;

}



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

/*全体の大枠*/



#all {/*全体を囲っているdiv*/

	margin-left:auto;

	margin-right:auto;

	margin-top:0px;

	margin-bottom:0px;

	padding:0px;

	width:756px;

}



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

/*ヘッター*/



h1 {/*タイトル部分*/

	margin:0px;

	padding:0px;

}



#main-ph {/*メインの画像を囲っているdiv*/

	margin:0px 0px 30px 0px;

	padding:0px;

}

	

h2.main-left {/*左側のメイン画像*/

	margin:0px;

	padding:0px;

	float:left;

	widows:424px;

}



h2.main-right {/*左側のメイン画像*/

	margin:0px;

	padding:0px;

	float:left;

	widows:332px;

}



table.main-right {/*右側の写真部分*/

	margin:0px;

	padding:0px;

	float:left;

	widows:332px;

}



td.main-right {

	margin:0px;

	padding:0px;

}



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

/*コンテンツ*/



#contents {/*コンテンツ部分の大枠*/

	margin:0px 0px 0px 20px;

	padding:0px 0px 0px 0px;

	text-align:left;

	width:712px;

}



table.contents {/*コンテンツの中に書き込まれてあるテーブル*/

	margin:20px 0px 10px 5px;

	padding:0px 0px 0px 0px;

	border:none;

	float:left;

}



td.contents {/*コンテンツのテーブル*/

	margin:0px 0px 0px 0px;

	padding:0px 0px 5px 0px;

}



td.contents-in {/*コンテンツのテーブル*/

	margin:0px 0px 0px 0px;

	padding:0px 0px 5px 10px;

}



p.contents-top {/*コンテンツの中の一番上の文章*/

	margin:10px 0px 0px 5px;

	padding:0px 0px 0px 0px;

	line-height:1.5;

	width:700px;

}



p.contents {/*コンテンツの中の文章*/

	margin:5px 0px 0px 5px;

	padding:0px 0px 0px 0px;

	line-height:1.5;

	width:700px;

	clear:both;

}



p.contents-sin {/*コンテンツの中の文章*/

	margin:0px 20px 10px 5px;

	padding:0px 0px 0px 0px;

	line-height:1.5;

	text-align:right;

	width:690px;

}



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

/*項目ボタン*/



table.foter-bottom {/*一番下のボタンを囲んでいる部分*/

	margin:0px 0px 0xp 0px;

	padding:0px 0px 0px 0px;

	border:none;

}



table.bton-left {/*左側のボタン*/

	margin:0px 20px 0px 0px;

	padding:0px 0px 0px 0px;

	border:none;

}	



td.bton-left {/*左側のボタン*/

	margin:0px 0px 0px 0px;

	padding:0px 0px 0px 0px;

	border:none;

}	



table.bton-right {/*右側のボタン*/

	margin:0px 0px 0px 20px;

	padding:0px 0px 0px 0px;

	border:none;

}	



td.bton-right {/*右側のボタン*/

	margin:0px 0px 0px 0px;

	padding:0px 0px 0px 0px;

	border:none;

}		



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



p.foter {/*コピーライト*/

	margin:0px 0px 0px 4px;

	padding:0px 0px 0px 0px;

}



f_clear {/*フロートのクリア*/

	clear:both;

}



p.caution {/*ページ下注意書き*/

	margin:5px 0px 0px 5px;

	padding:0px 0px 0px 0px;

	line-height:1.5;

	width:700px;

	text-align:left;

	clear:both;

}