@charset "UTF-8";

/* common
--------------------------------------------------------------------------------------------------------------*/
#header {
	background: url(img/bg_header.jpg) no-repeat left top;
}


/* rasisabox
--------------------------------------------------------------------------------------------------------------*/
#contents #rasisabox {
	clear: both;
	border: 1px solid #ccc;
	border-top: 3px solid #cc0001;
	margin: 0 0 30px;
	padding: 10px 10px 15px;
}
#contents #rasisabox { zoom:1; }
#contents #rasisabox:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }

	#contents #rasisabox h2 {
		margin-bottom: 15px;
	}

/* about */
#contents #about {
	float: left;
	width: 390px;
}
	#contents #about strong {
		color: #cc0001;
	}
	
/* concept */
#contents #concept {
	float: right;
	border-left: 1px solid #ddd;
	width: 360px;
	padding-left: 15px;
}
	#contents #concept ul {
		margin: 0 0 0 22px;
		list-style: disc;
	}
		#contents #concept ul li {
			margin: 0 0 8px;
		}


/* main
--------------------------------------------------------------------------------------------------------------*/
#main h3 {
	background: #e0e0e0;
	height: 25px;
}
	#main p.more {
		position: relative;
		margin: 0;
	}
		#main p.more a {
			position: absolute;   
			top: -25px;   
			right: 10px;
		}

#main ul {
	margin: 10px 0;
}
	#main ul li {
		background: url(img/ya_red.gif) no-repeat 10px 7px;
		border-bottom: 1px dotted #e0e0e0;
		margin: 0 0 7px;
		padding: 0 0 5px 20px;
	}





