@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://japo-net.or.jp/www/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://japo-net.or.jp/www/img_08/back_event.gif);*//*#333366*/
	padding:30px 40px;
	margin:0;
	/*color:#FFFFFF;*//*暫定*/
	background:#F1F0E6;
	font-size: x-large;
}
#blog2 #category {
	background:#2F1912 url(http://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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:35px 43px 35px 43px;
	background:#C2C0AB url('http://japo-net.or.jp/www/image_11/footer_logo.gif') no-repeat right bottom;
	line-height:1.5em;
	font-size: 80%;
	text-align: justify;
	text-justify: inter-ideograph;
	margin:0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	div#jtcf_footer {
		background: url('http://japo-net.or.jp/www/image_11/footer_logo_retina.gif') no-repeat right bottom;
		-webkit-background-size:1280px 500px;
		background-size:1280px 500px;
		/*font-size: 60%;*/
	}
}
div#xrcd_footer {
	padding:25px 40px;
	background: #ABC; /*#C2C0AB*/
	line-height:1.5em;
	font-size: smaller;
	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_japo .menu, #menu_xrcd .menu,  #menu_xrcd .menu_en {
	/*behavior:url(/inc/iefixed.htc);*//*IE6用*/
	/*width:94%;*/
	width: 944px;
	/*max-width:944px;
	min-width:780px;*/
	/*min-width:640px;*/
	margin:0 auto;
}
#menu_site .menu ul {
	width: 720px;
}
/*search、reportは可変*/
body.report #wrapper, body.report #footer {
	min-width:720px;
	max-width: 944px;
	width: 94%;
	margin:0 auto;
}
body#search2 #wrapper, body#search2 #footer, #menu_search .menu {
	min-width:620px;
	max-width: 944px;
	width: 94%;
	margin:0 auto;
}


#logo {
	position:relative;
}
/*#jtcf a {
	background:url(http://japo-net.or.jp/www/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://japo-net.or.jp/www/image_11/menu_all_2012c.png') no-repeat left -15px;
	height:70px;
	width:530px;
	text-indent:-9999px;
	float:left;
	display:block;
}

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


@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#jtcf a {
	background: url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png') no-repeat left -15px;
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}

.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://japo-net.or.jp/www/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 5px 0 0;
	display:block;
	float:left;
	font-weight:bold;
	white-space:nowrap;
	font-size:1em;
	text-align:left;
	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 #hifi a,
#menu_site #gogo a,
#menu_site #search a {
	background-image:url(http://japo-net.or.jp/www/image_11/menu_all_2012c.png);
	background-repeat:no-repeat;
}
* html #menu_site #home a,
* html #menu_site #japan a,
* html #menu_site #xrcd a,
* html #menu_site #hifi a,
* html #menu_site #gogo a,
* html #menu_site #search a {
	background-image:url(http://japo-net.or.jp/www/image_11/menu_all_2012c.gif);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu_site #home a,
#menu_site #japan a,
#menu_site #xrcd a,
#menu_site #hifi a,
#menu_site #gogo a,
#menu_site #search a {
	background: url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}


#menu_site #classics {
	display: none;
}
#menu_site #home a {/*#594255*/
	background-position:-517px -695px;/*-475px*/
	width:36px;
}
#menu_site #home a:hover {
	background-position:-517px -848px;
	width:36px;
	color:#333;
}
#menu_site #japan a {/*#594255*/
	background-position:-2px -695px;
	width:291px;/*211px;*/
}
#menu_site #japan a:hover {
	background-position:-2px -848px;
	width:291px;/*211px;*/
	color:#333;
}


#menu_site #hifi a {/*#660033*/
	background-position:-662px -695px;
	width:105px;
}
#menu_site #hifi a:hover {
	background-position:-662px -848px;
	color:#333;
}
#menu_site #xrcd a {/*#660033*/
	background-position:-298px -695px;
	width:68px;
}
#menu_site #xrcd a:hover {
	background-position:-298px -848px;
	color:#333;
}

