@import url("navbar.css");
@import url("template.css");

.boxbox{
	width: 490px;/*全体の幅*/
	font-size: 10pt;/*文字サイズ*/
}
.boxbox dt{/*タイトル部分の設定*/
	color: #414142;/*文字色*/
	background-color: #FCFCFD;/*背景色*/
	font-weight: bold;
	width: 11em;/*タイトルの幅（文字数）*/
	position: relative;
	z-index: 2;
	padding: 3px 1px 2px 3px;
	border-style: solid;
	border-color: #616161;/*枠の色*/
	border-width: 1px 2px 2px 1px;
}
.boxbox dt span{
	padding-left: 8px;
	border-left: 4px solid #46B8C3;/*タイトル部の左縦線*/
}
.boxbox dd{/*内容部分*/
	position: relative;
	z-index: 1;
	top: -9px;
	margin: 0 0 0 9px;
	border: solid 1px #717175;/*枠の色*/
}
.boxbox dd .text {
	padding: 20px 10px 10px 10px;/*テキスト部分の余白*/
	border-left: solid 30px #46B8C3;/*左側の着色部分*/
}

