@charset "utf-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");


/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* ----------------------------------------------------- Main */

#daihyo .photo,
#daihyo_e .photo{
	width: 120px;
	float: left;
}
#daihyo .text,
#daihyo_e .text{
	width: 490px;
	float: right;
}

#daihyo_e em {
	font-style:italic;
}

.profile {
border:1px solid #ddd;
padding:0px 10px 10px;
margin-top:20px;
}

.profile dt {
font-weight:bold;
}