#menu_site #gogo a {/*#FF6666*/
	background-position:-371px -695px;
	width:141px;
}
#menu_site #gogo a:hover {
	background-position:-371px -848px;
	color:#333;
}
#menu_site #search a {/*#666633*/
	background-position:-553px -695px;
	width:86px;
}
#menu_site #search a:hover {
	background-position:-553px -848px;
	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, #menu_japan.sacd {
	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_search.sacd,#menu_search.shmcd {
	display: none;
}
#menu_xrcd.none {
	display: none;
}
#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;
}
#menu_xrcd.vzcc {
	display: none;
}
body#search2 #category {
	background:url('http://japo-net.or.jp/www/image_11/search/search_title.gif') no-repeat -4px 0px;/*#333366*/
	padding:18px;
	margin:0;
	height:100px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body#search2 #category {
	background-image:url('http://japo-net.or.jp/www/image_11/search/search_title_retina.gif');
	-webkit-background-size:1000px 280px;
	background-size:1000px 280px;
}
}
body#search2 #category.shmcd {
	background:url('http://japo-net.or.jp/www/image_11/search/search_title_shmcd_new.png');/*#333366*/
	padding:18px;
	margin:0;
	height:124px;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body#search2 #category.shmcd {
	background-image:url('http://japo-net.or.jp/www/image_11/search/search_title_shmcd_new_retina.png');
	-webkit-background-size: 945px 163px;
	background-size: 945px 163px;
}
}
body#search2 #category.sacd {
	background:url('http://japo-net.or.jp/www/image_11/search/search_title_sacd_new.png');/*#333366*/
	padding:18px;
	margin:0;
	height:124px;
	background-repeat: no-repeat;
	background-position: 0px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body#search2 #category.sacd {
	background-image:url('http://japo-net.or.jp/www/image_11/search/search_title_sacd_new_retina.png');
	-webkit-background-size: 945px 163px;
	background-size: 945px 163px;
}
}
body#search2 #category.vzcc {
	background-image:url('http://japo-net.or.jp/www/image_11/search/search_title_classic.gif');/*#333366*/
	padding:18px;
	margin:0;
	height:74px;
	background-repeat: no-repeat;
	background-position: 0px -5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	body#search2 #category.vzcc {
	background-image:url('http://japo-net.or.jp/www/image_11/search/search_title_classic_retina.gif');
	-webkit-background-size:1000px 280px;
	background-size:1000px 280px;
}
}
/*body#search2 #category.nr {
	background:url(http://japo-net.or.jp/www/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:40px 0 0 45px;
}

#entryfooter {
	clear: both;
	padding: 15px 15px;
	position:relative;
}
#main p {
	line-height: 1.6em;
	/*text-indent:1em;*/
	margin-bottom: 1em;
	text-align: left;	/*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;
	background-image:url(http://japo-net.or.jp/www/image_11/menu_all_2012c.gif);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#menu_jtcf li a {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}

li#jtcf_home {
	display:none;
}

/*#menu_jtcf li#jtcf_home a {
	background:url(http://japo-net.or.jp/www/img_08/headlabel.gif) no-repeat left -2px;
	width:140px;
	display:none;
}
#menu_jtcf li#jtcf_home a:hover {
	background:url(http://japo-net.or.jp/www/img_08/headlabel.gif) no-repeat left -27px;
	display:none;
}*/
#menu_jtcf li#jtcf_notice a {
	background-position: left -102px;
	width:155px;
}
#menu_jtcf li#jtcf_notice a:hover {
	background-position: left -127px;
}
#menu_jtcf li#jtcf_outline a {
	background-position: -154px -102px;
	width:85px;
}
#menu_jtcf li#jtcf_outline a:hover {
	background-position: -154px -127px;
}
#menu_jtcf li#jtcf_inquiry a {
	background-position: -244px -102px;
	width:115px;
}
#menu_jtcf li#jtcf_inquiry a:hover {
	background-position: -244px -127px;
}
#menu_jtcf li#jtcf_blog {
	display: none;
}
/*#menu_jtcf li#jtcf_blog a {
	background:url(http://japo-net.or.jp/www/img_08/headlabel.gif) no-repeat left -2px;
	width:142px;
}
#menu_jtcf li#jtcf_blog a:hover {
	background:url(http://japo-net.or.jp/www/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,
div#jtcf_blog_c a#go_blog_c {
	background:url(http://japo-net.or.jp/www/image_11/menu_all_2012c.gif) no-repeat;
}

div#jtcf_blog_b a {
	display: block;
	height: 24px;
	width: 350px;
	text-indent: -9999px;
	background-position: 63px -156px;
	background-repeat: no-repeat;
}
div#jtcf_blog_b a:hover {
	background-position: 63px -186px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	div#jtcf_blog_b a,
	div#jtcf_blog_c a#go_blog_c {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}

div#jtcf_blog_c a#go_blog_c {
	display: block;
	height: 24px;
	width: 350px;
	text-indent: -9999px;
	background-position: 40px -156px;
}
div#jtcf_blog_c a#go_blog_c:hover {
	background-position: 40px -186px;
}

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


/*未整理終わり*/


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

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

