@charset "utf-8"; /* 文字コード */

/*
 * File      : styles-site.css
 * Version   : 1.08
 * Update    :
 * 1.00 2004.09.28: 3カラム固定サイズ用初版
 * 1.01 2004.10.15: 半角文字折り返し対処追加
 * 1.02 2004.10.22: 3.11-ja機能（サブカテゴリー）対応/TypeKeyコメント投稿者アイコン枠対処
 * 1.03 2004.11.24: サブカテゴリーの冗長指定削除
 * 1.07 2004.12.30: ポップアップ用テンプレート追加に伴う修正
 *             #box-commentspop 全面追加
 *             #banner-commentspop バナーの重なり順序対処
 *             #banner-commentspop h1 フォント/文字の太さ/フォントサイズ修正
 * 1.08 2005.04.30: W3C CSS 検証対応
 * 1.09 2005.06.18: IE6・後方互換モードでの不具合対処
 *
 * Copyright (C) 2004-2005 koikikukan. All rights reserved.
 */


/*ページ全体の設定
--------------------------------------------------------------------------------------------*/
/* ページ全体の基本的な設定と背景色 */
	body {
		margin: 0px 0px 0px 0px;
		background-color:#f1efe2;
		/*background-image: url("http://flamenco.g-spirits.com/img/all_bg.gif"); *//* 背景画像 */
		/*background-repeat:no-repeat;*/
		text-align:center; /* IE6後方互換モードでのセンタリング 2005.06.18追加 */
	}

/* リンク文字設定 */
	a {
		color: #4f7b9e;
		text-decoration: none;
	}
	a:link {
		color: #4f7b9e;
		background: none;
	}
	a:visited {
		color: #4f7b9e;
		background: none;
	}
	a:active {
		color: #4f7b9e;
		background: underline;
	}
	a:hover {
		color: #006699;
		background: underline;
	}

/* h1h2h3 */
	h1{
		margin: 0px;
		padding: 0px;
	}
		
	h2{
		margin: 0px;
		padding: 0px;
	}

	h3 {
		margin: 0px;
		padding: 0px;
	}

/* 3カラム全体 */
	#box {
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		padding: 0px;
		padding-bottom: 15px;
		width: 900px;
		border-bottom: 1px solid #666699;
		border-left: 1px solid #000000;
		border-right: 1px solid #000000;
		background: url(http://flamenco.g-spirits.com/img/box_bg.gif) repeat-y;
	}


/*ヘッダーの設定
--------------------------------------------------------------------------------------------*/

/* タイトル名 */
	#banner {
		position: relative; z-index: 1;
		color:#999999;
		/*background:#000000;*/
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		background-image: url("http://flamenco.g-spirits.com/img/title_bg.gif");
		padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		text-align: left;
		/*border-bottom: 1px solid #666699;*/
		height:80px;;
	}

	.header_title      {
		position:absolute;
		margin-top:22px;
		margin-left:33px;
	}


	.serach {
		position:absolute;
		color:#ffffff;
		margin-top:5px;
		margin-left:655px;
		font-size:10px;
		font-family: "ＭＳゴシック",sans-serif;
		vertical-align:middle;
	}

	.mn      {
		position:absolute;
		text-align:right;
		margin-top:53px;
		margin-left:550px;
	}


	.description {
		color: #999999;
		font-size: 12px;
	}




/*中央カラム
--------------------------------------------------------------------------------------------*/

/* 更新・最新記事タイトル */
	.new	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		margin-top: 5px;
		font-weight: bold; /* W3C CSS 検証対応 2005.04.30 修正 */
		color: #ffffff;
		background: #000000;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding:1px;

	}


/* 更新・最新記事タイトル */
	.new_list	{ 
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		padding:5px;
		margin-bottom:25px;
		/*word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */

	}

/* エントリーのある大段落<3カラム> */
	#content {
		float: left;
		width: 498px;
		/*border-bottom: 1px solid #666699;*/
		/*border-left: 1px solid #666699;*/
		/*border-right: 1px solid #666699;*/
		margin-top : 5px ;
		margin-bottom : 8px ;
	}


/* エントリーのある大段落<2カラム>（検索結果・プロフィール・リンク） */
	#content_s {
		float: left;
		width: 700px;
		border-bottom: 1px solid #666699;
		/*border-left: 1px solid #666699;*/
		/*border-right: 1px solid #666699;*/
		margin-top : 20px ;
		margin-bottom : 10px ;
	}


