@charset "utf-8";

html {
	margin: 0;
	padding: 0;
}

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

a, a:link, a:visited {
	text-decoration: underline;
/*	color: #E50073;	*/
	color: #0026E5;
}
a:hover, a:active {
	text-decoration: none;
/*	color: #E50073;	*/
	color: #FFAA00;
}
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; }

.red { color: #DD0000; }
.blue { color: #003399; }
.black { color: #333333; }
.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: #444444;
	background: #FFFF00;
}
.bgblack {
	color: #FFFFFF;
	background: #000000;
}
.bgblue {
	color: #FFFFFF;
	background: #0099CC;
}
.bgred {
	color: #FFFFFF;
	background: #CC0000;
}

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

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

.clear { clear: both; }

#basewrap {
	overflow: hidden;
	text-align: left;
	background: #FFFFFF url(../img/basewrap.jpg) repeat-y;
	width: 950px;
	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; }
/**/

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

h1 {
	line-height: 4px;
	text-indent: -10000px;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	background: #000000;
	height: 4px;
	padding: 0;
	margin: 0;
}
h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#header {
	position: relative;
	background: url(../img/header.jpg) no-repeat left top;
	width: 950px;
	height: 80px;
	padding: 0;
	margin: 0;
}
#header a {
	text-indent: -10000px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
	height: 51px;
	padding: 0;
	margin: 0;
}
#header a:hover, #header a:active { background: transparent; }
#header a:focus { outline: none; }
#header p {
	text-indent: -10000px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#header2 {
	position: relative;
	background: url(../img/header2.jpg) no-repeat left top;
	width: 700px;
	height: 80px;
	padding: 0;
	margin: 0;
}
#header2 a {
	text-indent: -10000px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 15px;
	left: 15px;
	width: 300px;
	height: 51px;
	padding: 0;
	margin: 0;
}
#header2 a:hover, #header a:active { background: transparent; }
#header2 a:focus { outline: none; }
#header2 p {
	text-indent: -10000px;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
}

#globaltier {
	line-height: 30px;
	text-indent: 15px;
	font-size: 11px;
	color: #F2F2F2;
	background: #000000 url(../img/globaltier.jpg) no-repeat left top;
	height: 30px;
	padding: 0;
	margin: 0;
}
#globaltier a, #globaltier a:link, #globaltier a:visited {
	text-decoration: none;
	color: #F2F2F2;
}
#globaltier a:hover, #globaltier a:active {
	text-decoration: underline;
	color: #F2F2F2;
	background: transparent;
}

#globaltier2 {
	line-height: 30px;
	text-indent: 15px;
	font-size: 11px;
	color: #F2F2F2;
	background: #000000 url(../img/globaltier2.jpg) no-repeat left top;
	height: 30px;
	padding: 0;
	margin: 0;
}
#globaltier2 a, #globaltier2 a:link, #globaltier2 a:visited {
	text-decoration: none;
	color: #F2F2F2;
}
#globaltier2 a:hover, #globaltier2 a:active {
	text-decoration: underline;
	color: #F2F2F2;
	background: transparent;
}

#content {
	float: right;
	width: 670px;
	padding: 15px 0;
}

#index { padding: 0 15px 0 0; }
#index h2 {
	text-indent: -10000px;
	background: url(../img/index.jpg) no-repeat left top;
	width: 655px;
	height: 200px;
	padding: 0;
	margin: 0;
}
#index .note {
	color: #444444;
	background: url(../img/note.gif);
	padding: 0;
	margin: 0 30px;
}
#index .note p {
	line-height: 30px;
	margin: 15px 0 30px 0;
	padding: 0;
}

#entry { padding: 0 15px 15px 0; }
#entry h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#entry .description {
	line-height: 24px;
	border: 1px dotted #F20079;
	background: #FFF2F9;
	padding: 15px;
	margin: 0 45px;
}
#entry .note {
	color: #444444;
/*	background: url(../img/note.gif);	*/
	padding: 20px 45px 0 45px;
	margin: 0;
}
#entry .note p {
	line-height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
}
#entry .note hr {
	border: none;
	border-top: 1px dotted #CCCCCC;
	padding: 0 0 15px 0;
}
.rankinglink {
	line-height: 26px;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/rankinglink.gif) no-repeat left center;
	height: 26px;
	padding: 0 0 0 32px;
	margin: 0 0 15px 45px;
}
#entrytier {
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding: 30px 0 15px 0;
}
#entrytier a:link, #entrytier a:visited {
	text-decoration: underline;
	color: #666666;
}
#entrytier a:hover, #entrytier a:active {
	text-decoration: none;
	color: #666666;
}