#entrylist,#entrylist_index {
	padding:0 0 0 20px;
	border-width:0 0 0 1px;
	border-style:solid;
	border-color:#ccc;
	margin-right: 40px;
	margin-top: 40px;
}
#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,
#mainbox.notice {
	margin-right: 280px;
}

#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;
}
.mj_top.caltivate {

}
.mj_top.shmcd {
	display: none;
}
.mj_top.classic {
	display: none;
}

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

#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:320px;
}
#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://japo-net.or.jp/www/image_11/menu_all_2012c.gif') no-repeat -1028px -104px;
	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-position: -1028px -129px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	p.entry-more-link-button a {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}


#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://japo-net.or.jp/www/img_08/topback_default.jpg) -547px -160px;/*-237px*/
	/*background:#990002 url(http://japo-net.or.jp/www/image_11/topback_newyear2012.jpg) -257px 0px;*/
	/*background:#F1F0E6;*/
	height: 200px;
	padding-top: 300px;
}
#blog6 #main.index2 {
	/*background:#F1F0E6;*/
	height: 710px;
	background:#F1F0E6;
}
#button_zone {
	background:#990002 url(http://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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://japo-net.or.jp/www/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: 25px 30px 0px 30px;
	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 li a#minbu {
	display:block; background:#fff url('http://minbu.jp/images/minbujp_banner.gif') no-repeat center; width:201px; height:48px; float: right;
	text-indent: -9999px !important;
	border: 1px solid #ccc;
}

ul#mainmenu_bannerbox li a#mukeibunka {
	display: block;
	background: #fff url(../../image_11/mukeibunka_banner.gif) no-repeat;
	height: 48px;
	width: 201px;
	border: 1px solid #ccc;
	float: right;
	text-indent: -9999px !important;
	margin-bottom: 5px;
}

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.space th,table.default.space td {
	padding:12px;
}
table.default th {
	background:#ddd;
	white-space:nowrap;
	text-align: left;
}
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,
#mainbox.audition {
	margin-right: 270px;
}

#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 0;
	padding:0 0 0 16px;
	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 {
	margin-bottom: 20px;
}
#sp_banners a {
	display: block;
	text-indent: -9999px;
	margin: 0 0 6px 0;
	font-size: 1px;
}
#sp_banners a#youtube,
#sp_banners a#marukajiri,
#sp_banners a#noiseless,
#sp_banners a#rakugo,
#sp_banners a#teiban,
#sp_banners a#shmcd {
	background-image: url('http://japo-net.or.jp/www/image_11/menu_all_2012c.gif');
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#sp_banners a#youtube,
	#sp_banners a#marukajiri,
	#sp_banners a#noiseless,
	#sp_banners a#rakugo,
	#sp_banners a#teiban,
	#sp_banners a#shmcd {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}


