@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: #FFFFFF;
	margin: 0;
	padding: 5px 0;
}

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: normal; }
em { font-style: oblique; }

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

.red { color: #ff3333; }
.dred { color: #b32424; }
.blue { color: #006699; }
.black { color: #000000; }
.gray { color: #999999; }

.bred {
	font-weight: bold;
	color: #ff3333;
}
.bdred {
	font-weight: bold;
	color: #b32424;
}
.bblue {
	font-weight: bold;
	color: #006699;
}
.bblack {
	font-weight: bold;
	color: #000000;
}
.bgray {
	font-weight: bold;
	color: #999999;
}

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

.bgyellow {
	color: #000000;
	background: #fff04c;
}
.bgblack {
	color: #ffffff;
	background: #000000;
}
.bgblue {
	color: #ffffff;
	background: #006699;
}
.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;
	margin: 0 20px 20px 0;
}
.imgr {
	float: right;
	padding: 0;
	margin: 0 0 20px 20px;
}

.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; }

hr { display: none; }


#wrap {
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	width: 908px;
	margin: 0 auto;
	padding: 0;
}
#wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #wrap {
	height: 1%;
	overflow: visible;
}
#wrap { display: block; }
/**/


#header {
	position: relative;
	background: url(../img/header.gif) no-repeat left top;
	width: 908px;
	height: 160px;
	padding: 0;
	margin: 0;
}
#header h1 {
	text-align: right;
	font-size: 10px;
	color: #999999;
	padding: 9px 13px 0 0;
	margin: 0;
}
#header .logo {
	text-indent: -10000px;
	position: absolute;
	top: 20px;
	left: 130px;
}
#header .logo a {
	display: block;
	text-decoration: none;
	width: 445px;
	height: 50px;
	padding: 0;
	margin: 0;
}
#header .logo a:focus { outline: none; }
#header p {
	line-height: 150%;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	position: absolute;
	top: 100px;
	left: 140px;
	padding: 0;
	margin: 0;
}


#container {
	overflow: hidden;
	text-align: left;
	background: #ffffff;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #container {
	height: 1%;
	overflow: visible;
}
#container { display: block; }
/**/


#usp {
	text-indent: -10000px;
	background: url(../img/usp.jpg) no-repeat left top;
	width: 900px;
	height: 150px;
}