#links { padding: 0 15px 15px 0; }
#links h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#links .description {
	line-height: 24px;
	border: 1px dotted #F20079;
	background: #FFF2F9;
	padding: 15px;
	margin: 0 45px;
}
#links .note {
	color: #444444;
/*	background: url(../img/note.gif);	*/
	padding: 20px 45px 0 45px;
	margin: 0;
}
#links .note ul {
	list-style: none;
	margin: 0 15px 15px 15px;
	padding: 0;
}
#links .note ul li {
	line-height: 20px;
	font-weight: bold;
	font-size: 14px;
	background: url(../img/linksul.gif) no-repeat left center;
	margin: 0 0 15px 0;
	padding: 0 0 0 26px;
}
#links .note dl {
	margin: 0 15px 15px 15px;
	padding: 0;
}
#links .note dl dt {
	font-weight: bold;
	background: url(../img/linksdl.gif) no-repeat left center;
	margin: 0 0 3px 0;
	padding: 0 0 0 14px;
}
#links .note dl dd {
	line-height: 150%;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 15px 0;
	padding: 0 0 10px 14px;
}
#linkstier {
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding: 30px 0 15px 0;
}
#linkstier a:link, #linkstier a:visited {
	text-decoration: underline;
	color: #666666;
}
#linkstier a:hover, #linkstier a:active {
	text-decoration: none;
	color: #666666;
}

#sitemap { padding: 0 15px 15px 0; }
#sitemap h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#sitemap .description {
	line-height: 24px;
	border: 1px dotted #F20079;
	background: #FFF2F9;
	padding: 15px;
	margin: 0 45px;
}
#sitemap h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #F20079;
	border-left: 5px solid #F20079;
	border-bottom: 1px dotted #F20079;
	height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 0 0 10px;
}
#sitemap .note {
	color: #444444;
/*	background: url(../img/note.gif);	*/
	padding: 20px 45px 0 45px;
	margin: 0;
}
#sitemap .note ul {
	list-style: none;
	margin: 0 15px 15px 15px;
	padding: 0;
}
#sitemap .note ul li {
	font-weight: bold;
	background: url(../img/linksulli.gif) no-repeat left center;
	margin: 0 0 15px 0;
	padding: 0 0 0 11px;
}
#sitemap .note ul ul {
	list-style: none;
	margin: 0 15px 30px 30px;
	padding: 0;
}
#sitemap .note ul ul li {
	font-weight: bold;
	background: url(../img/linksululli.gif) no-repeat left center;
	margin: 0 0 15px 0;
	padding: 0 0 0 11px;
}
#sitemap .note dl {
	margin: 0 15px 15px 15px;
	padding: 0;
}
#sitemap .note dl dt {
	font-weight: bold;
	background: url(../img/linksdl.gif) no-repeat left center;
	margin: 0 0 3px 0;
	padding: 0 0 0 14px;
}
#sitemap .note dl dd {
	line-height: 150%;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 0 15px 0;
	padding: 0 0 10px 14px;
}

#manage { padding: 0 15px 15px 0; }
#manage h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#manage h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #F20079;
	border-left: 5px solid #F20079;
	border-bottom: 1px dotted #F20079;
	height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 0 0 10px;
}
#manage .note {
	color: #444444;
	background: url(../img/note.gif);
	padding: 0;
	margin: 0 30px;
}
#manage .note p {
	line-height: 30px;
	margin: 15px 0 30px 0;
	padding: 0;
}

#slinks { padding: 0 15px 0 0; }
#slinks h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#slinks .description {
	line-height: 24px;
	border: 1px dotted #F20079;
	background: #FFF2F9;
	padding: 15px;
	margin: 0 45px;
}
#slinks h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #F20079;
	border-left: 5px solid #F20079;
	border-bottom: 1px dotted #F20079;
	height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 0 0 10px;
}
#slinks .note {
	color: #444444;
	background: url(../img/note.gif);
	padding: 0;
	margin: 0 30px;
}
#slinks .note p {
	line-height: 30px;
	margin: 15px 0 30px 0;
	padding: 0;
}
#slinks .note .linebox {
	line-height: 30px;
	color: #F20079;
/*	border: 1px dotted #F20079;	*/
	background: #FFF2F9;
	margin: 15px 0 30px 0;
	padding: 0 15px;
}
#slinks table {
	background: #999999;
	width: 595px;
	margin: 15px 30px;
}
#slinks table th {
	line-height: 150%;
	font-weight: bold;
	background: #FFF2F9;
	padding: 10px;
}
#slinks table td {
	line-height: 150%;
	font-size: 12px;
	color: #444444;
	background: #FFFFFF;
	padding: 10px;
}
.nw { white-space: nowrap; }

