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

/* 読み込み */
@import url("/inc/css_new/artist.css");
@import url("/inc/css_new/classics.css");
@import url("/inc/css_new/release.css");
@import url("/inc/css_new/event.css");
@import url("/inc/css_new/xrcd.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;
}
sup {
	vertical-align: 0.5em;
	font-size: 70%;
}

/* 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: #5A1920; /*#40181C→#5A1920→#660C16*/
	color:#330000;
	/*font-family: "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	font-family: Helvetica, Arial, "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body#blog14 { /*xrcdバック*/
	background-color: #354975;
}
#header {
	width:100%;
	background:#333333;
	padding-top:12px;
	margin-top: 0;
}
#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;/*暫定*/
}
#blog2 #category {
	background:#2F1912 url(http://www.japo-net.or.jp/img_08/category_title_release.gif) no-repeat left -20px;
	height: 100px;
	margin:0;
	padding:0;
}
#blog2 #category h1 {
	text-indent: -9999px;
}
#blog1.news #category {
	background:#2F1912 url(http://www.japo-net.or.jp/img_08/category_title_news.gif) no-repeat left -20px;
	height: 100px;
	margin:0;
	padding:0;
}
#blog1.news #category h1 {
	text-indent: -9999px;
}
#blog1.audition #category {
	background:#2F1912 url(http://www.japo-net.or.jp/img_08/category_title_audition.gif) no-repeat left -20px;
	height: 100px;
	margin:0;
	padding:0;
}
#blog1.audition #category h1 {
	text-indent: -9999px;
}
#blog1.cultivate #category {
	background:#E1D79A url(http://www.japo-net.or.jp/img_08/category_title_cultivate.gif) no-repeat left -20px;
	height: 100px;
	margin:0;
	padding:0;
}
#blog1.cultivate #category h1 {
	text-indent: -9999px;
}
#blog3 #category,#blog3 #category {
	background:#333366 url(http://www.japo-net.or.jp/img_08/category_title_event.gif);
	height: 100px;
	margin:0;
	padding:0;
}
#blog3 #category p,#blog3 #category p,#blog3 #category h1 {
	text-indent: -9999px;
}
#blog3.report #category,#blog3.test #category {
	background:#333366 url(http://www.japo-net.or.jp/img_08/category_title_report.gif);
	height: 100px;
	margin:0;
	padding:0;
}
#blog3.report #category p,#blog3.test #category p,#blog3.report #category h1 {
	text-indent: -9999px;
}
body#blog3 h1 {
	margin-bottom: 20px;
}


/*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:25px 40px;
	background:#C2C0AB url(http://www.japo-net.or.jp/img_08/bottom_back.gif) no-repeat right bottom;
	line-height:1.5em;
	font-size:small;
	margin:0;
}
div#xrcd_footer {
	padding:25px 40px;
	background: #ABC; /*#C2C0AB*/
	line-height:1.5em;
	font-size:small;
	margin:0;
}

/*写真処理*/

.leftfloat {
	background:#dddddd;
	padding:6px;
	margin-top: 0;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0;
	float:left;
	font-size:smaller;
}
.rightfloat {
	background:#dddddd;
	padding:6px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: 12px;
	float:right;
	font-size:smaller;
}

/*.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, #menu_xrcd .menu,  #menu_xrcd .menu_en {
	/*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/image_11/logo_big.gif) no-repeat left 0;
	height:55px;
	width:480px;
	text-indent:-9999px;
	float:left;
	display:block;
}*/

#jtcf a { /*body#blog6.index #jtcf a*/
	background:url(http://www.japo-net.or.jp/image_11/logo_big_big.png) no-repeat left 0;
	height:70px;
	width:530px;
	text-indent:-9999px;
	float:left;
	display:block;
}

* html #jtcf a { /* html body#blog6.index */
	background:url(http://www.japo-net.or.jp/image_11/logo_big_big.gif) no-repeat left 0;
}

