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

/* 指定が無い時のリンクの下線の有無 */
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://f32.jp/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://f32.jp/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;}


/* sitemapで指定されているＢＯＸの中でh3タグを使用した時の設定（サイトマップタイトル）*/
.sitemap h3 {
	font: bold normal 12px "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
	background: url(images/top_manu_bg.gif) repeat-x;
	padding: 10px 0px 10px 5px;
	margin: 0px;
	}
	
/* sitemapの項目の指定（サイトマップコンテンツ）*/
.span_sitemap {
	font: normal 12px/normal "ＭＳ Ｐゴシック", Osaka;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 5px;
}





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



/* ここからはテンプレートで使用しているスタイル */


/* ボディーの色・マージン設定 */
body {
	margin: 0px;
	padding: 0px;
	background: #dddddd;
	font: 12px "ＭＳ Ｐゴシック", "Osakaヒラギノ角ゴ Pro W3", sans-serif;
}

#head {
	background-color: #FFFFFF;
}
#foot {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #333333;
	font: normal 12px "ＭＳ Ｐゴシック", Osaka;
	text-align: left;
}
td {
	font: normal 12px/17px "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	text-align: left;
}

/* サイトの説明文設定 */
h1 {
	font: 12px "ＭＳ Ｐゴシック", Osaka;
	color: #333333;
	float: right;
	padding: 20px;
}

ul {
	margin: 8px 0px 12px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}

#shadow_right {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:   url(images/page_shadow_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#shadow_left {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image:   url(images/page_shadow_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

/* ここからはメール送信フォームで使用しているスタイル */

/* エラー画面の設定 */

#err_box {
	color: #333333;
	padding: 8px;
	border: 1px dotted #333333;
	font: 12px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	background: #EFF0F0;
}


/* 確認画面の設定 */

#input_table {
  border-collapse: collapse;
  border: 2px solid #444422;
  width: 500px;
}
#input_table th {
  background-color: #f5f5dc;
  color: #555533;
  font-weight: normal;
  text-align: left;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
  width: 120px;
}
#input_table td {
  background-color: #f8f8ff;
  padding: 5px;
  border-top: none;
  border-bottom: 1px solid #444422;
  border-left:none;
  border-right: 1px solid #444422;
}
