@charset "UTF-8"; 
/* reset */
* {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
}
/*======================================

	1-1.Universal selector
	
=======================================*/

* {
	margin: 0; 
	padding: 0;
	line-height: 1.5;
	color: #444;
	font-weight: normal;
	font-style: normal;
}

/*======================================

	1-2.Structure Module
	
=======================================*/

body {
	background: #999;
	text-align: center; /* for WinIE ボックスのセンタリング */
	font-family: Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px; /* 基本文字サイズ */
	*font-size: small; /* ie7,ie6標準準拠モードに適用 */
	*font: x-small; /* ie6後方互換モードに適用 */
}

/*======================================

	1-3.Text Module
	
=======================================*/

p,
address {
	margin: 0.8em 10px;
}

h1,
h2,
h3 {
	padding: 0.8em 10px; 
	line-height: 1.2;
}

h1 {
	font-size: 180%;
}

h2 {
	padding: 0.4em 0 0.8em 0;
	color: #333333;
	font-size: 122%;
}

/* div#main h2 */

div#main h2 {
  margin: 0 0 0 15px;
  padding: 10px 0 5px 40px;
  background: url(./images/mark01.gif) no-repeat 0 5px;
}
/* div#main_e h2 */

div#main_e h2 {
  margin: 0 0 0 15px;
  padding: 10px 0 5px 40px;
  background: url(./images/mark01.gif) no-repeat 0 5px;
}

h3 {
	margin-bottom: 0;
	color: #0f330d;
	font-size: 107%;
}

/*======================================

	1-4. Hypertext Module
	
=======================================*/

a:link {
	color: #00597c;
}

a:visited {
	color: #3E5D73;
}

a:hover {
	color: #cd4730;
}

/*======================================

	1-5. List Module
	
=======================================*/

ul,
ol,
dl {
	margin: 0;
	padding: 0 5px;
}

dt {
	padding: 0px;
}

dd {
	padding: 0px;
}

li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd{
	font-size: 100%;
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0;
}

/*======================================

	1-6. Forms Module
	
=======================================*/

form {
	margin: 0.5em 10px;
}

fieldset {
	padding: 0 10px 0.3em 10px;
	border: 1px solid #eee;
}

legend {
	margin-left: 1em;
	padding: 0 10px;
	font-size: 90%;
}

input {
	font-size: 90%;
}


/*======================================

	1-7. Tables Module
	
=======================================*/

table{
	margin: 0 20px 0.5em 20px;
	border: 1px solid #aaaaaa;
	background-color: #eeeeee;
}

th,
td{
	padding: 0 10px;
}

th{
	color: #ffffff;
	background-color: #999999;
}

td{
	border: 1px solid #dddddd;
	background-color: #ffffff;
}


/*======================================

	1-8. images Module
	
=======================================*/

img {
  border: 0;
	vertical-align; text-bottom;
}


/*======================================

	1-9. Object Module
	
=======================================*/
object {
 border: 0;
}


/* ------------------------------ Common --------------------------- */

/*======================================

	2-1. メインコンテナ

=======================================*/

/* 全体のコンテナ (div#container) */

div#container {
 width: 800px;
 margin: 0 auto; /* 中央揃え */
 padding: 0;
 background: #fff url(./images/bg00.gif) repeat-y left top;
 position: relative;
}

div#header,
div#content,
div#footer {
 width: 800px;
 text-align: left; /* インラインの中央揃えを左寄せにリセット */
}

/*======================================

	2-2. h1#pagetitle　ページタイトル

=======================================*/

h1#pagetitle {
 position: absolute;
 top:385px ;
 left:25px ;
 height: 65px;
 width: 200px;
}

/*======================================

	2-2. div#header　ヘッダー

=======================================*/

div#header {
  height: 150px;
  background: url(./images/header01.gif) no-repeat left top;
}

div#header h1,
div#header p {
  color: #838B83;
  padding-top: 0px;
  padding-left: 140px;
  height: 95px;
  font-family: Arial, sans-serif;
  background: url(./images/logo.gif) no-repeat 163px 33px;
}

div#header h1,
div#header p img {
  vertical-align: bottom;
  border: none;
}