/* エントリーのある大段落<1カラム> */
	#container {
		margin-top : 0px ;
		margin-bottom : 10px ;
	}


/* エントリー別の段落 */
	.blog {
		padding:5px;
		font-size:small;
		font-weight:normal;
		color: #336699;
		background: none;
	}



/* 各エントリー<通常> */
	.blogbody {
		background:transparent;
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding:0px;
		line-height:150%;
		margin-top:15px;
		margin-bottom:15px;
		width:488px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
	}


/* 各エントリー<2カラム>（検索結果・プロフィール・リンク） */
	.blogbody_s {
		background:transparent;
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding:0px;
		line-height:150%;
		margin-top:15px;
		margin-bottom:15px;
		margin-left:15px;
		width:650px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加 */
	}


/* 各エントリーの文字のリンク色 */
	.blogbody a {
		color: #6f8bae;
		text-decoration: underline;
	}
	.blogbody a:link {
		color: #6f8bae;
		text-decoration: none;
	}
	.blogbody a:visited {
		color: #6f8bae;
		text-decoration: none;
	}
	.blogbody a:active {
		color: #6f8bae;
		text-decoration: none;
	}
	.blogbody a:hover {
		color: #006699;
		text-decoration: underline;;
	}


/* 各エントリー<通常>の画像*/
	.blogbody img {
		margin-left: 2px;
		margin-right: 3px;
		margin-bottom: 3px;
	}

/* 各エントリー<2カラム>の画像*/
	.blogbody_s img {
		margin-left: 3px;
		margin-right: 3px;
		margin-bottom: 3px;
	}


/* エントリーのタイトル */
	.title	{
		font-size: 12px;
		color: #CC0000;
		padding:2px 0px 1px 3px;
		margin-bottom:0px;
		background-image: url("http://flamenco.g-spirits.com/img/ety_title.gif");

	}


/* 「ホーム」等へのリンク部分（トップページ以外） */
	#menu {
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		font-weight:normal;
		background: none;
		margin-top:10px;
		padding-top:3px;
		text-align:center;
	}

	#menu a {
		color: #6f8bae;
		text-decoration: underline;
	}
	#menu a:link {
		color: #6f8bae;
		text-decoration: none;
	}
	#menu a:visited {
		color: #6f8bae;
		text-decoration: none;
	}
	#menu a:active {
		color: #6f8bae;
		text-decoration: none;
	}
	#menu a:hover {
		color: #006699;
		text-decoration: underline;;
	}



/* エントリーの日付 */
	.date	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: bold; /* W3C CSS 検証対応 2005.04.30 修正 */
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding-top:2px;
		padding-bottom:2px;
		padding-left:5px;
		margin-top:6px;
		margin-left:0px;
		margin-right:5px;
	}



/* エントリー投稿者の段落 */
	.posted {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:10px;
	}



/* 「続きを読む」の行 */
	.extended { 
		font-weight:normal;
		padding: 3px;
	}



/* blockquote設定 */
	blockquote {
		color: #666;
		margin:5px 10px 5px 10px;
		font-size:10px;
		font-weight:normal;
		background:#ecedde;
		line-height:150%;
		padding: 10px; 
		border: 1px dotted #999999;
		width: auto ;
	}



/* 2004.10.22 TypeKeyによるコメントで投稿者アイコンが枠で囲まれてしまう対処 */
	.commenter-profile img {
		vertical-align: middle;
		border-width: 0;
	}

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

/* quotetitle設定 */
	.quotetitle{
		font-size:medium;
		font-weight:normal;
		border-bottom: 1px solid #666699;
		padding: 3px;
	}


/*右カラムの設定
--------------------------------------------------------------------------------------------*/
/* 右カラム */
	#links-right-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 190px;
		margin:0px 2px 0px 8px;
		padding-top:20px;
		line-height:140%;
	}

	#links-right{
		padding-top : 0px;
		padding-left : 0px;
		padding-right :0px;
	}

/* 右カラムタイトル */
	.righttitle{
		color:#ffffff;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		margin-bottom:5px;
		background-image: url("http://flamenco.g-spirits.com/img/righttitle_bg.gif");
		text-align:left;
		height:21px;
	}


/*「関連記事」「コメント」「トラバ」などの文章*/
	.right_word	{ 
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		padding:5px;
		margin-bottom:25px;
		/*word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */

	}

