@charset "Shift_JIS";


* {
	margin: 0;
	padding: 0;
}

body {
	background:url(img/bg.gif);
	color:#333333;
	font-size: 12px;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN",Osaka,sans-serif;
	line-height: 1.5em;
}
a         { text-decoration: none; }
a:link    { color: #f00; }
a:hover   { color: #f00; text-decoration: underline;}
a img     { border: none; }

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}
ul {
	list-style-type: none;
}

.clear{ clear: both;}

strong{ color:#FF33FF;}


.clear-left{
clear:right;
}
/*  layout
------------------------------------------------------------ */
#container {
	position: relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background-color:#FFFFFF;
	border: solid 1px #999999;
}
#header h1 {
text-indent:-9999px;
font-size:12px;
}

#header {
	width: 900px;
	height:250px;
	background:url(img/header.jpg) no-repeat;
	border-bottom: solid 3px #ffa200;
}

#content {
	clear: both;
	width: 900px;
}

#content #content .company {
    float:left;
	width: 650px;
	padding: 15px 0 0;
}
#main {
	float: left;
	width: 650px;
	padding: 15px 0 0;
	margin-top:0;
	
}

#main h2 {
background:url(img/h2.gif) no-repeat;
width:650px;
height:39px;
color:#2b2b2b;
font-size:20px;
font-weight:bold;
margin-left:4px;
padding-left:18px;
padding-top:11px;
}

#main p {
font-size:1.3em;
margin:10px 10px;
padding:0px 5px 15px 5px;
line-height:1.6em;
}
.red{
color:#FF0000;
font-weight:bold;
}
.b{
background-color:#FFFF00;
font-weight:bold;
}
.bleu{
color:#0000FF;
font-weight:bold;
}

.next_page{
font-size:12px;
text-align:right;
padding:5px 10px 7px 0;
}

/* said
------------------------------------------------------------ */


#side {
	float: right;
	width: 221px;
	margin-top:15px;
	margin-bottom:6px;
}

.left-navi {
width:200px;
border:solid 1px #ffac08;
}

#side h2 {
width: 200px;
height: 30px;
background:url(img/said_h2.gif) no-repeat;
color: #ffffff;
text-transform: uppercase;
font-size:15px;
font-weight: bold;
line-height: 25px;
margin-top:0;
text-indent:5px;
margin-bottom:2px;
}


#side ul{
list-style:none;
margin:0;
padding:7px 0 10px 0;
}

#side ul li{
border-bottom:1px #ff9f00 dotted;
}


#side ul li a{
display:block;
width:200px;
font-size:12px;
padding-bottom:5px;
color:#333333;
background:url(img/li.gif) no-repeat;
background-position:2px;
padding-left:20px;
margin-bottom:6px;
}

#side ul li a {
_padding-left:0;
_text-indent:24px;
}
#side ul li a:hover{
color:#FF0000;
}


.left-pikup {
width:200px;
border:solid 1px #ffac08;
margin-top:18px;
}
.left-pikup p {
margin: 0 10px;
padding: 5px 0;
font-size:14px;
}

.ranking{
color:#FF0000;
font-weight:bold;
font-size:13px;
background:url(img/oukany_1.gif) no-repeat;
height:23px;
vertical-align:middle;
padding:0 0 0 30px;
margin-bottom:15px;
}

.ranking_2{
color:#FF0000;
font-weight:bold;
font-size:13px;
background:url(img/oukany_2.gif) no-repeat;
height:23px;
vertical-align:middle;
padding:0 0 0 30px;
margin-bottom:15px;
}

.img{
text-align:center;
}

.link{
margin-top:7px;
}

#footer {
	clear: both;
	width: 900px;
	border-top: 5px solid #ffa200;
	background-color: #fdffba;
	text-align: center;
}



#copyright {
	clear: both;
	width: 100%;
	margin: 20px 0 0;
	padding: 3px 0;
}



/*  hack
------------------------------------------------------------ */


a {
	overflow: hidden;
}

#content:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#content {
	display: inline-block;
}
/*\*/
*html #content {
	height: 1%;
}
#content {
	display: block;
}

.point_ray h3, x:-moz-any-link {
font-size:16px;
 }


