@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

body {
	line-height: 100%;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px;
	color: #333333;
	background: #f2fdff url(../img/bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
}

object,&nbsp;embed { border: none; }

a, a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover, a:active {
	text-decoration: none;
	color: #ff6a00;
}
a img { border: 0; }

h1, h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

strong { font-weight: bold; }
em { font-style: oblique; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.under { background: url(../img/under.gif); }
.under2 { background: url(../img/under2.gif) repeat-x left bottom; }
.under3 { background: url(../img/under3.gif); }

.red { color: #dd0000; }
.dred { color: #bd000e; }
.blue { color: #003399; }
.black { color: #000000; }
.gray { color: #999999; }

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
.size18 { font-size: 18px; }
.size24 { font-size: 24px; }
.size30 { font-size: 30px; }

.bgyellow {
	color: #000000;
	background: #ffff66;
}
.bgblack {
	color: #ffffff;
	background: #000000;
}
.bgblue {
	color: #ffffff;
	background: #003399;
}
.bgred {
	color: #ffffff;
	background: #cc0000;
}

.t-left { text-align: left; }
.t-right { text-align: right; }
.t-center { text-align: center; }

.imgl {
	float: left;
	padding: 0 0 0 10px;
	margin: 0 15px 15px 0;
}
.imgr {
	float: right;
	padding: 0 10px 0 0;
	margin: 0 0 15px 15px;
}

.code {
	line-height: 180%;
	font-family: monospace;
	color: #990000;
	border: 1px dotted #b34747;
	background: #fff2f2;
	margin: 30px 15px;
	padding: 15px;
}

.clear { clear: both; }
.nw { white-space: nowrap; }

#basewrap {
	overflow: hidden;
	text-align: left;
	background: #ffffff url(../img/basewrap.gif) repeat-y;
	width: 832px;
	margin: 0 auto;
	padding: 0;
}
#basewrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #basewrap {
	height: 1%;
	overflow: visible;
}
#basewrap { display: block; }
/**/

#header {
	position: relative;
	background: url(../img/header.jpg) no-repeat left top;
	width: 832px;
	height: 104px;
	padding: 0;
	margin: 0;
}
#header h1 {
	line-height: 14px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	height: 14px;
	padding: 0;
	margin: 0 5px 0 0;
}
#header p {
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}
#header .sitelogo {
	text-indent: -10000px;
	position: absolute;
	top: 44px;
	left: 15px;
}
#header .sitelogo a {
	display: block;
	text-decoration: none;
	width: 406px;
	height: 36px;
	padding: 0;
	margin: 0;
}
#header .sitelogo a:focus { outline: none; }

#include {
	overflow: hidden;
	background: url(../img/include.jpg) no-repeat left top;
	padding: 220px 6px 10px 6px;
}
#include:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #include {
	height: 1%;
	overflow: visible;
}
#include { display: block; }
/**/

#einclude {
	overflow: hidden;
	padding: 0 6px 10px 6px;
}
#einclude:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #einclude {
	height: 1%;
	overflow: visible;
}
#einclude { display: block; }
/**/

.blist {
	text-align: right;
	font-size: 11px;
	color: #666666;
	padding: 0 10px 10px 10px;
}
.blist a, .blist a:link, .blist a:visited {
	text-decoration: none;
	color: #666666;
}
.blist a:hover, .blist a:active {
	text-decoration: underline;
	color: #666666;
}

#content {
	float: right;
	width: 550px;
}
#content h2 {
	line-height: 37px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background: #000000 url(../img/h2.gif) no-repeat left top;
	height: 37px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
#content p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 10px 10px;
}
#content p.dot {
	line-height: 30px;
	font-size: 13px;
	background: url(../img/dot.gif);
	padding: 0;
	margin: 0 10px;
}
#content h3 {
	line-height: 27px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ff4c88;
	background: #ffffff url(../img/h3.gif) no-repeat left top;
	height: 27px;
	padding: 0 0 0 15px;
	margin: 30px 0 20px 0;
}
#content #flash {
	border-top: 1px solid #000000;
	padding: 0 0 20px 0;
	margin: 0;
}
#content #ranking {
	padding: 20px 0 10px 0;
}
#content #ranking h3 {
	line-height: 37px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background: #000000 url(../img/h3ranking.gif) no-repeat left top;
	height: 37px;
	padding: 0;
	margin: 0 0 10px 0;
}
#content #ranking .rcontent {
	overflow: hidden;
