#wrapper {
	padding: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navi {
	width: 940px;
	margin-top: 30px;
	margin-bottom: 30px;
	height: 60px;
}

li {
float: left;
}

ul {
	margin:0px;
	padding:0px;
}

body {
	background-image:url(img/bk.gif);
	margin: 0px;
}

#main {
	width: 940px;
}

.left {
	float: left;
	width: 650px;
}

.right {
	float: right;
	width: 250px;
	border: 3px solid #f0f8ff;
}

#footer {
	clear: both;
	width: 940px;
	background-color: #4FD4F3;
	height: 80px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.rank {
	width: 650px;
	border: 3px solid #CCC;
	padding: 0px;
	margin-bottom: 40px;
}

.ow_title {
	background-image: url(img/rank/title.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 630px;
	margin-bottom: 20px;
	margin-top: 0px;
	color: #FFF;
	margin-left: 10px;
	line-height: 50px;
}

.company {
	font-size: x-large;
	font-weight: bold;
	margin-top: 15px;
	margin-left: 120px;
}

.rank_img {
	float: left;
	width: 100px;
}

.box {
	float: right;
	width: 500px;
	margin-right: 20px;
}

.clear {
	clear: both;
}

.box_p {
	font-size: 14px;
	line-height: 1.7em;
	width: 500px;
	margin-bottom: 30px;
}

h2 {
	font-size: x-large;
	font-weight: bold;
	margin-left: 80px;
}
.rank_p {
	font-size: 14px;
	line-height: 170%;
	width: 650px;
	margin-bottom: 30px;
}
.bnr {
	width: 234px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 14px;
	font-weight: bold;
	color: #09F;
}

.bnr_box {
	width: 234px;
	margin-top: 10px;
}

.space30px {
	height: 20px;
}

.btn {
	margin-bottom: 30px;
}

a:hover img
{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}

.footer_p {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	margin-top: 20px;
	line-height: 180%;
	a:link {color:#ffffff;
    a:hover{color:#FF0;
    a:active{color:#FF0;
}

.text {
	font-size: 14px;
	line-height: 170%;
}
.sub_t {
	font-size: 18px;
	font-weight: bold;
	color: #09F;
	border-bottom-width: 1px;
	border-left-width: 10px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #0CF;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 15px;
}


a{/*リンクされた文字*/
    color:#FFFF00;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    color:0000ff;
    font-style:normal;
    text-decoration:none;
}


a:link {/*未訪問のリンク*/
    color:#FFFFFF;
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#934C7B;
    text-decoration:underline;
	text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#ff0000;
    font-style:normal;
    text-decoration:underline;
}
a:active {/*クリック中*/
    text-decoration:none;
}

