@charset "UTF-8";


/* 1段目：タイトル
********************************************/
div.title {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.title h1.main {
	font-size: 200%;
	font-weight: bold;
	padding-bottom:0.2em;
	margin: 0 0 0 0;
	line-height: 130%;
}
div.title h2.sub {
	font-size: 140%;
	font-weight: bold;
	margin: 0.3em 0 1em 0;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #000;
	line-height: 130%;
}
div.title h3 {
	font-size: 90%;
	margin: 0 ;
}

/* 2段目：出版元
********************************************/
div.publisherCompany {
	padding-bottom: 1em;
	margin-bottom: 1em;
}

div.publisherCompany h3 {
	font-size: 90%;
	font-weight: bold;
	margin: 0 ;
}


/* 3段目：著者など
********************************************/
div.creater {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 2px dotted #AAA;
}


div.creater dl {
	clear: left;
	line-height: 140%;
	font-weight: normal;
	padding: 1em 0 0 0;
}  
div.creater dl dt {
    font-family: sans-serif;
	font-size: 90%;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 0.5em;
}  
div.creater dl dd {
	font-size: 90%;
	padding: 0 0 0 1em;
}  



/* よみがな／プロフィール
*****************/

div.creater dl span.furigana {  
	font-size: 70%;
}  

div.creater dl dd.profile {  
	padding: 0 0 0 2em;
	line-height: 130%;
	margin-bottom: 0.3em;
}  


/* 住所や電話番号
*****************/
div.creater dl dd.attribute {  
	line-height: 130%;
	padding-left: 1em;
}  

/* 著作権表記
*****************/
div.copyrightNotice dl dd {  
	line-height: 130%;
}  

/* アンカー
********************************************/
/* リンク色指定 */
a:link    {color: #03C; text-decoration: underline;}
a:visited {color: #4f5C83; text-decoration: underline;}
a:hover   {color: #0066FF; text-decoration: underline;}
a:active  {color: #39F; text-decoration: underline;}

