@charset "utf-8";


/** パーツ **/
#fck h3 {
	background:url(../img/tit_h3.gif) left bottom;
	padding:2px 25px;
	color:#FFFFFF;
	border:dashed 1px #dec4a5;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:30px;
}
#fck h4 {
	background:url(../img/tit_h4.gif) left bottom repeat-x;
	padding:0 25px 10px 25px;
	font-size:1.4em;
	font-weight:bold;
	margin-bottom:20px;
}
#fck h5 {
	background:url(../img/tit_h5.gif) left bottom repeat-x;
	padding:10px 25px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}
#fck h6 {
	background:url(../img/bg_dot02.gif) left bottom repeat-x;
	padding:10px 25px;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}
#fck ul li{
	background:url(../img/ic_list.gif) no-repeat left 5px;
	padding-left:20px;
	list-style-position:outside;
}
#fck ol li{
	list-style-position:inside;
}
#fck table{
	border:solid 1px #baa58a;
	/*border-left:solid 1px #baa58a;
	border-right:solid 1px #baa58a;*/
	margin-bottom:20px;
}
#fck table th{
	text-align:left;
	color:#FFF;
	background-color:#8e6b3e;
	border-top: 1px solid #A37F50;
	border-left: solid 1px #CAB396;
	border-bottom: solid 1px #6F4F23;
	padding:5px;
}
#fck table td {
	border-top: 1px solid #FFFFFF;
	border-left: solid 1px #CAB396;
	border-bottom: solid 1px #CAB396;
	padding:5px;
}
#fck hr{
	margin:10px 0;
	border-style:dotted;
	border-top-width:1px;
	border-top-color:#a88058;
	background:#FFFFFF;
	color:#FFFFFF;
}
#fck img {
	border:solid 1px #baa58a;
	padding:1px;
}
#fck p{
	margin-bottom:20px;
}

/*　キャプション　*/
#fck table.caption{
	border:0;
	margin:5px 35px;
}
#fck table.caption td{
	padding:5px;
	font-size:0.9em;
	border:0;
}

/*　レイアウト用テーブル　左イメージ　*/
#fck table.layout_left{
	margin:5px 35px;
	border:0;
}
#fck table.layout_left td {
	vertical-align: top;	
	border:0;
}
#fck table.layout_left img{
	margin:0 20px 20px 0;
}

/*　レイアウト用　右イメージ　*/
#fck .layout_right{
	margin:5px 35px;
	border:0;
}
#fck table.layout_right td {
	vertical-align: top;	
	border:0;
}
#fck table.layout_right img{
	margin:0 0 20px 20px;
}

/*　レイアウト用　左右テキスト　*/
#fck table.layout_text {
	margin:5px 35px;
	border:0;
}
#fck table.layout_text .left_text{
	padding-right:10px;
	border:0;
}

#fck table.layout_text .right_text{
	padding-left:10px;
	border:0;
}


/** ブログパーツ **/
#fckblog h3 {
	background:url(../img/tit_h3.gif) left bottom;
	padding:2px 25px;
	color:#FFFFFF;
	border:dashed 1px #dec4a5;
	font-size:1.4em;
	font-weight:bold;
	margin:10px 10px 30px;
}
#fckblog h4 {
	background:url(../img/tit_h4.gif) left bottom repeat-x;
	padding:0 25px 10px 25px;
	font-size:1.4em;
	font-weight:bold;
	margin:10px 10px 20px;
}
#fckblog h5 {
	background:url(../img/tit_h5.gif) left bottom repeat-x;
	padding:10px 25px;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 10px 20px;
}
#fckblog h6 {
	background:url(../img/bg_dot02.gif) left bottom repeat-x;
	padding:10px 25px;
	font-size:1.2em;
	font-weight:bold;
	margin:10px 10px 20px;
}
#fckblog ul {
	margin:10px;
}
#fckblog ul li{
	background:url(../img/ic_list.gif) no-repeat left 5px;
	padding-left:20px;
	list-style-position:outside;
}
#fckblog ol {
	margin:10px;
}
#fckblog ol li{
	list-style-position:inside;
}
#fckblog table{
	border:solid 1px #baa58a;
	margin:10px 10px 20px;
}

#fckblog table th{
	text-align:left;
	color:#FFF;
	background-color:#8e6b3e;
	border-top: 1px solid #A37F50;
	border-left: solid 1px #CAB396;
	border-bottom: solid 1px #6F4F23;
	padding:5px;
}
#fckblog table td {
	border-top: 1px solid #FFFFFF;
	border-left: solid 1px #CAB396;
	border-bottom: solid 1px #CAB396;
	padding:5px;
}

#fckblog hr{
	margin:10px;
	border-style:dotted;
	border-top-width:1px;
	border-top-color:#a88058;
	background:#FFFFFF;
	color:#FFFFFF;
}
#fckblog img {
	border:solid 1px #baa58a;
	padding:1px;
}
#fckblog p{
	margin-bottom:20px;
}

/*　キャプション　*/
#fckblog table.caption{
	border:0;
	margin:5px 35px;
}
#fckblog .caption td{
	padding:5px;
	font-size:0.9em;
	border:0;
}

/*　レイアウト用テーブル　左イメージ　*/
#fckblog table.layout_left{
	margin:5px 35px;
	border:0;
}
#fckblog table.layout_left td {
	vertical-align: top;	
	border:0;
}
#fckblog table.layout_left img{
	margin:0 20px 20px 0;
}

/*　レイアウト用　右イメージ　*/
#fckblog .layout_right{
	margin:5px 35px;
	border:0;
}
#fckblog table.layout_right td {
	vertical-align: top;	
	border:0;
}
#fckblog table.layout_right img{
	margin:0 0 20px 20px;
}

/*　レイアウト用　左右テキスト　*/
#fckblog table.layout_text {
	margin:5px 35px;
	border:0;
}
#fckblog table.layout_text .left_text{
	padding-right:10px;
	border:0;
}

#fckblog table.layout_text .right_text{
	padding-left:10px;
	border:0;
}
