@charset "utf-8";

/*=========================================================
	[ top_category.css ]
	Category top design
	date - creation:2009-02-18 // update:2009-04-22
=========================================================*/

/*=========================================================
	index
		1. main image
		2. content
		3. side
=========================================================*/

/* for all */
@import "reset.css";
@import "layout.css";
/* for navigation */
@import "nav_common.css";
@import "nav_global.css";
@import "nav_local.css";
/* for categories */
@import "recommend.css";
/* for module */
@import "m_text.css";
@import "m_box.css";
@import "m_table.css";
@import "m_list.css";

/* 1. main image
=========================================================*/
div#mainImg{
	clear:both;
}

/* 2. content
=========================================================*/
#content,#side{
	margin-top:15px;
}


/* heading level1
---------------------------------------------------------*/
#content h1{
	margin-top:30px;
	padding:4px 0 5px 5px;
	border-bottom:2px solid #643191;
	font-weight:bold;
	line-height:1.3;
}
#content h2{
	margin-top:30px;
	padding:1px 0 5px 5px;
	border-bottom:1px solid #D2CEE6;
	line-height:1.3;
}

/* menu img
---------------------------------------------------------*/
img.menuImg{
	float:left;
	width:auto;
	margin:0 10px 10px 0;
	border:1px solid #cccccc;
}

.tab2Col .menuImg:hover{
	border:1px solid #541B86;
}
