﻿/* プロフィール　年度表示 */

.year {
	width:70px;
	float:left;
	text-align:right;
	}

.pro-text {
	width:410px;
	line-height:1.7em;
	float:right;
	}

#clear {
	clear:both;
	margin-bottom:0.5em;
	}

/* 特商の設定 */


dl.profile {
	width:440px;
	border:1px solid #999;
	border-top:0;
	margin:20px auto;
	}

dl.profile dt {
	float:left;
	clear:both;
	width:90px;
	padding:5px 10px;
	border-top:1px solid #999;
	font-weight:bold;
	line-height:1.5em;
	}

dl.profile dd {
	margin:0;
	margin-left:100px;
	padding:5px 10px;
	border-top:1px solid #999;
	border-left:1px solid #999;
	color:#454545;
	line-height:1.5em;
	}
