@charset "utf-8";

/* ----------------------------------------------

	ArtMeter / AUTHOR styles
	author   : (C)KAYAC http://www.kayac.com/
	created  : 2007/03/15
	modified : 2007/04/07

---------------------------------------------- */

@import url("/css/common.en.css");
/* CONTENTS HEAD
---------------------------------------------- */

div#contHead h2#titleAuthor {
	background-image: url(/img/author/ti_author_en.gif);
	width: 238px;
	height: 16px;
}


/* SECTION
---------------------------------------------- */

div.contSection h3#txtAuthor01 {
	background-image: url(/img/author/txt_author01_en.gif);
	width: 185px;
	height: 18px;
		margin-bottom:10px;
}
div.contSection h3#txtAuthor02 {
	background-image: url(/img/author/txt_author02_en.gif);
	width: 85px;
	height: 18px;
	margin-bottom:10px;
}

div.contSection h4 {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #333333;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	clear:both;
	
}


div.contSection h5#subtiAuthorSS,
div.contSection h5#subtiAuthorPR {
	width:200px;
	height: 20px;
	margin: 10px 0 5px 0;
}
div.contSection h5#subtiAuthorPG{
	width:120px;
	height: 20px;
	margin: 10px 0 5px 0;
}
div.contSection h5#subtiAuthorDE,
div.contSection h5#subtiAuthorDS,
div.contSection h5#subtiAuthorDC,
div.contSection h5#subtiAuthorSP {
	width:100px;
	height: 35px;
	margin: 10px 0 5px 0;
}

div.contSection h5#subtiAuthorDE {
	background-image: url(/img/author/subti_author_de.gif);
}
div.contSection h5#subtiAuthorPG {
	background-image: url(/img/author/subti_author_pg.gif);
}
div.contSection h5#subtiAuthorDS {
	background-image: url(/img/author/subti_author_ds.gif);
}
div.contSection h5#subtiAuthorDC {
	background-image: url(/img/author/subti_author_dc.gif);
}
div.contSection h5#subtiAuthorSP {
	background-image: url(/img/author/subti_author_sp.gif);
}
div.contSection h5#subtiAuthorSS {
	background-image: url(/img/author/subti_author_ss.gif);
}
div.contSection h5#subtiAuthorPR {
	background-image: url(/img/author/subti_author_pr.gif);
}

body#AUTHOR div.contSection p {
	padding-left: 14px;
}
body#AUTHOR div.contSection p.Pic01 {
	float: right;
	margin: 0 5px 0 4px;
}
body#AUTHOR div.contSection caption{
	display: none;
}
body#AUTHOR div.contSection table{
	margin-left: 14px;
}
body#AUTHOR div.contSection th{
	padding: 0 8px 5px;
	text-align: left;
}

	body#AUTHOR div.contSection th img {
		border: 2px solid #FFF;
	}
	body#AUTHOR div.contSection th a {
		display: block;
		width: 100px;
		height: 100px;
		border: 2px solid #FFF;
	}
	body#AUTHOR div.contSection th a:hover {
		border: 2px solid #FF0;
	}
	body#AUTHOR div.contSection th a img {
		border: none;
	}

body#AUTHOR div.contSection th.line{
    width: 100px;
	border-right: 1px dotted #cccccc;
}
body#AUTHOR div.contSection th.line2{
    width: 100px;
	border-right: 1px dotted #cccccc;
	padding-top: 15px;
}
body#AUTHOR div.contSection th.line3{
    width: 100px;
	padding-top: 15px;
}
body#AUTHOR div.contSection td{
    width: 100px;
	padding: 0 10px 6px 10px;
	text-align: left;
}
body#AUTHOR div.contSection td.line{
    width: 100px;
	border-right: 1px dotted #cccccc;
	border-bottom: 1px dotted #cccccc;
}
body#AUTHOR div.contSection td.line2{
    width: 100px;
	border-bottom: 1px dotted #cccccc;
}
body#AUTHOR div.contSection td.line3{
    width: 100px;
	border-right: 1px dotted #cccccc;
}
body#AUTHOR div.contSection p.staffName{
	font-weight: bold;
	color: #588E03;
	font-size: 92%;
	padding: 0;
}
body#AUTHOR div.contSection p.staffText{
	font-size: 85%;
	padding: 0;
}
