@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------
    Browser Reset
-----------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
	/*line-height: 140%; --ドロップダウンメニュー用暫定対応*/
	color: #222;
	font-size: 13px;
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Verdana,Arial,Helvetica,sans-serif;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}





/*-----------------------------------------------
    Layout
-----------------------------------------------*/

#Container {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	line-height: 140%;
}

#Header {
	margin:0px 0px 15px;
	padding:0px;
}

#Left {
	width:170px;
	float:left;
	margin-bottom: 20px;
	clear: both;
}

#Wrapper {
	float:right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 775px;
}


#Main {
	float:left;
	margin-right: 15px;
}

#Right {
	float:right;
	width: 210px;
	margin-bottom: 20px;
}

#Footer {
	width:100%;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 20px;
	float: none;
}



/*-----------------------------------------------
    Link
-----------------------------------------------*/


a:link {
	color: #000;
}
a:visited {
	color: #666;
}
a:hover {
	color: #000;
	text-decoration: none;
}

#Keyword_bunrui a:link {
	color: #666;
}

#Link_mjnet a:link {
	color: #666;
	text-decoration:none;
}

#Link_mjnet a:visited {
	color: #666;
	text-decoration:none;
}





/*-----------------------------------------------
    Header
-----------------------------------------------*/


#Header .header_area {
	background-color: #EEE;
	text-align: center;
	height: 100px;
	border: 1px dotted #000;
	line-height: 100px;
}

#Header .pankuzu {
	font-size: 13px;
	background-image: url(../img/ic_pankuzu.jpg);
	background-repeat: no-repeat;
	height: 25px;
	background-position: left center;
	line-height: 25px;
	text-indent: 33px;
	font-family: Verdana, Geneva, sans-serif;
	clear: both;
	float: none;
}

#Header h1 {
	background-image: url(../img/header/logo_beta2.jpg);
	height: 41px;
	width: 189px;
	text-indent: -999px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}
#Header h1 a {
	display: block;
	height: 41px;
	width: 189px;
}
#Header #header_ue {
	background-image: url(../img/header/back_headerue.jpg);
	height: 41px;
	width: 960px;
	line-height: 41px;
	clear: both;
	float: none;
}
#Header #header_ue .header_cnt {
	font-size: 21px;
	color: #F00;
	line-height: 41px;
	text-indent: 115px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	margin-right: 3px;
}
#Header #header_ue .site_catch {
	font-size: 14px;
	color: #FFF;
	float: right;
	line-height: 41px;
	margin-right: 10px;
}
#Header .header_timedata {
	color: #FFF;
	line-height: 41px;
}

#Footer {
	width: 100%;
}


#Footer #Keyword_bunrui {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	float:none;
	clear:both;
	height:100px;

}
#Footer ul li {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 11px;
	display: inline;
	white-space: nowrap;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#Footer #copyright {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#Footer #copyright .contactus {
	float: left;
	height: 30px;
	line-height: 30px;
	background-image: url(../img/ic_yajirushi2.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 17px;
	margin-left: 5px;
}
#Footer #copyright .copy {
	line-height: 30px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: right;
	color: #666;
}
#Link_mjnet {
	font-size: 11px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #666;
}







/*-----------------------------------------------
    Left
-----------------------------------------------*/

#Left #catgory {
	background-image: url(../img/back_leftcol.jpg);
	background-repeat: repeat-y;
	width: 170px;
}
#Left #catgory .listpanel {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#Left #category_menu {
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}
#Left .category_menu_title {
	background-image: url(../img/back_leftcol_title.jpg);
	background-repeat: repeat-x;
	height: 30px;
	margin-bottom: 5px;
	line-height: 30px;
	color: #FFF;
	text-align: left;
	text-indent: 8px;
}


#Left #bunrui {
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 20px;
}

#Left #bunrui li {
	line-height: 150%;
}

#Left #keijyo {
	text-indent: 10px;
	list-style-type: square;
	list-style-position: inside;
	margin-bottom: 3px;
	margin-top: 3px;
}







#Left #catgory_100 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_truck.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_500 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_bus.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_700 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_ban.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_600 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_kei.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_800 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_tokuso.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_300 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_trailer.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_200 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_kankyo.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_400 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_kensetsu.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_900 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_saryounpan.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

#Left #catgory_1000 {
	background-color: #EEEEEE;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../img/back_left_cg/back_left_cg_camping.jpg);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	text-indent: 12px;
}

.morecheck {
	background-image: url(../img/ic_yajirushi.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-indent: 12px;
}
#F_red {
	color: #F00;
}






/*-----------------------------------------------
    DropDown Menu
-----------------------------------------------*/
 
 #nav {
	position: relative;
	padding: 0;
	margin: 0;
	display: block;
	line-height: 0!important;
}

  #nav li {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
}

  #nav a {
	display: block;
}

  #nav ul {
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	display: none;
}

  * html #nav ul {
	line-height: 0!important;
}
/* IE6 "fix" */
  	#nav ul a {
	zoom: 1;
}
/* IE6/7 fix */
    #nav ul li {
	float: none;
}

    #nav ul ul {
	top: 0;
}

    
/* Essentials - configure this */

#nav ul {
	width: 200px;
}

#nav ul ul {
	left: 201px;
}


/* Everything else is theming */
 
#nav {
	height: 28px;
	background-color: #efefef;
}

#nav *:hover {
	background-color: none;
}

#nav a {
	border-right: 1px solid white;
	font-size: 13px;
	color: #333;
	line-height: 1;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}

  #nav li.hover a {
	background-color: #5E5A5A;
	color: #FFF;
}

  #nav ul {
	top: 28px;
}

    #nav ul li a {
	background-color: #5E5A5A;
	color: #FFF;
}

      #nav ul a.hover {
	background-color: #C00;
}

   #nav ul a {
	border-right: none;
	border-bottom: 1px solid white;
	opacity: 0.9;
	filter: alpha(opacity=95);
}

/* #nav ul a {
	border-bottom: none;
}
- I also needed this for IE6/7 */



/*-----------------------------------------------
    DropDown Menu END
-----------------------------------------------*/
