/*ページ枠設定*/

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #F9F9F9;
	font-size:12px;
}

a:link {
	text-decoration: none;
	color: #888888;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #888888;
}
a:active {
	text-decoration: none;
	color: #888888;
}

#wrapper	{
	margin: 10px auto;
	width: 800px;
}

#header	{
	margin: 0px auto;
	padding-top:10px;
	font-weight:bold;
	color:#CCCCCC;
	width: 800px;
	height:30px;
	text-align:right;
	background-image:url(../images/header-top.gif);
	background-repeat:no-repeat;
}

#navigation	{
	width: 800px;
	height:30px;
}


#main	{
	margin-top:8px;
	padding-top:10px;
	width: 800px;
	height: auto;
	background-color:#FFFFFF;
	background-image:url(../images/navi-back.gif);
	background-repeat:repeat-y;
}

#main #txst	{
	width: 570px;
	height: auto;
	padding-top:15px;
	padding-left:20px;
	padding-right:10px;
	letter-spacing:3px;
	line-height:1.4em;
}

#fudder	{
	margin-top:10px;
	width: 710px;
	height:50px;
	padding-left:90px;
	clear:both;
	color:#888888;
	text-align:left;
	background-image:url(../images/inf-logo.gif);
	background-repeat:no-repeat;
}

.navi-max	{
	margin-left:15px;
	letter-spacing:7px;
	font-size:16px;
	font-weight:bold;
}

.navi-min	{
	margin-left:25px;
	letter-spacing:4px;
	line-height:20px;
	font-size:12px;
}

.font00	{
	font-size:14px;
	margin-bottom:20px;
}

.font01	{
	color:#3366CC;
	margin-bottom:2px;
	clear:left;
}

.font02	{
	color:#3366CC;
	margin-bottom:2px;
	clear:right;
}

.space01	{
	margin-bottom:50px;
}


.header	{
	margin-right:15px;
}


.fooder-text	{
	font-size:10px;
}


li	{
	margin-bottom:10px;
}

img	{
 border:0;
}

img.flo	{
	margin-left:20px;
	margin-bottom:20px;
	float:right;
}

img.flo2	{
	margin-right:15px;
	margin-top:10px;
	margin-bottom:15px;
	float:left;
}



p.lift	{
	clear:right;
}