#content {
	float: right;
	width: 630px;
	padding: 20px 0 0 0;
}
#content .navi {
	text-align: left;
	font-size: 12px;
	color: #666666;
	padding: 0 0 20px 0;
	margin: 0;
}
#content h2 {
	line-height: 42px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #403106;
	background: url(../img/h2.gif) no-repeat left top;
	height: 40px;
	padding: 0 0 0 50px;
	margin: 0 0 5px 0;
}
#content h3 {
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #e54d00;
	background: url(../img/h3.gif) no-repeat left top;
	height: 40px;
	padding: 0 0 0 20px;
	margin: 30px 20px 10px 20px;
}
#content p {
	line-height: 150%;
	font-size: 14px;
	padding: 0 40px 10px 40px;
	margin: 0;
}
#content .afout {
	line-height: 150%;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 0 0 20px 0;
}
#content .btout {
	text-indent: -10000px;
	padding: 20px 95px 20px 95px;
}
#content .btout a, #content .btout a:link, #content .btout a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/btout.gif) no-repeat left top;
	width: 450px;
	height: 60px;
}
#content .btout a:hover, #content .btout a:active { background-position: left bottom; }
#content .btout a:focus { outline: none; }
#content ul {
	list-style: none;
	padding: 10px 40px 15px 40px;
	margin: 0;
}
#content ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	color: #ff3300;
	background: url(../img/ul.gif) no-repeat left top;
	border-bottom: 1px dotted #ff9966;
	padding: 5px 0 5px 30px;
	margin: 0;
}
#content dl {
	padding: 0 40px;
	margin: 0;
}
#content dl dt {
	font-weight: bold;
	font-size: 14px;
	background: url(../img/dt.gif) no-repeat left top;
	padding: 2px 0 2px 24px;
	margin: 0 0 3px 0;
}
#content dl dd {
	line-height: 130%;
	font-size: 13px;
	padding: 0 0 10px 24px;
	margin: 0;
}
#content ul.kuchi {
	list-style: none;
	padding: 10px 40px 15px 40px;
	margin: 0;
}
#content ul.kuchi li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	color: #ff3377;
	background: url(../img/ulkuchi.gif) no-repeat left top;
	border-bottom: 1px dotted #ff6699;
	padding: 5px 0 5px 30px;
	margin: 0 0 5px 0;
}
#content ul.kuchi2 {
	list-style: none;
	padding: 10px 40px 15px 40px;
	margin: 0;
}
#content ul.kuchi2 li {
	line-height: 130%;
	font-weight: bold;
	font-size: 14px;
	color: #148fcc;
	background: url(../img/ulkuchi2.gif) no-repeat left top;
	border-bottom: 1px dotted #80d4ff;
	padding: 5px 0 5px 30px;
	margin: 0 0 5px 0;
}
#content ol {
	list-style: none;
	background: url(../img/ol.gif) no-repeat center 10px;
	border: 2px solid #ff5500;
	padding: 72px 10px 15px 10px;
	margin: 10px 40px 20px 40px;
}
#content ol li {
	font-size: 16px;
	font-weight: bold;
	color: #ff5500;
	border-bottom: 1px dotted #ff5500;
	padding: 2px 0 2px 95px;
	margin: 0 0 15px 0;
}
#content ol li.point1 { background: url(../img/olli1.gif) no-repeat left top; }
#content ol li.point2 { background: url(../img/olli2.gif) no-repeat left top; }
#content ol li.point3 { background: url(../img/olli3.gif) no-repeat left top; }
#content ol li.point4 { background: url(../img/olli4.gif) no-repeat left top; }
#content ol li.point5 { background: url(../img/olli5.gif) no-repeat left top; }
#content .line {
	background: url(../img/dot.gif);
	padding: 0;
	margin: 0 20px 20px 20px;
}
#content .line p {
	line-height: 30px;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
#content .line .afout {
	line-height: 30px;
	text-align: right;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding: 30px 0;
}
#content table {
	background: #999999;
	width: 590px;
	margin: 20px;
}
#content table th {
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	color: #000000;
	background: #f2ce18;
	padding: 10px;
}
#content table td {
	text-align: center;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	padding: 10px;
}
#content table td .tdout {
	text-indent: -10000px;
	padding: 0;
}
#content table td .tdout a, #content table td .tdout a:link, #content table td .tdout a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/tdout.gif) no-repeat left top;
	width: 100px;
	height: 30px;
}
#content table td .tdout a:hover, #content table td .tdout a:active { background-position: left bottom; }
#content table td .tdout a:focus { outline: none; }
#content table.tranking {
	background: #999999;
	width: 590px;
	margin: 20px;
}
#content table.tranking th {
	line-height: 40px
	white-space: nowrap;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
	background: #ffffff;
	height: 40px;
	padding: 0 10px 0 60px;
}
#content table.tranking th.trh1 { background: url(../img/trh1.gif) no-repeat left top; }
#content table.tranking th.trh2 { background: url(../img/trh2.gif) no-repeat left top; }
#content table.tranking th.trh3 { background: url(../img/trh3.gif) no-repeat left top; }
#content table.tranking th.trh4 { background: url(../img/trh4.gif) no-repeat left top; }
#content table.tranking th.trh5 { background: url(../img/trh5.gif) no-repeat left top; }
#content table.tranking th.trh6 { background: url(../img/trh6.gif) no-repeat left top; }
#content table.tranking td {
	text-align: center;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
	padding: 10px;
}
#content table.tranking td p {
	text-align: left;
	font-size: 13px;
	color: #333333;
	background: #ffffff;
	padding: 0 0 5px 0;
}
#content table.tranking td .tdout {
	text-indent: -10000px;
	padding: 0;
}
#content table.tranking td .tdout a, #content table.tranking td .tdout a:link, #content table.tranking td .tdout a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/tdoutr.gif) no-repeat left top;
	width: 100px;
	height: 30px;
}
#content table.tranking td .tdout a:hover, #content table.tranking td .tdout a:active { background-position: left bottom; }
#content table.tranking td .tdout a:focus { outline: none; }


