/* This is the StyleCatcher theme addition. Do not remove this block. */
@import url(http://www.seraphita.org/day/mt-static/themes-base/blog.css);
@import url(http://www.seraphita.org/day/mt-static/support/themes/minimalist-white/minimalist-white.css);
/* end StyleCatcher imports */

/******************** スタイルシート追加はここから ********************/
/*
*ベーススタイルのことを気にせず好きなように追加してください。
*マージン・パディングなどのプロパティも使ってもかまいません。
*/

/**********エントリー内のインライン要素**********/
/*本文内のemによる強調文字色*/
em {
	color: #303030;
	font-style: italic;
}

/*本文内のstrongによる強調文字色*/
strong{
	color: #CC0000;
	font-weight: bold;
	font-size: 100%;
}

/*背景同色強調(strong.bgで実現)*/

span.bg strong {
	color: #E0E0E0;
	font-weight: bold;
	font-size: 90%;
}

strong.bg {
	color: #E0E0E0;
	font-weight: bold;
	font-size: 90%;
}

/*エントリー本文内の定義リスト*/
div#alpha dl{
}

/*エントリー本文内の定義リスト定義語*/
div#alpha dt {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	color: #000;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size: 120%;
	font-weight: normal;
}


/*エントリー本文内の定義リスト定義語にリンクがある場合*/
div.entry-body dt a,
div.entry-body dt a:link,
div.entry-body dt a:visited,
div.entry-body dt a:active,
div.entry-body dt a:visited {
	text-decoration: none;
	color: #666;
}	

/*エントリー本文内の定義リスト定義の説明*/
div#alpha dd {
	margin-bottom: 1em;
	margin-left: 5em;
}

/*エントリー本文内の定義リスト定義の説明内の画像*/
div#alpha dd img {
}

dd pre,
dd ul,
dd ol,
div#alpha dd blockquote {
	margin-left: 3em;
}


/*エントリー本文にある定義リスト内の定義リスト*/
div#alpha dl dl{
	font-size: 95%;
}

blockquote{
	background-color: #EED;
	border: solid 1px #EED;
	padding: 1em;
}


/*かるた用*/

div.car_box{
	border: #ccc 1px solid;
	padding: 3px;
	background: #eee;
	float: left;
	margin: 2px 2px 5px;
	width: 150px;
	height: 210px;
}

div.car_char{
	border-right: #ccc 1px solid;
	padding-right: 3px;
	border-top: #ccc 1px solid;
	padding-left: 3px;
	font-size: 10pt;
	background: #fff;
	float: left;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-left: #ccc 1px solid;
	width: 22px;
	color: #333;
	margin-right: 3px;
	padding-top: 3px;
	border-bottom: #ccc 1px solid;
	text-align: center;
}

div.car_char{
	border: #ccc 1px solid;
	padding: 3px;
	font-size: 10pt;
	background: #fff;
	float: left;
	width: 22px;
	color: #333;
	text-align: center;
}

div.car_rd{
	border: #ccc 1px solid;
	padding: 3px;
	font-size: 9pt;
	background: #eee;
	float: left;
	margin-bottom: 3px;
	width: 100px;
	color: #eee;
	margin-right: 3px;
	text-align: center
}

div.car_sb{
	border-right: #eee 1px solid;
	padding-right: 3px;
	border-top: #eee 1px solid;
	padding-left: 3px;
	font-size: 9pt;
	background: #eee;
	float: left;
	padding-bottom: 3px;
	border-left: #eee 1px solid;
	color: #333;
	padding-top: 3px;
	border-bottom: #eee 1px solid
}

ul.list_song{
	background-color: #ffffff;
	padding-left: 1em;
}

span.bg {
	color: #E0E0E0;
}

span.list_song{
	color: #000000;
	font-size: 100%;
/*	font-weight: bold;*/
}

span.list_artist{
	color: #000000;
	font-size: 100%;
	font-style: italic;
}

ul.list_song strong{
	color: #c00000;
/*	font-weight: bold;*/
}

p.list_song_copy{
	color: #000000;
	font-size: 90%;
	font-style: italic;
	text-align: right;
	margin-top: 1em;
	margin-bottom: 1em;
}

p.list_song_copy strong{
	color: #206020;
	font-weight: none;
}

div.aa{
	border:#333 1px dashed thin;
	padding:9px;
	background:#efefef;
	font-size:12pt;
	font-family: "Mona", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-family: "ＭＳ Ｐゴシック";
	line-height:18px;
	letter-spacing:0px;
}


