body{
	font-size: 12px !important;
	font-size: 0.8em;
	line-height:175%;
	color:#362919;
}

/* 相対拡縮 */
.small {
	font-size: 85%;
	line-height:125%;
}
* html td.small{
	font-size: 70%;
}
.large {
	font-size: 120%;
	line-height:175%;
}
* html td.large{
	font-size: 90%;
}
.larger {
	font-size: 150%;
	line-height:200%;
}
* html td.larger{
	font-size: 110%;
}

/***************************/
/* 写真処理　　　　　　　 */
/***************************/
.FramePhoto{
	margin:2px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.FramePhotoLeft{
	float:left;
	margin:2px 15px 2px 0px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.FramePhotoRight{
	float:right;
	margin:2px 0px 2px 15px;
	padding:5px;
	border:1px solid #E6E6E6;
}
.Photo_Right{
	float:right;
	margin:2px 0px 2px 10px;
}
.Photo_Left{
	float:left;
	margin:2px 10px 2px 0px;
}

/***************************/
/* テーブル処理　　　　　 */
/***************************/
table{
	border-collapse: separate;
	border-spacing: 0px;
}
td{vertical-align:top;}
.TxtTable {
	border-top:2px solid #996666;
	border-left:1px solid #EDEDED;
	width:100%;
}
.TxtTable th , .TxtTable td{
	border-right:1px solid #EDEDED;
	border-bottom:1px solid #EDEDED;
	padding:3px;
}
.TxtTable th{
	background-color:#F6F6F6;
	text-align:left;
	font-weight:normal;
	font-size:120%;
}
.ThumbNailTable{
	width:100%;
}
.ThumbNailTable td{
	width:25%;
	text-align:center;
	vertical-align:top;
	font-size:80%;
	line-height:125%;
}

hr{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color:#CCCCCC;
	height:1px;
	margin:5px 0;
	clear:left;
}

/*********************/
/* テキストカラーCSS */
/*********************/

.txt-red{
	color: #FF0000;
}
.txt-red1{
	color: #CC0000;
}
.txt-red2{
	color: #CC3333;
}


.txt-blue{
	color: #0000FF;
}
.txt-blue1{
	color: #0033CC;
}
.txt-blue2{
	color: #0066CC;
}


.txt-green{
	color: #006600;
}
.txt-green1{
	color: #00CC66;
}


.txt-orange{
	color: #FF6600;
}
.txt-orange1{
	color: #FF9933;
}


.txt-gray{
	color: #333333;
}
.txt-gray1{
	color: #666666;
}
.txt-gray2{
	color: #999999;
}


.txt-black{
	color: #000000;
}


.txt-white{
	color: #FFFFFC;
}

/***************************/
/* 段落処理　　　　　　　 */
/***************************/
/*p , td{padding-left:10px;}
p.article-txt{padding-left:0px;}*/
p{margin-bottom:10px;}

/***************************/
/* テキストリンクカラーCSS */
/***************************/

/* 未訪問・訪問済リンク */
a:link,a:visited{
	color:#45B1F6;
	text-decoration: none;
}

/* マウスオーバー時 */
a:hover,a:active {
	color: #3699D2;
	text-decoration: none;
}

/***************************/
/* 標準リスト処理　　　　 */
/***************************/
#main li{
	list-style:none;
	padding:0px 0px 0px 14px;
	background-image:url(../images/list_mark.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
#main ol li{
	list-style:decimal;
	background-image:none;
	padding:0px;
}

fieldset{
	background:#FEFAE8;
	padding:5px;
	border:none;
	margin-bottom:5px;
	border:1px dotted #CCCCCC;
}
.blog fieldset h3{font-size: 16px !important; font-size: 1.2em; color:#666666; border-bottom:1px solid #B71721; padding:0px 0px 3px 0px; margin-bottom:5px;}
fieldset h4{color:#B71721; font-size: 12px !important; font-size: 0.8em;}