#content #ranking {
	overflow: hidden;
	text-align: left;
}
#content #ranking:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #content #ranking {
	height: 1%;
	overflow: visible;
}
#content #ranking { display: block; }
/**/
#content #ranking h3 {
	line-height: 100%;
	text-indent: -10000px;
	background: url(../img/h3ranking.gif) no-repeat left top;
	width: 630px;
	height: 50px;
	padding: 0;
	margin: 0 0 5px 0;
}


#content #ranking .ranking1 {
	background: url(../img/ranking1.gif) no-repeat left top;
	width: 630px;
	padding: 0;
	margin: 0;
}
#content #ranking .ranking1 .rh1 {
	font-weight: bold;
	font-size: 18px;
	color: #1a0303;
	padding: 30px 0 0 100px;
	margin: 0;
}
#content #ranking .ranking1 .rcont {
	padding: 30px 20px 0 20px;
}
#content #ranking .ranking1 .rcont .imgl {
	float: left;
	padding: 0 20px 20px 0;
	margin: 0;
}
#content #ranking .ranking1 .rcont p {
	line-height: 130%;
	font-size: 13px;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .ranking1 .rcont ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .ranking1 .rcont ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 13px;
	color: #ff3300;
	border-bottom: none;
	padding: 0 0 5px 0;
	margin: 0;
}
#content #ranking .ranking1 .rcont .out {
	text-indent: -10000px;
	padding: 20px 120px 30px 120px;
}
#content #ranking .ranking1 .rcont .out a, #content #ranking .ranking1 .rcont .out a:link, #content #ranking .ranking1 .rcont .out a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/out.gif) no-repeat left top;
	width: 350px;
	height: 50px;
}
#content #ranking .ranking1 .rcont .out a:hover, #content #ranking .ranking1 .rcont .out a:active { background-position: left bottom; }
#content #ranking .ranking1 .rcont .out a:focus { outline: none; }
#content #ranking .ranking1b {
	background: url(../img/ranking1.gif) no-repeat left bottom;
	width: 630px;
	height: 10px;
	margin: 0 0 20px 0;
}


#content #ranking .rankingu {
	overflow: hidden;
	background: url(../img/rankingu.gif) no-repeat left top;
	width: 630px;
	margin: 0;
	padding: 0;
}
#content #ranking .rankingu:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #content #ranking .rankingu {
	height: 1%;
	overflow: visible;
}
#content #ranking .rankingu { display: block; }
/**/
#content #ranking .rankingu .ranking2 {
	float: left;
	width: 305px;
}
#content #ranking .rankingu .ranking2 .rh2 {
	font-weight: bold;
	font-size: 15px;
	color: #1a0303;
	padding: 25px 0 0 60px;
	margin: 0;
}
#content #ranking .rankingu .ranking2 .rcont {
	padding: 30px 20px 0 20px;
}
#content #ranking .rankingu .ranking2 .rcont img {
	display: block;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
#content #ranking .rankingu .ranking2 .rcont p {
	line-height: 130%;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .rankingu .ranking2 .rcont ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .rankingu .ranking2 .rcont ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 12px;
	color: #ff3300;
	background: url(../img/ul2.gif) no-repeat left top;
	border-bottom: none;
	padding: 3px 0 3px 24px;
	margin: 0;
}
#content #ranking .rankingu .ranking2 .rcont .out {
	text-indent: -10000px;
	padding: 20px 7px 30px 8px;
}
#content #ranking .rankingu .ranking2 .rcont .out a, #content #ranking .rankingu .ranking2 .rcont .out a:link, #content #ranking .rankingu .ranking2 .rcont .out a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/out2.gif) no-repeat left top;
	width: 250px;
	height: 35px;
}
#content #ranking .rankingu .ranking2 .rcont .out a:hover, #content #ranking .rankingu .ranking2 .rcont .out a:active { background-position: left bottom; }
#content #ranking .rankingu .ranking2 .rcont .out a:focus { outline: none; }


