@charset "Shift_JIS";

/*
---------------------------------------------------------------
リニューアル用　CSS
---------------------------------------------------------------*/

@import url(default.css);
@import url(layout.css);
@import url(header_footer.css);
@import url(navi.css);

/* CONTENTS BOX以下
---------------------------------------------------- */
/* ----- profile ----- */

/* --title-- */
h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
h3 {
	margin: 0 0 15px 0;
	padding: 0;
}
h4 {
	margin-top: 10px;
	padding: 3px 10px;
	background: #669900;
	color: #FFF;
	font-weight: bold;
}


/* --ProfileBox-- */
.profBox {
	background: #EBF5CC;
	border: 1px #669900 solid;
	margin-bottom: 15px;
	height: 320px;
}
.profBox img.profimg,.profBoxR img.profimg {
	margin: 10px;
}
.profBox p {
	line-height: 2.0;
}
.profBoxR {
	background: #EBF5CC;
	border: 1px #669900 solid;
	margin-bottom: 15px;
	height: 320px;
}
.profBoxR img {
	margin: 10px;
}
.profBoxR img.nameL {
	margin: 0 0 0 5px;
}
.profBoxR p {
	line-height: 2.0;
	margin: 0 0 0 10px;
}


/* --他-- */
p{ line-height: 1.5; padding-bottom: 5px; }
.box {
	margin: 10px;
}