div#header h1 span {
  display: block;
  text-indent: -9999px;
}
/*------------------------------------------
　 グローバルナビゲーション (ul#global-nav) 
--------------------------------------------*/
div#linkList div#global-nav h3 {
  display: none;
}

div#linkList div#global-nav ul li {
  margin: 0;
  padding: 0;
  float: left;
  list-style-type: none;
  text-align: center;
  /* text-indent:-9999px; */
}

div#linkList div#global-nav ul li a {
  text-decoration: none;    /* Firefox等で線が表示されないようにする */
  display: block;
  height: 20px;
  width: 80px;
}

body div#linkList div#global-nav ul {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 65px;
  left: 450px;
}

/*--------------------------------------------------
 ユーザー支援ナビゲーション (ul#assist-nav) 
--------------------------------------------------*/

div#linkList div#assist-nav {
  position: absolute;
  top: 5px;
  left: 650px;
  height: 22px;
}

div#linkList div#assist-nav h3 {
	display: none;
}

div#linkList div#assist-nav ul {
  padding-top: 3px;
  text-align: right;
  vertical-align: middle;
}
div#linkList div#assist-nav ul li {
  display: inline;
  list-style-type: none;
  padding-left: 5px;
  font-size: x-small;
}

div#linkList div#assist-nav ul li a{
  color: #ddd;
}

/*======================================

　2-4. div#search-box　検索

=======================================*/

div#search-box {
	position: absolute;
	top :0px ;
	left: 610px ;
  height: 36px;
}

div#search-box form p {
  margin: 5px;
  line-height: 1.5;
}

div#search-box form p input {
  width: 138px;
  height: 21px;
  border-top: 1px solid #575757;
  border-right: none;
  border-bottom: 1px solid #575757;
  border-left: 1px solid #575757;
  background-color: #ffffff;
  font-size: x-small;
  vertical-align: text-bottom;
}

div#search-box form p input#submit {
  width: 18px;
  height: 23px;
  border-top: 1px solid #575757;
  border-right: 1px solid #575757;
  border-bottom: 1px solid #575757;
  border-left: none;
  background: #ffffff url(./images/bcg_submit.gif) no-repeat center center;
  text-indent: -9999px;
}

/*======================================

	2-5. div#content　コンテンツ（本文部分）

=======================================*/

/* トップページ */
body#home div#container div#content {
	margin: 0;
	padding: 0;
	float: left; /* Firefox,operaで背景画像を表示するため */
	background: url(./images/content.gif) no-repeat 0 100%;
}

/* トップページ以外 */
body#subpage div#container div#content {
	margin: 0;
	padding: 0;
	background: url(./images/bg-sub.gif) repeat-y;
}

/* ------------定義リスト（横並び）----------- */

div#main dl.row,div#main_e dl.row {
  margin-top: 10px;
  font-size: small;
}
div#main dl.row dt,div#main_e dl.row dt {
	float: left;
	clear: left;
  margin: 0;
	width: 4em;
}
div#main dl.row dd,div#main_e dl.row dd {
  margin-left: 5em;
}
 

/* ------------定義リスト（縦並び）----------- */

/* 用語にマーカーなし */
div#main dl.file,div#main_e dl.file,
div#main dl.file-marker {
  margin-top: 10px;
  font-size: small;
}
div#main dl.file dt,div#main_e dl.file dt {
  margin: 5px 0 0 0 ;
	padding-left: 0;
}
div#main dl.file dd,div#main_e dl.file dd,
div#main dl.file-marker dd {
  margin-left: 1em;
}

/* 用語にマーカーあり */
div#main dl.file-marker dt,div#main_e dl.file-marker dt {
  margin: 5px 0 0 0 ;
	padding-left: 19px;
	background: url(./images/mark04.gif) no-repeat 0 2px;
}


/*---------------------------------------------
	div#wrapper　ラッパー(mainとsubをグループ化) 
-----------------------------------------------*/

div#content div#wrapper	{
	margin: 0;
  padding: 0;
	width: 620px;
	float: right;
}
div#content div#wrapper2{
	margin: 0;
  padding: 0;
	width: 800px;
	float: right;
}

/*---------------------------------------
	div#main　メイン
-----------------------------------------*/

