@charset "utf-8";

/*

共通部分

*/

body {
	text-align: center;
	background-color: #f0f0f0;
	background-image: url(/images/common/bg.jpg);
	background-repeat: repeat-x;
	font-family: 'ＭＳ Ｐゴシック', sans-serif;
}
#header {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 960px;
	height: 126px;
	background-image: url(/images/common/header-bg.jpg);
	background-position: 13px 30px;
	background-repeat: no-repeat;
}
#header h1 {
	padding: 27px 0 10px 107px;
}
#header h1 a {
	display: block;
	width: 392px;
	height: 43px;
	text-indent: -7586px;
	text-decoration: none;
	background-image: url(/images/common/lt.gif);
	background-repeat: no-repeat;
	/*\*/
	overflow: hidden;
	/**/
}
#header h1 a:hover {
	border: none;
}
#header p {
	font-size: 12px;
	padding-left: 107px;
	color: #F36;
}
#header ul {
	position: absolute;
	left: 552px;
	top: 27px;
}
#header ul li {
	padding-bottom: 8px;
	font-size: 12px;
}
#header dl {
	position: absolute;
	left: 707px;
	top: 22px;
}
#header dl dt {
	width: 234px;
	height: 60px;
	padding-bottom: 5px;
}
#header dl dt a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
#header dl dd {
	font-size: 10px;
}
#header dl dd a,
#header ul li a {
	color: #666;
	text-decoration: none;
}
#header dl dd a:hover,
#header ul li a:hover {
	text-decoration: underline;
}
#wrap {
	position: relative;
	width: 940px;
	padding: 10px 13px;
	margin: 0 auto;
	background-image: url(/images/common/bg_content.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #fff;
	text-align: left; /* /// IE5.5 Hack /// */
}
dl.wrapCap {
	width: 940px;
	height: 160px;
	margin-bottom: 45px;
	background-color: #FEB0C3;
	background-image: url(/images/common/img_rCap2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
}
dl.wrapCap dt {
	padding: 21px 0 13px 17px;
}
dl.wrapCap dd {
	padding-left: 37px;
	font-size: 14px;
	line-height: 24px;
}
dl.wrapCap dd span {
	text-decoration: underline;
}
#main {
	width: 700px;
	padding: 0 10px;
	background-color: #FFF;
	font-size: 14px;
	line-height: 180%;
	float: left;
}
#main h2 {
	padding: 14px 0 14px 60px;
	margin-bottom: 30px;
	height: 22px;
	font-size: 22px;
	line-height: 100%;
	background-image: url(/images/hikaku/bg_rH2.gif);
	background-repeat: no-repeat;
	clear: left;
	color: #3E3E3E;
}
#main div.txt {
	padding: 0 30px 50px 65px;
}
#main div.txt p {
	padding-bottom: 15px;
}
#sub {
	width: 200px;
	padding: 0 10px;
	float: right;
	position: relative;
}
#sub ul.leftMenu1 {
	list-style: none;
	width: 192px;
	margin: 0;
	padding: 0;
}
#sub ul.leftMenu1 li {
	display: block;
	width: 192px;
	margin: 0;
	padding: 0;
}
#sub ul.leftMenu1 li a {
	display: block;
	margin-bottom: 15px;
}
#sub h3.leftMenu2 {
	display: block;
	width: 200px;
	height: 18px;
	padding-top: 6px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	background-image: url(/images/common/bg_leftMenu2_h3.gif);
	background-repeat: no-repeat;
}
#sub ul.leftMenu2 {
	width: 198px;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #CDCDCD;
	padding-top: 15px;
	background-color: #FFFFFF;
}
#sub ul.leftMenu2 li.linkcat strong {
	display: block;
	padding: 6px 0 0 0;
	border-width: 1px 0;
	border-style: solid;
	border-color: #CDCDCD;
	width: 198px;
	height: 16px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	background-color: #EFEFEF;
}
#sub ul.leftMenu2 li.linkcat ul li {
	border-top: 1px dotted #333333;
	margin: 0;
	width: 198px;
}
#sub ul.leftMenu2 li.linkcat ul {
	margin-top: 15px;
}
#sub ul.leftMenu2 li.linkcat ul li a,
#sub ul.leftMenu2 li.linkcat ul li a:visited {
	background-image: url(/images/common/side_menu_listmark2.gif);
	background-position: 8px 10px;
	background-repeat: no-repeat;
	color: #333333;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	padding: 8px 5px 7px 30px;
	text-decoration: none;
	width: 163px;
}
#sub ul.leftMenu2 li.linkcat ul li a:hover {
	background-color: #FFFFCC;
	background-image: url(/images/common/side_menu_listmark2_on.gif);
	color: #FF0000;
	text-decoration: underline;
}
#footer {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	position: relative;
	background-image: url(/images/common/bg_footer.gif);
	background-repeat: no-repeat;
}
#footer ul {
	position: absolute;
	top: 25px;
	left: 50px;
	width: 600px;
}
#footer ul li {
	float: left;
	font-size: 12px;
	margin-right: 20px;
}
#footer ul li a {
	color: #FFF;
}
#footer p {
	position: absolute;
	top: 25px;
	right: 50px;
	color: #FFF;
	font-size: 12px;
}
span.important {
	border-bottom: 1px dotted #F00;
	color: #F00;
	font-weight: bold;
}
span.important2 {
	background-color: #FF0;
	color: #000;
}
div.ad01 {
	width: 336px;
	margin: 0 0 30px 65px;
}
div.ad01 p {
	font-size: 10px;
}
p.backTop {
	text-align: right;
	font-size: 12px;
	margin-bottom: 30px;
}
div#btn_ranking {
	width: 242px;
	height: 126px;
	margin-top: 20px;
	margin-left: -39px;
}
div#btn_ranking a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}