/*	background: #ffffe5;	*/
	border: 1px dotted #ff99bb;
	padding: 10px 10px 20px 10px;
	margin: 10px 10px 20px 10px;
}
#content #ranking .rcontent h4 {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	height: 40px;
	padding: 0 0 0 55px;
	margin: 0 0 10px 0;
}
#content #ranking .rcontent h4 a, #content #ranking .rcontent h4 a:link, #content #ranking .rcontent h4 a:visited {
	text-decoration: none;
	color: #0000ff;
}
#content #ranking .rcontent h4 a:hover, #content #ranking .rcontent h4 a:active {
	text-decoration: none;
	color: #ff6a00;
}
#content #ranking .rcontent h4.r1 { background: url(../img/r1.gif) no-repeat left top; }
#content #ranking .rcontent h4.r2 { background: url(../img/r2.gif) no-repeat left top; }
#content #ranking .rcontent h4.r3 { background: url(../img/r3.gif) no-repeat left top; }
#content #ranking .rcontent .rimg {
	float: left;
	margin: 0 10px 10px 0;
}
#content #ranking .rcontent p {
	line-height: 150%;
	font-size: 13px;
	padding: 0;
	margin: 0 0 10px 0;
}
#content #ranking .rcontent .rtarget {
	clear: both;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #00b5d9;
	padding: 3px 5px;
	margin: 0;
}
#content #ranking .rcontent ul {
	list-style: none;
	border: 1px dotted #00b5d9;
	padding: 10px 0 0 10px;
	margin: 0 0 15px 0;
}
#content #ranking .rcontent ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 13px;
	color: #0095b3;
	background: url(../img/rankingli.gif) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
}
#content #ranking .rcontent .afl {
	line-height: 130%;
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	padding: 10px 0;
	margin: 0 10px;
}
#content #ranking .rcontent .rlink {
	overflow: hidden;
	clear: both;
	text-indent: -10000px;
	padding: 5px 0 0 0;
	margin: 0;
}
#content #ranking .rcontent .rlink:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #content #ranking .rcontent .rlink {
	height: 1%;
	overflow: visible;
}
#content #ranking .rcontent .rlink { display: block; }
/**/
#content #ranking .rcontent .rlink a, #content #ranking .rcontent .rlink a:link, #content #ranking .rcontent .rlink a:visited {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../img/rlink.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#content #ranking .rcontent .rlink a:hover, #content #ranking .rcontent .rlink a:active { background-position: left bottom; }
#content #ranking .rcontent .rlink a:focus { outline: none; }

.listbox {
	overflow: hidden;
	padding: 0 0 10px 10px;
}
listbox:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html listbox {
	height: 1%;
	overflow: visible;
}
listbox { display: block; }
/**/

.colbox {
	float: left;
	background: url(../img/colbox.gif) repeat-y;
	border-bottom: 1px solid #cccccc;
	width: 260px;
	height: 345px;
	margin: 0 10px 20px 0;
}
.colbox h4 {
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #000000 url(../img/h4colbox.gif) no-repeat left top;
	height: 35px;
	padding: 0;
	margin: 0;
}
.colbox ul {
	list-style: none;
	padding: 15px 15px 0 15px;
	margin: 0;
}
.colbox ul li {
	font-size: 12px;
	font-weight: normal;
	background: url(../img/colboxli.gif) no-repeat left top;
	padding: 0 0 0 17px;
	margin: 0 0 15px 0;
}

.pr {
	background: url(../img/pr.gif) no-repeat left top;
	border: 1px dotted #cccccc;
	padding: 10px 10px 10px 66px;
	margin: 0 0 10px 0;
}
.pr ul {
	text-align: left;
	list-style: none;
	color: #333333;
	padding: 0;
	margin: 0;
}
.pr ul li {
	display: inline;
	white-space: nowrap;
	line-height: 180%;
	font-size: 12px;
	padding: 5px;
	margin: 0;
}
.pagelink {
	overflow: hidden;
	clear: both;
	text-indent: -10000px;
	padding: 10px 0 15px 0;
	margin: 0;
}
.pagelink:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html .pagelink {
	height: 1%;
	overflow: visible;
}
.pagelink { display: block; }
/**/
.pagelink a, .pagelink a:link, .pagelink a:visited, .pagelink a:hover, .pagelink a:active {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../img/pagelink.gif) no-repeat left top;
	width: 82px;
	height: 10px;
	padding: 0;
	margin: 0;
}
.pagelink a:focus { outline: none; }

