@charset "utf-8";
/* CSS Document */


body,div,p,h1,h2,h3,h4,h5  {
	margin: 0px;
	padding: 0px;
}

body {
	background-image: url(../img/r_bg01.jpg);
	background-repeat: repeat;
}

#index_contents{
	background-color: #D9558A;
	background-image: url(../img/r_bg02.jpg);
	background-repeat: repeat-x;
}


#index_contents_txtbox.whatsnew{
	margin: 10px;
	padding: 5px;
/*	overflow: auto; */
	height:260px;
	width:190px;
}
#index_contents_txtbox.concept{
	margin: 10px;
	padding: 5px;
/*	overflow: auto; */
	height:260px;
	width:200px;
}

#index_contents_txtbox p{
	margin-bottom: 10px;
}

.copyright {
	margin: 5px,15px,5px,auto;
}

#leftbg{
	background-image:url(../img/r_bg04.jpg);
	background-repeat: repeat-y;
	background-color: #8F4A67;
}
#contentsbg{
	background-image:url(../img/r_bg06.jpg);
	background-repeat: repeat-x;
	background-color: #E1CED6;
}
#contentsbg02{
	background-image:url(../img/r_bg05.jpg);
	background-repeat: no-repeat;
	background-color: #E1CED6;
}
#contentsbg03{
	background-image:url(../img/r_bg07.jpg);
	background-repeat: repeat-x;
	background-color: #E7DBDF;
}
#m_contentsbg{
	background-image:url(../img/r_m_bg01.jpg);
	background-repeat: no-repeat;
	background-color: #5A2130;
}
#m_contentsbg p{
margin : 18px 20px 5px 20px;
font-size: 11px;
}



.border01 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77123E;
}


