/* ここからは、ＭＴタグで使用するスタイル */

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

/* 指定が無い時の未読リンクの色 */
a:link {
/*
	color: #006699;
*/
	color: blue;
	}

/* 指定が無い時の既読リンクの色 */
a:visited {
/*
	color: #006699;
*/
	color: blue;
	}

/* 指定無い時のリンク部分のクリック時 */
a:active {
	color: #006699;
	}

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

/* 指定が無い時の見出しタグの設定 */
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	}

/* centerの内側のＢＯＸの基本設定 */
.content {
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;	
	color: #000000;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 12px; /* 12px */
	}

/* contentで指定されているＢＯＸの中でPタグを使用した時の設定 */
.content p {
	color: #000000;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 12px; /* 12px */
	font-weight: normal;
	line-height: 1.5;
	text-align: left;
	margin: 8px 0px 8px 0px;
	padding: 0px;
	}

/* contentで指定されているＢＯＸの中でblockquoteタグを使用した時の設定 */
.content blockquote {
	line-height: 1.5;
	}

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

/* contentで指定されているＢＯＸの中でliタグを使用した時の設定 */
.content li {
	line-height: 1.5;
	padding: 5px 0px 5px 0px;
	}

/* contentで指定されているＢＯＸの中でh1タグを使用した時の設定（エントリータイトル） */
.content h2 {
	color: #000099;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 14px;
	text-align: left;
	font-weight: bold;

	background-image: url("http://www.karochan.com/kumechan/images/bt_title.gif");
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	}

.title	{ 
	padding: 2px 5px 2px 5px;	
	margin-bottom: 10px;
	background:#ebe9ea;	
	border: 3px solid #E0DEDF;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}

.title2	{ 
	padding: 7px 0px 7px 5px;
	margin: 5px 0px 10px 0px;
	background-image: url("http://www.karochan.com/kumechan/images/bt_title.gif");
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	}


/* contentで指定されているＢＯＸの中でh3タグを使用した時の設定（エントリータイトル） */
.content h3 {
	color: #000099;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
	}

/* エントリーの日付 */
.content p.pan	{
		font-weight: nomal; 
		font-size: 12px;
		color: #000000;
		padding:0px 0px 0px 0px;
		margin:0px 0px 10px 0px;

	}


/* contentで指定されているＢＯＸの中でp.postedを使用した時の設定（投稿者やコメント） */
.content p.posted {
	color: #999999;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 10px;
	border-top: 1px solid #999999;
	text-align: right;	
	margin-bottom: 25px;
	line-height: normal;
	padding: 3px;
	}

.trackbacks-header	{ 
	padding: 5px 0px 5px 5px;	
	margin-bottom: 10px;
	background:#b8dafc;	
	border: 3px solid #daecfe;
	}

.comments-header	{ 
	padding-right: 0px;
	border-top: #ff99cc 2px dashed;
	padding-left: 15px;
	background: #afafef;
	margin-bottom: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: #ff99cc 2px dashed;
	}

.content p.trackbacks-info {
	color: #666666;
	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	background:#FAFAFA;	
	padding: 5px 0px 5px 5px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px dashed #E0DEDF;
	}

/* Movable Typeの著作権表示部分Powered by に使われる設定 */
#powered {
	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif;
	font-size: 10px;
	line-height: 1.25;
	text-align: left;
	color: #666666;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}

/*  コメントされたデータを表示した時の設定 */
#comment-data {
	float: left;
	width: 180px;
	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:1.5;
		padding: 10px; 
		border: 2px dotted #99CC00;
		width: auto ;
	}

/* エントリーの画像 */
/*
.content img {
margin-right: 8px;
margin-bottom: 5px;
}
*/

hr { border:1px dashed #999999;}

/* ここまでが、ＭＴタグで使用するスタイル */



/* ここからは見本ホームページで使用しているスタイル */

th {
	color : #000000;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
}

input, select {
	color : #000000;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}
.px {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 2px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.px5 {
	padding-top : 0px;
	padding-bottom : 0px;
	padding-left : 0px;
	padding-right : 0px;
	margin-top : 5px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
}
.title01 {
	color : #FFFFFF;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 13px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
	font-style: italic;
}

.list {
	color : #FFFFFF;
	margin-top : 3px;
	padding-bottom : 3px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}
.right {
	color : #000000;
	margin-top : 5px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 15px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: nomal;
}
.right a, .list a {
	color : #FF7500;
}
.right a:hover {
	color : #AAAAAA;
}
.left {
	color : #000000;
	margin-top : 0px;
	padding-bottom : 5px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 25px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}
.left a {
	color : #FF6600;
}
.left a:hover {
	color : #FF0000;
}

.menu01 {
	color : #FFFFFF;
	margin-top : 0px;
	padding-bottom : 9px;
	margin-bottom : 0px;
	margin-left : 10px;
	margin-right : 10px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}
.menu01 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu01 a:hover {
	color : #EEEEEE;
}

}
.menu01 a:visited {
	color : #FFFFFF;
}


.menu02 {
	color : #FFFFFF;
	margin-top : 37px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
}
.menu02 a {
	color : #FFFFFF;
	text-decoration: none;
}
.menu02 a:hover {
	color : #DDDDDD;
}

}
.menu02 a:visited {
	color : #FFFFFF;
}

.data {
	color : #9A9A9A;
	margin-top : 15px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}
.t01 {
	color : #F3400F;
	margin-top : 1px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 20px;
	margin-right : 0px;
	font-size : 11px;
	font-family : ＭＳ Ｐゴシック,Tahoma,Verdana,Arial;
	font-weight: bold;
}

td {
	font-size: 12px;
	line-height: 1.5;		
	}


td h2 {
	color: #000099;
/*	font-family: ＭＳ Ｐゴシック,Verdana, Arial, sans-serif; */
	font-size: 14px;	/* */
	text-align: left;
	font-weight: bold;

	background-image: url("http://www.karochan.com/kumechan/images/bt_title.gif");
	padding: 5px 0px 5px 5px;	
	margin: 5px 0px 10px 0px;
	}