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

/* 読み込み */
@import url("/inc/css_new/artist.css");
@import url("/inc/css_new/event.css");
@import url("/inc/css_new/classics.css");
@import url("/inc/css_new/release.css");

/*Win Firefox用点線消し*/
:focus {
	–moz-outline-style: none;
}
/*Mac Firefox用点線消し：*/
a {
	outline: none;
}

/*reset*//*reset*//*reset*//*reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*reset*//*reset*//*reset*//*reset*/

/*base_共通*/
a:link {
	color: #B24550;
	text-decoration:underline;
}
a:visited {
	color: #B24550;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}
a:active {
	color: #FF9900;
}
.clear {
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.right {
	text-align:right !important;
}

/*基本レイアウト*/

body {
	margin:0;
	padding:0;
	background-color: #40181C;
	color:#330000;
	font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#header {
	width:100%;
	background:#333333;
	padding-top:12px;
}
#menuzone {
	background:url(http://www.japo-net.or.jp/img_08/menuzone.png) repeat-x;
}
#wrapper {
	background:#fff;
	margin-bottom:10px;
	border-right:2px solid #300;
	border-bottom:2px solid #300;
}
#category {
	background:#333366 url(http://www.japo-net.or.jp/img_08/back_event.gif);/*#333366*/
	padding:18px;
	margin:0;
	color:#FFFFFF;/*暫定*/
}

/*PNG透過*/

* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/*フッター*/
#footer {
	color:#fff;
	padding-top:10px;
	padding-left:5px;
}
ul#footmenu {
	float: left;
	letter-spacing:-0.02em;
	font-size: 12px;
	padding-bottom:12px;
}
ul#footmenu a {
	color:#fff;
	text-decoration:none;
}
ul#footmenu a:before {
}
ul#footmenu a:after {
	content:" / ";
}
p#copyright {
	float: right;
	letter-spacing:-0.02em;
	font-size: 12px;
	padding-bottom:12px;
	padding-right:8px;
}

/*財団フッター（販売案内、所在地等）*/
div#jtcf_footer {
	padding:15px;
	background:#C2C0AB;
	line-height:1.5em;
	font-size:small;
	margin:0;
}

/*写真処理*/

.rightfloat {
	float:right;
	margin:0 0 10px 10px;
	background:#eee;
	padding:10px;
}
.leftfloat {
	float:left;
	margin:0 10px 10px 0;
	background:#eee;
	padding:10px;
}


/*整理済み終わり*/


/*未整理*/

#menu, #wrapper, #footer, #logo,#menu_site .menu, #menu_japan .menu,#menu_classics .menu,#menu_search .menu, #menu_japo .menu {
	/*width: 944px;*/
	behavior:url(/inc/iefixed.htc);/*IE6用*/
	width:94%;
	max-width:944px;
	/*min-width:620px;*/
	min-width:640px;
	margin:0 auto;
}
#logo {
	position:relative;
}
#jtcf a {
	background:url(http://www.japo-net.or.jp/img_08/logo.gif) no-repeat left 0;
	height:50px;
	width:300px;
	text-indent:-9999px;
	float:left;
	display:block;
}

.menu ul, #footer ul, #title ul {
	margin:0;
	padding:0;
}
.menu li, #footer ul li, #title ul li {
	list-style:none;
	display:inline;
}
.menu ul li a,.menu ul li a:visited {
	/*background:#bdb3bb url(http://www.japo-net.or.jp/img_08/tab.png);
	border-right:1px solid #222;
	border-top:1px solid #666;
	color:#eee;*/
	padding:0.5em 5px 0 5px;
	margin:0.3em 3px 0 0;
	display:block;
	float:left;
	font-weight:bolder;
	white-space:nowrap;
	font-size:medium;
	text-align:center;
	color:#eee;
	height:1.5em;
}
.menu ul li a:hover {
	/*background:#342631;*/
	color:#fff;
	text-decoration:underline;
}

