@import url("common.css");
#contents {
	margin-top: 40px;
	overflow: auto;
}
#contents img {
	float: left;
	margin-right: 20px;
}

#contents .title{
	color: #FF3300;
	font-size: 18px;
	font-weight: bold;
}
#contents h1 {
	color: #FF0000;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 26px;
}
#contents dl {
}
#contents dt {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}
#contents dd {
	font-size: 14px;
}
#contents p{
	font-weight: normal;
	color: #FF0000;
	margin-top: 25px;
	margin-bottom: 15px;
	text-justify: inter-ideograph;
	font-size: 18px;
}
#contents dl#profile {
	font-size: 14px;
	padding-top: 10px;
}
#contents dl#profile dt {
	color: #FF0000;
}
#contents dl#profile dd {
	text-indent: 1em;
	line-height: 2;
}



/*個別設定プロフィール幅設定*/

#contents .profile_290 {
	width: 290px;
	float: right;
}
#contents .profile_490 {
	width:490px;
	float: right;
}
#contents .profile_330 {
	float: right;
	width: 330px;
}

#contents dl.profile_clear {
	clear:both;
}

