/*------------------------------------------
	AT-WITH WEBSITE CSS
	サイトマップ用(sitemap.css)スタイルシート

	last update : 06/07/26
------------------------------------------*/

/*------------------------------------------
キャプション
------------------------------------------*/

#main_content h2{
	background-image:url(../images/etc/main_tit_bg.gif);
	/* 背景画像の指定 */
}

#main_content h2 span{
	display:none;
}
#main_content h3{

}

#left_navi .content_stit{
	font-size:small;
}

/*------------------------------------------
メインコンテンツ部分 
------------------------------------------*/
#main_content .main{
	color:#333333;				/* 文字色 */
	background-color:#F9F9F9;	/* 背景色 */
}

/*------------------------------------------
注意書き
------------------------------------------*/
#attention{
	width:191px;
	margin-top:15px;
	padding:5px 5px 20px 5px;

	font-size:x-small;
	line-height:150%;

	color:#333333;
	background-color:#F9F9F9;

	border: 1px dotted #333333;

	background-image:url(../images/common/icon/icon_attention_leftnavi.gif);
	background-repeat:no-repeat;
	background-position:right bottom;

/* winIE5.x対策:モダンブラウザ上書き */

	voice-family: "\"}\"";
	voice-family:inherit;
	width:181px;

}

/*------------------------------------------
サイトマップ
------------------------------------------*/


#sitemap_main{

	width:620px;

	margin:0px 0px 15px 0px;
	padding:15px;

	color:#333333;
	background-color:#F7F7F7;

	float:left;

/* winIE5.x対策:モダンブラウザ上書き */

	voice-family: "\"}\"";
	voice-family:inherit;
	width:590px;
}

#sitemap_home{
	padding:0px 0px 10px 20px;
	background-image:url(../images/common/icon/icon_txt.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#sitemap_main .category div{
	background-image:url(../images/common/icon/icon_txt.gif);
	background-position:left center;
	background-repeat:no-repeat;


	margin:0px;
	padding-left:20px;
}
#sitemap_main .category .win{
	background-image:url(../images/common/icon/icon_window.gif);
}

#sitemap_main .category .mail{
	background-image:url(../images/common/menu_mail.gif);
}


#sitemap_main .category{
	margin:10px 0px 20px 30px;
}

#sitemap_main .category ul{
	margin:5px 0px 0px 20px;
	padding:0px;
	background-image:url(../images/common/dotline_03.gif);
	background-repeat:repeat-y;
	list-style-type:none;
}

#sitemap_main .category ul li{
	line-height:180%;
	margin:0px;
	padding:0px 0px 0px 15px;
}

#sitemap_main .left{
	width:240px;
	float:left;
}

#sitemap_main .right{


	width:350px;
	float:right;
}

/*------------------------------------------
アイコンの説明
------------------------------------------*/

#explain{
	margin-top:30px;
	font-size:0px;
}

#icon_explain{
	margin-left:22px;
	padding: 14px 0px 0px 0px;
/* winIE5.x対策:モダンブラウザ上書き */
	voice-family: "\"}\"";
	voice-family:inherit;
	margin-left:0px;
	padding: 14px 0px 0px 22px;
}
#icon_explain ul{
	width:180px;

	overflow:hidden;

/* winIE5.x対策:モダンブラウザ上書き */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:155px;
}


#icon_explain ul li{
	font-size:small;
	margin-top:10px;
}

#icon_explain ul li .txt{
	background-image:url(../images/common/icon/icon_txt.gif);
	background-position:left center;
	background-repeat:no-repeat;


	margin:0px;
	padding-left:0px;
/* winIE5.x対策:モダンブラウザ上書き */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-left:20px;
}
#icon_explain ul li .win{
	background-image:url(../images/common/icon/icon_window.gif);
	background-repeat:no-repeat;
	background-position:left center;
	
	margin:0px;
	padding-left:0px;
/* winIE5.x対策:モダンブラウザ上書き */
	voice-family: "\"}\"";
	voice-family:inherit;
	padding-left:20px;
}

#icon_explain ul li img{
	margin-right:10px;
}

/*--MAC IE5--*/
/*- #overview 		[OSX:MacIE5.2用] -*/
/*- #overview .line	[OS9:MacIE5.0用] -*/

/*\*//*/

#left_navi .content_stit{
	display:none;
}

.main{
	overflow:auto;
}
#route{
	overflow:auto;
	height:1%;
}
#route div{
	overflow:auto;
	width:560px;
	float:none;
}
#route div {
	overflow:auto;
	width:560px;
	float:none;
}
#main_content .map{
	overflow:auto;
}

/**/ 