#menu_site {
	height:38px;
	width:100%;
	clear:both;
	/*z-index:1;*/
}
#menu_site .menu {
	width:94.5%;
	max-width:949px;
	height:38px;
}
#menu_site li a {
	text-indent:-9999px;
	font-size:0;
	padding:0;
	margin:0;
	height:38px;
}
#menu_site a:link, #menu_site a:visited {
	color: #fff;
}
#menu_site a:hover {
	color: #ddd;
	text-decoration:underline;
}
#menu_site #home a,#menu_site #japan a,#menu_site #classics a,#menu_site #gogo a,#menu_site #search a {
	background-image:url(http://www.japo-net.or.jp/img_08/menu_all_2010.png);
	background-repeat:no-repeat;
}
* html #menu_site #home a,
* html #menu_site #japan a,
* html #menu_site #classics a,
* html #menu_site #gogo a,
* html #menu_site #search a {
	background-image:url(http://www.japo-net.or.jp/img_08/menu_all_2010.gif);
}
#menu_site #classics {
	display: none;
}
#menu_site #home a {/*#594255*/
	background-position:-475px 5px;
	width:34px;
}
#menu_site #home a:hover {
	background-position:-1115px 2px;
	width:34px;
	color:#333;
}
#menu_site #japan a {/*#594255*/
	background-position:-2px 5px;
	width:291px;/*211px;*/
}
#menu_site #japan a:hover {
	background-position:-642px 2px;
	width:291px;/*211px;*/
	color:#333;
}
#menu_site #classics a {/*#660033*/
	background-position:-213px 5px;
	width:102px;
}
#menu_site #classics a:hover {
	background-position:-853px 2px;
	color:#333;
}
#menu_site #gogo a {/*#FF6666*/
	background-position:-329px 5px;
	width:141px;
}
#menu_site #gogo a:hover {
	background-position:-969px 2px;
	color:#333;
}
#menu_site #search a {/*#666633*/
	background-position:-555px 5px;
	width:86px;
}
#menu_site #search a:hover {
	background-position:-1195px 2px;
	color:#333;
}
#menu_japo {
	background:#777;
	width:100%;
	border-bottom:5px solid #333;
	clear:both;
}

#menu_japo a:link, #menu_japo a:visited {
	/*color: #333;*/
}
#menu_japo a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu_japo a {
	/*font-size:85%;*/
}
#menu_japo a:hover {	
}

#menu_japan {
	background:#594255;
	width:100%;
	border-bottom:5px solid #333;
	clear:both;
}
#menu_japan a:link, #menu_japan a:visited {
	/*color: #333;*/
}
#menu_japan a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu_japan a {
	/*font-size:85%;*/
	font-stretch:85%;
}
#menu_japan a:hover {	
}

/*伝統音楽メニュー現在位置*/

body#blog4 #menu_japan li#m_jpn_artist a {
	background:#333333;
	color:#FFFFFF;
}
body#blog3 #menu_japan li#m_jpn_event a {
	background:#333333;
	color:#FFFFFF;
}
body#blog3.report #menu_japan li#m_jpn_event a {
	background:none;
}
body#blog3.report #menu_japan li#m_jpn_report a {
	background:#333333;
	color:#FFFFFF;
}
body#blog2 #menu_japan li#m_jpn_release a {
	background:#333333;
	color:#FFFFFF;
}
body#blog1.cultivate #menu_japan li#m_jpn_cultivate a {
	background:#333333;
	color:#FFFFFF;
}
body#blog1.audition #menu_japan li#m_jpn_audition a {
	background:#333333;
	color:#FFFFFF;
}
body#blog1.news #menu_japan li#m_jpn_news a {
	background:#333333;
	color:#FFFFFF;
}
body#blog1.index #menu_japan li#m_jpn_home a {
	background:#333333;
	color:#FFFFFF;
}




/*classicsメニュー*/

#menu_classics {
	background:#650033;
	width:100%;
	border-bottom:5px solid #333;
	clear:both;
}
#menu_classics a:link, #menu_classics a:visited {
	/*color: #333;*/
}
#menu_classics a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu_classics a {
	/*font-size:85%;*/
}
#menu_classics a:hover {	
}


/*classicsメニュー現在位置*/