.menu ul,.menu_en ul, #footer ul, #title ul {
	margin:0;
	padding:0;
}
.menu li,.menu_en li, #footer ul li, #title ul li {
	list-style:none;
	display:inline;
}
.menu ul li a,.menu ul li a:visited,.menu_en ul li a,.menu_en 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.3em 5px 0 5px;
	margin:0.3em 3px 0 0;
	display:block;
	float:left;
	font-weight:bold;
	white-space:nowrap;
	font-size:medium;
	text-align:center;
	color:#eee;
	height:1.3em;
}
.menu ul li a:hover,.menu_en 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 #xrcd a,#menu_site #gogo a,#menu_site #search a {
	background-image:url(http://www.japo-net.or.jp/image_11/menu_all_2012.png);
	background-repeat:no-repeat;
}
* html #menu_site #home a,
* html #menu_site #japan a,
* html #menu_site #xrcd a,
* html #menu_site #gogo a,
* html #menu_site #search a {
	background-image:url(http://www.japo-net.or.jp/image_11/menu_all_2012.gif);
}
#menu_site #classics {
	display: none;
}
#menu_site #home a {/*#594255*/
	background-position:-517px 5px;/*-475px*/
	width:34px;
}
#menu_site #home a:hover {
	background-position:-1157px 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 #xrcd a {/*#660033*/
	background-position:-298px 5px;
	width:68px;
}
#menu_site #xrcd a:hover {
	background-position:-939px 2px;
	color:#333;
}
#menu_site #gogo a {/*#FF6666*/
	background-position:-371px 5px;
	width:141px;
}
#menu_site #gogo a:hover {
	background-position:-1011px 2px;
	color:#333;
}
#menu_site #search a {/*#666633*/
	background-position:-553px 5px;
	width:86px;
}
#menu_site #search a:hover {
	background-position:-1193px 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.none, #menu_japan.shmcd {
	display: none;
}
#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_xrcd {
	background:#0099CC;
	width:100%;
	border-bottom:5px solid #333;
	clear:both;
}
#menu_xrcd a:link, #menu_xrcd a:visited {
	/*color: #333;*/
}
#menu_xrcd a:hover {
	color: #fff;
	text-decoration:underline;
}
#menu_xrcd a {
	/*font-size:85%;*/
	font-stretch:85%;
}
#menu_xrcd a:hover {	
}

/*検索メニュー*/


#menu_search {
	background:#676631;
	width:100%;
	border-bottom:5px solid #000;/*#3A391D,#333*/
	clear:both;
}
#menu_search.vzcc {
	display: none;
}
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:74px;
}
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:74px;
}
/*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:40px 0 0 40px;
}
body#blog1.index #mainbox {	
	padding:20px 0 0 25px;
}

#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;*/ /*→twitterブログパーツとコンフリクト*/
}
#main table p {
	margin-bottom: 0;
}
#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:25px;
	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 -142px -2px;
	width:155px;
}
#menu_jtcf li#jtcf_notice a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -142px -27px;
}
#menu_jtcf li#jtcf_outline a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -295px -2px;
	width:85px;
}
#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:115px;
}
#menu_jtcf li#jtcf_inquiry a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat -385px -27px;
}
#menu_jtcf li#jtcf_blog {
	display: none;
}
/*#menu_jtcf li#jtcf_blog a {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat left -2px;
	width:142px;
}
#menu_jtcf li#jtcf_blog a:hover {
	background:url(http://www.japo-net.or.jp/img_08/headlabel.gif) no-repeat left -27px;
}*/

div#jtcf_blog_b {
	float: right;
}
div#jtcf_blog_c {
	float: right;
}

div#jtcf_blog_b a {
	display: block;
	height: 24px;
	width: 350px;
	text-indent: -9999px;
	background:url(http://www.japo-net.or.jp/img_08/goto_blog.gif) no-repeat left 0px;
}
div#jtcf_blog_b a:hover {
	background:url(http://www.japo-net.or.jp/img_08/goto_blog.gif) no-repeat left -30px;
}

div#jtcf_blog_c a#go_blog_c {
	display: block;
	height: 24px;
	width: 350px;
	text-indent: -9999px;
	background:url(http://www.japo-net.or.jp/img_08/goto_blog.gif) no-repeat left 0px;
}
div#jtcf_blog_c a#go_blog_c:hover {
	background:url(http://www.japo-net.or.jp/img_08/goto_blog.gif) no-repeat left -30px;
}

div#jtcf_blog_feed {
	position: absolute;
	top: 50px;
	right: 0px;
	width: 300px;
	font-size: small;
	color: #ccc;
	margin: 2px 5px 5px 10px;
	line-height: 1.2em;
	/*background: #fff;
	padding: 3px;*/
}
div#jtcf_blog_feed a {
	color: #fff;
	/*text-decoration: underline;*/
}


/*未整理終わり*/


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

#mainbox {
	margin-right:240px;/*231px*/
}
body.index #mainbox {
	margin-right:220px;/*231px*/
}
body#blog3.report #mainbox,
body#blog3.test #mainbox{
	margin:0px 40px 0px 0px;
}
#sidebox {
	width:200px;
	float:right;
}

#entrylist,#entrylist_index {
	padding:20px 15px 15px 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;
	line-height: 1.5em;
}