#sp_banners a#youtube {
	background-position: -1030px -222px;
	height: 82px;
	width: 170px;
}
#sp_banners a#marukajiri {
	background-position: -1030px -347px;
	height: 30px;
	width: 170px;
}
#sp_banners a#noiseless {
	background-position: -1030px -311px;
	height: 30px;
	width: 170px;
}
#sp_banners a#rakugo {
	background-position: -1030px -465px;
	height: 30px;
	width: 170px;
}
#sp_banners a#teiban {
	background-position: -1030px -425px;
	height: 30px;
	width: 170px;
}
#sp_banners a#shmcd {
	background-position: -1030px -386px;
	height: 30px;
	width: 170px;
}

#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:46%;
	_width:45%;
	float:left;
	margin-right:3%;
	border-right:1px solid #ccc;
	padding-right:3%;
	_padding-right:4%;
	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,
#ib_event h2 {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012c.gif');
	background-repeat: no-repeat;
}
#ib_news h2 {
	background-position: -1025px -30px;
	height:30px;
	text-indent:-9999px;
}
#ib_event h2 {
	background-position: -1025px 0;
	height:30px;
	text-indent:-9999px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2),
only screen and (-webkit-min-device-pixel-ratio: 1.5) {
	#ib_news h2, #ib_event h2 {
	background-image:url('http://japo-net.or.jp/www/image_11/menu_all_2012b_retina.png');
	-webkit-background-size:1280px 1000px;
	background-size:1280px 1000px;
}
}


#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 {
	width: 3.1em;
	/*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;
}

/*ddを字下げとして*/

dl.down {
	width:auto;
	line-height: 1.5em;
}
dl.down dt {
	padding:5px;
	font-weight: bold;
}
dl.down dd {
	padding:5px 5px 5px 60px;
}

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

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

.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*/
}
.kifu div#category,
.support div#category,
.nakajima div#category,
.member div#category,
#sidebox.sanjo,
.contact #sidebox,
.contact .entrydate,
.contact .entrytitle {
	display: none;
}
#mainbox.nakajima,
#mainbox.sanjo,
#mainbox.contact {
	width: 91%;
}
#mainbox.nakajima h3.entrytitle,
#mainbox.sanjo h3.entrytitle {
	font-size: x-large;
	margin-bottom: 20px;
}
.small {
		font-size: smaller;
}
.medium {
	font-size: medium !important;
}
.normal {
	font-weight: normal;
}

#mainbox.sanjo h4 {
	margin-bottom: 20px;
	font-size: large;
}

ul.support_button {
	width: 600px;
	margin: 0 auto;
}
.support_button li {
	list-style: none;
	float: left;
}
.support_button li#sanjo {
	margin-right: 10px;
}
.support_button a {
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 20px;
	background: #ad1010;
	background: -moz-linear-gradient(
		top,
		#ad1010 0%,
		#663000);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ad1010),
		to(#663000));
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #134201;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
		
	display: block;
	width: 250px;
	font-size: x-large;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 30px auto;
	text-align: center;
	text-decoration: none;

}
div.socialbutton {
	*display: none;
	margin: 0;
	padding: 30px 40px 0 40px;
}
#search2 div.socialbutton {
	padding: 20px 0 0 0;
}
a.twitter-share-button {
	float: left;
	height: 21px;
}
IFRAME.twitter-share-button {
	width: 70px !important;
	float: left;
	height: 21px !important;
}
.fb_iframe_widget{vertical-align:top;margin-top:-1px;}
div.g-plusone {
	width: 75px !important;
}

/*ページナビゲータ*/

ul#page {
	margin: 0 auto;
	text-align: center;
	height: 30px;
	padding: 20px 0;
}
ul#page.page3 {
	width: 200px;
}
ul#page.page3_plusReport {
	width: 320px;
}
ul#page li {
	float: left;
	list-style: none;
}
ul#page li a {
	padding: 6px 20px 3px 20px;
	margin: 0 10px 0 0;
	border: 1px solid rgb(178, 69, 80);
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: large;
}
ul#page li a:hover,ul#page li.now a {
	background: rgb(178, 69, 80);
	color: white;
}

/*賛助会員ページ用*/

div#main.sanjokaiin h1,
div#main.contact h1 {
	font-size: x-large;
	background:#F1F0E6;
	padding: 30px 40px !important;
}
div#main.sanjokaiin table td {
	border-width: 0;
}
