/* ページ設定 */

body {
	/* フォントの設定(ns4のみここでのカラー設定が非対応) */
	font-family: "ＭＳ Ｐゴシック", "Osaka","sans-serif";
	color: #666666;
}


/* リンクの設定*/

a:link {
	color: #e2980a;
	text-decoration: none;
}
a:visited {
	color: #e4800b;
	text-decoration: none;
}
a:hover {
	color: #eb4f00;
	text-decoration: underline;
}
a:active {
	color: #eb4f00;
}

h1{
margin:0;
}



/* テキストの設定(win-ie) */

.t10_110 { font-size: 10px; line-height: 110%; }
.t10_130 { font-size: 10px; line-height: 130%; }
.t10_140 { font-size: 10px; line-height: 140%; }
.t10_150 { font-size: 10px; line-height: 150%; }

.t11_110 { font-size: 11px; line-height: 110%; }
.t11_130 { font-size: 11px; line-height: 130%; }
.t11_150 { font-size: 11px; line-height: 150%; }
.t11_170 { font-size: 11px; line-height: 170%; }

.t12_110 { font-size: 12px; line-height: 110%; }
.t12_130 { font-size: 12px; line-height: 130%; }
.t12_150 { font-size: 12px; line-height: 150%; }
.t12_170 { font-size: 12px; line-height: 170%; }

.t14_110 { font-size: 14px; line-height: 110%; }
.t14_130 { font-size: 14px; line-height: 130%; }
.t14_150 { font-size: 14px; line-height: 150%; }
.t14_170 { font-size: 14px; line-height: 170%; }



/* 個別の設定 */

.copyright { font-size:10px; color:#c0c0c0; }
.face_color { font-size: 12px; line-height: 130%; }

/* contact:thanks */

.thanks  { font-size:12px; line-height: 140%; color:#FFFFFF; background-color: #EB9E09; }
.tel  { font-size:11px; line-height: 125%; color:#FFFFFF;}





/* -------------------------- blog中身 ------------------------- */

/* サブ（左）メニュー */
.subm {
	width: 148px;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	border-left: 1px solid #eb9e09;
	border-right: 1px solid #eb9e09;
	text-align: left;
	font-size: 10px;
	line-height: 140%;
	}

.subm img {
	margin: 0;
	padding: 0;
	}

.subm form {
	width: 135px;
	margin: 0;
	padding: 5px;
	text-align: left;
	}

.subm .list {
	width: 135px;
	margin: 0;
	padding: 5px;
	text-align: left;
	}

.subm .list div {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../blog/img/subm_arrow.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	}

.subm .list_category {
	width: 100px;
	margin: 0;
	padding: 5px;
	text-align: left;
	}

.subm .list_category  li {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(../blog/img/subm_arrow.gif);
	background-repeat: no-repeat;
	font-size: 10px;
	}

.subm .top_link {
	margin: 0;
	padding: 5px;
	text-align: left;
	}

.subm .movabletype {
	background-color: #f8f8f8;
	margin: 0;
	padding: 5px;
	text-align: center;
	}

.subm .movabletype div.poweredby {
	width: 120px;
	margin: 5px 0 0 0;
	padding: 5px;
	background-color: #ffffff;
	text-align: left;
	}

.subm_sp {
	width: 148px;
	height: 100%;
	background-color: #eb9e09;
	margin: 0;
	padding: 0;
	}

/* メインコンテンツ */
.main {
	width: 515px;
	margin: 40px 0;
	padding: 0;
	text-align: left;
	}

.main .link {
	margin: 0 0 0 0;
	padding: 0 5px;
	font-size: 12px;
	line-height: 130%;
                text-align=center;
	}


.main .date {
	margin: 0;
	padding: 0 0 3px 0;
	font-size: 10px;
	font-weight: bold;
	}

.main .title {
	margin: 0;
	padding: 10px 0 10px 5px;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #eb9e09;
	}

.main .docs {
	margin: 20px 0 0 0;
	padding: 0 5px;
	font-size: 12px;
	line-height: 130%;
	}

.main .readmore {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	}

.main .postedby {
	margin: 10px 0;
	padding: 5px 0 0 3px;
	border-top: 1px dotted #c0c0c0;
	font-size: 10px;
	}