body#blog7.index #menu_classics li#m_cls_home a {
	background:#333333;
	color:#FFFFFF;
}
body#blog7.event #menu_classics li#m_cls_event a {
	background:#333333;
	color:#FFFFFF;
}
body#blog7.catalog #menu_classics li#m_cls_catalog a {
	background:#333333;
	color:#FFFFFF;
}

/*検索メニュー*/


#menu_search {
	background:#676631;
	width:100%;
	border-bottom:5px solid #000;/*#3A391D,#333*/
	clear:both;
}

body#search2 #category {
	background:url(http://www.japo-net.or.jp/img_08/search_title.gif) no-repeat -4px 0px;/*#333366*/
	padding:18px;
	margin:0;
	height:90px;
}
body#search2 #category.shmcd {
	background:url(http://www.japo-net.or.jp/img_08/search_title_shmcd.gif) no-repeat -4px 0px;/*#333366*/
	padding:18px;
	margin:0;
	height:150px;
}
body#search2 #category.vzcc {
	background:url(http://www.japo-net.or.jp/img_08/search_title_vzcc.gif) no-repeat -4px 0px;/*#333366*/
	padding:18px;
	margin:0;
	height:87px;
}
/*body#search2 #category.nr {
	background:url(http://www.japo-net.or.jp/img_08/search_title_nr.gif) no-repeat -4px 0px;
	padding:18px;
	margin:0;
	height:90px;
}*//*#333366*/

body#search2 #category h1 {
	text-indent:-9999px;
	font-size:0;
}
#title {
	padding:15px 30px;
}
#title h1 {
	float: left;
}
#title ul {
	float: right;
}
#main {
	clear: both;
	position:relative;
}
#mainbox {	
	padding:15px 0 0 15px;
}
#entryfooter {
	clear: both;
	padding: 15px 15px;
	position:relative;
}
#main p {
	line-height:1.6em;
	/*text-indent:1em;*/
	margin-bottom:1em;
	text-align:justify;
	text-justify:inter-ideograph;
}
#entryfooter {
	text-align: right;
}

#header ul#menu_jtcf {
	margin:0;
	padding:0;
	float:right;
}

#menu_jtcf li {
	list-style:none;
	float:left;
	list-style:none;
}
#menu_jtcf li a {
	display:block;
	text-indent:-9999px;
	height:24px;
	color:#fff;
}


#menu_jtcf li#jtcf_home a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat left -2px;
	width:140px;
	display:none;
}
#menu_jtcf li#jtcf_home a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat left -27px;
	display:none;
}
#menu_jtcf li#jtcf_notice a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -140px -2px;
	width:155px;
}
#menu_jtcf li#jtcf_notice a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -140px -27px;
}
#menu_jtcf li#jtcf_outline a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -295px -2px;
	width:90px;
}
#menu_jtcf li#jtcf_outline a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -295px -27px;
}
#menu_jtcf li#jtcf_inquiry a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -385px -2px;
	width:110px;
}
#menu_jtcf li#jtcf_inquiry a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -385px -27px;
}

/*未整理終わり*/


/*基本ページ（財団ニュース）*/

#mainbox {
	margin-right:215px;/*231px*/
}
#sidebox {
	width:200px;
	float:right;
}

#entrylist,#entrylist_index {
	padding:15px;
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#ccc;
}
#entrylist h3,#entrylist_index h3 {
	padding:5px;
	margin-bottom:10px;
	background:#eee;
}
#entrylist ul {
	margin-bottom:10px;
	padding-left:15px;
}
#entrylist ul li {
	line-height:1.5em;
	list-style:disc;
}
ul.nlist {
	font-size:small;
}

/*ニュース・お知らせ*/

#mainbox.news h3, #mainbox.notice h3 {
	margin-bottom:10px;
	font-size:large;
}
#mainbox.notice table {
	width:99%;
}
#mainbox.notice table td {
	padding:0 10px;
}
#mainbox.notice table td .entrydate {
	text-align:right;
	white-space:nowrap;
}

/*財団概要*/

#blog6 ul li.mj_outline {
	display:none;
}
#blog6.outline ul li.mj_outline {
	display:inline;
}
#blog6.outline ul li.mj_top {
	display:none;
}

#sidebox.outline {
	padding:15px;
	border-width:0 0 1px 1px;
	border-style:solid;
	border-color:#ccc;
}

