body {
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "verdana", "arial", "sans-serif";
	font: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	color:#555;
	margin:20px;	
	background:url(#) top repeat-x #eeeeee;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	background:#fff;
	padding:5px;
	border:2px solid #FFAD33;
}

#wrapper h1 {
	font:65% "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "verdana", "arial", "sans-serif";
	padding:0px 0px 0px 0px;
	color:#535353;
}

.fixed {
	width:950px;
}

.fluid {
	width:90%;
}

#header {
	height:90px;
	background-color: #ffffff;
	text-align:left;
}

#header h2 {
	font-size: 90%;
	margin:0 0 0px 0;
	padding:10px 10px 0px 20px;
	color:#666666;
}

/* -----グロナビ開始----- */

#gnavi {
	background-color: #FF9400;
	font-size: 100%;
	font-weight:bold;
	margin:0 0 0 0;
}

#gnavi li {
	list-style:none;
	display:inline;
	padding:7px 0;
	border-right:1px solid #eee;
}

#gnavi li a {
	padding:7px;
	color:#ffffff;
	text-decoration:none;
}

#gnavi li a:hover {
	background:#FFAD33;
	color:#fff;
}
/* -----グロナビここまで----- */


/* -----左サイドバー----- */
#sidebar_left {
	float:left;
	width:300px;
	padding:0 10px;
	background:#f6f6f6;
	font:100% Verdana;
	line-height:20px;
	border-right:1px solid #eee;
	margin:0 15px 0 0;
}

#sidebar_left h2 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:5px;
}

#sidebar_left p {
	line-height:20px;
}

/* -----左サイドバーここまで----- */





/* -----右サイドバー----- */
#sidebar_right {	

	padding:10px;
	float:right;
	background:#C8E4EE;
	margin:0 0 10px 10px;
	border-left:1px solid #97CBDF;
	border-right:1px solid #97CBDF;
	border-bottom:1px solid #97CBDF;
	color:#1F5063;
}

#sidebar_right h2 {
	font:110% Verdana;
	font-weight:bold;
	text-transform:uppercase;
	color:#13313C;
}

#sidebar_right p {
	font:100% Arial;
	line-height:20px;
}

/* -----右サイドバーここまで----- */


#content {
	float: right;
	background:#000000;
	width:590px;
	padding:0 15px;
	font-size:120%;
}

#content h2 {
	font:150% Trebuchet MS;
	color:#222;
	border-bottom:1px solid #eee;
}

#content h3 {
	font:140% Arial;
	color:#222;
	border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	padding:5px;
}

.with_sidebar {
	margin:0 0 0 200px;
}

#content h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
	line-height:25px;
}
#sidebar_left h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}
#sidebar_right h1,h2,h3,h4,p,ul,ol,blockquote {
	margin:15px 0;
}

#footer {
	font-size:60%;
	font-family: "ＭＳ Ｐゴシック", "Osaka", "ヒラギノ角ゴ Pro W3", "verdana", "arial", "sans-serif";
	font: "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
	margin:30px 0 0 0;
	padding:15px;
	background:#f6f6f6;
	border-top:2px solid #eee;
	clear:both;
}

#footer li {
	list-style:underline;
	display:inline;
	padding:15px 0;
}


#container {
	text-align: left;
	background-color: #FFFFFF;
	width: 900px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-y;
	background-position: left top;
	border: 1px solid #CCCCCC;
}
img {
	border: none;
	vertical-align: bottom;
	font-size:0px;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 1em;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-weight: normal;
}
td {
	vertical-align: top;
	text-align: left;
}
ul,ol {
	list-style:none;
	list-style-position:outside;
	margin:0;
	padding:0;
}

.ad {
	vertical-align: top;
	text-align: center;
	padding:15px 0;
}

/* -----clearfixここから----- */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
}
/* Hides from IE-mac \*/
*html .cf {height: 1%;}
.cf {display:block;}
/* */

/* -----clearfixここまで----- */



