@charset "Shift_JIS";

/* テンプレート#o002 * designed by starlit * http://sky.starlit.biz/ */


/* 全称セレクタ--------------------------------------------- */

* {
margin:0;padding:0;
font:normal normal normal 12px/1.6 Verdana,Osaka,Chicago,sans-serif;
border:none;
}
/* 全体の文字サイズを変更したい場合は「12px」を変更して下さい。「1.6」は行間です */

/* 全体指定------------------------------------------------- */

body {
color:#4f4f4f;
text-align:center;
}

html {
scrollbar-arrow-color:#4f4f4f;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#4f4f4f;
scrollbar-3dlight-color:#ffffff;
scrollbar-track-color:#ffffff;
scrollbar-shadow-color:#4f4f4f;
scrollbar-darkshadow-color:#ffffff;
background:url(画像アドレス) no-repeat 100% 100% fixed;/* ←背景画像を入れたい場合はここに */
}
/* スクロールバー指定が不要の場合は削除して下さい */

/* リンク--------------------------------------------------- */

a{text-decoration:none;}
a:link,a:active {color:#4f4f4f;}
a:visited {color:#4f4f4f;}
a:hover {color:#428abd;position:relative;top:1px;left:1px;}

/* 文字----------------------------------------------------- */

em {font-weight:bold;}/* 強調 */
strong {font-weight:bold;border-bottom:2px solid #ffdc76;}/* より強い強調 */
del {text-decoration:line-through;}/* 削除 */
ins {text-decoration:underline;}/* 追加 */

/* その他--------------------------------------------------- */

ul li {list-style:none;}
hr {display:none;}/* ライン(非表示) */
a {font-size:100%;}


/* ********************************************************* */
/* レイアウト */
/* ********************************************************* */


/* 横幅一括指定 */
#main,#foot,#enter {width:600px;}

/* ヘッダー */
#head {
width:100%;
text-align:center;
margin:0px auto;
padding:30px 0px 20px 0px;
background:url(img/top-back.jpg) repeat-x top;/* 斜めストライプ画像の背景指定 */
}

/* メイン */
#main {
text-align:left;
margin:0px auto;
padding:30px 0px 20px 0px;
}

/* フッター */
#foot {
margin:0px auto;
padding:0px 0px 30px 0px;
text-align:center;
}


/* ********************************************************* */
/* ヘッダー */
/* ********************************************************* */


/* サイトタイトル部分 */
#head h1 {
color:#4f4f4f;
font-size:80%;
font-family:Tahoma,Osaka,"Century Gothic";
letter-spacing:1px;
margin:0px 0px -3px 0px;
}

#head p {
color:#cccccc;
font-size:80%;
font-family:Tahoma,Osaka;
margin:0px 0px;
padding:0px 0px 2px 0px;
}

/* ヘッダーP用リンク */
#head p a {color:#cccccc;}
#head p a:hover {color:#428abd;}


/* ********************************************************* */
/* メニュー */
/* ********************************************************* */


ul#menu {
height:24px;/* 黒いバーの高さ */
line-height:24px;
margin:0px 0px;
padding:0px 10px;
border-top:1px solid #444444;
border-bottom:1px solid #444444;
background:#4f4f4f;
text-align:center;/* ←右寄せにする場合はココをrightに */
}

ul#menu li {
color:#ffdc76;
font-size:90%;
display:inline;/* 横並び */
}

/* メニュー用リンク */
ul#menu li a {
font-size:100%;
font-family:"Century Gothic",Tahoma,Osaka;
letter-spacing:1px;
}

ul#menu li a:link,ul#menu li a:active{color:#cccccc;}
ul#menu li a:visited{color:#cccccc;}
ul#menu li a:hover{color:#428abd;position:relative;}


/* ********************************************************* */
/* メイン */
/* ********************************************************* */


/* 見出し--------------------------------------------------- */

#main h2,#main h3,#main h4 {
color:#4f4f4f;
font-size:120%;
margin:0px 0px 10px 0px;
padding-left:18px;
background:url(img/heart-1.gif) no-repeat left center;/* ハートアイコン指定 */
}

/* サブ見出し(ライン用) */
#main .title_line {
margin:0px 0px 10px 0px;
background:url(img/w-line.gif) repeat-x center;/* ライン画像 */
}

/* サブ見出し(文字用) */
#main .title {
color:#ffdc76;
font-size:120%;
font-weight:bold;
letter-spacing:1px;
padding:0px 2px 0px 0px;
background:#ffffff;
display:inline;
}

/* P段落---------------------------------------------------- */

