body {
	font: normal 100%/1.5 Verdana, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: left;
	color: #333333;
	margin: 0;
	padding: 0;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	font-size: 10pt;
}

/* default */
* {
	margin: 0;
	padding:0;
	font-weight: bold;
}
img {
	border: 0;
	vertical-align: bottom;
}
a {
	color: #CC0000;
	text-decoration: underline;
	font-weight:bold;
	width: 900px;
}
a:hover {
	color: #FFCC66;
	text-decoration: none;
}

ul{
	list-style:none;
	padding: 0;
}

li{
	padding-bottom: 10px;
	}

h1{
	float: left;


}

h2{
	font-size: 125%;
	line-height: 1.4em;
	background-image: url(../img/bar_bg.gif);
	width: 655px;
	text-align: left;
	padding-left: 35px;
	background-repeat: no-repeat;
	padding-top: 7px;
	color: #FFFFFF;
	height: 53px;
}

h2#ind{
	height:30px;
}
	

h3{
	text-align: center;
	background-color: #313866;
	color: #FFFFFF;
	font-size: 135%;
}




/* --------------------------------------------------
	Container
-------------------------------------------------- */
.big{
	margin: 0 auto;
	background-color: #FFFFFF;
	width: 900px;
}

#middle{
	float: left;
	width: 900px;
	text-align: left;
	border-bottom: 1px solid #004F25;
	background-color: #FFFFFF;
	}

#l_container{
	text-align: left;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
	width: 170px;
	font-size: 8pt;
}

#pt{
	vertical-align: bottom;
	width: 500px;
	float: left;
	padding-bottom: 15px;
	text-align: center;
	padding-top: 10px;
}

#contents {
	width: 700px;
	text-align: center;
	margin: 0 auto;
	float: left;
}
#header {
	width: 850px;
	text-align: center;
	float: left;
	padding-right: 25px;
	padding-top: 3px;
	background-color: #FFFFFF;
	padding-left: 25px;
	padding-bottom: 3px;
}

#sub{
	float: left;
	padding-left: 25px;
}

.g_navi{
	text-align: center;
	float: left;
	padding-left: 24px;
}

.g_navi li{
	padding: 0;
	float: left;
	width: 164px;
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
	padding-right: 8px;
}

.g_navi li a{
	color: #333333;
	
}

.g_navi li a:hover{
	color:#FF6600;
}

.side_menu{
	background-image:url(../img/side.gif);
	background-repeat:no-repeat;
	width:250px;
	height:220px;
	position: relative;
	font-size: 90%;
}

#right{
	width:700px;
	text-align: center;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

#te{
	text-align: center;
	padding: 0;
	width: 700px;
	background-image: url(../img/c_body.gif);
	padding-bottom: 10px;

}

#side_js{
	text-align: center;
	width: 170px;
	background-image: url(../img/s_main.gif);
	background-repeat: repeat-y;

	
}

.kuzu{
	color: #FFFFFF;
	font-size: 70%;
	line-height: 1.8em;
	text-align: left;
}

.kb{
	width: 614px;
	height: 37px;
	background-image: url(../img/c_head.gif);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 8px;
}

.bar{
	text-align: center;
	width: 600px;
	padding-top: 10px;
}

#dotted{
	height: 5px;
	width: 600px;
	background-image: url(../img/dotted.gif);
	background-repeat: repeat-x;
	background-position: center;
}

#text1{
	text-align:left;
	font-size:85%;
	line-height:1.2em;
	color:#333333;
	font-weight:bold;
	#font-size:80%;
	padding-bottom: 2px;
}


#text2{
	text-align:left;
	font-size:85%;
	line-height:1.3em;
	color:#333333;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 5px;
	float: left;
	padding-left: 30px;
	#font-size:80%;
	width: 460px;
}

#text3{
	text-align:left;
	font-size:90%;
	line-height:1.2em;
	color:#333333;
	font-weight:bold;
	padding-bottom: 3px;








	#font-size:80%;
	width: 90%;
	padding-left: 30px;
}

.catch{
	font-size: 80%;
	line-height: 1.3em;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
}

.fx{
	font-size: 3em;
	color: #FF0000;
	line-height: 1em;
}

#s_foot{
	vertical-align:top;
}

/* --------------------------------------------------
	Ranking
-------------------------------------------------- */
.ranking ul {
	font-size: 80%;
	line-height: 23px;
	margin: 0 5px 5px;
	list-style: none;
}


/* --------------------------------------------------
	Footer
-------------------------------------------------- */
#footer {
	width: 900px;
	padding-top: 10px;
	text-align: center;
	clear: both;
	padding-bottom: 10px;
}

#feet{
	font-size: 75%;
	color:#FFFFFF;
	text-align: center;
	font-weight: bold;
	clear: both;
	width: 900px;
	height: 30px;
	padding-top: 10px;
	background-color: #CC0000;
}

/* --------------------------------------------------
	Base Style
-------------------------------------------------- */
.clear { clear: both;}
.hidden { display: none;}
.right { float: right; margin-left: 10px;}
.left { float: left; margin-right: 10px;}
.center { text-align: center; margin: 0 auto;}

hr {
	border: none;
	border-top: 1px dotted #ccc;
	margin: 5px 0;
	}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */	margin: 0 0 2px;
	display: block;


/*こっからオレ*/

#nav{
	font-size: 90%;
	width: 900px;
	background-color: #FFFFFF;
	float: left;
}

.le{
	text-align: center;
	padding-top: 15px;

}

