@charset "utf-8";
/* CSS Document */

.fs14{
	font-size: 14px;	
}
.fs15{
	font-size: 15px;	
}

*リンクカラー */
a {
	color: #0000ff;
	text-decoration:none;
}
a:link {
	color: #0000ff;
	text-decoration:none;
}
a:visited {
	color: #000080;
}
a:hover {
	color: #ff0000;
}
a:active {
	color: #ff8000;
}
.errmes{
	font-weight:bold;
	color:#F00;
	visibility: hidden;
}
.errline{
	font-weight:bold;
	color:#F00;
	display:none;
}
/*ページ全体*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;
}
/*-- ■contact ---------------------------*/
.acontact{
	width: 720px;
	height:auto;
	font-size:14px;
	text-align:center;
	background-color:#FFF;
}
.acontact a:link {
	text-decoration:none;
}
.acontact a:visited {
	text-decoration:none;
}
.acontact a:active {
	text-decoration:none;
}
.acontact a:hover {
	text-decoration:none;	
}
.acontact .acontboxback{	
	background: url(img/page/contactback.jpg);
}
.acontact .acontbox1{
	height:120px;
}
.acontact .acontbox2{
	
	height:100px;
}
.acontact .acontbox3{	
	height:450px;	
}
.acontactkojin{
	width: auto;
	border-bottom: solid 1px #C00;
	border-top: solid 1px #C00;
	background-color:#FFF;	
}

.acontactprv{
	width: 700px;
	height:auto;
	font-size:14px;
	text-align:center;
}