div#content div#wrapper div#main {
	margin: 0px;
  padding: 0px;
	width: 430px;
	float: left;
	display: inline; /* ie対応（フロートするボックスのマージンの値が増えるバグへの対処）*/
	background: url(./images/main_top.gif) no-repeat 0 0;
}
div#content div#wrapper div#main_e {
	margin: 0px;
  padding: 0px;
	width: 610px;
	float: left;
	display: inline; /* ie対応（フロートするボックスのマージンの値が増えるバグへの対処）*/
	background: url(./images/main_top.gif) no-repeat 0 0;
}

div#main div.entry2,div#main_e div.entry2 {
	padding:10px 20px; 
	background: url(./images/kazari01.gif) no-repeat 50% 100%;
} 


div#main div.entry2 h3,div#main_e div.entry2 h3 {
	padding-left: 40px;
	background: url(./images/marker01.gif) no-repeat 0 0;
}
/* エントリーの中の画像表示 */
div#main div.entry2 img,div#main_e div.entry2 img {
	padding: 3px;
	background: #fff;
	border: 1px solid #999;
}

/* インフォ 日付・カテゴリ */

div#main div.entry2 ul.info,div#main_e div.entry2 ul.info {
	margin-top: 0.2em;
	padding: 0;
	text-align: right;
}

div#main div.entry2 ul.info li,div#main_e div.entry2 ul.info li {
	margin: 0 8px 0 0;
	display: inline;
	color: #aaa;
}

/* リアクション */

div#main div.entry2 ul.reaction,div#main_e div.entry2 ul.reaction {
	margin-top: 1em;
	padding: 0;
	text-align: right;
}

div#main div.entry2 ul.reaction li,div#main_e div.entry2 ul.reaction li {
	margin-right: 5px;
	padding: 0.4em 0 0.4em 0px;
	display: inline;
}

/*---------------------------------------
	div#sub　サブ
-----------------------------------------*/

div#content div#wrapper div#sub	{
	margin: 0;
  padding: 0;
	width: 190px;
	float: right;
	background: url(./images/bg01.gif) repeat-x 0 0;
}

div#sub h2 {
	padding: 8px 0px;
	height: 30px;
	width: 171px;
  font-size: 107%;
	text-align: center;
	background: url(./images/category_bg.gif) no-repeat 0 0;
}

div#sub ul {
	padding: 0 5px 20px 5px;
	margin: 0px;
}

div#sub div#categories ul li {
	padding: 2px 0 4px 25px;
	margin: 0px;
	list-style-type: none;
	background: url(./images/marker02.gif) no-repeat 0 0;
}

div#sub div#recentEntries ul li,
div#sub div#archives ul li {
	list-style-type: none;
}

div#sub ul li.more a{
	margin-right: 10px;
	padding: 3px 25px 3px 0px;
	display: block;
	background: url(./images/mark02.gif) no-repeat right center;
	text-align: right;
	text-decoration: none;
}

/*---------------------------------------
	div#side　サイド
-----------------------------------------*/

div#content div#side {
	margin: 0;
	width: 180px;
	float: left;
	background: url(./images/side.gif) no-repeat 0 0;
}

/*======================================

	2-6. div#footer　フッター

=======================================*/

div#footer {
	height: 62px;
	clear: both;
	padding: 0;
	background: url(./images/footer.gif) no-repeat left top;
}

div#footer ul#siteInfo {
	text-align: center;
}

div#footer ul#siteInfo li {
	margin: 0 1em;
	display: inline;
}

div#footer ul#siteInfo li a {
	color: #ddd;
}

div#footer address {
	margin: 0;
	padding: 30px 0 0 0;
	color: #333;
	text-align: center;
}

/* ----------------------------------peculiar------------------------------------- */

/* ------------------詳細ボタン-------------- */
div#main p.detail a,div#main_e p.detail a {
	margin-left: 20px;
	padding: 3px 25px 3px 0px;
	background: url(./images/mark02.gif) no-repeat right center;
	text-decoration: none;
	clear: both;
}


/* ------------コンサート日程、時間、会場等----------- */

div#main div.kiji::after,div#main_e div.kiji::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#main div.kiji,div#main_e div.kiji {
	width: 100%;
	/*\*/*/
	overflow: hidden;
	/**/
}