#regist { padding: 15px 15px 0 15px; }
#regist h2 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
#regist h3 {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #F20079;
	border-left: 5px solid #F20079;
	border-bottom: 1px dotted #F20079;
	height: 30px;
	margin: 15px 30px 0 30px;
	padding: 0 0 0 10px;
}
#regist .note {
	color: #444444;
	background: url(../img/note.gif);
	padding: 0;
	margin: 0 30px;
}
#regist .note p {
	line-height: 30px;
	margin: 15px 0 30px 0;
	padding: 0;
}
#regist .note .linebox {
	line-height: 30px;
	color: #F20079;
/*	border: 1px dotted #F20079;	*/
	background: #FFF2F9;
	margin: 15px 0 30px 0;
	padding: 0 15px;
}
#regist table {
	background: #999999;
	width: 610px;
	margin: 15px 30px;
}
#regist table th {
	line-height: 150%;
	font-weight: bold;
	background: #FFF2F9;
	padding: 10px;
}
#regist table td {
	line-height: 150%;
	font-size: 12px;
	color: #444444;
	background: #FFFFFF;
	padding: 10px;
}

#ranking { padding: 0 15px 15px 0; }
#ranking h3 {
	line-height: 50px;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 30px;
	color: #FFFFFF;
	background: #F20079 url(../img/h3ranking.jpg) no-repeat left top;
	width: 655px;
	height: 50px;
	padding: 0;
	margin: 0 0 15px 0;
}
.rank1 {
	line-height: 60px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	background: url(../img/rank1.gif) no-repeat left center;
	height: 60px;
	padding: 0 0 0 47px;
	margin: 0 30px 0 30px;
}
.rank2 {
	line-height: 60px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	background: url(../img/rank2.gif) no-repeat left center;
	height: 60px;
	padding: 0 0 0 47px;
	margin: 0 30px 0 30px;
}
.rank3 {
	line-height: 60px;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 24px;
	color: #333333;
	background: url(../img/rank3.gif) no-repeat left center;
	height: 60px;
	padding: 0 0 0 47px;
	margin: 0 30px 0 30px;
}
.rankcontents {
	overflow: hidden;
	border: 1px dotted #FFD580;
	background: #FFFFE5;
	padding: 30px 15px;
	margin: 0 30px 15px 30px;
}
.rankcontents:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html .rankcontents {
	height: 1%;
	overflow: visible;
}
.rankcontents { display: block; }
/**/
.rankcontents p {
	line-height: 24px;
	margin: 0 0 15px 0;
	padding: 0;
}
.rankcontents ul {
	list-style: none;
	margin: 0 15px 15px 15px;
	padding: 0;
}
.rankcontents ul li {
	line-height: 30px;
	font-weight: bold;
	color: #CC0000;
	background: url(../img/rankcontentslist.jpg) no-repeat left center;
	margin: 0;
	padding: 0 0 0 21px;
}
.ranklink {
	text-indent: -10000px;
	text-align: center;
	width: 500px;
	margin: 0 auto;
}
.ranklink a, .ranklink a:link, .ranklink a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/ranklink.jpg) no-repeat left top;
	width: 500px;
	height: 60px;
}
.ranklink a:hover, .ranklink a:active { background-position: left bottom; }
.ranklink a:focus { outline: none; }

.pagetoplink {
	overflow: hidden;
	line-height: 100%;
	font-size: 11px;
	padding: 20px 0;
	margin: 0;
}
.pagetoplink:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html .pagetoplink {
	height: 1%;
	overflow: visible;
}
.pagetoplink { display: block; }
/**/
.pagetoplink a {
	float: right;
	background: url(../img/pagetop.gif) no-repeat left center;
	padding: 0 0 0 14px;
	margin: 0;
}
.pagetoplink a:link, .pagetoplink a:visited {
	text-decoration: underline;
	color: #666666;
}
.pagetoplink a:hover, .pagetoplink a:active {
	text-decoration: none;
	color: #666666;
	padding: 0 0 0 14px;
	margin: 0;
}