#econtent {
	float: right;
	background: url(../img/econtent.jpg) no-repeat left top;
	width: 550px;
	padding: 40px 0 0 0;
}
#econtent h2 {
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
	padding: 0 10px 0 50px;
	margin: 0 0 10px 0;
}
#econtent .description {
	line-height: 30px;
	font-weight: bold;
	font-size: 14px;
/*	color: #ff4c88; */
	height: 110px;
	padding: 0;
	margin: 0 20px;
}
#econtent h3 {
	line-height: 27px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ff4c88;
	background: #ffffff url(../img/h3.gif) no-repeat left top;
	height: 27px;
	padding: 0 0 0 15px;
	margin: 30px 0 10px 0;
}
#econtent p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 10px 10px;
}
#econtent ul {
	list-style: none;
	border: 1px solid #f75e96;
	padding: 10px 20px 5px 20px;
	margin: 0 10px 10px 10px;
}
*html #econtent ul { padding: 10px 20px 15px 20px; }
*+html #econtent ul { padding: 10px 20px 15px 20px; }
html>/**/body #econtent ul { padding /*\**/: 10px 20px 5px 20px\9; }
#econtent ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	color: #ff4c88;
	background: url(../img/pickli.gif) no-repeat left 8px;
	border-bottom: 1px dotted #f75e96;
	padding: 10px 0 10px 30px;
	margin: 0 0 10px 0;
}
#econtent table {
	background: #999999;
	width: 530px;
	padding: 0;
	margin: 20px 10px;
}
html>/**/body #econtent table { margin /*\**/: 20px 20px 30px 20px\9; }
#econtent table th {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #e5e5e5;
	padding: 10px;
	margin: 0;
}
#econtent table td {
	line-height: 130%;
	text-align: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px;
	margin: 0;
}
#econtent table td.center {
	line-height: 130%;
	text-align: center;
	font-size: 12px;
	background: #ffffff;
	padding: 10px;
	margin: 0;
}
#econtent .afl {
	line-height: 130%;
	text-align: right;
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	padding: 20px 0;
	margin: 0 10px;
}
#econtent .rcontent {
	overflow: hidden;
	background: url(../img/rcontent.gif) no-repeat right 20px;
	border: 1px dotted #ff99bb;
	padding: 10px 10px 20px 10px;
	margin: 30px 10px 10px 10px;
}
#econtent .rcontent h3 {
	line-height: 50px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #333333;
	background: none;
	height: 40px;
	padding: 0 0 0 50px;
	margin: 0 0 10px 0;
}
#econtent .rcontent h3 a, #econtent .rcontent h3 a:link, #econtent .rcontent h3 a:visited {
	text-decoration: none;
	color: #0000ff;
}
#econtent .rcontent h3 a:hover, #econtent .rcontent h3 a:active {
	text-decoration: none;
	color: #ff6a00;
}
#econtent .rcontent h3.r1 { background: url(../img/r1.gif) no-repeat left top; }
#econtent .rcontent h3.r2 { background: url(../img/r2.gif) no-repeat left top; }
#econtent .rcontent h3.r3 { background: url(../img/r3.gif) no-repeat left top; }
#econtent .rcontent h3.r4 { background: url(../img/r4.gif) no-repeat left top; }
#econtent .rcontent h3.r5 { background: url(../img/r5.gif) no-repeat left top; }
#econtent .rcontent h3.r6 { background: url(../img/r6.gif) no-repeat left top; }
#econtent .rcontent .rimg {
	float: left;
	margin: 0 10px 10px 0;
}
#econtent .rcontent p {
	line-height: 150%;
	font-size: 13px;
	padding: 0;
	margin: 0 0 10px 0;
}
#econtent .rcontent .rtarget {
	clear: both;
	line-height: 150%;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #00b5d9;
	padding: 3px 5px;
	margin: 0;
}
#econtent .rcontent ul {
	list-style: none;
	border: 1px dotted #00b5d9;
	padding: 10px 0 0 10px;
	margin: 0 0 15px 0;
}
#econtent .rcontent ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 13px;
	color: #0095b3;
	background: url(../img/rankingli.gif) no-repeat left top;
	padding: 0 0 0 18px;
	margin: 0 0 5px 0;
}
#econtent .rcontent .rlink {
	overflow: hidden;
	clear: both;
	text-indent: -10000px;
	padding: 5px 0 0 0;
	margin: 0;
}
#econtent .rcontent .rlink:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #econtent .rcontent .rlink {
	height: 1%;
	overflow: visible;
}
#econtent .rcontent .rlink { display: block; }
/**/
#econtent .rcontent .rlink a, #econtent .rcontent .rlink a:link, #econtent .rcontent .rlink a:visited {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../img/rlink2.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#econtent .rcontent .rlink a:hover, #econtent .rcontent .rlink a:active { background-position: left bottom; }
#econtent .rcontent .rlink a:focus { outline: none; }
#econtent .rlist {
	clear: both;
	background: url(../img/rlist.gif) no-repeat 10px 10px;
	border-bottom: 1px dotted #cccccc;
	padding: 0;
	margin: 0 0 20px 0;
}
#econtent .rlist ul {
	list-style: none;
	border: none;
	padding: 40px 0 10px 20px;
	margin: 0;
}
#econtent .rlist ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/rlistli.gif) no-repeat left top;
	border: none;
	padding: 5px 0 5px 24px;
	margin: 0 0 5px 0;
}

