@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: 14px;
	color: #333333;
	background: #FFFFFF url(../img/bg.gif) repeat-x;
	margin: 0;
	padding: 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: bold; }
em { font-style: oblique; }

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.red { color: #DD0000; }
.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: #FFD400;
}
.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;
	margin: 0 15px 15px 0;
}
.imgr {
	float: right;
	padding: 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; }

.wrap {
	overflow: hidden;
	position: relative;
	background: #FFFFFF;
	margin: 0 1px;
	padding: 10px;
}
.wrap:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html .wrap {
	height: 1%;
	overflow: visible;
}
.wrap { display: block; }
/**/

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

#head {
	position: relative;
	background: url(../img/head.gif) no-repeat left top;
	width: 910px;
	height: 120px;
	padding: 0;
	margin: 0;
}
#head h1 {
	line-height: 20px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	height: 20px;
	padding: 0;
	margin: 0 30px 0 0;
}
#head h1 a, #head h1 a:link, #head h1 a:visited, #head h1 a:hover, #head h1 a:active {
	text-decoration: none;
	color: #999999;
}
#head #logo a {
	text-indent: -10000px;
	display: block;
	text-decoration: none;
	position: absolute;
	top: 28px;
	left: 120px;
	width: 402px;
	height: 23px;
	padding: 0;
	margin: 0;
}
#head #logo a:focus { outline: none; }
#head p {
	text-indent: -10000px;
	padding: 0;
	margin: 0;
}

#frame {
	overflow: hidden;
	text-align: left;
	background: #FFFFFF;
	margin: 0 30px;
	padding: 0;
}
#frame:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #frame {
	height: 1%;
	overflow: visible;
}
#frame { display: block; }
/**/

#content {
	float: left;
	width: 580px;
}
#content h2 {
	line-height: 40px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	background: url(../img/h2.gif) no-repeat left top;
	width: 580px;
	height: 40px;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
#content p {
	line-height: 150%;
	font-size: 14px;
	padding: 0;
	margin: 0 10px 15px 10px;
}
#content p.dotted {
	line-height: 30px;
	font-size: 14px;
	background: url(../img/dotted.gif);
	padding: 0;
	margin: 0 10px;
}
#content p.excerpt {
	line-height: 130%;
	font-size: 13px;
	background: url(../img/excerpt.gif) no-repeat left top;
	border: 1px dotted #177ee5;
	padding: 20px 10px 20px 73px;
	margin: 0 10px 20px 10px;
}
#content p.bread-list {
	line-height: 130%;
	text-align: left;
	font-size: 11px;
	color: #666666;
	padding: 0;
	margin: 0 0 20px 0;
}
#content p.bread-list a, #content p.bread-list a:link, #content p.bread-list a:visited {
	text-decoration: underline;
	color: #666666;
}
#content p.bread-list a:hover, #content p.bread-list a:active {
	text-decoration: none;
	color: #666666;
}
#content h3 {
	line-height: 40px;
	text-indent: 40px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 18px;
	color: #000000;
	background: url(../img/h3.gif) no-repeat left top;
	width: 580px;
	height: 40px;
	padding: 0;
	margin: 0 0 10px 0;
}
#content ul {
	list-style: none;
	font-size: 14px;
	padding: 0;
	margin: 0 0 10px 0;
}
#content ul li {
	line-height: 130%;
	background: url(../img/rankinglist.gif) no-repeat left 50%;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
	color: #ff5500;
	padding: 0 0 0 10px;
	margin: 0 20px 5px 20px;
}
#content dl {
	padding: 0;
	margin: 0 0 5px 20px;
}
#content dl dt {
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-size: 16px;
	font-weight: normal;
	color: #ff5500;
	margin: 0 0 5px 0;
	padding: 0;
}
#content dl dd {
	line-height: 130%;
	font-size: 12px;
	border-left: 3px solid #ff5500;
	margin: 0 0 15px 20px;
	padding: 0 0 0 10px;
}

#recommend {
	background: #0099e5;
	border-bottom: 1px solid #0099e5;
	padding: 0;
	margin: 20px 0;
}
#recommend h3 {
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	background: url(../img/h3recommend.gif) no-repeat left top;
	width: 580px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#recommend .wrap {
	background: #edf9ff;
	padding: 20px 10px;
}
#recommend .wrap p {
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
}
#recommend .wrap .link-a, #recommend .wrap .link-b, #recommend .wrap .link-c {
	overflow: hidden;
	clear: both;
	text-indent: -10000px;
	padding: 0;
}
#recommend .wrap .link-a:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #recommend .wrap .link-a {
	height: 1%;
	overflow: visible;
}
#recommend .wrap .link-a { display: block; }
/**/
#recommend .wrap .link-a a, #recommend .wrap .link-a a:link, #recommend .wrap .link-a a:visited {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../img/recommend-link-a.gif) no-repeat left bottom;
	width: 250px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#recommend .wrap .link-a a:hover, #recommend .wrap .link-a a:active { background-position: left top; }
#recommend .wrap .link-a a:focus { outline: none; }