#side {
	float: left;
	width: 265px;
	padding: 15px 0;
}
#side .topics, #side .slinkstopics { padding: 0 0 15px 15px; }
#side .topics h4 {
	text-indent: -10000px;
	background: url(../img/h4topics.jpg) no-repeat left top;
	width: 250px;
	height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
}
#side .slinkstopics h4 {
	text-indent: -10000px;
	background: url(../img/h4slinkstopics.jpg) no-repeat left top;
	width: 250px;
	height: 30px;
	padding: 0;
	margin: 0 0 10px 0;
}
#side .topics .banner, #side .slinkstopics .banner {
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}
#side .topics p, #side .slinkstopics p {
	line-height: 130%;
	font-size: 11px;
	padding: 0 8px;
	margin: 0;
}
#side .list, #side .slinkslist1, #side .slinkslist2 { padding: 0 0 15px 15px; }
#side .list h4 {
	text-indent: -10000px;
	background: url(../img/h4list.jpg) no-repeat left top;
	width: 250px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#side .slinkslist1 h4 {
	text-indent: -10000px;
	background: url(../img/h4slinkslist1.jpg) no-repeat left top;
	width: 250px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#side .slinkslist2 h4 {
	text-indent: -10000px;
	background: url(../img/h4slinkslist2.jpg) no-repeat left top;
	width: 250px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#side .list dl, #side .slinkslist1 ul, #side .slinkslist2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#side dl dt {
	display: block;
	line-height: 150%;
	text-align: left;
	font-size: 12px;
	background: url(../img/listdt.jpg) no-repeat;
	width: 250px;
	padding: 0;
	margin: 10px 0 0 0;
}
#side dl dt a, #side dl dt a:link, #side dl dt a:visited {
	display: block;
	line-height: 150%;
	text-decoration: none;
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
	background: url(../img/listdt.jpg) no-repeat;
	border-left: none;
	width: auto;
	_width: 100%;
	padding: 15px 3px 15px 15px;
	margin: 0;
}
#side dl dt a:hover, #side dl dt a:active {
	color: #E50073;
	background: url(../img/listdth.jpg);
}
#side .list dl dd, #side .slinkslist1 ul li, #side .slinkslist2 ul li {
	display: block;
	line-height: 150%;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	width: 250px;
	padding: 0;
	margin: 0;
}
#side .list dl dd a, #side .list dl dd a:link, #side .list dl dd a:visited,
#side .slinkslist1 ul li a, #side .slinkslist1 ul li a:link, #side .slinkslist1 ul li a:visited,
#side .slinkslist2 ul li a, #side .slinkslist2 ul li a:link, #side .slinkslist2 ul li a:visited {
	display: block;
	line-height: 150%;
	text-decoration: none;
	font-size: 12px;
	color: #666666;
	border-left: 5px solid #CCCCCC;
	width: auto;
	_width: 100%;
	padding: 15px 3px 15px 10px;
	margin: 2px 0 1px 0;
}
#side .list dl dd a:hover, #side .list dl dd a:active,
#side .slinkslist1 ul li a:hover, #side .slinkslist1 ul li a:active,
#side .slinkslist2 ul li a:hover, #side .slinkslist2 ul li a:active {
	color: #E50073;
	background: transparent url(../img/list.jpg) repeat-x left top;
	border-left: 5px solid #666666;
}
#side .exchange {
	text-indent: -10000px;
	padding: 0 0 15px 15px;
}
#side .exchange a, #side .exchange a:link, #side .exchange a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/exchange.jpg) no-repeat left top;
	width: 250px;
	height: 80px;
}
#side .exchange a:hover, #side .exchange a:active { background-position: left bottom; }
#side .exchange a:focus { outline: none; }

#sitetier {
	clear: both;
	overflow: hidden;
	padding: 15px 0;
}
#sitetier:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #sitetier {
	height: 1%;
	overflow: visible;
}
#sitetier { display: block; }
/**/
#sitetier ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}
#sitetier ul li {
	float: left;
	font-size: 11px;
	padding: 0;
	margin: 0 15px 0 0;
}
#sitetier ul li a, #sitetier ul li a:link, #sitetier ul li a:visited {
	text-decoration: underline;
	color: #666666;
}
#sitetier ul li a:hover, #sitetier ul li a:active {
	text-decoration: none;
	color: #666666;
	background: transparent;
}

#footer {
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	color: #FFFFFF;
	background: #333333;
	height: 70px;
	margin: 0 3px;
}
#footer:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #footer {
	height: 1%;
	overflow: visible;
}
#footer { display: block; }
/**/
#footer dl {
	float: right;
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}
#footer dl dt {
	float: left;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 15px 0 0;
}
#footer dl dd {
	float: left;
	font-size: 11px;
	padding: 0;
	margin: 0 15px 0 0;
}
#footer dl dd a, #footer dl dd a:link, #footer dl dd a:visited, #footer dl dd a:hover, #footer dl dd a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
#footer address {
	clear: both;
	display: block;
	font-weight: normal;
	font-style: normal;
	padding: 15px 0 0 0;
}
#footer address a, #footer address a:link, #footer address a:visited, #footer address a:hover, #footer address a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