#main p {
font-size:100%;
line-height:170%;
margin:0px 0px 30px 0px;
}

/* P下部の余白を無くす */
#main p.blank1 {margin:0px 0px 10px 0px;}

/* 文字を小さくする */
#main p.small {
font-size:80%;
line-height:180%;
}

/* 真ん中寄せにする */
#main p.center {
text-align:center;
margin:5px 0px 15px 18px;
}

/* 周りに枠を付ける */
.img {border:1px solid #4f4f4f;}

/* 装飾BOX */
#main p.box1 {
font-size:100%;
line-height:170%;
padding:10px 10px;
border:1px solid #cccccc;
background:url(img/back.gif);/* 背景指定 */
}

#main p.box2 {
font-size:100%;
line-height:170%;
padding:10px 10px;
border:1px solid #428abd;
background:#ffdc76;/* 背景指定 */
}

/* 記事内リンク--------------------------------------------- */

#main p a:link,#main p a:active {color:#428abd;}
#main p a:visited {color:#428abd;}
#main p a:hover {color:#ffdc76;}
/* 閲覧後の色を変えたい場合はvisitedの色を変更する--- */

/* リスト--------------------------------------------------- */

#main ul {margin:0px 0px 10px 0px;}

/* リストマーク■ */
#main ul.list01 {}
#main ul.list01 li {list-style:square inside;}

/* リストマーク画像 */
#main ul.list02 {}
#main ul.list02 li {
padding-left:17px;
background:url(img/ci-b44.gif) no-repeat left center;
}

/* 戻りリンク----------------------------------------------- */

#main ul.pagetop {
margin:2px 0px 8px 0px;
text-align:right;
}

#main ul.pagetop li {
padding:0px 0px;
display:inline;/* 横並び */
}

#main ul.pagetop li a {color:#4f4f4f;}
#main ul.pagetop li a:hover {color:#ffdc76;}


/* ********************************************************* */
/* フッター */
/* ********************************************************* */


/* 下部メニュー */
#foot ul {
margin:0px 0px 5px 0px;
}

#foot li {
color:#ffdc76;
font-size:90%;
display:inline;/* 横並び */
}

/* 下部メニュー用リンク */
#foot li a {
font-size:100%;
font-family:"Century Gothic",Tahoma,Osaka;
letter-spacing:1px;
}

#foot li a:link,ul#foot li a:active{color:#4f4f4f;}
#foot li a:visited{color:#4f4f4f;}
#foot li a:hover{color:#428abd;position:relative;}

#foot p {
margin:0px 0px 5px 0px;
}

/* 著作権表示部分 */
#foot address {
color:#4f4f4f;
font-size:80%;
margin:0px 0px 5px 0px;
}

#foot address a {color:#428abd;}


/* ********************************************************* */
/* ボックス(記事)部分 */
/* ********************************************************* */


/* ボックス指定--------------------------------------------- */

/* テーブルを囲むボックスの指定 */
#main .book {
width:600px;/* 横幅指定 */
margin:0px 0px 25px 0px;
}

/* ボックス内のテーブル設定--------------------------------- */

#main .book table {width:100%;}

/* 画像用ボックス */
#main td.book-thumb {
width:150px;/* 表示したい画像サイズに合わせて調整して下さい */
padding:0px 20px 0px 0px;/* 20pxは右側の余白 */
vertical-align:top;
}
	/* 画像の周りに枠を付ける */
	#main .img {border:1px solid #4f4f4f;}

/* 文章ボックス */
#main td.book-text {
padding:0px 0px 0px 0px;/* 余白 */
vertical-align:top;
}
	/* 本のタイトル部分 */
	#main p.book-title {
	color:#4f4f4f;/* 文字色 */
	font-size:110%;/* 文字サイズ */
	font-weight:bold;
	margin:0px 0px;
	padding:0px 0px 5px 0px;
	background:url(img/w-line.gif) repeat-x bottom;/* ライン画像 */
	}
	/* 本のサイズ部分 */
	#main p.size {
	color:#428abd;/* 文字色 */
	font-size:100%;/* 文字サイズ */
	font-weight:bold;
	margin:0px 0px;
	padding:3px 0px 5px 0px;
	background:url(img/w-line.gif) repeat-x bottom;/* ライン画像 */
	}
	/* コメント部分 */
	#main p.com {
	font-size:100%;/* 文字サイズ */
	line-height:19px;/* 行間 */
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 0px;
	}

/* サンプル(クリックすると表示される部分) */
div#main .book-sample {
font-size:100%;/* 文字サイズ */
line-height:170%;/* 行間 */
margin:15px 0px 15px 5px;
}



