/*ページ全体*/
body		{
		margin:0px;
		margin-top:0px;
		margin-width:0px;
		margin-height:0px;
		padding-top:0px;
		padding-left:0px;
		padding-right:0px;
		padding-bottom:0px;
		background-image:url(../01_top/bg00.jpg);background-position:0 0;background-attachment:fixed;
		overflow : auto ;
		}

/*体裁*/
html, body	{ scrollbar-arrow-color : #eddcec ; scrollbar-base-color : #eddcec ; }

/*テキスト*/
.text11		{ font-size : 11px; line-height : 110% ; letter-spacing : 110% ; color : #ffffff ; }
.text12		{ font-size : 12px; line-height : 110% ; letter-spacing : 110% ; color : #ffffff ; }
.text13		{ font-size : 13px; line-height : 110% ; letter-spacing : 110% ; color : #ffffff ; }

/*マージン*/
.margin01	{ margin-top : 5px ; margin-bottom : 20px ; }
.margin02	{ margin-top : 10px ; margin-left :15px ; margin-right : 10px ; margin-bottom : 10px ; }
.margin03	{ margin-top : 20px ; margin-left :10px ; margin-right : 10px ; margin-bottom : 10px ; }

/*リンク*/
a:visited	{ color : #ffff00 ; }
a:link		{ color : #80ffff ; }

/*TABLE*/
.border01	{
		border:solid 1px #330000;background-color:#ffffff;
		}
.header01	{
		background-image:url(../01_top/header.gif);background-repeat:no-repeat;background-position:0 5;
		}


