/* CSS Document */
@charset "shift_jis"; 

/* text css start */
.text{
	color: #333333;
	font: 14px/135% "A-OTF Shin Go Pro";
}
.c-text{
	line-height: 1.5;
}
.s-text{
	font-size: 13px;
	line-height: 140%;
}
.s-red-text{
	font-size: 13px;
	color: #E50012;
	line-height: 140%;
}
.s-gray-text{
	font-size: 13px;
	color: #666666;
	line-height: 140%;
}
.s-point1-text{
	font-size: 13px;
	color: #7f7724;
	line-height: 140%;
}
.s-point2-text{
	font-size: 13px;
	color: #88545A;
	line-height: 140%;
}
.d-red-text {
	font-size: 15px;
	color: #E50012;
}
.d-white-text {
	font-size: 15px;
	color: #fff;
}
.d-gray-text {
	font-size: 15px;
	color: #666666;
}
.d-point1-text {	
	font-size: 15px;
	color: #7f7724;
}
.d-point2-text {	
	font-size: 15px;
	color: #88545A;
}
/* text css end */

/* link css start */
a {
	color:#806F29;
}
a:hover {
	text-decoration:none;
}
/* link css end */





/* table css start */
.table-style{
	width:610px;
	line-height:140%;
	margin: 0px auto 15px auto;
	background-color:#cbcccc;
}
.table-style th{
	font-weight:normal;
	background-color:#f2f0e4;
}
.table-style td{
	background-color:#ffffff;
}
/* table css end */

/* add css start */
h1 {
	margin: 0;
	padding: 10;
	font-size:16px;
	font-weight:bolder;
}
.member_line {
	margin: 0;
	padding: 20;
	width: 600;
	
}
.member{
	width:450px;
}

/* add css end */