/* リンク */
a:link {
	color: #0066CC;
	text-decoration: underline;
}
a:visited {
	color: #0066CC;
	text-decoration: underline;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #333333;
	text-decoration: none;
}

/****メニュー****/
.menu {
	border: 1px solid #CCCCCC;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	width: 298px;
}

.menu h3 {
	background-color: #eeeeee;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 1px 0px 8px 1px;
	font-size: 18px;
	font-weight: bold;
	color: #404040;
	height: 36px;
	line-height: 31px;
	padding: 0px 0px 0px 18px;
	border-bottom: 1px dotted #CCCCCC;
}

.menu ul {
	padding: 0px 8px;
}
.menu li {
	background-image: url(images/note1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 34px;
	border-bottom: 1px dotted #CCCCCC;
}

.menu a {
	color: #535353!important;
	text-decoration: none!important;
}

.menu a:hover {
	color: #FF6600!important;
	text-decoration: none;
}



/****コンテンツ****/
#contents {
	padding: 0px 10px 0px 10px;
}
#leftcontents {
	background-color: #ffffff;
	float: left;
	width: 610px;
}

#leftcontents ul {
	padding: 0px 18px;
}

#leftcontents li {
	background-image: url(images/arrow2.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 0px 5px 15px;
	border-bottom: 1px dotted #CCCCCC;
}

#rightcontents {
	float: right;
	width: 300px;
}


.top_navi {
	padding: 1px 0px 2px 1px ;
	border: 0px solid #CCCCCC;
	margin-bottom: 25px;
}
.top_navi h3 {
	padding: 10px 0px 10px 30px;
	background-color: #f6f6f6;
	border: 1px solid #cccccc;
	font-size: 18px;
	font-weight:bold;
	margin-bottom: 25px;
}
.top_navi p {
	padding: 0px 18px 0px;
}
.top_navi_red {
	font-weight: bold;
	color: #FF0000;
}

/****業者データ****/

.table_list{
width:590px;
margin-bottom : 10px;
border-collapse :collapse;
border : 1px solid #cccccc;
text-align:center;
padding: 0px 0px;
background-color : #ffffff;
}

.tdbgc{
width:540px;
font-size : 12pt;
font-weight : bold;
margin-top : 0px; auto;
margin-bottom : 0px; auto;
border : 1px solid #cccccc;
text-align:center;
padding: 5px 2px;
background-color : #E7EDF3;

}


.td_01l{
width:100px;
font-size : 12pt;
margin-top : 0px; auto;
margin-bottom : 0px; auto;
border : 1px solid #cccccc;
text-align:center;
padding: 5px 2px;
background-color : #f8f8f8;

}

.td_01r{
width:440px;
font-size : 11pt;
margin-top : 0px; auto;
margin-left : 10px; auto;
margin-bottom : 0px; auto;
border : 1px solid #cccccc;
text-align:left;
padding: 5px 10px;
background-color : #ffffff;
}





/* -----業者データスペックテーブル----- */


.syo_sup {
	font-size: 84%;
	padding: 6px 0px 24px;
}

.subtitle {
	padding: 0px 0px 0px 5px;
	border-left: 3px solid #3D85CC;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 6px;

}

.tbl {
	width: 530px;
	margin-bottom: 25px;
	font-size: 80%;
}
.tbl th {
	border: 1px solid #D5D5D5;
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	padding: 6px 8px;
	color: #4C4C4C;
}
.tbl td {
	border: 1px solid #D5D5D5;
	text-align: center;
	vertical-align: middle;
	padding: 6px 8px;
}
.tbl th.tbl_hd {
	color: #2E3D4C;
	background-color: #E9F0F5;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	font-weight: bold;
}

.tbl02 {
	width: 530px;
	margin-bottom: 25px;
	font-size: 80%;
}
.tbl02 th {
	border: 1px solid #D5D5D5;
	background-color: #F3F3F3;
	text-align: center;
	vertical-align: middle;
	padding: 4px 8px;
	color: #4C4C4C;
}
.tbl02 td {
	border: 1px solid #D5D5D5;
	text-align: left;
	vertical-align: top;
	padding: 6px 8px;
}
.tbl02 th.tbl_hd {
	color: #2E3D4C;
	background-color: #E9F0F5;
	text-align: left;
	vertical-align: middle;
	padding: 4px;
	font-weight: bold;
}

