/* 相対拡縮 */
.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%;
}

.price{
	background:url(../images/bg_price.gif) no-repeat;
	padding:8px;
	margin:10px 0px;
	font-size: 14px !important;
	font-size: 1em;
	color:#DB1C2E;
	clear:both;
	font-family:Geneva, Arial, Helvetica, sans-serif , "HGPゴシックE", "HGゴシックE",  "ヒラギノ角ゴ Pro W6";
}

h2{
	font-size: 16px !important;
	font-size: 1.2em;
	line-height:36px;
	min-height:36px;
	color:#3892AB;
	margin-top:10px;
	text-indent:12px;
	background:url(../images/bg_h2_mr_col1.gif) no-repeat;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif , "HGPゴシックE", "HGゴシックE",  "ヒラギノ角ゴ Pro W6";
	clear:both;
}
h3{
	font-size: 14px !important;
	font-size: 1em;
	padding-left:3px;
	margin-top:5px;
	font-weight:normal;
	color:#3892AB;
}

.TxtTable {
	border-top:2px solid #54AEDA;
	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 , .TxtTable thead td{
	background-color:#F6F6F6;
}

/***************************/
/* 水平線　　　　　　　　 */
/***************************/
hr{
	border-style: dotted none none none;
	border-top-width: 1px;
	border-top-color:#CCCCCC;
	height:1px;
	margin:-0.3em 0 -0.3em 0;
	display:block;
	clear:left;
	line-height:1px;
}
html>/**/body hr{	
	border-style: none none none none;
	border-width: 0px;
	height:9px;
	clear:both;
	overflow:hidden;
	background:url(../img/bg_hr.gif) repeat-x center;
	margin:0px;
	padding:0px;
}

/*********************/
/* テキストカラー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:0px 0px 0px 3px; margin:0px;}

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

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

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