@charset "UTF-8";
/* 346 */
/* kuromaru-design */


/* 346MUSIC
============================================= */

a, a:link {
	color: #191970;
	text-decoration: none;
	}
	
a:hover {
	color: #FF8C00;
        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; */
}

.comp {
	width: 580px;
        margin-bottom: 20px;
        padding: 0;
        clear: both;
/* border: 1px solid tomato; */
}

.photo {
	float: left;
        width: 360px;
/* border: 1px solid tomato; */
}

.prof {
	float: right;
        width: 190px;
        margin: 0;
        padding-top: 50px;
/* border: 1px solid tomato; */
	}

.prof p {
	font-size: 10px;
	margin-top: 0.5em;
}

.prof h3 {
	color: #6B8E23;
}

.comp:after {
	display: block;
        clear: both;
        height: 0;
        visibility:hidden;
        content:".";
}

.copy {
	width: 580px;
        margin-bottom: 10px;
        padding: 0;
}

.copy p {
	margin-top: 0.5em;
}