#content #ranking .rankingu .ranking3 {
	float: right;
	width: 305px;
}
#content #ranking .rankingu .ranking3 .rh3 {
	font-weight: bold;
	font-size: 15px;
	color: #1a0303;
	padding: 25px 0 0 60px;
	margin: 0;
}
#content #ranking .rankingu .ranking3 .rcont {
	padding: 30px 20px 0 20px;
}
#content #ranking .rankingu .ranking3 .rcont img {
	display: block;
	padding: 0 0 20px 0;
	margin: 0 auto;
}
#content #ranking .rankingu .ranking3 .rcont p {
	line-height: 130%;
	font-size: 12px;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .rankingu .ranking3 .rcont ul {
	list-style: none;
	padding: 0 0 10px 0;
	margin: 0;
}
#content #ranking .rankingu .ranking3 .rcont ul li {
	line-height: 130%;
	font-weight: bold;
	font-size: 12px;
	color: #ff3300;
	background: url(../img/ul2.gif) no-repeat left top;
	border-bottom: none;
	padding: 3px 0 3px 24px;
	margin: 0;
}
#content #ranking .rankingu .ranking3 .rcont .out {
	text-indent: -10000px;
	padding: 20px 7px 30px 8px;
}
#content #ranking .rankingu .ranking3 .rcont .out a, #content #ranking .rankingu .ranking3 .rcont .out a:link, #content #ranking .rankingu .ranking3 .rcont .out a:visited {
	display: block;
	text-decoration: none;
	background: url(../img/out2.gif) no-repeat left top;
	width: 250px;
	height: 35px;
}
#content #ranking .rankingu .ranking3 .rcont .out a:hover, #content #ranking .rankingu .ranking3 .rcont .out a:active { background-position: left bottom; }
#content #ranking .rankingu .ranking3 .rcont .out a:focus { outline: none; }
#content #ranking .rankingub {
	background: url(../img/rankingu.gif) no-repeat left bottom;
	width: 630px;
	height: 10px;
	margin: 0 0 20px 0;
}

#content .pagetop {
	text-align: right;
	font-size: 12px;
	color: #666666;
	padding: 20px 0;
	margin: 0;
}
#content .bnavi {
	text-align: center;
	font-size: 12px;
	color: #666666;
	padding: 20px 0;
	margin: 0;
}


#sidemenu {
	float: left;
	width: 250px;
	padding: 20px 0 0 0;
}
#sidemenu h4 {
	line-height: 40px;
	font-weight: bold;
	font-size: 14px;
	color: #ffffff;
	background: #000000 url(../img/h4.gif) no-repeat left top;
	height: 40px;
	padding: 0 10px;
	margin: 0 0 5px 0;
}
#sidemenu ul {
	list-style: none;
	background: #FFFFFF;
	border-top: 1px dotted #cccccc;
	padding: 0 0 20px 0;
	margin: 0;
}
#sidemenu ul li {
	line-height: 130%;
	background: url(../img/sidemenuli.gif) no-repeat left top;
	border-bottom: 1px dotted #cccccc;
	width: 250px;
	padding: 0;
	margin: 0;
}
#sidemenu ul li a, #sidemenu ul li a:link, #sidemenu ul li a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	width: auto;
	padding: 6px 5px 6px 15px;
	margin: 0 0 1px 0;
}
#sidemenu ul li a:hover, #sidemenu ul li a:active {
	text-decoration: underline;
	color: #204000;
	background: url(../img/sidemenulih.gif) no-repeat left top;
}


#fcont {
	text-align: center;
	font-size: 11px;
	padding: 60px 28px 20px 28px;
	margin: 0;
}
#fcont h5 {
	font-weight: bold;
	font-size: 12px;
	padding: 0 0 5px 0;
	margin: 0;
}
#fcont p {
	line-height: 130%;
	padding: 0 0 5px 0;
	margin: 0;
}
/*
#fcont a, #fcont a:link, #fcont a:visited {
	text-decoration: none;
	color: #666666;
}
#fcont a:hover, #fcont a:active {
	text-decoration: underline;
	color: #666666;
}
*/


#footer {
	line-height: 35px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	background: url(../img/footer.gif) no-repeat left bottom;
	width: 908px;
	height: 35px;
}
#footer a, #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	text-decoration: none;
	color: #666666;
}