/*インフォメーション*/
	.top_info{
		border-left:1px #000000 solid;
		border-right:1px #000000 solid;
		border-bottom:1px #000000 solid;
		padding-bottom:5px;
		color:#000000;
		font-size:10px;
		line-height:150%;
		background:#ffffff;
		font-family: "ＭＳゴシック",Verdana, Arial, sans-serif;
	}


/*トップコメント*/
	.top_comments {
		border-left:1px #000000 solid;
		border-right:1px #000000 solid;
		border-bottom:1px #000000 solid;
		padding-bottom:5px;
		margin-top:15px;
		color:#000000;
		font-size:10px;
		line-height:150%;
		text-align:left;
		background:#DBDBDB;
		font-family: "ＭＳゴシック",Verdana, Arial, sans-serif;
	}





/*トラバ*/
	.top_tb {
		border-left:1px #000000 solid;
		border-right:1px #000000 solid;
		border-bottom:1px #000000 solid;
		padding-bottom:5px;
		margin-top:15px;
		color:#000000;
		font-size:10px;
		line-height:150%;
		text-align:left;
		background:#DBDBDB;
		font-family: "ＭＳゴシック",Verdana, Arial, sans-serif;
	}


	#pickup{
		color:#000000;
		margin-top:10px;
		background:#dbdbdb;
		font-size:10px;
		line-height:130%;
		padding-left:10px;
		padding-right:8px;
		padding-bottom:20px;

	}

	#pickup img{
		margin-top:10px;
	}



/*左カラムの設定
--------------------------------------------------------------------------------------------*/
/* 左カラム */
	#links-left-box{ /* IE6後方互換モードでの解釈誤り対処 2005.06.18追加 */
		float: left;
		width : 190px ;
		margin:0px 7px 0px 0px;
		padding-top:20px;
		/*background-image: url("http://flamenco.g-spirits.com/img/left_bg.gif");  背景画像 */
		background-color: #000000;
	}

	#links-left{
		color: #ffffff;
		padding : 0px;
		margin : 0px;
	}


/* 左カラムタイトル */
	.lefttitle {
		color:#ffffff;
		font-family: "ＭＳゴシック",Verdana, Arial, sans-serif;
		font-size:10px;
		margin-top:30px;
		background:#000000;
		line-height:140%;
		padding:0px;
		text-align:left;

	}

/* 左カラム文章 */
	.left_word	{ 
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		padding:5px;
		margin-bottom:25px;
		/*word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */

	}


/* サブカテゴリーの設定
--------------------------------------------------------------------------------------------*/
/* カテゴリー表示<通常用> */
	.categories {
		color: #000000;
		background-image: url("http://flamenco.g-spirits.com/img/cat_bg.jpg");  
		text-align: left;
		margin:0px;
		padding:0px;
		border-bottom:1px #990000 solid;
		/*margin-bottom:25px;*//* 冗長指定削除 2004.11.24追加 */
	}

	.categories ul {
		margin: 0px;
		padding: 0px;


	}

	.categories ul ul {
		margin: 0px;
		padding: 0px;
		list-style-type: none;
		list-style-image: none; 
	}

	.categories li {
		margin: 0px;
		padding: 0px;
 		list-style:none;
	}


/* カテゴリー表示<ツリー表示用> */
	.side #categories {
		font-family: Verdana, Arial, sans-serif;
		color: #666666;
		background: none;
		font-size: 12px;
		font-weight:normal;
		line-height:150%;
		text-align: left;
		padding:2px;
		margin-bottom:3px;*//* 冗長指定削除 2004.11.24追加 */
	}

	.side #categories ul {
		padding-left: 15px;
		margin: 0px;
		margin-bottom: 0px;
	}

	.side #categories ul ul {
		margin-bottom: 0px;
	}

	.side #categories li {
		margin-top: 0px;
		margin-bottom: 0px;
		list-style-type: circle;
	}

	ul.tree {
 	   margin: 0px!important;
 	   padding: 0px!important;
 	   font-size: 12px;
 	   list-style: none!important;
 	   color: #ffffff;
	}

	ul.tree ul {
 	   margin: 0px!important;
 	   padding: 0px!important;
	}

	ul.tree li {
 	   margin: 0px!important;
 	   padding: 0px 0px 5px 16px!important;
 	   background-image: url("http://flamenco.g-spirits.com/img/tree_lst_dotted.gif");
 	   background-repeat: no-repeat!important;
 	   list-style: none!important;
	}

	ul.tree li.end {
 	   background-image: url("http://flamenco.g-spirits.com/img/tree_end_dotted.gif");
 	   list-style: none;
	}