/* ********************************************************* */
/* audio.js部分（テンプレート外） */
/* ********************************************************* */

.audiojs audio {
}
 /*　プレイヤー（再生バー）　*/
.audiojs {
 width: 60px;
 height: 30px;
 background: none;
 overflow: hidden;
 font-family: monospace;
 font-size: 12px; 
 -webkit-box-shadow: none;
 -moz-box-shadow: none; 
 -o-box-shadow: none;
 box-shadow: none;
}
/*　再生・停止ボタン　*/
.audiojs .play-pause {
 width: 28px;
 height: 28px;
 padding: 0;
 margin: 0;
 float: left;
 overflow: hidden;
 border: 1px solid #BDBDBD; 
 border-radius: 15px;
}
/*　再生・停止ボタンなどの p 要素　*/
.audiojs p {
 display: none;
 width: 28px;
 height: 28px;
 margin: 0px;
 cursor: pointer;
}
.audiojs .play {
 display: block;
}
/*　進行状態・ロードの状態を表示する部分（薄いグレー）　*/
.audiojs .scrubber {
 position: relative;
 float: left;
 width: 30px;
 background: #CCC;
 height: 4px;
 margin: 12px 0 0 0px;
 border-top: 0;
 border-left: 0px;
 border-bottom: 0px;
 overflow: hidden;
}
/*　進行状態を表示するバーの部分(再生ボタンより少し暗い青)　*/
.audiojs .progress {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 4px;
 width: 0px;
 background: #698D9C; 
 z-index: 1; 
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc),
 color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc)); 
 background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 
 100%); */
}
/* ロード状態を表示するバーの部分（薄いグレー） */
.audiojs .loaded {
 position: absolute;
 top: 0px;
 left: 0px;
 height: 4px;
 width: 0px;
 background: #CCC; 
/* background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222),
 color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
 background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222
 100%); */
}
/*　現在の再生時間/総再生時間　フォント　*/
.audiojs .time {
 float: left;
 height: 30px;
 line-height: 30px;
 margin: 0px 0px 0px 8px;
 padding: 0px 0px 0px 0px;
 border-left: none;
 color: #666;
 text-shadow: none;
 display: none;
}
/*　現在の再生時間　フォント　*/
.audiojs .time em {
 padding: 0px 2px 0px 0px;
 color: #666;
 font-style: normal;
 display: none;
}
/*　時間　/の部分　*/
.audiojs .time strong {
 padding: 0px 0px 0px 2px;
 font-weight: normal;
 display: none;
}
.audiojs .error-message {
 float: left;
 display: none;
 margin: 0px 10px;
 height: 28px;
 width: 200px;
 overflow: hidden;
 line-height: 28px;
 white-space: nowrap;
 color: #fff; 
 text-overflow: ellipsis;
 -o-text-overflow: ellipsis;
 -icab-text-overflow: ellipsis;
 -khtml-text-overflow: ellipsis;
 -moz-text-overflow: ellipsis;
 -webkit-text-overflow: ellipsis;
}
.audiojs .error-message a {
 color: #eee;
 text-decoration: none;
 padding-bottom: 1px;
 border-bottom: 1px solid #999;
 white-space: wrap;
}
/*　再生ボタン　*/
.audiojs .play {
 background: url(img/audio_saisei.png) center center no-repeat;
margin-left: 1.45px;
}
/*　読み込み中ボタン　*/
.audiojs .loading {
 /*background: url("$1") center center no-repeat;*/
 display: none;
}
/*　エラーボタン　*/
.audiojs .error {
 /*background: url("$1") center center no-repeat;*/
 display: none;
}
/*　停止ボタン　*/
.audiojs .pause {
 background: url(img/audio_itijiteisi.png) center center no-repeat;
}
.playing .play, .playing .loading, .playing .error {
 display: none;
}
.playing .pause {
 display: block;
}
.loading .play, .loading .pause, .loading .error {
 display: none;
}
.loading .loading {
 display: block;
}
.error .time, .error .play, .error .pause, .error .scrubber, .error .loading {
 display: none;
}
.error .error {
 display: block;
}
.error .play-pause p {
 cursor: auto;
}
.error .error-message {
 display: block;
}
/*　再生している曲の情報　*/
.track-details {
 clear: both;
 height: 28px;
 width: 200px;
 padding: 0px 6px;
 background: #FFF;
 color: #3A3A3A;
 font-size: 10px;
 line-height: 28px;
}
.track-details:before {
 content: '? Now Playing: ';
}

/* -------- audio.js ここまで -------*/

/* ********************************************************* */