@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

*{
  margin:0;
  padding:0;
}

img{
  border:0;
}

.red{
  color:#CC0000;
}

.ao{
   color:#0066CC;
}

.murasaki{
  color:#660099;
}

.bold{
  font-weight:900;
}
.left{
  float:left;
}

.right{
  float:right;
}

.clear{
  clear:both;
}

.point{
  cursor:pointer;
}

.text_big{
  font-size:14px;
  font-weight:900;
}

.text_small{
  font-size:10px;
}

body{
  text-align:center;
  font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-size:13px;
  color:#333333;
  border-top:#FF0000 solid 2px;
}

#body2{
  clear:both;
  margin:0;
  background:url(img2/bg.gif) repeat;
  margin-top:-8px;
}



/*****************************************
********    トップメニュー　　　**********
*****************************************/

#top_menu{
  width:950px;
  margin:0 auto ;
  text-align:left;
  background-color:#FFFFFF;
}

h1{
  font-size:12px;
  margin:8px;
}

#top_menu div.ana{
  float:right;
  width:700px;
  text-align:right;
}

#top_menu div.ana a{
  color:#333333;
  text-decoration:none;
}

#top_menu div.ana a:hover{
  color:#0066CC;
}

#menu10 dd{
  float:right;
  display:block;
  font-size:14px;
  font-weight:bold;
  margin:3px 2px 0 1px;
  list-style:none;
  text-align:center;
  width:100px;
  text-decoration:none;
  background:url(img2/top_menu.jpg) no-repeat;
}

#menu10 dd a{
  display:block;
  color:#333333;
  text-decoration:none;
  padding-top:13px;
  height:23px;
  text-decoration:none;
}

#menu10 dd a:hover{
  text-decoration:none;
}

#menu10 dd.list2 a{
  display:block;
  color:#333333;
  text-decoration:none;
  padding-top:5px;
  height:31px;
  line-height:1.1;
}

#menu10 dd.list2  a:hover{
  text-decoration:none;
}

#menu10 ul{
		list-style: none;
	}
	#menu10 li{
		list-style: none;
	}


#menu10 dd ul{
	/*
		グローバルメニュー下、プルダウンメニューのスタイル。
	*/
		background-color:#CCCCCC;
		display: none;
		position: absolute;
		top:80px;
		margin-left:-50px;
		width:150px;
	}
		
#menu10 dd ul a{
	font-size:13px;
	height: auto;
	color:#fff;
	line-height:1.3;
	text-indent:10px;
	text-align: left;
	padding: 3px 0px;
	border-bottom: solid 1px #fff;
	text-decoration:none;
}

		
			
			#menu10 dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/ 
			color:#333333;
			text-decoration:none;
			}
			
			#menu10 dd ul li.rollOver a.rollOverA{
			color:#0066CC;
			text-decoration:none;
			}
		
			#menu10 dd ul li{
				position: relative;
			}
			

/*****************************************
*****    メニュー下問い合わせバー　*******
*****************************************/
#top_menu_under1{
  background:url(img2/top_underber.jpg) repeat-x;
}

#top_menu_under1-2{
  background:url(img2/top_underber2.jpg) repeat-x;
  width:950px;
  height:28px;
  margin:0 auto;
  padding-top:2px;
}

#top_menu_under1-2 p{
   margin:5px;
   text-align:center;
}

/*****************************************
******    コンテンツメニュー　　　********
*****************************************/

#container{
  margin:0 auto;
  text-align:left;
  width:950px;
  height:auto;
  background-color:#FFFFFF;
}

.to_top{
  clear:both;
  text-align:right;
  margin:10px 15px;
}


/*****************************************
***********    footer　　　***************
*****************************************/

#footer p{
  clear:both;
  font-size:11px;
  text-align:center;
  border-bottom:#003399 solid 1px;
  line-height:135%;
}

#footer p.ana{
  font-size:11px;
  text-align:center;
  border:none;
  margin-top:3px
}

#footer p a{
  text-decoration:none;
  color:#333333;
}

#footer p a:hover{
  text-decoration:none;
  color:#0033CC;
}

address{
  margin-top:10px;
  font-size:11px;
  text-align:center;
  font-style:normal;
  line-height:130%;
}




/******************************************
*********  index.html   *******************
*******************************************/

#top_img{
  background:url(img2/top_img.jpg) no-repeat;
  color:#FFFFFF;
  font-size:16px;
  margin:0 auto;
  width:945px;
  height:236px;
  padding-top:200px
}


h2 span{
  font-weight:900;
  font-size:16px;
  color:#660000;
}

#top_table{
  clear:both;
  margin:8px auto;
  width:920px;
  height:auto;
}

#top_table span.title{
  background:#003399;
  padding:2px 6px;
  color:#FFFFFF;
  font-weight:bold;
}

#top_table p{
  margin:3px;
}

#top_table .to_page1{
  background:url(img2/map_menu_3.jpg) no-repeat;
  float:left;
  width:149px;
  height:22px;
  display:block;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:8px;
  margin-right:1px;
}

#top_table .to_page1car{
  background:url(img2/map_menu_mycar.jpg) no-repeat;
  float:left;
  width:151px;
  height:22px;
  display:block;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:8px;
}

#top_table .to_page2{
  background:url(img2/map_menu_2.jpg) no-repeat;
  width:225px;
  height:22px;
  display:block;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:8px;
  margin:0;
}


#top_table .to_page2car{
  background:url(img2/map_menu_mycar2.jpg) no-repeat;
  float:right;
  width:225px;
  height:22px;
  display:block;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:8px;
}

#top_table .to_page3{
  background:url(img2/map_menu_1.jpg) no-repeat;
  float:left;
  width:451px;
  height:22px;
  display:block;
  color:#FFFFFF;
  font-size:14px;
  font-weight:bold;
  text-align:center;
  padding-top:8px;
}

#top_table a{
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none
}

#top_table a:hover{
  color:#003366;
  font-weight:bold;
}

#top_table .to_page1car a,#top_table .to_page2car a{
  color:#333333;
}

#top_table .to_page1car a:hover,#top_table .to_page2car a:hover{
  color:#0066FF;
}

.botton_s{
  font-size:12px;
}

#jyoken{
  margin:5px;
}
#jyoken p{
  margin-left:25px;
  text-indent:-12px;
}