.ta{
	text-align: center;
	width: 700px;
	height: 15px;
	margin-bottom: 5px;
}


#read p{
	color: #01567A;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.3;
	width:90%;
	padding-top: 10px;
	padding-left: 30px;
}

/*こっからテーブル*/
.entry {
	width: 590px;
	border: 1px solid #666;
	margin: 0 0 10px;
	text-align:left;
	_margin-bottom:-10px;
}
/* CSS Document */

/* --------------------------------------------------
	Entry
-------------------------------------------------- */
.entry h3 {
	font-size: 115%;
	line-height: 1.8em;
	margin: 0 0 5px 0;
	color: #fcfcfc;
	padding-left: 3px;
}
	
.entry h3 a {
	color: #FBA40C;
	font-size: 110%;
}

.entry h3 em {
	font-size: 85%;
	font-style: normal;
	font-weight: normal;
	margin: 0 5px;
}

.entry p {
	font-size: 90%;
	line-height: 1.3;
	padding-left: 10px;
}
.entry#rk01 {
	width: 536px;
	border: 7px solid #ece7ab;
	}
.entry#rk01 div.clearfix {
	border: 1px solid #c4be77;
	background: url(../img/entry_1.gif) no-repeat left center;
	}

.rk   {
	text-align: left;
	background-color: #C1D3FB;
}


.data {	padding: 8px;}

.list {
	line-height: 1.3;
	border: 1px solid #ccc;
	margin-top: 5px;
	border-collapse: collapse;
	font-size: 85%;
	width: 570px;
	margin-bottom: 2px;
	margin-left: 8px;
}

.star { font-size: 18px; color: #e54b00; margin: 0 8px;}
.list th,.list  td  {
	padding: 3px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 100%;
}
.list th  {
	background-color: #E1EAFD;
	font-size: 90%;
	color: #333333;
	line-height: 1.1em;
}
.banner { text-align: center; }

img {
	border: 0;
	padding: 0;
}

.red {
	color: #FF0000;
	font-size: 100%;
	line-height: 1.2em;
	text-align: left;
	padding-bottom: 5px;
	padding-right: 10px;
}

.no {
	font-size: 85%;
	color: #FF6600;
}

.kigyou{
	color:#F5F278;
}


.profit{
	color: #333333;
	padding-right: 30px;
	font-size: 90%;
	text-align: left;
}
#bunner{
	float: right;
	padding-top: 10px;
}

#data2{
	background-color: #003366;
}

#service{
	float:right;
}


#nob{
	border-right: solid 1px #666;
	width: 80px;
	text-align: left;
	padding: 5px;
}

#no{
	font-size:15pt;
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#last{
	text-align:center;
}

.rankmark{
	font-size:135%;
	color:#FF6600;
	font-weight:bold;
	padding-left: 15px;
}

.rankmark em{
	font-size:70%;
	color:#FFFFFF;
	padding-left: 15px;
}
#komidasi{
	padding-left: 20px;
	line-height: 1.2;
	color: #FF6600;
	font-size: 100%;
}

#button{
	text-align:center;
	padding-right: 5px;
}

.kuzu a{
	color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
	height: 20px;
}

.kuzu a:hover{
	color: #FF9900;
	}

#m{
	font-size: 100%;
	}
	
	
	
/*テーブルphp*/
table{
	border-collapse:collapse;
	border-color:#CCCCCC;
	text-align: center;
	border: 1px;
}
#t_big{
	margin:0 auto;
	width: 690px;
	background-color: #FFFFFF;
}
	
#t_head{
	width: 690px;
	float: left;
	border-bottom: 5px solid #CC0000;
}
.ranking{
	font-size: 300%;
	color: #FF6600;
	float: left;
	padding-left: 20px;
	line-height: 1em;
}

.tani{
	font-size: 100%;
	margin-right: 5px;
}

#minna{
	text-align: left;
	padding-left: 20px;
	font-size: 15pt;
	color: #666666;
}

#kk{
	font-size: 10pt;
	color: #666666;
	font-style: italic;
}

dt{
	font-size: 130%;
}

dd{
	font-size: 110%;
}

#t_body{
	width: 666px;
	text-align: center;
	padding: 10px;
	float: left;
	border-right: 2px solid #CC0000;
	border-left: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	margin-bottom: 10px;
}


th{
	background-color:#663300;
	font-size: 100%;
	line-height: 1.2em;
	padding: 5px 0;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000;
}

td{
	text-align:center;
	font-size: 100%;
	padding: 5px 0;
}

.none{
	border:none;
}

.in{
	border-collapse:collapse;
	border-color:#663300;
	text-align: center;
	border: 1px;
}

.in td{
	border: 1px solid #000;
}

#text{
	padding: 3px 5px;
	width: 470px;
	float: left;
	}

#t_text{
	font-size: 95%;
	line-height: 1.2em;
	text-align:left;
	padding-right: 10px;
	color: #333333;
}

#t_foot{
	width:690px;
	float: left;
	margin-bottom: 10px;
}


.table02 {
border-collapse:collapse;

}


.table02 th, td {
border:1px solid #bbb;
padding:2px;
}

.table02 th {
	text-align:center;
	color:#fff;
	height:35px;
	font-size:12px;
}

.table02 span {
	font-size:11px;
	color:#999900;
}

.table02 li {
list-style:none;
}

.table02 .title {
	width:20%;
}
#list th a {
color:#FFFFFF;
text-decoration:none;
}

.table02 td a {
	font-weight:bold;
}

.table02 td {
	height:50px;
}

.table02 td b {
	color:#CC0000;
}