/*月別エントリーのプルダウン*/
	.montly select {
 	   font-family: Verdana, Arial, sans-serif;
 	   color:#333333;
 	   background: #cccccc;
 	   font-size:9px;
 	   width:180px;
 	   height:25px;
 	   margin-left:3px;
 	   
}


/*サイドバーの設定
--------------------------------------------------------------------------------------------*/
/* 「月別」「RSS」「コメント」「トラバ」等 */
	.side {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		margin:5px 5px 0px 5px;
		width:170px;
		border:1px solid #535353;
		background-color: #333333;
		font-size:10px;
		font-weight:normal;
		line-height:150%;
		padding:3px;
		text-align:left;
		/*word-break: break-all; *//* 半角文字折り返し対処 2004.10.15追加 */
	}

/*  「月別」「RSS」「コメント」「トラバ」等の見出し */
	.sidetitle {
		color:#000000;
		font-family: Verdana, Arial, sans-serif;
		font-size:10px;
		background-color:#535353;
		line-height:140%;
		padding:1px;
		text-align:left;
	}


	.side-counter {
		font-size:9px;
		background: none;
		padding:2px;
		margin-top:8px;
		margin-bottom:25px;
	}

	.side2 {
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		background: none;
		font-size:9px;
		font-weight:normal;
		line-height:150%;
		padding:2px;
		margin-bottom:5px;
	}




/*RSSの設定
--------------------------------------------------------------------------------------------*/
/* RSS(XML)の設定 */
	.syndicate {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:5px;
	}

/* Poweredの設定 */
	.powered {
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		line-height:150%;
		text-align: left;
		margin-top:5px;
	}


/*コメントの設定
--------------------------------------------------------------------------------------------*/
/* 「コメント」「コメントする」の見出し */
	.comments-head	{
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		color: #ffffff;
		background: #8FABBE;
		padding-top:2px;
		padding-left:5px;
		padding-bottom:2px;
		width : auto ;
		margin-top:10px;
		margin-bottom:10px;
	}

/* 「コメント」の段落 */
	.comments-body {
		font-size:12px;
		font-weight:normal;
		font-family: Verdana, Arial, sans-serif;
		color:#666666;
		line-height:150%;
		padding:0px;
		margin-left:8px;
		margin-right:8px;
		margin-top:0px;
		margin-bottom:0px;
		word-break: break-all; /* 半角文字折り返し対処 2004.10.15追加*/
	}

	.comments-body p {
		margin-top:10px;
		margin-bottom:5px;
	}

	/* コメントテキストエリアの幅指定 2004.07.20追加 */
	.comments-body textarea {
		width:266px;
	}

/* 「コメント」投稿者 */
	.comments-post {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		padding:0px;
		margin-top:0px;
		margin-bottom:0px;
	}

	.comments-post a:link {
		color: #8FABBE;
		text-decoration: underline;
		background: none;
	}
	.comments-post a:visited {
		color: #8FABBE;
	}
	.comments-post a:active{
		color: #8FABBE;
	}
	.comments-post a:hover {
		color: #006699;
	}


/*トラックバックの設定
--------------------------------------------------------------------------------------------*/
/* 「トラックバック」の段落 */
	.trackback-body {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
		line-height:140%;
		padding:10px;
		margin:10px;
		border-bottom:1px dotted #003366;
	}

/* トラックバックURL */
	.trackback-url {
		font-size:small; 
		font-weight:bold;
		color: #336699;
		background:#ffffff;
		border: 2px solid #336699;
		padding:10px;
		margin:10px;
	}

/* 「トラックバック」投稿者 */
	.trackback-post {
		color:#336699;
		font-size:small;
		font-weight:normal;
		background:#fff;
	}


/* コメント・トラックバックMT3.2以降 */
#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: 450px;
}

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

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

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

.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 #999999;
    text-align: right;
    padding-top: 3px;
    margin-right: 2px;
}

.comments-open label {
    display: block;
}

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





/*ポップアップウインドウの設定
--------------------------------------------------------------------------------------------*/
/* ポップアップウインドウ全体 2004.12.30追加 */
	#box-commentspop {
		width: auto;
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		background-color: #FFFFFF;
	}

