a:link {
	text-decoration:none;
	color: #1b80fd;
}
a:visited {
	text-decoration:none;
	color: #1b80fd;
}
a:active {
	text-decoration:underline;
	color: #1b80fd;
}
a:hover {
	color:#1b80fd;
	text-decoration: underline;
}

#inputfome {
	margin: 0px;
	padding: 0px;
}



/* ---------------------- ６.フォーム関係 --------------------------- */



/* ------- ↓ボックスのサイズとフォーカス ------ */
#inputfome .pass,
#inputfome .word,
#inputfome .login,
#inputfome .search,
#inputfome .todoufu,
#inputfome .kiyaku,
#inputfome .coment,
#inputfome .mail_ken,
#inputfome .text8,
#inputfome .text9,
#inputfome .text10 {


}

#inputfome .pass {
	width: 112px;
	background-color: #FFFFFF;
	padding: 2px;
	border: 1px solid #b2b2b2;
}
#inputfome .word {
	width: 200px;
	border: 1px solid #b2b2b2;
	padding: 2px;
}
#inputfome .login {
	width: 270px;
	border: 1px solid #b2b2b2;
	padding: 3px;
}
#inputfome .search {
	width: 250px;
	border: 1px solid #b2b2b2;
	padding: 2px;
}
#inputfome .todoufu {
	width: 120px;
	border: 1px solid #b2b2b2;
	padding: 2px;
}
#inputfome .kiyaku {
	width: 680px;
	border: 1px solid #b2b2b2;
	padding: 4px;
}
#inputfome .coment {
	width: 500px;
	border: 1px solid #b2b2b2;
	padding: 2px;
}
#inputfome .text8 {
	width: 350px;
}
#inputfome .text9 {
	width: 420px;
}
#inputfome .text10 {
	width: 40px;
}
#inputfome .mail_ken {
	width: 600px;
	border: 1px solid #b2b2b2;
	padding: 2px;
}

#inputfome .pass:focus,
#inputfome .word:focus,
#inputfome .login:focus,
#inputfome .search:focus,
#inputfome .todoufu:focus,
#inputfome .kiyaku:focus,
#inputfome .coment:focus,
#inputfome .mail_ken:focus,
#inputfome .text8:focus,
#inputfome .text9:focus,
#inputfome .text10:focus {
	border: 1px solid #F06265;
	background-color: #FFFFFF;
}
