@charset "UTF-8";

#first_column .inner {
	margin: 5px 0 5px 50px;
	font-size: 116%;
}

#first_column h2 {
	margin: 20px 0 3px;
	padding: 3px 15px;
	border-left: solid 10px #b71c22;
	border-bottom: solid 2px #b71c22;
	color: #333;
	font-size: 123.1%;
	font-weight: bold;
}
#first_column h3 {
	margin-bottom: 20px;
	padding: 3px 5px; 
	background: #c2df25;
	color: #173d32;
}
#first_column dl,
#first_column p {
	padding: 3px 15px;
}

#first_column li {
	padding: 0 0 0 20px;
	margin-bottom: 7px;
	background: url(../images/common/icon01.png) no-repeat left top;
}


/* .date
------------------------------------------------------------ */
#first_column .date {
	padding: 3px 5px; 
	text-align: right;
}


/* .profile
------------------------------------------------------------ */
#first_column .profile {
	width: 640px;
}
#first_column .profile .photo {
	display: inline; /* ie6 double margin */
	float: right;
	width: 200px;
	margin: 15px;
}
#first_column .profile .photo img {
	border: solid 1px #666;
}
#first_column .profile .info {
	display: inline; /* ie6 double margin */
	float: left;
	width: 380px;
	margin: 15px;
	background: #fff;
}

.profile:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.profile {display: inline-table;}
* html .profile {height: 1%;}
.profile {display: block;}
.profile {zoom:1;}


/* .heta_yoko
------------------------------------------------------------ */
#first_column .heta_yoko .photo {
	margin: 50px 0 0 0;
	font-size: 116%;
}
#first_column .heta_yoko .navi {
	margin: 30px 0;
	text-align: center;
}


