@charset "UTF-8";
/* 346 */
/* kuromaru-design */


/* LINK
============================================= */

a, a:link {
	color: #ff0000;
	text-decoration: none;
	}
	
a:hover {
	color: #ff00ff;
        text-decoration: underline;
	}

#cont_left {
	float: left;
        width: 170px;
        margin-left: 50px;
        padding: 0;
/* border: 1px solid tomato; */
}

#cont_right {
	float: right;
        width: 580px;
        margin-right: 50px;
        padding: 0;
/* border: 1px solid tomato; */
}

.midashi {
	width: 580px;
        height: 110px;
        margin-bottom: 20px;
}

.list {
	margin-bottom: 40px;
}