@charset "UTF-8";

/*
--------------------------------------------------------------
	[ File Name   ] basic.css
	[ Last UpDate ] 15.Jan 2010
	[ Version     ] 2.0 
--------------------------------------------------------------

--------------------------------------------------------------
*/

/*
--------------------------------------------------------------
	body and container
--------------------------------------------------------------
*/

html
	{
	height: 100%;
	}

body
	{
	text-align: center;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	/*background: #ECE9E0 url(../../images/rap/bodyBg.jpg) repeat-x 0 0;*/
	}

/*clearfixes*/

div#rap,
div#headwrap,
div#contents,
div#keyvisual,
div#footer,
.clearfix
{
	display: block;
	min-height: 1%;
}
div#rap:after,
div#headwrap:after,
div#contents:after,
div#keyvisual:after,
div#footer:after,
.clearfix:after
	{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
	}

article,aside,canvas,details,figcaption,figure,
header,footer,hgroup,menu,nav,section,summary {
	display: block
}

/*
--------------------------------------------------------------
	Common Settings
--------------------------------------------------------------
*/

a
	{
	outline: none;
	}

hr
	{
	display: none;
	clear: both;
	}

h3,h4,h5,h6,h2
	{
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
	}

p
	{
	line-height: 1.5;
	margin-top: 0;
	margin-bottom: 0.4em;
	}

ul, ol, dl
	{
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 0;
	}