div#main div.kiji img,div#main_e div.kiji img	{
	float: right;
	padding: 5px;
}

div#main div.kiji dl,div#main_e div.kiji dl {
  margin-top: 10px;
  font-size: small;
}
div#main div.kiji dl dt,div#main_e div.kiji dl dt {
	float: left;
	clear: left;
  margin: 0;
	width: 5em;
	text-align: right;
}
div#main div.kiji dl dd,div#main_e div.kiji dl dd {
  margin-left: 6em;
}

/* ----------------cd一覧---------------- */

div#side div.cd::after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#side div.cd {
	width: 100%;
	/*\*/*/
	overflow: hidden;
	/**/
}

div#side div.cd ul {
	margin: 0px;
  font-size: x-small;
}

div#side div.cd ul li{
	clear: left;
	padding: 5px;
	list-style-type: none;
}

div#side div.cd ul li img{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 0px;
}

div#side div.cd li p {
	margin: 0;
	padding: 10px 0 0 0;
}


/* ----------------歌詞---------------- */

div#main div#cd-detail ol li div.song,div#main_e div#cd-detail ol li div.song {
  margin: 5px;
	padding: 5px 5px 5px 25px;
  font-size: small;
	border: 1px dotted #999999;
	background: url(../discography/images/onpu.gif) no-repeat 2px 4px;
}


/*======================================

	      blog Template Module
	
=======================================*/

/* ------------------------ENTRY------------------------------ */

/* エントリー日付 */
.date { 
    margin: 6px 5px 0;
    padding: 2px 0 2px 5px;
/*    background-position: left; 
    background-repeat: no-repeat;
    background-images: url(".gif");*/
    font-size: 11px;
    font-weight: bold;
}

/* エントリー日付・コメントタイトル・トラックバックタイトルの配色 */
.date,
.trackbacks-header,
.comments-header,
.comments-open-header {
    color: #ffffff;
/*    background: #8fabbe; */
/*    background: #9dbfd7; */
    background: #cc9900;

}

/* エントリー */
.entry {
    width: auto;
/*    margin: 10px 10px 10px;  */
     margin: 10px 0px 10px;
    color: #36414d;
/*    background: #ffffff; */
/*    background-position: right; 
    background-repeat: repeat-y; 
    background-images: url(".gif");*/
    font-size: 12px;
    line-height:150%;
    word-break: break-all;
}
.entry a:active {
}
.entry img {
    margin-right: 8px;
    margin-bottom: 5px;
}

/* エントリーのテキストエリア可変長指定 */
.entry textarea {
    width: 97%;
}

/* 追記 */
.entry.extended {}

/* エントリータイトル */
.entry-header{
	font-size:18px;
/*	color:#577; */
  color:#e05c22;
	font-weight: bold;
	background:url(./images/marker04.gif) no-repeat 0 3px;
	margin-top:0px;
	margin-bottom:5px;
	margin-left:0px;
	padding:5px 0 3px 30px;
	border-bottom:solid 1px #336699;
	}


/* 投稿者 */
.entry-footer {
  margin: 10px 0 0 0;
  border-top: 1px dotted #36414d;
  text-align: right;
  color: #36414d;
  font-size: 9px;
}

/* タグ */
.entry-tags-header,
.entry-tags-list,
.entry-tag {
  display: inline;
  font-size: 12px;
}
.entry-tags-list { 
  list-style:none;
  padding-left: 5px;
}

/* アーカイブページ本文 */
.archive-list {
  margin: 10px 0;
}

/* アーカイブテンプレートの前後リンク */
.content-nav {
  margin: 10px;
  text-align: center;
  font-size: 12px;
}


/* サイドメニュータイトル */
/* .sidetitle {
  margin-top: 3px;
  padding: 2px 0 1px;
  border: 1px solid  #333e66;
  text-align: center;
  color: #ffffff;
  background: #84766d;
  font-size: 12px;
  line-height: 140%;
}
.side {
    margin: 5px 20px 5px;
    background: none;
    color: #444444;
    font-size: 12px;
	  text-align: left;
    line-height: 140%;
} */