#mainbox.outline h3.entrytitle {
	margin-bottom:20px;
	font-size:x-large;
	margin-top:10px;
}
#mainbox.news .entry-date {
	border-top:1px solid #ccc;
	margin-bottom: 0;
}
#mainbox.news .entry-header h3 {
	margin:5px 0;
	font-size:large;
	line-height:1.2em;
}
#sidebox.outline h3.entrytitle {
	margin-bottom:10px;
	font-size:large;
}
#mainbox.outline {
	margin-right:255px;
}
#mainbox.outline .entry-main,
#mainbox.news .entry-body  {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	line-height:1.6em;
}

#mainbox.news .entry-more-link {
	float:right;
	width:8em;
	text-align:right;
}


#mainbox.outline ol {
	padding:0 0 0 25px;
	margin-bottom:20px;
}
#mainbox.outline ol li {
	margin:6px 0;
	list-style-type:decimal;
	line-height:1.3em;
}
#mainbox.outline ol li ol li {
	font-size:small;
}
#mainbox.outline ol li h4 {
	margin-bottom:10px;
	font-size:medium;
}
table.officer {
	border-collapse:collapse;
	width:100%;
}
table.officer th,
table.officer td {
	padding:5px 6px;
	border:1px solid #dddddd;
	font-size:small;
	line-height: 1.3em;
	vertical-align: middle;
}
table.officer th {
	padding:3px 10px;
	background-color:#eeeeee;
	white-space:nowrap;
	text-align:center;
}
table.officer td.jokin {
	font-size:small;
	white-space:nowrap;
	text-align:center;
	width:80px;
}
table.officer td.name {
	white-space:nowrap;
	text-align:center;
	width:100px;
}
table.officer td.work {
	font-size:small;
	width:300px;
}

/*財団トップ*/

#blog6 #main.index {
	background:url(http://www.japo-net.or.jp/img_08/topback.jpg) center top;
	/*background:#F1F0E6;*/
	height:150px;
	padding-top:300px;

}
ul#mainmenu {
	width: 426px;/*629px*/
	margin: 0 auto;
}
ul#mainmenu li {
	float:left;
}
ul#mainmenu li a {
	display:block;
	width:203px;
	height:127px;
	text-indent:-9999px;
}
ul#mainmenu li#japan a {
	background:url(http://www.japo-net.or.jp/img_08/mainmenu_button.png) -5px top;
	margin-right:10px;
}
ul#mainmenu li#japan a:hover {
	background-position:-5px -133px;
}
ul#mainmenu li#classic {
	display: none;
}
ul#mainmenu li#classic a {
	background:url(http://www.japo-net.or.jp/img_08/mainmenu_button.png) -215px top;
	margin-right:10px;
}
ul#mainmenu li#classic a:hover {
	background-position:-215px -133px;
}
ul#mainmenu li#gogo a {
	background:url(http://www.japo-net.or.jp/img_08/mainmenu_button.png) -426px top;
}
ul#mainmenu li#gogo a:hover {
	background-position:-426px -133px;
}

#entryfooter.mainmenu {
	background:#F1F0E6;
}
#mainmenu_newsbox {
	width:630px;
	margin:0 auto;
	text-align:left;
}
#mainmenu_newsbox h3 {
	margin:0 0 10px 0;
}
#mainmenu_newsbox ul {
	padding:0 0 0 25px;
	margin-bottom:10px;
}
#mainmenu_newsbox ul li {
	list-style:disc;
	line-height:1.5em;
}
ul#mainmenu_bannerbox {
	float:right;
	width:203px;
	padding:0;
}
ul#mainmenu_bannerbox li {
	list-style:none;
}




/**/

#main.keyword {
	background:#FBDF88;
	
}

/*デフォルトのデーブルデザイン*/

table.default {
	border-collapse:collapse;
}
table.default th,table.default td {
	border:1px solid #ccc;
	padding:3px;
}
table.default th {
	background:#ddd;
	white-space:nowrap;
}
table.default td {
	/*background:#fff;*/
	line-height:1.5em;
}

/*読み物ページの調整用*/

