﻿@charset "UTF-8";

span.attention {
	font-weight: bold;
	color: red;
}

div#navi {
	text-align: left;
	margin-bottom: 50px;
	margin-top: 50px;
}

div#navi ul li {
	list-style-type: none;
}

div#profile {

}

div#profile:after {  
    content: ".";  
    display: block;  
    visibility: hidden;  
    height: 0.1px;  
    font-size: 0.1em;  
    line-height: 0;  
    clear: both;  
}

div#profile {
	zoom: 100%;
	text-align: center;
	margin: 10px auto;
	width: 600px;
}


div.image {
	float: left;
}

div.status {
	float: left;
	text-align: left;
	margin-left: 50px;
}

div.status dl {
	line-height: 140%;
}

div.status dl dt {

}

div.status dl dd {
	margin-left: 40px;
}

div#comment {
	text-align: left;
	line-height: 140%;
}

div#comment p {
	margin-bottom: 1em;
}

div#comment dl {
	margin-bottom: 1em;
}

div#comment dl dt {
	border-left: 5px solid #4b8547;
	border-bottom: 1px solid #4b8547;
	width: 12em;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 3px;
}

div#comment dl dd {
	margin-left: 20px;
}
