@charset "UTF-8";
@import url("../common/css/contents.css");
/* ---------- CSS ---------- */
/* コンテンツ名 */
h2 {
	background-image: url(img/title.jpg);
}

div#profile {
margin: 0 0 0 30px;
width: 640px;
}

div#photo {
width: 110px;
float:left;
}

div#spec {
width: 530px;
float:left;
}

div#spec dl {
width: 220px;
}

div#spec dt {
font-family: "Verdana";
font-weight: bolder;
font-size: 75%;
float: left;
text-align: right;
width: 100px;
height: 20px;
}

div#spec dd {
font-size: 75%;
float: left;
text-align: left;
padding: 2px 0 0 0;
width: 120px;
height: 20px;
}

div#introduction {
clear: both;
width: 640px;
font-size: 80%;
line-height: 1.8;
padding: 0 0 0 15px;
margin: 0 0 15px 30px;
border-left : 5px solid #404040;
}

div#optionspec {
width: 640px
margin: 0 0 0 20px;
}

div.option {
float: left;
width: 310px;
}

div.option dl {
font-size: 80%;
line-height: 1.8;
width: 310px;
}

div.option dt {
color: #e3571c;
font-weight: bolder;
}