.entry-main p {
	text-indent: 1em;
	text-align:justify;
	text-justify:distribute;
	padding:6px 0;
}

.entry-main p.noind {
	text-indent: 0em;
}
.entry-main p.nojust {
	text-align:left;
}
.entry-main p.right {
	text-align:right;
}

/*アーティストプロフィール*/

.artistnotes {
	font-size:small;
	background-color:#FCDBC1;
	border:1px solid #FDA660;
	padding:12px;
	text-align:justify;
	text-justify:distribute;
}
.artistnotes h5 {
	margin:0 0 6px 0;
}
.artistnotes h6 {
	margin:6px 0;
	padding:2px 10px;
	background:#FDA660;
}
.artistnotes p {
	margin:0;
	text-indent:0;
	padding:2px;
}
.artistnotes table {
	border-collapse:collapse;
}
.artistnotes table td,.artistnotes table th {
	padding:3px;
	border-style:solid;
	border-width:1px 0;
	border-color:#ffffff;
	vertical-align:top;
}
.artistnotes table th {
	white-space:nowrap;
	font-weight:normal;
	border-right:1px dashed #fff;
}
.artistnotes img.leftfloat {
	border:1px solid #ccc;
	background-color:#FFFFFF;
}

.writernotes {
	margin: 10px 0;
	border: 1px dashed #a3b8cc;
	padding: 12px 12px 0 12px;
	color: #292e33;
	font-size: smaller;
	background: #e6ecf2;
	_width:95.8%;
}


body#blog1 .clearleft {
	clear:left;
}
body#blog1 .clearright {
	clear:right;
}

/*じゃぽ音っとエントリーページ*/

body#blog1 #mainbox .entry-list {
	line-height:1.8em;
}

/* 財団賞、オーディション */

img.reci_photo {
	float:right;
	margin:0 0 10px 20px;
}

#mainbox.cultivate .entry-header h3,
#mainbox.audition .entry-header h3 {
	border:1px solid #CCC;
	border-width:1px 0;
	padding:10px 0;
	font-size:large;
	margin-bottom:20px;
}

#mainbox.cultivate p.entry-date,
#mainbox.audition p.entry-date {
	display:none;
}

#mainbox.cultivate .entry-body,
#mainbox.audition .entry-body {
	line-height:1.6em;
}

#mainbox.cultivate .entry-more-link,
#mainbox.audition .entry-more-link {
	text-align:right;
}

/* 更新情報 */

ul.entry-list-update {
	margin:0 0 12px 0;
	padding:0;
	border:1px dashed #E5DADA;
	width:99%;
}
ul.entry-list-update li {
	margin:6px;
	padding:0 0 0 18px;
	background:url(http://japan.japo-net.or.jp/image/icon_update_mini.gif) no-repeat 0px 1px;
	list-style:none;
	font-size:small;
}

/*伝統芸能トップ:新譜ダイジェスト*/

#sp_banners img {
	margin-bottom:5px;
}

#entrylist_index h5 {
	margin:5px 0;
}

ul.newdisclist {
	clear:both;
	padding:0;
	margin:0;
}
ul.newdisclist li {
	list-style-type:none;
	padding:5px 0;
	margin:0;
	line-height:1.3em;
	clear:both;
	font-size: smaller;
	border-bottom:1px dotted #ccc;
}

ul.newdisclist li img {
	width:42px;
	float:left;
	margin:0 5px 15px 0;
	padding:0 1px 1px 0;
	background-color:#999999;
}

/*伝統芸能トップ:バナー*/

ul#bannera {
	padding:0;
	margin:0 0 10px 0;
}
ul#bannera li {
	padding:0;
	margin:0 0 10px 0;
	list-style:none;
}

/*伝統芸能トップ ニュースイベント共通*/

#ib_event h2,#ib_news h2  {
	font-size:large;
	margin-bottom:10px;
}

#ib_news {
	min-width:180px;
	width:48%;
	_width:47%;
	float:left;
	margin-right:2%;
	border-right:1px solid #ccc;
	padding-right:2%;
	_padding-right:3%;
	margin-bottom:10px;
}
*:first-child+html #ib_news {
	width:47%;
	padding-right:3%;
}

