/* 基本レイアウト・リンク関連 */

h3 {  color: #093}
h4 {  color: #999}
strong {  color: #F06}

a:link { text-decoration: none}
a:visited { text-decoration: none}
a:hover { text-decoration: underline}
a:active { text-decoration: underline}

/* テーブル装飾関連 */
.border-a { padding: 5px 5px; border: 1px #999 solid}
.border-b { padding: 5px 5px; border: 1px #F990 solid; font-size: 12px; line-height: 160%; background-color: #FFC}
.border-c { padding: 5px 5px; border: 1px #6CF solid; font-size: 12px; line-height: 160%; background-color: #CFF}
.border-d { border: #999 dotted; font-size: 12px; line-height: 160%; background-color: #CCD9D9; border-width: 0px 0px 1px; text-align: center}
.border-e { border: #999 dotted; font-size: 12px; line-height: 160%; text-indent: 6pt; border-width: 0px 0px 1px}
.border-f { border: #999 solid; border-width: 0px 1px 1px; font-size: 10px; line-height: 140%; background-color: #D7DCE6}
.border-g {
	padding: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}
.border-i {
 border:1px solid #09F;
	border-top:none;
	padding:5px 3px;
}

/* スペース関連 */
.space-5 { height: 5px}
.space-10 { height: 10px}
.space-15 { height: 15px}

/* その他 */
.caption-a {  font-size: 12px; line-height: 160%; font-weight: bolder; color: #FF6600}
.footerlink {  font-size: 10px; color: #FFF}
.copyright {  font-family: "Verdana"; font-size: 9px; color: #FFF}
ul.cam {  font-size: 12px; list-style-image: url(../img/img_marker02.gif)}.food-cap {  font-size: 12px; line-height: 140%; font-weight: bolder; color: #CC6600}
.border-h {
padding: 5px 5px; border: 1px #999 solid
}



/*hack  ---------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	display:inline-block;
}
/* Hides from IE5-mac \*/
*html .clearfix{height:1%;}
.clearfix{display:block;}
/* End hide from IE5-mac */