body {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #CCCCCC;
	font-size: 12px;
}
a:link {
	color: #0066FF;
	text-decoration: underline;
}
a:visited {
	color: #0066FF;
	text-decoration: underline;
}
a:hover {
	color: #FF33CC;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: underline;
}
#wrapper {
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 100px;
	width: 760px;
	background-image: url(../img/header.gif);
	background-repeat: no-repeat;
}
#header p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#header .header_back {
	float: left;
	height: 100px;
	width: 270px;
}
#header #header_link {
	width: 473px;
	float: left;
	height: 16px;
	padding-top: 76px;
	padding-right: 17px;
	text-align: right;
	color: #0066FF;
}

#headmenu {
	height: 28px;
	width: 760px;
	background-image: url(../img/headmenu_bg.gif);
	background-repeat: no-repeat;
}
#headmenu ul {
	margin: 0px;
	list-style-type: none;
	display: block;
	padding-right: 9px;
	padding-left: 9px;
}
#headmenu li {
	list-style-type: none;
	display: block;
	float: left;
	height: 17px;
	margin: 4px;
	width: 98px;
	text-align: center;
	padding-top: 3px;
}
#headmenu .linkmenu {
	background-image: url(../img/headmenu_li.gif);
	background-repeat: no-repeat;
}
#headmenu .copy {
	width: 500px;
	height: 17px;
	list-style-type: none;
	text-align: left;
	display: block;
	color: #FFFFFF;
}

#headmenu li a {
	font-weight: bold;
}
#contents {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#main {
	width: 475px;
	float: left;
	margin-left: 15px;
}
#main .title_ranking {
	background-image: url(../img/maintitle_ranking.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 475px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	text-align: right;
}
#main .title_taiken {
	background-image: url(../img/maintitle_taiken.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 475px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	text-align: right;
}
#main .title_deaitai {
	background-image: url(../img/maintitle_deaitai.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 475px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	text-align: right;
}
#main .title_company {
	background-image: url(../img/maintitle_company.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 475px;
	padding-top: 2px;
	padding-left: 0px;
	margin-bottom: 10px;
	padding-right: 5px;
	color: #FFFFFF;
	text-align: right;
}
#main .maintext {
	font-size: 12px;
	line-height: 18px;
}
#main .maintext .date {
	color: #FF9900;
}

#main .maintext .title {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	margin-bottom: 10px;
}

#left {
	width: 240px;
	float: left;
	margin-left: 10px;
}


#info {
	margin-bottom: 10px;
	border: 1px solid #999999;
	width: 234px;
	height: 800px;
	background-color: #F2F2F2;
	overflow: auto;
	margin-top: 10px;
	padding: 3px;
}
#info .title {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	margin-top: 4px;
	margin-bottom: 4px;
	width: 234px;
	line-height: 14px;
}
#info dt {
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	font-size: 13px;
	font-weight: bold;
}
#info dd {
	color: #333333;
	font-size: 12px;
	margin-bottom: 10px;
	margin-left: 18px;
	display: block;
	line-height: 16px;
}
#info dl {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#info ul {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	list-style-type: none;
	width: 234px;
}
#info li {
	padding-top: 3px;
	padding-bottom: 2px;
	display: block;
	font-size: 12px;
	float: left;
	width: 117px;
	line-height: 14px;
}

#info a:link {
	color: #0066FF;
	text-decoration: underline;
}
#info a:visited {
	color: #0066FF;
	text-decoration: underline;
}
#info a:hover {
	color: #FF33CC;
	text-decoration: underline;
}
#info a:active {
	color: #CC0000;
	text-decoration: underline;
}

/* IKE add -> */
#info strong a:link {
	color: #FF0000;
}
#info strong a:visited {
	color: #FF0000;
}
#info strong a:hover {
	color: #FF0000;
}
#info strong a:active {
	color: #FF0000;
}
/* <- IKE add */
#footer {
	font-size: 12px;
	background-color: #000000;
	text-align: center;
	padding: 5px;
	width: 100%;
	color: #FFFFFF;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
}
#footer a:link {
	color: #33FF00;
	text-decoration: underline;
}
#footer a:visited {
	color: #33FF00;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1-18red {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	color: #FF0000;
}
.style2-24black {

	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}
