A:link { color: #946c45; text-decoration:none; }

A:visited { color: #946c45; text-decoration:none; }

A:active { text-decoration:none; }

A:hover { color : #666666; text-decoration: none; }



hr { border: none;
	height: 1px;
	color: #cccccc;
	margin: 0 0 0 0; }

big { font-size:15px; }
small { font-size:10px; }

body, th, td {	font-size:14px;
	font-size: 0.875rem;
	font-family : "メイリオ", "Verdana";
	line-height: 1.5; /* original: 1.714285714 */
	text-rendering: optimizeLegibility; }

.font8 {  font-size: 8px;}
.font12 {  font-size: 12px;}
.font10 {  font-size: 10px;}

.form { color:#000000;font-size:10px; }
.button { color:#000000;
	background-color:#ffffff;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000; }
.Pbutton { color:#ffffff;
	background-color:#000000;
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	margin: 5px; }

h1 {
	clear: both;
	font-weight: bold;
	font-family: 'Rounded Mplus 1c';
	margin: 0;
	text-align: center;
}

.radius   {  
    border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}  

/* メールフォームのレスポンシブ対応 */
.form-width { max-width: 100%;}
