*html body {			/*IE6*/
	overflow-y: auto;
}

*+html body {			/*IE7*/
	overflow-y: auto;
}

body {
	font-size: 90%;
	color: #333;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	overflow-y: scroll;
	text-align: center;
}

.base {
	width: 920px;
	margin: 0px auto;
	text-align: justify;
}

.inr {
	padding: 15px 10px;
}

.hf {
	width: 900px;
}

div.title-img {
	margin-top:10px;

	margin-bottom:15px;
}

div.ftr {
	margin-top: 16px;
}

span.ftr {
	font-size: 80%;
	color: #333;
}

h1,h2,h3,h4,h5,h6,h7 {
	margin: 0px;
	padding: 0px;
	potision: static;
}

h1.title {
	margin: 0px 0px 1em 0px;
	font-size: 120%;
	font-weight: bold;
}

h2.head-s {
	margin: 0px 0px 1em 0px;
	font-size: 100%;
	font-weight: bold;
}

h2.head {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: bold;
}

h2.lead-s {
	margin: 0px 0px 1em 0px;
	font-size: 100%;
	font-weight: normal;
}

h2.lead {
	margin: 0px 0px 0px 0px;
	font-size: 100%;
	font-weight: normal;
}

P {
	margin: 0px 0px 1em 0px;
}

ul {
	margin: 0px 0px 0px 1.5em;
	padding: 0;
}

hr {
	border: solid #333;
	border-width: 1px 0px 0px 0px;
	height: 1px;
	overflow: hidden;
	margin: 0px;
	clear: both;
}

hr.site {
	border: dotted #888;
	border-width: 2px 0px 0px 0px;
	height: 2px;
	overflow: hidden;
	margin: 0px;
	clear: both;
}

.red 		{color:#CC0000;}

.spcr01tb 	{margin:1em 0;}
.spcr02tb 	{margin:2em 0;}
.spcr03tb 	{margin:3em 0;}

.spcr01t 	{margin-top:1em;}
.spcr02t 	{margin-top:2em;}
.spcr03t 	{margin-top:3em;}

.spcr01b 	{margin-bottom:1em;}
.spcr02b 	{margin-bottom:2em;}
.spcr03b 	{margin-bottom:3em;}

.spcr10tb 	{margin:10px 0;}
.spcr15tb 	{margin:15px 0;}
.spcr20tb 	{margin:20px 0;}
.spcr30tb 	{margin:30px 0;}

.spcr10t 	{margin-top:10px;}
.spcr15t 	{margin-top:15px;}
.spcr20t 	{margin-top:20px;}
.spcr30t 	{margin-top:30px;}

.spcr10b 	{margin-bottom:10px;}
.spcr15b 	{margin-bottom:15px;}
.spcr20b 	{margin-bottom:20px;}
.spcr30b 	{margin-bottom:30px;}

.spcr10l 	{margin-left:10px;}
.spcr15l 	{margin-left:15px;}
.spcr20l 	{margin-left:20px;}
.spcr30l 	{margin-left:30px;}