/* ポップアップウインドウのタイトル部分 */
	#banner-commentspop {
		z-index: 1; /* バナーの重なり順序対処 2004.12.30追加 */
		color:#999999;
		background:#ffffe0;
		background-position:right top;
		background-repeat:repeat-y;
		background-repeat:no-repeat;
		background-image: url("画像を置くURl/ファイル名.gif");
		padding-left:10px;
		padding-top:10px;
		padding-bottom:10px;
		text-align: left;
		border: 1px solid #666699;
	}

	#banner-commentspop h1 {
		color: #999999;
		font-family: "ＭＳゴシック", Arial, sans-serif; /* フォント修正 2004.12.30修正 */
		font-weight: normal; /* 文字の太さ修正 2004.12.30修正 */
		font-size: 32px;  /* フォントサイズ修正 2004.12.30修正 */
	}

	#banner-commentspop h2 {
		color: #999999;
		font-family: Verdana, Arial, sans-serif;
		font-weight: normal;
		font-size: 12px;
	}

	#content-commentspop {
		border-bottom: 1px solid #666699;
		border-left: 1px solid #666699;
		border-right: 1px solid #666699;
		margin : 0px ;
		padding : 10px ;
		height : 100%;
	}

	#content-commentspop h2	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 11px;
		font-weight: normal; /* W3C CSS 検証対応 2005.04.30 修正 */
		color: #ffffff;
		background: #8FABBE;
		background-position:left; 
		background-repeat:no-repeat;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-bottom:15px;
	}

	#content-commentspop h3	{ 
		font-family: Verdana, Arial, sans-serif;
		font-size: 10px;
		font-weight: normal; /* W3C CSS 検証対応 2005.04.30 修正 */
	}

	.blogbody-commentspop {
		background-position:right; 
		background-repeat:repeat-y; 
		background-image: url("画像を置くURl/ファイル名.gif");
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size: 12px;
		padding-top:0px;
		line-height:150%;
		width : auto ;
		margin-top:0px;
		margin-bottom:0px;
	}

	.blogbody-commentspop p {
		margin-top: 10px;
		margin-bottom: 5px;
	}

	.posted-commentspop {
		font-family: Verdana, Arial, sans-serif;
		font-size: 9px;
		color: #999999;
		border-top: 1px dotted #999999;
		text-align:right;
		margin-top:0px;
		margin-bottom:15px;
		}

/*その他いろいろ
--------------------------------------------------------------------------------------------*/
	#linklist { 
		font-weight: bold;
		color: #cc0000;
		font-size:12px;
		}

	 #linklist a {
 		font-weight: normal;
		font-size:10px;
		margin-left:15px;
		}

/*--------------------------------------------------------*/

	#pinglist { 
		font-weight: bold;
		color: #cc0000;
		font-size:12px;
		}

	 #pinglist a {
 		font-weight: normal;
		font-size:10px;
		}

	 #pinglist img {






/*入力フォームの設定
--------------------------------------------------------------------------------------------*/
/* 検索、コメントなどの入力フォームの設定 */
	form {
		margin:0px;
	}



/*その他の設定
--------------------------------------------------------------------------------------------*/
/* 投稿者名、コメントの書き込み欄の文字化け防止 */
	input,textarea {
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		margin: 2px;
	}

	 .footer {
		font-size:12px;
		margin-top:5px;
		font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",sans-serif;
		}

/*カレンダーの設定
--------------------------------------------------------------------------------------------*/
/* カレンダー年月 */
	.calendarhead{
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-size:9px;
		background: none;
		letter-spacing: .3em;
	}

/* カレンダー曜日数字 */
	.calendar {
		text-align: center;
		color:#666666;
		font-family: Verdana, Arial, sans-serif;
		font-weight:normal;
		background: none;
	}
	.calendar a:link {
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:visited{
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:active{
		font-size:9px;
		color: #8FABBE;
		text-decoration: underline;
	}
	.calendar a:hover {
		font-size:9px;
		color: #006699;
		text-decoration: underline;
	}

/* カレンダー日付のリンク以外の文字サイズ 2004.08.29追加 */
	.calendar td {
		font-size:9px;
	}

	.calendar th {
		font-size:8px;
		width : 23px ;
	}
	.calendar table {
		padding: 0px;
		border-collapse: collapse;
