/* メニュー用CSS */
@import "menu.css";

/* 08/09/08_増田追記　ここから */
.clear {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 1px;
	overflow: hidden;
}

.none {
	display: none;
}

/* 08/09/08_増田追記　ここまで */

/*　ヘッダー＆フッター用CSS　*/
form { margin: 0; padding: 0; }

/*　ヘッダー　*/
.head_back { background-image: url(../image/header_back.gif); background-repeat: repeat-x; }
.head_read { color: #d73872; font-size: 10px; font-weight: bold; line-height: 12px; margin-top: 3px; margin-right: 5px; }
.head_logo_r { color: #d73872; font-size: 10px; font-weight: bold; line-height: 12px; margin-top: 19px; }
.seach_box { color: #525252; font-size: 12px; width: 145px; height: 21px; }
.user_name { color: #000; font-size: 14px; font-weight: bold;  font-family: "ＭＳ Ｐゴシック"; line-height: 18px; margin-right: 7px; margin-left: 5px; }

/*　ヘッダ内検索　テキストフィールド　*/
.j12a { color: #525252; font-size: 12px; width: 145px; height: 21px; }

/*　フッター　*/
/*#footer .footlink { color: #ed68a1; font-size: 10px; line-height: 12px; padding-top: 4px; padding-bottom: 5px; }
#footer address { color: #5d5d5d; font-size: 10px; font-style: normal; line-height: 12px; 
 background-image: url(/image/footer_back.gif); background-repeat: repeat-x; margin: 0; padding: 4px 0 5px; }*/

/*.footlink { color: #ed68a1; font-size: 10px; line-height: 12px; padding-top: 4px; padding-bottom: 5px; }
address { color: #5d5d5d; font-size: 10px; font-style: normal; line-height: 12px; background-image: url(/common/image/footer_back.gif); background-repeat: repeat-x; margin: 0; padding: 0px 0 5px; }*/

/* リニューアルヘッダーフッター */	/* 08/09/08_増田追記 */
#header a:link,
#footer a:link {
	color: #666666;
	text-decoration: none;
}

#header a:visited,
#footer a:visited {
	color:#666666;
	text-decoration: none;
}

#header a:hover,
#footer a:hover {
	color: #FE78AA;
	text-decoration: none;
}

#header a:active,
#footer a:active {
	color: #FE78AA;
	text-decoration: none;
}

.footbar { color:#EE789C }

#footlink {
	color: #5A5A5A;
	/*font-size: 80%;*/
	font-size: 72%;	/**/
}

.foot-tx {
	font-size: 72%;
	color: #FE78AA;
}

address {
	font-size: 72%;
	font-style: normal;
	margin: 0;
	padding: 0;
}