#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;
}
p.entry-more-link-button {
	float: right;
	margin:0;
	padding:0;
	height: 20px;
	width: 80px;
}
p.entry-more-link-button a {
	background: url(http://www.japo-net.or.jp/img_08/entry-more-link.gif) no-repeat right top;
	display: block;
	height: 20px;
	width: 80px;
	text-indent: -9999px;
	margin:0;
	padding:0;
	font-size: 1px;
	line-height: 1px;
}
p.entry-more-link-button a:hover {
	background: url(http://www.japo-net.or.jp/img_08/entry-more-link.gif) no-repeat right -20px;
}

#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.no_border {
	border: 0 !important;
}
table.no_border th,
table.no_border td {
	border: 0 !important;
	white-space: nowrap;
	padding: 5px 0 !important;
	margin: 0 !important;
}

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:#990002 url(http://www.japo-net.or.jp/img_08/topback_default.jpg) -547px -160px;/*-237px*/
	/*background:#F1F0E6;*/
	height: 200px;
	padding-top: 300px;
}
#blog6 #main.index2 {
	/*background:#F1F0E6;*/
	height: 710px;
	background:#F1F0E6;
}
#button_zone {
	background:#990002 url(http://www.japo-net.or.jp/img_08/topback_default.jpg) no-repeat -267px top;/*-237px*/
	width: 470px;
	padding-top: 310px;
	padding-left: 5px;
	position: absolute;
	height: 400px;
	float: left;
	z-index: 10;
}

#update_zone {
	width: 440px;
	height: 690px;
	float: right;
	padding-top: 20px;
	position: relative;
}
#blog6 #main.index ul#mainmenu {
	position: absolute;
	bottom: 30px;
	left: 55px;
	width: 419px;/*629*//*419*/
	margin: 0 auto;
	z-index: 10;
}
#blog6 #main.index2 ul#mainmenu {
	width: 419px;
	margin: 0 auto;
}
ul#mainmenu li {
	float:left;
}
ul#mainmenu li a {
	
}
ul#mainmenu li#japan a {
	background:url(http://www.japo-net.or.jp/img_08/mainmenu_button.png) -5px top;
	margin-right:10px;
	display:block;
	width:203px;
	height:127px;
	text-indent:-9999px;
}
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;
	display:block;
	width:203px;
	height:127px;
	text-indent:-9999px;
}
ul#mainmenu li#gogo a:hover {
	background-position:-426px -133px;
}


#entryfooter.mainmenu {
	background:#F1F0E6;
}
#entryfooter_box {
	padding: 0 40px;
	height: 190px;
}
#mainmenu_newsbox {
	width:60%;/*630px*/
	text-align:left;
	float:left;
}
#mainmenu_newsbox h3 {
	margin:0 0 10px 0;
}
#mainmenu_newsbox ul , ul.default {
	padding:0 0 0 25px;
	margin-bottom:10px;
}
#mainmenu_newsbox ul li, ul.default li {
	list-style:disc;
	line-height:1.5em;
}
ul#mainmenu_bannerbox {
	float:right;
	width:35%;
	padding:0;
}

ul#mainmenu_bannerbox li {
	list-style:none;
}


ul#mainmenu_bannerbox.v2 {
	width:203px;
	padding:0;
	float: none;
	margin-left: 25px;
	margin-top: 30px;
}
ul#mainmenu_bannerbox.v2 li {
	float: left;
}


/*キーワード*/

#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;
}

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

div.artistnotes table.default {
	border-collapse:collapse;
}
div.artistnotes table.default th,table.default_b td {
	border:1px solid #ccc;
	padding:8px;
}
div.artistnotes table.default th {
	background:#ffc796;
	color: #333;
	font-weight: bold;
	white-space:nowrap;
	border: 1px solid #666;
}
div.artistnotes 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 {
	background-color:#FCDBC1;
	border:1px solid #FFC796;/*#FDA660*/
	padding:20px;
	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;
}
html:not([lang*=""]) .artistnotes table {	/* Firefox用ハック */
	/*border-collapse: separate;*/
}

.artistnotes table {
	border-collapse:collapse;
	border: 1px solid #000;
}
.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;
}

.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 solid #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 th {
	font-size: 85%;
}
#ib_event table.compact_event_list td {
	font-size: 85%;
}
#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;
}




/*dl*/

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

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

/*ツイッターウィジェットアイコン位置微調整用*/

.twtr-img {
	margin-left:1px;
}
.twtr-tweet-text p {
	letter-spacing: -0.04em;
	line-height:1em;
}

/*ツイッターウィジェットアイコン位置調整用*/

form#cse-search-box input {
	padding: 1px;
	font-size: medium;
}

.repo_minibanner {
	border-radius: 5px;
	-webkit-border-radius: 5px;	/* Safari、Google Chrome */
	-moz-border-radius: 5px;	/* Firefox */
}


.kanren {
	border: 1px solid #ccc;
	background: #eee;
	padding: 10px;
	height: 140px;
	margin-bottom: 20px;
}
.kanren h3 {
	margin-bottom: 5px;
	font-size: large;
}
.kanren h4 {
	margin-bottom: 5px;
}

#youtube_banner {
	/*display: none;*/
}

span.kigou {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

/* num_kakko */
ol.num_kakko { margin-bottom: 1em; margin-left: 2em; }
ol.num_kakko li {
position: relative;
list-style: none;
line-height: 1.3em;
margin-bottom: 0.3em;
}
ol.num_kakko li span {
position: absolute;
top: 0;
left: -3em;
}
* html ol.num_kakko li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.num_kakko li span { top: -0em; } /* for win ie7 */

span.blue {
	color:#36B ;/*#369、#339*/
}
