@charset "utf-8";
/* ************************************************ 
 * 2-1. Basic setting
 * ************************************************ */
html
	{
	background:#F3F3F3;
	}
body
	{
	background:url(http://lowcost-gr.com/wp-content/themes/megumi_fujin/images/backgrand/body_back.gif) repeat-y center top;
	}
div#contents_box
	{
	background-image:url(http://lowcost-gr.com/wp-content/themes/megumi_fujin/images/backgrand/contents_back.gif);
	background-repeat:repeat-y;
	background-position:right top;
	}
div#main_contents
	{
	float:left;
	}
div#sidebar
	{
	float:right;
	}
/* ************************************************ 
 * 2-3. Header area setting
 * ************************************************ */
div#header p#logo
	{
	font-size:197%;
	color:#405156;
	margin:7px 0px 0px 0px;
	float:left;
	}
div#header p#logo a
	{
	color:#405156;
	}
/*/ Page Navigations /*/
div#header ul#page_nav
	{
	width:100%;
	background:url(http://lowcost-gr.com/wp-content/themes/megumi_fujin/images/nav/navigation_back.gif) repeat-x left bottom #BCBEBD;
	}
div#header ul#page_nav li a
	{
	color:#EEEEEE;
	}
/*/ Category Navigation Settings /*/
div#header ul#cat_nav
	{
	width:100%;
	background:url(http://lowcost-gr.com/wp-content/themes/megumi_fujin/images/nav/catnav_back.gif) repeat-x left bottom #ECECEC;
	}
div#header ul#cat_nav li a
	{
	color:#3D3938;
	}


