@charset "utf-8";
/* CSS Document */

/* ================================================================
   contents
================================================================ */
#contents_outer {
	width: 650px;
	float: right;
}
body.index #contents_outer {
	width: 500px;
}
body.index p.sub_page, body.index h2.sub_page, body.index div.sub_page{
	display:none;
}
body#tinymce, body#tinymce td, body#tinymce pre {
	color:#000000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	margin:8px;
}
#contents ul{
	padding-left:20px;
	margin:10px;
}
#contents li{
/*	padding:0 0 10px 10px;*/
}
#contents blockquote{
	padding-left:20px;
}
#contents table,#contents th,#contents td{
	border-collapse:collapse;
	border:1px solid #999;
}
#contents th,#contents td{
	padding:5px 10px;
}
#contents h2, body#tinymce h2 {
	font-size: 150%;
	font-weight: bold;
	padding-bottom: 10px;
}
#contents h3, body#tinymce h3{
	font-size:120%;
	font-weight:normal;
	margin:20px 0 5px;
	padding:3px 5px;
	border-bottom:2px solid #363;
	background-color:#F3F3F3;
}
#contents p, body#tinymce p{
	padding:5px 0;
}
#contents #headline{
	padding-top:10px;
}
#contents #headline p{
	padding:0;
}
#contents #headline .study{
	background-image:url(/assets/templates/img/icon/ico_study.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 43px;
	border-bottom:#CCC dotted 1px;
}
#contents #headline .sell{
	background-image:url(/assets/templates/img/icon/ico_book.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 43px;
	border-bottom:#CCC dotted 1px;
}
#contents #headline .report{
	background-image:url(/assets/templates/img/icon/ico_report.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 43px;
	border-bottom:#CCC dotted 1px;
}
#contents #headline .specialty{
	background-image:url(/assets/templates/img/icon/ico_specialty.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 43px;
	border-bottom:#CCC dotted 1px;
}
#contents #headline .extrainfo{
	background-image:url(/assets/templates/img/icon/ico_extrainfo.png);
	background-repeat:no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 43px;
	border-bottom:#CCC dotted 1px;
}
#contents #headline ul{
	list-style:none;
	padding:5px 0 0 0;
}
#contents #headline li{
	display: inline;
	padding-left:0;
	padding-right:5px;
}
#contents #headline p{
	color:#999;
}
#filefield_outer{
	background-color:#EEE;
	margin: 15px 30px;
	border:1px solid #999;
}
#filefield_head{
	background-color:#09F;
	color:#FFF;
	font-weight:bold;
}
.filefield_file{
	margin-left:10px;
	margin-top:5px;
}
