@charset "utf-8";

/*===================================================================
------------------
CSS Information
------------------
 File name :          init.css
 Summary :            init styles
 Created :            2010-01-19
 Last Update :        2010-01-19
 Author:              wan55 aono
===================================================================*/

/*===================================================================
------------------
Table Of Contents
------------------
 01) Reset
 02) Redifine
===================================================================*/

/*-------------------------------------------------------------------
 01) Reset
-------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,button,p,blockquote,th,td { 
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img { border: 0;}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul { list-style: none;}

caption,th { text-align: left;}

img { vertical-align: top;}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
	border: 0;
	background: 0;
}

q:before,q:after { content: '';}

abbr,acronym { border: 0;}


/*-------------------------------------------------------------------
 02) Redifine
-------------------------------------------------------------------*/
body {
	margin: 0 auto;
	padding: 0;
	background: #ffffff url(/edit/sub/inaka/common/img/rs_bg_body.gif) left top repeat;
	color: #79510f;
	font-size: 85%;
}

#rs_co h1,
#rs_co h2,
#rs_co h3,
#rs_co h4,
#rs_co h5,
#rs_co h6 { color: #79510f;}

#rs_co_Head hr,
#rs_co hr { display: none;}

#rs_co a { color: #d47643;}