/* ----------------------------------------- */
/* サイドメニューツリー化のための追加 */
/* ul.tree {
    margin: 0px!important;
    padding: 0px!important;
    font-size: 12px;
    list-style: none!important;
}
ul.tree ul {
    margin: 0px!important;
    padding: 0px!important;
}
ul.tree li {
    margin: 0px!important;
    padding: 0px 0px 0px 16px!important;
    background-images: url(tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.end {
    background-images: url(tree_end.gif);
    list-style: none;
} */



/* RSSフィード */
.syndicate {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  text-align: left;
  color: #666666;
  font-size: 9px;
  line-height: 120%;
}


.clear {
  clear: both;
}

/* コメント・トラックバック */
#comments-open-data p {
  margin-bottom: 10px;
}

#comment-post {
  font-weight: bold;
}

#comment-author, #comment-email, #comment-url, #comment-text {
  width: 220px;
}

#comment-text {
  width: 266px;
}

#comment-bake-cookie {
  margin-left: 2px;
  vertical-align: middle;
}

#comments-open-footer {
  text-align: center;
}

.trackbacks,
.comments {
  margin: 10px 5px;
  color: #36414d;
}

.trackbacks-header,
.comments-header,
.comments-open-header {
  margin: 15px 0;
  padding: 2px 0 2px 5px;
  color: #ffffff;
  background: #8fabbe;
  font-size: 11px;
}

#trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 150%;
  word-break: break-all;
}

.trackback-content p,
.comment-content p {
  margin-top: 10px;
  margin-bottom: 5px;
}

.trackback-footer,
.comment-footer {
  font-size: 9px;
  border-top: 1px dotted #36414d;
  text-align: right;
  padding-top: 3px;
  margin-right: 2px;
}

.comments-open label {
  display: block;
}

.comments-head {
  font-size: 12px;
  color: #ffffff;
  background: #deda73;
  padding: 2px 0 2px 5px;
  margin: 15px 0;
}

/* +++++++++++++++++++++++ goHome Menu の配置 ++++++++++++++++++++++ */
.gohome{
  position: absolute;
  top:120px;
  left:610px;
  margin:0;
  padding:0.5em; 
  font-size:11px;
  color:#444444;
  background: transparent;   
}

/* +++++++++++++++++++++++ for mail メニュー++++++++++++++++++++++++ */

/* 1カラム */
.layout-one-column {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  background: #f5f5cd ;
}

.layout-one-column #box {
  width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0;
  padding: 0;
  border-bottom: 1px solid #310000;
  border-left: 3px solid #310000;
  border-right: 3px solid #310000;
  text-align: left;
  background:#ffffff url(./imagess/formback1.jpg) no-repeat right bottom;
}

/* 1カラム */
.layout-one-column #content {}

input,textarea {
  font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

/* ---------------------copyright2  for mail--------------------- */
#footer2{
	width: 600px;
	padding:0;
	background-color:#790000;
  clear:both;
}
#footer2 p{
	color:#ffffff;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	}

/*-----------------------------copyright  for search------------------------------- */
#footer_search{
  clear:both;
	width: 650px;
  height: 40px; 
	font-size:12px;
  text-align:center;
  line-height:2.8em;
  color:#ffffff;
  background-image: url(./images/footerbar.jpg);
/*	background-color:#336699; */
}
/* ----- for search----- */
div#search2 form input {
  height: 1.3em;  
  background-color: #ffffff;
  font-size: 12px;
} 
div#search2 form input#search-post {
  height: 22px;  
  background-color: #ffffff;
  font-size: 12px;
} 

#container_search{
	width: 650px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
  margin-bottom:20px;
	border:solid 1px #999999; 
	padding: 0;
	background-color:#ffffff; 
}
#searchheader{
	width: 650px;
	height: 130px;  
  background: url(./images/search_header.jpg); 
}
#mainContent_search{
       padding :10px 30px;
       text-align: left;
       }
/* +++++++++++++++++++++++++ goHome Menu の配置 ++++++++++++++++ */
.gohome2{
  position: absolute;
  top:100px;
  left:30px;
  margin:0;
  padding:0.5em; 
  font-size:11px;
  color:#444444;
  background: transparent;   
}