#ib_event {
	min-width:180px;
	width:47%;
	_width:46%;
	float:left;
}

*:first-child+html #ib_event {
	width:46%;
}

/*伝統芸能トップニュースリスト*/

#ib_news .entry-more-link {
	float:right;
	width:100px;
	text-align:right;
}

#ib_news h3 {
	font-size:medium;
	line-height:1.3em;
}

#ib_news .ibn-body {
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-bottom:10px;
	line-height:1.6em;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size: small;
}
#ib_news .ibn-body p {
	line-height:1.5em;
}


/*伝統芸能トップ：イベントリスト*/

#ib_news h2 {
	background:url(http://www.japo-net.or.jp/img_08/subtitle.gif) no-repeat 0 -30px;
	height:30px;
	text-indent:-9999px;
}
#ib_event h2 {
	background:url(http://www.japo-net.or.jp/img_08/subtitle.gif) no-repeat 0 0;
	height:30px;
	text-indent:-9999px;
}

#ib_event .entry-i-event-body h3 {
	border-left:15px solid #ccc;
	margin-bottom:10px;
	padding-left:10px;
	line-height: 1.3em;
}
#ib_event .entry-i-event-body .entry-body {
	line-height:1.6em;
	margin-bottom:10px;
	text-align:justify;
	text-justify:inter-ideograph;
	font-size:small;
}
#ib_event .entry-i-event-body img {
	width:100px;
	height:75px;
}
#ib_event .entry-i-event-body br {
	display:none;
}

#ib_event table.compact_event_list {
	width:99.6%;
	margin-bottom:10px;
}
#ib_event table.compact_event_list td,#ib_event table.compact_event_list th {
	padding:3px 5px;
	border:1px solid #ccc;
	border-width:1px 0;
	line-height:1.2em;
}
#ib_event table.compact_event_list td.category {
	white-space:nowrap;
}

/*title*/

body#blog1 h1 {
	font-size:x-large;
	line-height:1.5em;
}

/*audition liststyle*/
body.audition ol {
	padding:0 0 0 25px;
}
body.audition ol li {
	list-style-type:decimal;
}
body.audition ol li ol li {
	list-style-type:upper-roman;
}
body.audition ol li ol li ol li {
	list-style-type:lower-roman;
}
body.audition ol h3 {
	font-size:large;
}

/*囲み*/

div.kakomi {
	padding:10px;
}
div.kakomi h4 {
	font-size:large;
}
div.kakomi h5 {
	font-size:medium;
	margin-bottom:10px;
}
div#index_notice {
	background:#eee;
	padding:10px;
	margin:10px 0;
	width:95%;
	border-left:10px solid #ccc;
	display:none;
}
div#index_notice h3 {
	margin-bottom:8px;
}
div#index_notice p {
	line-height:1.3em;
	margin-bottom:0;
}


/*アーティストプロフィールデフォルト*/

.artistnotes {
	/*font-size:small;*/
	background-color:#FCDBC1;
	border:1px solid #FDA660;
	padding:12px;
	text-align:justify;
	text-justify:distribute;
	margin:10px 0;
	_width:95.8%;
}
.artistnotes h5 {
	margin:0 0 6px 0;
	font-size:large;
}
.artistnotes h6 {
	margin:6px 0;
	padding:2px 10px;
	background:#FDA660;
}
.artistnotes p {
	margin:0;
	text-indent:0;
	padding:2px;
}
.artistnotes table {
	border-collapse:collapse;
}
.artistnotes table td,.artistnotes table th {
	padding:8px;
	border-style:solid;
	border-width:1px 0;
	border-color:#666;
	vertical-align:top;
	/*background:#f9f9f9;*/
}
.artistnotes table th {
	white-space:nowrap;
	font-weight:normal;
	/*border-right:1px dashed #fff;*/
	background:#333;
	color:#fff;
}
.artistnotes img.leftfloat {
	border:1px solid #ccc;
	background-color:#FFFFFF;
}


/*dl*/

dl.default {
	width:auto;
}
dl.default dt {
	float:left;
	padding:5px;
}
dl.default dd {
	padding:5px;
}

/*共通指定＊最後に置くこと*/