.tbanner {
	text-align: center;
	margin: 40px 0 0 0;
}

.elink-k {
	text-indent: -10000px;
	padding: 10px 10px 30px 285px;
}
.elink-k2 {
	float: left;
	text-indent: -10000px;
	width: 255px;
	padding: 10px 0 30px 0;
}
.elink-t {
	float: right;
	width: 255px;
	text-indent: -10000px;
	padding: 10px 0 30px 0;
}
.elink-o, .elink-c {
	text-indent: -10000px;
	padding: 10px 10px 30px 285px;
}
.elink-k a, .elink-k a:link, .elink-k a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/rlink.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.elink-k2 a, .elink-k2 a:link, .elink-k2 a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/rlink.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	margin: 0 0 0 10px;
	padding: 0;
}
.elink-t a, .elink-t a:link, .elink-t a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/rlink3.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	margin: 0 10px 0 0;
	padding: 0;
}
.elink-k a:hover, .elink-k a:active { background-position: left bottom; }
.elink-k a:focus { outline: none; }
.elink-k2 a:hover, .elink-k2 a:active { background-position: left bottom; }
.elink-k2 a:focus { outline: none; }
.elink-t a:hover, .elink-t a:active { background-position: left bottom; }
.elink-t a:focus { outline: none; }
.elink-o a, .elink-o a:link, .elink-o a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/rlink2.jpg) no-repeat left top;
	width: 255px;
	height: 40px;
	margin: 0;
	padding: 0;
}
.elink-o a:hover, .elink-o a:active { background-position: left bottom; }
.elink-o a:focus { outline: none; }
.elink-c a, .elink-c a:link, .elink-c a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/elink-c.jpg) no-repeat left top;
	width: 530px;
	height: 50px;
	margin: 0;
	padding: 0;
}
.elink-c a:hover, .elink-c a:active { background-position: left bottom; }
.elink-c a:focus { outline: none; }

.elist {
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 0 10px 20px 10px;
}
.elist a, .elist a:link, .elist a:visited {
	text-decoration: none;
	color: #666666;
}
.elist a:hover, .elist a:active {
	text-decoration: underline;
	color: #666666;
}

#lcontent {
	float: right;
	background: url(../img/lcontent.jpg) no-repeat left top;
	width: 550px;
	padding: 10px 0 0 0;
}
#lcontent h2 {
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
	padding: 0 10px 0 20px;
	margin: 0 0 10px 0;
}
#lcontent .description {
	line-height: 30px;
	font-size: 14px;
	height: 100px;
	padding: 0;
	margin: 0 20px;
}
#lcontent h3 {
	line-height: 27px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ff4c88;
	background: #ffffff url(../img/h3.gif) no-repeat left top;
	height: 27px;
	padding: 0 0 0 15px;
	margin: 30px 0 10px 0;
}
#lcontent dl {
	border: none;
	padding: 0;
	margin: 20px 10px;
}
#lcontent dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #0095b3;
	padding: 0;
	margin: 0;
}
#lcontent dl dd {
	line-height: 130%;
	border-bottom: 1px dotted #cccccc;
	padding: 5px 0;
	margin: 0 0 20px 10px;
}

#acontent {
	float: right;
	background: url(../img/acontent.jpg) no-repeat left top;
	width: 550px;
	padding: 40px 0 0 0;
}
#acontent h2 {
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	height: 40px;
	padding: 0 10px 0 50px;
	margin: 0 0 140px 0;
}
#acontent h3 {
	line-height: 27px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ff4c88;
	background: #ffffff url(../img/h3.gif) no-repeat left top;
	height: 27px;
	padding: 0 0 0 15px;
	margin: 30px 0 10px 0;
}
#acontent p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 10px 10px;
}

