@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("base.css");

#yuisyo p{
	margin: 5px;
	line-height:180%;
}

#yuisyo p.copy{
	color:#4C3200;
	margin: 0 5px;
}

#yuisyo h2{
	margin: 40px 0 0 0;
}

#yuisyo h3{
	margin: 40px 0 0 0;
}

#yuisyo #photo{
	width:302px;
	margin:10px auto;
}

#yuisyo #photo p{
	text-align:center;
}

#yuisyo li{
	height:20px;
	padding:15px 0 0 40px;
	margin: 15px 0 0 5px;
}


#yuisyo li div.link{
	width:500px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #42541F;
}

#yuisyo li a{

	color:#4C3200;
	text-decoration:underline;
}


#yuisyo iframe{
	width:540px;
	margin: 20px 15px;
}

