@charset "utf-8";

/*--------------------------------------
  common
---------------------------------------*/
div.entryData {
	padding-top: 1em;
}

p.date {
	text-align:right;
}


.mainContents h3.tit{
	margin-bottom:10px;
}

div#sideMenu h4 {
	margin-bottom: 5px;
}

/* Clear Element */

.clr{
	clear: both;
	height: 1px;
	width: 1px;
	padding: 0;
	margin: 0 -1px -1px 0;
	overflow: hidden;
	border: 0;
	font-size: 0;
	line-height: 0;
}

.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	
}

* html .pkg{display:inline-table;}
/* no ie mac \*/
* html .pkg { height:1%; }
.pkg {
	display:block;
	position:relative;
}
/* */


/* 筆者紹介ナビ */

div#sideMenu ul.intro{
	margin:10px 0 0;
}

div#sideMenu ul.intro li {
	margin-bottom: 2px;
	border: 1px solid #ccc;
}

div#sideMenu ul.intro li a {
	display: block;
	padding: 3px 5px 3px 20px;
	background:url(img/subMenuArrow2.gif) no-repeat 5px .5em;
	color: #000;
	text-decoration: none;
}

div#sideMenu ul.intro li a.this,
div#sideMenu ul.intro li a:hover {
	background-color:#e6ecf5;
	color: #386cb0;
	text-decoration: none;
}


/*--------------------------------------
追加分
---------------------------------------*/
.separator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom:5px;
	margin-bottom: 20px;
}
#profile {
	background-image: url(img/profiletop_bg.gif);
	background-repeat: no-repeat;
	padding: 22px 0 0;
	background-position: center top;
	width:540px;
	margin:0 0 20px;
}
#profile_bottom {
	background-image: url(img/profilebottom_bg.gif);
	background-repeat: no-repeat;
	width:540px;
	background-position: center bottom;
	clear: both;
	padding:0 0 13px;
}
#profile dl{
	float:right;
	width:380px;
	margin:0 7px 0 0;
}
#profile p{
	margin:0 20px 15px;
}
#profile p.left{
	margin:0 0 0 7px;
	width:118px;
	display:inline;
}

#profile dt {
	font-weight: bold;
}

#profile dd {
	padding-left:15px;
	background: url(img/seminar_list.gif) no-repeat left 5px;
}
#history {
	background-color: #ECF8FF;
	padding: 10px 0;
	margin:0 0 27px 8px;
	width:524px;
}
#profile p.prpfile_title {
	margin: 0 10px 5px;
	font-size: 140%;
}
.prpfile_title span {
	color: #FF6600;
	font-size: 140%;
	font-style: italic;
	font-weight: bold;
}

#entryNavi{
	width:540px;
	margin:0 0 20px;
	padding:10px 0 0;
}

#entryNavi li.left{
	margin:0;
}

#entryNavi li.right{
	margin:0;
}

p.entryBtn{
	margin:0 0 20px;
	padding:0;

}