/* 共通スタイル */
body {
	background-color:#cccccc;
	margin:0px 0px 50px 0px;
	color:#808080;
}

p,h1,h2,h3,h4,form {
	margin:0px;
	padding:0px;
}

/* 全体リンク色 */
a:link {
	color: #808080;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	color: #0063AD;
	text-decoration: underline;
}
a:active {
	color: #0063AD;
	text-decoration: underline;
}

/* ぱんくずリンク色 */

.pan {
	font-size:x-small;
}
.pan a:link {
	color: #808080;
	text-decoration: none;
}
.pan a:visited {
	color: #808080;
	text-decoration: none;
}
.pan a:hover {
	color: #16358E;
	text-decoration: underline;
}
.pan a:active {
	color: #16358E;
	text-decoration: underline;
}

/* 法人のお客様 */
#client a:link {
	color: #808080;
	text-decoration: none;
}
#client a:visited {
	color: #808080;
	text-decoration: none;
}
#client a:hover {
	color: #D61010;
	text-decoration: underline;
}
#client a:active {
	color: #D61010;
	text-decoration: underline;
}

/* パートナーの皆様 */
#partner a:link {
	color: #808080;
	text-decoration: none;
}
#partner a:visited {
	color: #808080;
	text-decoration: none;
}
#partner a:hover {
	color: #639439;
	text-decoration: underline;
}
#partner a:active {
	color: #639439;
	text-decoration: underline;
}

/* 採用のご案内 */
#recruit a:link {
	color: #808080;
	text-decoration: none;
}
#recruit a:visited {
	color: #808080;
	text-decoration: none;
}
#recruit a:hover {
	color: #E76B00;
	text-decoration: underline;
}
#recruit a:active {
	color: #E76B00;
	text-decoration: underline;
}


/* フォーム設定 */

.textbar {
	width:310px;
}
