@charset "utf-8";
/* CSS Document */

#main{
	width:660px;
	padding-right:35px;
	float:left;
	overflow:hidden;
}

#main h2{
	width:656px;
	height:33px;
	padding:1px;
	border:1px solid #737373;
	background:url(../img/h2Bg.gif) no-repeat 1px 1px;
	overflow:hidden;
	margin-bottom:15px;
	
	text-indent:20px;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	line-height:33px;
	font-family:"ＭＳ Ｐ明朝", "メイリオ","MS UI Gothic","細明朝体", "ヒラギノ明朝 Pro W3";
}

#main h3{
	width:656px;
	height:23px;
	background:url(../img/h3Bg.gif) no-repeat 1px 1px;
	border:1px solid #737373;
	padding:1px;
	margin-bottom:15px;
	
	font-size:14px;
	line-height:25px;
	text-indent:20px;
	color:#fff;
	font-family:"ＭＳ Ｐ明朝", "メイリオ","MS UI Gothic","ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
	font-weight:normal;
	
}

/* htmlテキスト設定
-------------------------------------------------------------- */


/*本文、定義リスト、リスト、引用、罫線、プリフォーマット*/

#main p,
#main dl,
#main ul,
#main ol,
#main bloackquote,
#main hr{
	clear:both;
	font-size:12px;
	line-height:1.5;
	margin:1em 0;
	color:#000;
}

#main a{
	color:#b12228;
	text-decoration:underline;
}

#main a:hover {
	color:#701619;
	text-decoration:underline;
}

#main dl{
}

#main  dt{
	margin:1em 0 0 0;
}

#main dd{
	padding:0 20px;
}

#main ul{
	padding:1em 2em 0.5em 3em;
	list-style:disc;
}

#main ol{
	padding:1em 2em 0.5em 3em;
}

#main li{
	margin-bottom:0.5em;
}

#main blockquote{
	padding:1em 2em;
	background:url(../img/blockQuote.gif) no-repeat 0 0;
}

#main hr{
	height:1px;
	margin:16px 0;
	border-top:1px solid #ccc;
}

#main pre{
	padding:1em 2em;
	font-size:9px;
}

/*強調 斜体*/

#main em{
	font-weight:bold;
}

#main strong{
	font-weight:bold;
}

/*テーブル*/

#main table{
	margin:2em 1em;
	border-spacing:0px;
	border-collapse:collapse;
}

#main th{
	padding:1em;
	border:1px solid #e3e3e3;
	background:#f5f5f5;
	font-weight:normal;
	text-align:center;
}

#main td{
	padding:1em;
	border:1px solid #e3e3e3;
	background:#fff;
	
}



/*コメント*/
#comment{
	padding-top:16px;
	border-top:1px solid #ccc;
}

#comment dt{
	background:url(../img/iconTriangle_01.gif) no-repeat 0 2px;
	padding-left:20px;
}

/*フォームスタイル*/

form{
}

#comment table,
#comment td,
#comment th
{
	border:0;
	padding:0;
	margin:1em;
	background:#fff;
}

#comment fieldset{
	background:#fff;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	margin:1em 0;
}

#comment legend{
	font-weight:bold;
	font-size:14px;
}

* html #comment legend{
	font-weight:bold;
	font-size:14px;
	color:#666;
}


#comment label{
	margin:0.5em;
}

#comment * html legend{
}

#comment *:first-child+html legend{
}

#comment input.text{
	width:620px;
	display:block;
	height:20px;
	margin:0.5em;
	border:1px solid #949494;
	
}

#comment input.text:focus,
#comment textarea:focus{
	background:#d3e2f0;
}

#comment textarea{
	width:620px;
	display:block;
	height:80px;
	margin:0.5em;
	border:1px solid #949494;
}


/*トラックバック*/
#trackback{
	margin-top:16px;
}

#trackback dt{
	background:url(../img/iconTriangle_01.gif) no-repeat 0 3px;
	text-indent:20px;
}

#trackback .url{
	background:url(../img/iconTriangle_02.gif) no-repeat 0 3px;
	text-indent:20px;
}


/*追加*/
#main .mincho{font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;font-size:140%;line-height:1.6;font-weight:bold;}
