@charset "utf-8";
/* --------------------------------------------------------------------

	Site Name	: hair-stamp.com
	Description	: base page settings
	Version		: 2.3 (hybrid layout edition)
	Notes		: 
	Technical Notes	: hybrid layout
	Author		: Grand Design Co., Ltd. 

----------------------------------------------------------------------- */



#sitemap {
	margin:20px 50px 60px 40px ;
	background:url(../imgs/sitemap_bg.jpg) no-repeat right bottom ; 
	}


/* --------------------------------------------------------------------
	 link settings
----------------------------------------------------------------------- */

#sitemap a:link    { color:#0066cc ; text-decoration:none ; }
#sitemap a:visited { color:#8b008b ; text-decoration:none ; }
#sitemap a:hover   { color:#0033FF ; text-decoration:underline ; }
#sitemap a:active  { color: #0033ff ; background-color:#87ceeb }

#sitemap p.right a:link    { color:#0000FF ; text-decoration:underline ; }
#sitemap p.right a:visited { color:#8b008b ; text-decoration:underline ; }
#sitemap p.right a:hover   { color:#0000FF ; text-decoration:underline ; }
#sitemap p.right a:active  { color:#0000ff ; text-decoration:underline ; }


/* --------------------------------------------------------------------
	 main settings
----------------------------------------------------------------------- */
	
#sitemap h2 {
	font-size:14px ;
	line-height:1.5 ;
	color:#006699 ;
	margin-bottom:25px ;
	}

#sitemap h3 {
	font-size:15px ;
	color:#0066CC ;
	margin-left:10px ;
	margin-bottom:5px ;
	}

#sitemap h3#top_page {
	font-size:15px ;
	margin-left:5px ; }

#sitemap h4 {
	font-size:15px ;
	color:#0066CC ;
	margin-left:40px ;
	margin-bottom:5px ;
	}

#sitemap p {
	margin:0 0 30px 20px ; 
	}

#sitemap p#title_last {
	margin-bottom:40px ; }

#sitemap p.other {
	margin-left:50px ; }


