@charset "utf-8";
/* フォント */

.small {
	
	font-size: 9px;
}

.big {
	font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
	margin:0px;
	color: #9EA73D;
	}

a img {
	border: none;
	}

.clear { clear:both; }  
hr.clear { display:none; }  
.clear hr { display:none; }  


/* リンク */

a:link {
	color: #3C3C3C;
}

a:visited {
	color: #663333;
}

a:hover {
	color:#663333;
}

a:active {
	color: #3C3C3C;
}

/* テーブル */

table{
	border: 1px #4a4a4a solid;
	border-collapse: collapse;
	}

th {
	font-size: 12px;
	border: 1px #4a4a4a solid;
	padding:4px;
}

td {
	font-size: 12px;
	border: 1px #4a4a4a solid;
	padding:4px;
}

/* リスト */

ul {
	font-size: 12px;
	list-style-position: outside;
	padding-left:20px;
}


ol {
	font-size: 12px;
	list-style-position: outside;
	padding-left:20px;
}

li {
	font-size: 12px;
}


/* フォーム */

form {
	font-size: 12px;
	}

input {
	font-size: 12px;
}

textarea {
	
	font-size: 12px;
}

select {
	
	font-size: 12px;
}

span.red {
	color:#C00;
}

span.red_b {
	color:#C00;
	font-weight:bold;
}

div#formBtn {
    margin: 10px 0;
    text-align: center;
}

div#formBtn input.page_back {
    background: url("../images/btn/btn_back.gif") no-repeat scroll 0 0 white;
    border: 0 none;
    cursor: pointer;
    height: 37px;
    width: 182px;
}

div#formBtn input.submit {
    background: url("../images/btn/btn_send.gif") no-repeat scroll 0 0 white;
    border: 0 none;
    cursor: pointer;
    height: 37px;
    width: 182px;
}
