@charset "EUC-JP"; 


/* タグ再定義 */
*{
	  margin: 0;
	  padding: 0;
	  font-size: 100%;
	  font-style: normal;
}

body{
	font-family: Verdana, Arial, sans-serif;
}
		
h1,h2,h3,h4 {
	font-size: 1.4em;
}

h5,h6 {
	font-size: 1.2em;
}

ul,ol {
	list-style-type: none;
}

img {
	margin: 0;
	padding: 0;
	vertical-align: top;
	border: none;
}

table {
	margin: auto;
	padding: auto;
	border: none;
}


/* リンク関連 */
a {
	color: #635600;
	text-decoration: none;
}

a:visited {
	color: #635600;
	text-decoration: none;
}

a:hover {
	color: #a19762;
	text-decoration: none;
}


/* 汎用クラス */
/* フロート解除 */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.clr {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
.clrBoth {
	clear: both;
}


/* レイアウト */
.pCenter {
	width: 100%;
	text-align: center;
	}
.pLeft {
	text-align: left;
	}
.pRight {
	width: 100%;
	text-align: right;
	}

img.imgRight {
	float: right;
	}
img.imgLeft {
	float: left;
	}


/* ボタンCENTER */
p.btnCenter {
	padding: 30px 0;
	width: 100%;
	text-align: center;
	}
p.btnLeft {
	padding: 30px 0;
	width: 100%;
	text-align: left;
	}
p.btnCenter10 {
	padding: 10px 0;
	width: 100%;
	text-align: center;
	}
p.btnCenter20 {
	padding: 20px 0;
	width: 100%;
	text-align: center;
	}


/* フォントカラー */
.txtGreen {
	color: #7b7c24;
	font-weight:bold;
	}
.txtgray{
	color: #555555;
	font-weight:bold;
}
.txtred{
	color: #ff0000;
}


