﻿/************ サイトマップ ************/

/****************************************************************************************/
/* ヘッダ部分                                                                           */
/****************************************************************************************/
#header{
	width:750px;
	height:60px;
	border-right:solid 1px #CCCCCC;
	background-image:url("../images/about/head.gif");
}


/*メイン画像*/
#main_img {
	margin-left: 3px;
	background-image: url(../images/sitemap/main.gif);
	background-repeat: no-repeat;
	width: 530px;
	height: 60px;
}

/************ ボディ ************/

/* ボディ全体 */
#body_right{
	width: 523px;
	padding: 10px 0px 30px 10px;
	text-align: left;
}

/*本文*/

#main_text {
	width: 485px;
	padding:2px 5px 2px 0px;
	text-align: left;
	line-height: 1.3em;
}

/*メイン画像の英文*/

.main_img_text {
	font-size:10px;
	color:#9db5c4;
	padding-left:10px;
	font-weight:bold;
}

/*トップ、プライバシー用*/
ul#map {
	width: 503px;
	padding: 10px 0px 10px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur.gif);
	border-bottom: 1px #cccccc dotted;
}

/*知的経営とは*/
ul#map_about {
	width: 503px;
	padding: 10px 0px 10px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur_about.gif);
	border-bottom: 1px #cccccc dotted;
}

/*事業内容*/
ul#bus_map {
	width: 503px;
	padding: 10px 0px 5px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur_bus.gif);
}

/*事業内容サブメニュー*/
ul#service_map {
	width: 483px;
	padding: 0px 0px 10px 40px;
	list-style-position: outside;
	border-bottom: 1px #cccccc dotted;
	list-style-image: url(../images/sitemap/cur2.gif);
}

/*コンサルタント紹介*/
ul#map_cons {
	width: 503px;
	padding: 10px 0px 10px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur_cons.gif);
	border-bottom: 1px #cccccc dotted;
}

/*会社概要*/
ul#map_com {
	width: 503px;
	padding: 10px 0px 10px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur_com.gif);
	border-bottom: 1px #cccccc dotted;
}

/*お問い合わせ*/
ul#map_con {
	width: 503px;
	padding: 10px 0px 10px 20px;
	list-style-position: outside;
	list-style-image: url(../images/sitemap/cur_con.gif);
	border-bottom: 1px #cccccc dotted;
}

