@import url(base.css);
@import url(bg.css);
@import url(layout.css);

.doc h2{
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #990000;
	padding-left: 0px;
	margin: 0px;
	padding-right: 0px;
	width: 95%;
	line-height: 1.3em;
	
}
.doc h3{
	background-image: url(../img/bg_archives.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	margin: 0px;
	width: 95%;
	margin-bottom: 8px;
}
.doc h4{
	font-size: 100%;
	font-weight: bold;
	color: #990000;
	margin: 0px;
	padding: 5px 0px 0px;
}
.doc h5{
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px;
}
.doc .title{
	padding-top: 3px;
	padding-bottom: 3px;
	color: #990000;
	padding-left: 10px;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #990000;

}
.doc p{
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.doc .navi{
	font-size: 90%;
	padding-bottom: 10px;
}
.doc ul{
	margin-top: 1px;
	padding-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
.doc dl{
	margin-top: 1px;
	padding-top: 1px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}
.posted{
	font-size: 80%;
	text-align: right;
	margin: 0px;
}
.posted p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
/***********trackbacks***********/
#trackbacks h2{
	font-size: 110%;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	background-image: url(../img/bg_trackback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 2px 5px;
	width: 95%;
}
#trackbacks p{
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;}
#trackbacks .posted{
	font-size: 80%;
	text-align: left;
	margin: 0px;
	color: #6494A6;
}
#trackbacks .title{
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	border: none;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
#trackbacks form .form50{
	width: 50%;
}
#trackbacks form .form70{
	width: 70%;
}
#trackbacks form .form95{
	width: 95%;
}

/*.icon-s{margin-bottom: -10px;margin-right: 3px;}*/
.icon-s{margin-bottom: 3px;margin-right: 3px;}

/***********for BooksList***********/
.listable table {
	border: 2px solid #666666;
	padding: 0px;
}
.wabon .listable table th {
	background-color: #F5EBDF;
	margin: 0px;
	border: 1px solid #999999;
}
.wabon .listable table td {
	margin: 0px;
	border: 1px solid #999999;
	font-size: small;
	line-height: 1.2em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;

}
.wabon  .listable  table  tr.colo  {
	background-color: #F2F2F2;
}
.listable .nakasoroe {
	text-align: center;
}

/***********Table in blog archive***********/
.entry-table table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:100%;
}

.entry-table table th {
/*border:1px solid;*/
border:1px solid #CCC;
background-color:#f2f2f2;
padding:0.5em;
margin:0;
}

.entry-table table td {
/*border:1px solid;*/
border:1px solid #CCC;
padding:0.5em;
margin:0;
}

.entry-table table td.td-a-center {
	text-align:center;
}

/***********Idou PJ***********/
.entry {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #E5D4CE;
	border-right-color: #E5D4CE;
	border-bottom-color: #E5D4CE;
	border-left-color: #900;
	background: #FFF;
	margin: 5px 0 0;
	padding: 10px 5px 2px 10px;
	clear: both;
	display: inline-block;
	width: 100%;
}

div.idou-illust {
	margin-bottom: 1em;
	float: left;
}

div.idou-illust img {
	border: 1px #999999 solid;
}

div.idou-concern {
	margin-left: 180px;
}

div.idou-point {
	margin-left: 370px;
}

div.idou-point p {
	padding: 1em;
	text-indent: 1em;
	line-height: 1.4;
	letter-spacing: 0.1em;
	color: #333333;
}

div.idou-point ul {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	padding-left: 1em;
}

div.idou-point li {
	color: #003300;
}

.idou-small {
	font-size: small;
}

ul.idou-sublst {
	list-style-type: none;
}

ul.idou-sublst li {
	margin: 0;
	padding: 0 1em 0 0;
	display: inline;
}

.idou-h5 {
	padding-left: 1em;
	font-weight: bold;
	color: #000099;
	border-top: 1px dashed #99CCFF;
}

.idou-h6 {
	margin: 0 1em;
	padding-left: 20px;
	padding-top: 2px;
	background: url(../img/point.gif) no-repeat;
	font-size: 100%;
	font-weight: bold;
	color: #008000;
}

div.link ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

div.link li {
	padding-left: 43px;
	background: url(../img/arrow.gif) no-repeat 20px 50%;
}

div.doc dt {
	padding-left: 37px;
	background: url(../img/i-blue.gif) no-repeat 16px 50%;
}



/*****複数ページにわたる場合のページング*****/

#more .paging {
	text-align: center;

}
.paging p.pageno {
	margin-top: 10px;
	margin-bottom: 10px;

}
.paging .pageno span{
	display: inline-block;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 8px;
	margin-right: 2px;
}
.paging .pageno .active {
	background-color: #D3E2FF;
	border: 1px solid #369;
}
.paging .pageno .current {
	background-color: #CCC;
	border: 1px solid #999;
}



/*******2012.11.28　やけどピクト採用実績の表********/
.doc table.yakedo {
	width:650px;
	margin-bottom: 10px;
	border: 3px solid #666;
}
.doc table.yakedo td {
	padding:5px;
}
.doc table.yakedo td.cellA {
	font-size: 1.2em;
	font-weight: bold;
	width: 400px;
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.doc table.yakedo td.cellB {
	width: 275px;
	border-bottom:1px solid #666;
}
.doc table.yakedo td.cellC {
	border-right:1px solid #666;
	border-bottom:1px solid #666;
}
.doc table.yakedo td.cellD {
	border-bottom:1px solid #666;
}
.doc table.yakedo td.cellE {
	text-align:center;
	width: 75px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666;
}


/*
---------------------------------------------------------
招待講演者　プロフィール
---------------------------------------------------------
*/


#speaker-profile {
}
#speaker-profile .profile-header {
	clear:both;
}
#speaker-profile .profile-header .speaker-photo {
	width: 200px;
	margin-right: -200px;
	float: left;
	padding-bottom: 1em;
	position: relative;
}
#speaker-profile .profile-header .speaker-photo img {
	border: 1px solid #999999;
}
#speaker-profile .profile-header .speaker-info {
	/*margin-left: 215px;
	padding-left: -215px;*/
	float: left;
	margin-bottom: 20px;
	zoom:1;/* forIE */
	clear: right;
	position: relative;
	z-index: 200;
}
#speaker-profile .profile-header .speaker-info .section {
	padding-bottom: 0px;
	padding-left: 15px;
	border-left: 6px solid #FF9900;
	margin-left:220px
}
#speaker-profile .profile-header .speaker-info em {
	color: #4A803A;
	padding-top: 0em;
	display: block;
}
#speaker-profile .profile-header .speaker-name {
	font-size: 120%;
	font-weight: bold;
	color: #890000;
}

#speaker-profile .profile-detail {
	clear:both;
}


/*　略歴用のテーブル*/
#speaker-profile .profile-detail table.layout td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:3px;
}



#speaker-profile .listnone li {
	list-style-type: none;
}
