@charset "shift_jis";

/*
===== CONTENTS =========================================

 // Site Outline //

	Site Name:  ÅìµþÁÏ·ê.¡¦
	URL:  http://www.tsogen.co.jp/


 // Font-size Adjustment //

	71% = 10px
	86% = 12px
	100% = 14px
	114% = 16px
	129% = 18px


 // CSS Index //

	1: 

=======================================================
*/


/*------------------------------
 // 1: otoNavi
------------------------------ */
#authorlist #main .otoNavi {
	margin-top: 20px;
	margin-bottom: 20px;
}

#authorlist #main .otoNavi li {
	width: 70px;
	margin-bottom: 10px;
	padding: 5px 0px;
	text-align: center;
	float: left;
	background-color: #f3f3f3;
}

/*------------------------------
 // 1: Each line
------------------------------ */
#authorlist #main .eachline {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 2px solid #004c99;
}

#authorlist #main .eachline dt {
	color: #004c99;
	font-weight: bold;
}

#authorlist #main .eachline dd {
	width: 213px;
	margin: 10px 10px 0;
	float: left;
}

/*------------------------------
 // 1: writerprofileBox
------------------------------ */
#authorlist #main .writerprofileBox {
	margin-top: 20px;
	margin-bottom: 20px;
}

#authorlist #main .writerprofileBox .writerimg {
	width: 120px;
	float: left;
}

#authorlist #main .writerprofileBox .writerprofile {
	width: 580px;
	float: left;	
}

#authorlist #main .writerprofile h1.writername {
	margin-right: 10px;
	display: inline;
}

#authorlist #main .writerprofile p {
	margin-top: 10px;
}

/* 20100525 detail */
#detail .writerprofileBox {
	margin-top:10px;
}
#detail .writerimg {
	float:left;
}
#detail .writerprofile .writernameBOX {
	margin-left:110px;
	height:114px;
	position:relative;
}
#detail .writerprofile .writername,#detail .writerprofile .writerkana {
	position:absolute;
}
#detail .writerprofile .writername {
	bottom:1em;
}
#detail .writerprofile .writerkana {
	bottom:0;
}
#detail .writer_text {
	padding:10px 0 10px 0;
}