#scontent {
	float: right;
	width: 550px;
}
#scontent h2 {
	line-height: 37px;
	text-align: left;
	font-weight: bold;
	font-size: 18px;
	color: #ffffff;
	background: #000000 url(../img/h2.gif) no-repeat left top;
	height: 37px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
#scontent h3 {
	line-height: 27px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #ff4c88;
	background: #ffffff url(../img/h3.gif) no-repeat left top;
	height: 27px;
	padding: 0 0 0 15px;
	margin: 30px 0 10px 0;
}
#scontent p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 10px 10px;
}
#scontent p.dot {
	line-height: 30px;
	font-size: 14px;
	background: url(../img/dot.gif);
	padding: 0;
	margin: 0 10px;
}
#scontent ul {
	list-style: none;
	border: 1px solid #00b5d9;
	padding: 10px 20px 5px 20px;
	margin: 0 10px 10px 10px;
}
*html #scontent ul { padding: 10px 20px 15px 20px; }
*+html #scontent ul { padding: 10px 20px 15px 20px; }
html>/**/body #scontent ul { padding /*\**/: 10px 20px 5px 20px\9; }
#scontent ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	color: #0095b3;
	background: url(../img/pickli.gif) no-repeat left 8px;
	border-bottom: 1px dotted #00b5d9;
	padding: 10px 0 10px 30px;
	margin: 0 0 10px 0;
}
#scontent table {
	background: #999999;
	width: 530px;
	padding: 0;
	margin: 20px 10px;
}
html>/**/body #scontent table { margin /*\**/: 20px 20px 30px 20px\9; }
#scontent table th {
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	background: #e5e5e5;
	padding: 10px;
	margin: 0;
}
#scontent table td {
	line-height: 130%;
	text-align: left;
	font-size: 12px;
	background: #ffffff;
	padding: 10px;
	margin: 0;
}
#scontent table td.center {
	line-height: 130%;
	text-align: center;
	font-size: 12px;
	background: #ffffff;
	padding: 10px;
	margin: 0;
}

#side {
	float: left;
	width: 250px;
}
#side .sbox { margin: 0 0 20px 0; }
#side .sbox h4 {
	line-height: 34px;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	color: #444444;
	background: #ffffff url(../img/h4.gif) no-repeat left top;
	height: 37px;
	padding: 0 10px;
	margin: 0;
}
#side .sbox .simg {
	text-align: center;
	margin: 0 0 5px 0;
}
#side .sbox .starget {
	font-weight: bold;
	font-size: 12px;
	color: #ff5500;
	margin: 0 8px 5px 8px;
}
#side .sbox p {
	line-height: 130%;
	font-size: 11px;
	padding: 0;
	margin: 0 8px 5px 8px;
}
#side .sbox .slink {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	color: #dd0000;
	margin: 0 8px 5px 8px;
}
#side .sbox ul {
	list-style: none;
	background: #FFFFFF;
	padding: 0;
	margin: 0;
}
#side .sbox ul li {
	line-height: 130%;
	background: url(../img/sideli.gif) no-repeat left top;
	border-bottom: 1px dotted #cccccc;
	width: 250px;
	padding: 0;
	margin: 0;
}
#side .sbox ul li a, #side .sbox ul li a:link, #side .sbox ul li a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	width: auto;
	padding: 10px 5px 10px 15px;
	margin: 0 0 1px 0;
}
#side .sbox ul li a:hover, #side .sbox ul li a:active {
	text-decoration: underline;
	color: #ff6a00;
	background: url(../img/sidelih.gif) no-repeat left top;
}
#side .reciprocal {
	text-indent: -10000px;
	padding: 0 0 20px 0;
}
#side .reciprocal a, #side .reciprocal a:link, #side .reciprocal a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/reciprocal.jpg) no-repeat left top;
	width: 250px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#side .reciprocal a:hover, #side .reciprocal a:active { background-position: left bottom; }
#side .reciprocal a:focus { outline: none; }

#footer {
	clear: both;
	text-align: center;
	border-top: 1px dotted #cccccc;
	padding: 20px 0 0 0;
}
#footer a, #footer a:link, #footer a:visited #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #666666;
}

#footer h4 {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 0;
	margin: 0 0 5px 0;
}
#footer p {
	line-height: 120%;
	text-align: center;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 10px 20px;
}
#footer ul {
	text-align: center;
	list-style: none;
	color: #333333;
	padding: 0;
	margin: 10px 20px;
}
#footer ul li {
	display: inline;
	white-space: nowrap;
	font-size: 11px;
	padding: 5px;
	margin: 0;
}