.width01 {
	width: 300px;
}
.width02 {
	width: 50px;
}
.width03 {
	width: 46px;
}
.width04 {
	width: 40px;
}
.width05 {
	width: 130px;
}
.width06 {
	width: 90px;
}



/* -----ランキングここから----- */


div.contents-menu div.menu_bt-osusume ul li
{
	padding:6px 15px 6px 15px;

}
div.contents-menu div.menu_bt-osusume ul li.center
{
	text-align: center;
	padding:4px 15px 0px 15px;

}

li.list-ranking1,
li.list-ranking2,
li.list-ranking3,
li.list-ranking4,
li.list-ranking5,
li.list-ranking6,
li.list-ranking7,
li.list-ranking8,
li.list-ranking9,
li.list-ranking10
{
	padding:6px 5px 6px 35px;
	border-bottom:1px dotted #cccccc;
}

li.list-ranking1,
* html li.list-ranking2,
* html li.list-ranking3,
* html li.list-ranking4,
* html li.list-ranking5,
* html li.list-ranking6,
* html li.list-ranking7,
* html li.list-ranking8,
* html li.list-ranking9,
* html li.list-ranking10
{
	padding:6px 5px 6px 35px;
	height:100%;
}


li.list-ranking1
{
	background:transparent url(images/crown2-1.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}

li.list-ranking2
{
	background:transparent url(images/crown2-2.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}

li.list-ranking3
{
	background:transparent url(images/crown2-3.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking4
{
	background:transparent url(images/crown2-4.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking5
{
	background:transparent url(images/crown2-5.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking6
{
	background:transparent url(images/crown2-6.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking7
{
	background:transparent url(images/crown2-7.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking8
{
	background:transparent url(images/crown2-8.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking9
{
	background:transparent url(images/crown2-9.gif) no-repeat 0px 0px;
	border-bottom:1px dotted #cccccc;
}
li.list-ranking10
{
	background:transparent url(images/crown2-10.gif) no-repeat 0px 0px;
	border-bottom:none;
}

.ranking_txt
{
	font-size: 10px;
	color: #FF0000;
	padding-left: 5px;
}
.ranking_txt02
{
	font-size: 10px;
	color: #0000FF;
	padding-left: 5px;
}

/* -----ランキングここまで----- */

.menuba {
	border: 1px solid #CCCCCC;
	padding: 0px 0px 10px;
	margin: 0px 0px 10px 0px;
	width: 298px;
}

#menuba {
	float: right;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px 0px 10px 0px;
	width: 292px;
}

#menuba .int_box {
	padding: 5px 10px 10px 10px;
	border: 1px solid #E7E7E0;
	margin-bottom: 10px;
	background-image: url(images/int_box_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#menuba ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#menuba li {
	border:1px solid #ccc;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
	}

#menuba a { text-decoration:none}

/*背景の色変えるところ*/
#menuba a{
	height: auto;
	background-color: #fff;
	display: block;
	font-size: 13px;
	text-decoration: none;
	padding: 5px;
	color: #535353;
}

/*背景の色変えるところ*/
#menuba a:active{color	:#535353;}
#menuba a:visited{color	:#535353;}

/*背景の色変えるところ*/
#menuba a:hover{
	background: #f6f6f6;
	color: #535353;
}


/*背景の色変えるところ*/
#side h5 {
	color: #ffffff;
	font-size: 13px;
	margin: 0 5px 5px 5px;
	padding: 5px 5px 5px 5px;
	background:#f6f6f6;
	text-align: center;
	}

.style {
	color: #000000;
	text-decoration:none;
	cursor:text;
	}

.style a:hover {
	color: #000000;
	text-decoration:none;
	cursor:text;
	}


	background:#f6f6f6;
	border-top:2px solid #eee;
