/* ページ全体の基本的な設定と背景色 */
body {
	margin:0;
	background-color: #FFFFFF;
	text-align: center;
}

/* 指定が無い時のリンクの下線の有無 */
a {
	color : #333333;
	text-decoration : underline;
}

/* 指定が無い時の未読リンクの色 */
a:link {
	color : #333333;
	color: #000099;
	text-decoration: underline;
}

/* 指定が無い時の既読リンクの色 */
a:visited {
	color : #666666;
	text-decoration: underline;
}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #333333;
	text-decoration: underline;
}

/* マウスカーソルがリンクにかさなった時 */
a:hover {
	color : #000099;
	text-decoration: underline;
}

/* 右側のメニューを入れるＢＯＸの基本設定 */
#right {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* 左側のメニューを入れるＢＯＸの基本設定 */
#left {
	float: left;
	width: 200px;
	background-color: #FFFFFF;
	overflow: hidden;
}

/* right（メニュー枠）の内側のＢＯＸの余白の設定 */
.sidebar {
	padding:0;
	width: 200px;
}

/* カレンダーの基本設定 */
#calendar {
  	line-height: 100%;
	color: #666666;
	font-family: Verdana, Arial, sans-serif;padding: 0px;
	text-align: center;
	margin-bottom: 10px;
}

/* カレンダーテーブルの基本設定 */
#calendar table {
	padding: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 200px;
}

/* カレンダーのタイトル部分の設定（月、日） */
#calendar caption {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.3em;
}

/* カレンダーのセル(th)部分の設定 */
#calendar th {
	text-align: center;
	font-weight: normal;
}

/* カレンダーのセル(td)部分の設定 */
#calendar td {
	text-align: center;
}
	
/* メニュー枠内でh2タグを使用した時の設定 */

.sidebar h2 {
	margin:0;
	padding:0;
	background:url(/images/sidemenu_title.jpg) no-repeat;
	width:200px;
	height:30px;
	color: #000066;
	font-weight: bold;
	line-height: 30px;
	font-size: 90%;
	text-align: center;
}

/* メニュー枠内でulタグを使用した時の設定 */
.sidebar ul {
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

/* メニュー枠内でul ulタグを使用した時の設定 */
.sidebar ul ul {
	margin-bottom: 0px;
}

/* メニュー枠内でcategories ulタグを使用した時の設定 */
.sidebar #categories ul {
	padding-left: 15px;
}

/* メニュー枠内でliタグを使用した時の設定 */
.sidebar li {
	color: #666666;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	text-align: left;
	line-height: 150%;
	list-style-type: none;	
	margin-top: 10px;
}

/* メニュー枠内で categories li　を使用した時の設定 */
.sidebar #categories li {
	list-style-type: circle;
}

/* メニュー枠内で img(画像）タグを使用した時画像の周りに白い枠線がつく設定 */
.sidebar img {
	border: 3px solid #FFFFFF;
}

/* photo を使用した時の設定 */
.photo {
	text-align: left;
	margin-bottom: 20px;
}

/* link-note ではさまれた範囲の文字の設定 */
.link-note {
	font-family: Verdana, Arial, sans-serif;
	font-size: small;
	line-height: 120%;
	text-align: left;
	padding: 2px;
	margin-bottom: 10px;
}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;
	line-height: 150%;
	text-align: left;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 200px;
	padding-right: 15px;
	margin-right: 15px;
	text-align: left;
	border-right: 1px dotted #BBB;
}

/*  コメントのフォームのtextareaの幅の設定 */
textarea[id="comment-text"] {
	width: 80%;
}

/*  commenter-profile imgを使用した時の設定 */
.commenter-profile img {
	vertical-align: middle;
	border-width: 0;
}

/* 引用タグ（blockquote）を使用したときの設定 */
blockquote {
	color: #000000;
	margin:10px 5px 0px 5px;
	font-size:12px;
	font-weight:normal;
	background:#FFFFCC;
	line-height:150%;
	padding: 10px; 
	border: 2px dotted #99CC00;
	width: auto ;
}

.smalltxt {
	font-size: 9px;
}

.smalltxt_1{
	margin-top: 10px;
	font-size: 10px;
}

.cal {
	color: #666666;
	text-align: center;
}
.calendarhead {
	font-size: 9px;
}
.cal table {
	padding: 0;
	border-collapse: collapse;
}
.cal th {
	padding-top: 5px;
	font-size:8px;
	width : 20px ;
}
.cal td {
	padding: 0;
	font-size:10px;
	line-height: 120%;
}
.today {
	display: block;
	border: 1px solid #444444;
}
.holiday {
	color: #e50003;
}
.saturday {
	color: #0000ff;
}

#menucenter {
	margin:0;
	padding:5px 0 5px 0;
/*	border-left:#999999 1px solid;*/
/*	border-right:#999999 1px solid;*/
	width:200px;
	text-align: center;
	border-bottom: #999999 1px solid;
}
