@charset "Shift_JIS";

/*-------------------------------------------------------------
WindowsLiveWriter用CSS
　entryBody クラス内に記事内容が表示されるので、
　スタイルは、すべて entryBody を継承した要素で設定すること。
-------------------------------------------------------------*/

/*-------------------------------------------------------------
見出し関連
-------------------------------------------------------------*/
/* タイトル背景 - 基本 */
.entryBody h2 {
	clear:both;
	width: auto;

	height: 65px;
	line-height: 55px;

	font-size:146.5%;
	font-weight:normal;
	color: #000000;

	padding-top: 5px;
	padding-left: 50px;
	background: url(img/entryTitleBG.gif) no-repeat 0px 0px;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}
.entryBody h3 {

	clear:both;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding-top: 1px;
	padding-left: 40px;
	margin-bottom: 10px;

	background: url(img/entryTitleBG2.gif) no-repeat 0px 0px;

	font-size:123.1%;
	font-weight:noramal;
	color: #603813;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

.entryBody h4,
.entryBody h5,
.entryBody h6 {
	clear:both;
	width: auto;
	height: 16px;
	line-height: 16px;

	padding-top: 2px;
	padding-left: 25px;
	background: url(img/iconMaru.gif) no-repeat 0px 2px;

	font-size:108%;
	font-weight:bold;
	color: #E60012;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}

/* タイトルのリンク */
.entryBody h1 a,
.entryBody h2 a,
.entryBody h3 a,
.entryBody h4 a,
.entryBody h5 a,
.entryBody h6 a {
	color: #FF9900;
}

/*-------------------------------------------------------------
画像関連
-------------------------------------------------------------*/
.entryBody img
{
	clear: both;
	padding: 5px;
}

/*-------------------------------------------------------------
テキスト関連
-------------------------------------------------------------*/
.entryBody p
{
	color: #222222;
	padding-bottom: 20px;
}

.entryBody ol,
.entryBody ul
{
	list-style-type: decimal;
	list-style-position:inside;

	/* IE6対策 BOX外のスペース除去 */;
	overflow: hidden;
	display: block;
}


.entryBody blockquote {
	font-size: 13px;
	line-height: 15px;
	padding: 10px;
	width: 90%;
	margin-left: 20px;
	background-image: url(img/bg_blockquote_ate.gif);
	background-repeat: repeat;
	margin-bottom: 15px;
	clear: both;
}
.entryBody blockquote ul{
	list-style-type: square;
	margin-left: 10px;
	padding-left: 10px;
}
.entryBody blockquote ol{
	list-style-type: decimal;
	margin-left: 10px;
	padding-left: 10px;
}
.entryBody blockquote li{margin-bottom:5px}

/*-------------------------------------------------------------
テーブル関連
-------------------------------------------------------------*/
/* テーブル */
.entryBody table {
	clear:both;
	width: 599px;
	margin-left: 1px;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;

	background-color:#FFFFFF;
	border-color:#B3B3B3;
}

/* テーブル - タイトル */
.entryBody table th {
	width: 160px;
	padding:5px;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;

	color: #000000;
	background-color:#D4E3E2;
	border-color:#B3B3B3;

	vertical-align: top;
	font-size: 100%;
	font-weight: bold;
	text-align:left;
}

/* テーブル - 内容 */
.entryBody table td {
	width: auto;
	padding:5px;

	border-style: solid;
	border-width: 1px;
	border-collapse: collapse;
	border-color: #B3B3B3;

	vertical-align: top;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
}
/*-------------------------------------------------------------
その他
-------------------------------------------------------------*/
.entryBody .center {
	text-align: left;
	float: none;
	width: 400px;
	overflow: hidden;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: 100px;
	font-size: 85%;
	padding: 0px;
	line-height: 105%;

}

.entryBody .center img {
	border: 0px solid #CCCCCC;
}

.entryBody .left {
	text-align: left;
	float: left;
	width: 250px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 85%;
	padding: 0px;
	line-height: 105%;
}

.entryBody .left img {
	border: 0px solid #CCCCCC;
}

.entryBody .right {
	text-align: left;
	float: right;
	width: 250px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 85%;
	padding: 0px;
	margin-left: 10px;
	line-height: 105%;

}

.entryBody .right img {
	border: 0px solid #CCCCCC;
}
.entryBody .right img {
	border: 0px solid #CCCCCC;
}
.entryBody .gallery {
	text-align: center;
	float: left;
	width: 290px;
	overflow: hidden;
	margin-bottom: 10px;
	font-size: 85%;
	padding: 0px;
	margin-left: 5px;
	line-height: 105%;
}
.entryBody .gallery img {
	border: 0px solid #CCCCCC;
}
.entryBody a:link {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
} 
.entryBody a:visited {
	color: #003399;
	text-decoration: underline;
	font-weight: bold;
 } 
.entryBody a:hover {
	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;
 } 
.entryBody a:active { 	color: #FF6600;
	text-decoration: underline;
	font-weight: bold;

 } 