#ranking {
	background: #0099e5;
	border-bottom: 1px solid #0099e5;
	padding: 0;
	margin: 20px 0;
}
#ranking h3 {
	line-height: 40px;
	text-indent: 0;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 24px;
	color: #FFFFFF;
	background: url(../img/h3ranking.gif) no-repeat left top;
	width: 580px;
	height: 40px;
	padding: 0;
	margin: 0;
}
#ranking .wrap {
	border-bottom: 1px solid #CCCCCC;
	padding: 10px 10px 30px 10px;
}
#ranking .wrap h4 {
	line-height: 24px;
	font-weight: bold;
	padding: 0 0 0 40px;
	margin: 0 0 5px 0;
}
#ranking .wrap h4.no1 { background: url(../img/no1.gif) no-repeat left top; }
#ranking .wrap h4.no2 { background: url(../img/no2.gif) no-repeat left top; }
#ranking .wrap h4.no3 { background: url(../img/no3.gif) no-repeat left top; }
#ranking .wrap h4.no4 { background: url(../img/no4.gif) no-repeat left top; }
#ranking .wrap h4.no5 { background: url(../img/no5.gif) no-repeat left top; }
#ranking .wrap h5 {
	line-height: 130%;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 16px;
	color: #CC0000;
	padding: 0;
	margin: 0 0 10px 0;
}
#ranking .wrap p {
	line-height: 130%;
	font-size: 12px;
	padding: 0;
	margin: 0 0 10px 0;
}
#ranking .wrap ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 140px;
}
#ranking .wrap ul li {
	line-height: 130%;
	background: url(../img/rankinglist.gif) no-repeat left 50%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #e50086;
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
}
#ranking .wrap .link-a, #ranking .wrap .link-b, #ranking .wrap .link-c {
	clear: both;
	text-indent: -10000px;
}
#ranking .wrap .link-a:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #ranking .wrap .link-a {
	height: 1%;
	overflow: visible;
}
#ranking .wrap .link-a { display: block; }
/**/
#ranking .wrap .link-a a, #ranking .wrap .link-a a:link, #ranking .wrap .link-a a:visited {
	display: block;
	float: right;
	text-decoration: none;
	background: url(../img/recommend-link-a.gif) no-repeat left top;
	width: 250px;
	height: 30px;
	padding: 0;
	margin: 0;
}
#ranking .wrap .link-a a:hover, #ranking .wrap .link-a a:active { background-position: left bottom; }
#ranking .wrap .link-a a:focus { outline: none; }

#bar {
	float: right;
	width: 250px;
}

.pickup, .menu2 {
	background: #ffaa00;
	border-bottom: 1px solid #ffaa00;
	padding: 0;
	margin: 0 0 20px 0;
}
.pickup h4 {
	line-height: 35px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/h4pickup.gif) no-repeat left top;
	width: 250px;
	height: 35px;
	padding: 0 0 0 20px;
	margin: 0;
}
.pickup .wrap { padding: 10px 0; }
.pickup .wrap h5 {
	line-height: 130%;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 14px;
	color: #CC0000;
	padding: 0;
	margin: 0 10px 10px 10px;
}
.pickup .wrap p {
	line-height: 130%;
	font-size: 12px;
	padding: 0;
	margin: 0 10px 10px 10px;
}
.pickup .wrap p.banner {
	text-align: center;
	padding: 0;
	margin: 0 0 5px 0;
}
.menu2 h4 {
	line-height: 35px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 16px;
	color: #990000;
	background: url(../img/h4pickup.gif) no-repeat left top;
	width: 250px;
	height: 35px;
	padding: 0 0 0 20px;
	margin: 0;
}

.menu {
	background: #177ee5;
	border-bottom: 1px solid #177ee5;
	padding: 0;
	margin: 0 0 20px 0;
}
.menu h4 {
	line-height: 35px;
	text-align: left;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	background: url(../img/h4menu.gif) no-repeat left top;
	width: 250px;
	height: 35px;
	padding: 0 0 0 20px;
	margin: 0;
}
.menu ul, .menu2 ul {
	list-style: none;
	background: #FFFFFF;
	padding: 10px 4px 5px 4px;
	margin: 0 1px;
}
.menu ul li, .menu2 ul li {
	line-height: 30px;
	width: 240px;
	height: 30px;
	padding: 0;
	margin: 0 0 5px 0;
}
.menu ul li a, .menu ul li a:link, .menu ul li a:visited,
.menu2 ul li a, .menu2 ul li a:link, .menu2 ul li a:visited {
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #006699;
	background: url(../img/menuli.gif) no-repeat left top;
	width: auto;
	height: 30px;
	padding: 0 0 0 17px;
	margin: 0;
}
.menu ul li a:hover, .menu ul li a:active,
.menu2 ul li a:hover, .menu2 ul li a:active {
	text-decoration: underline;
	color: #ff6a00;
	background: url(../img/menuli.gif) no-repeat left bottom;
}

#foot {
	overflow: hidden;
	clear: both;
	line-height: 130%;
	text-align: center;
	font-size: 12px;
	padding: 40px 0 0 0;
	margin: 0 30px;
}
#foot:after {
	content: "";
	display: block;
	clear: both;
	height: 1%;
	overflow: hidden;
}
/*\*/
* html #foot {
	height: 1%;
	overflow: visible;
}
#foot { display: block; }
/**/
#foot a, #foot a:link, #foot a:visited, #foot a:hover, #foot a:active {
	text-decoration: none;
	color: #333333;
}
#foot h4 {
	line-height: 130%;
	text-align: center;
	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W6";
	font-weight: normal;
	font-size: 14px;
	color: #006699;
	padding: 0;
	margin: 0 0 5px 0;
}
#foot p {
	line-height: 130%;
	padding: 0;
	margin: 0 0 10px 0;
}
