html, body {
			width: 100%;
			margin: 0px;
			padding: 0px;
			font-size: 13px;
			font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
			letter-spacing: 0.1em;
			line-height: 1.5em;
			color: #444;
			background-image: url("../img/bg.jpg");
			background-color: #FFF;
			text-align: center;
			}
			
.main {
	margin: 0px auto;
	padding: 10px;
	text-align: center;
	width: 950px;
	background-color: #FFF;
}
			
h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-bottom: -1px;
}

img {border: 0;}

#footer {
	width: 940px;
	text-align: center;
	margin-top: 10px;
	padding: 5px;
	font-size: 12px;
	line-height: 2em;
	background-color: #FFF0DD;
}

#footer a:link, a:visited {
	color: #444;
	text-decoration: none;
}

#footer a:hover {
	color: #099;
	text-decoration: underline;
}


.highlight a:hover *{
	 filter: alpha(opacity=50);
	 -moz-opacity:0.50;
	 opacity:0.50;
	 }
	 
/*==========テキスト関係=========*/

.tx_s {
	font-size: 11px;
}

.tx_m {
	font-size: 13px;
}

.tx_l {
	font-size: 15px;
}

.tx01_info {
	font-size: 10pt;
	line-height: 150%;
	color: #555555;
	weight: normal;
	line-height: 14pt;
	letter-spacing: 0.15em;
	border-left: solid #E8F8D8;
	padding: 2px 0px 0px 7px;
	}
.r {color: #FF3333;}
.blue {color: #36C;}

.tx_space {margin: 5 0 0 10;}


/* ====== トップブログRSS部分 ====== */


#blognews {
	text-align: left;
	font-size: 13px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 1.5em;
	letter-spacing: 0.1em;
	color: #444;
	margin: 0px auto 40px;
	overflow: auto;
	width: 700px;
	height: 200px;
}

#blognews .midasi{
	margin: 0px;
	border-left: solid #E8F8D8;
	padding: 0px 0px 0px 7px;
}

#blognews .date{
	text-align: right;
	color: #333333;
	clear: both;
}

#blognews .item{
	margin: 0px;
	padding: 0px 0px 0px 7px;
}



/* ====== メールフォーム部分 ====== */

.outer_top
	{
	width: 650px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #CCC dashed 1px;
	border-top: #CCC dashed 1px;
	}
	
.outer
	{
	width: 650px;
	padding: 10px;
	margin: 0 auto 0 auto;
	border-bottom: #CCC dashed 1px;
	}

.bt
	{
	width: 650px;
	text-align: center;
	margin: 15px auto 0 auto;
	}

.koumoku
	{
	float: left;
	width: 180px;
	padding: 8px 8px 8px 70px;
	}

.input
	{
	float: left;
	width: 340px;
	padding: 5px 5px 5px 10px;
	}
	
.clears{
  clear:both;
}

.small_tx {font-size: 10px;}

textarea {border: solid 1px gray; padding: 3px;}
p#button input {background-color: #CCCCCC;}

input2 {border: solid 1px gray; padding: 3px;}
