@charset "x-sjis";

body	{
	margin : 0px;
	padding : 0px;
	background-color : #ffffff;
	font-family : sans-serif;
	color : #333333;
	}
form {
        margin: 0;
        padding: 0;
}
input.bu_login {
        cursor: pointer;
}
/* firefoxでリンク指定の点線を消す */
a:focus	{
	outline : none;
	}

.font-12-160 {  font-size: 12px; line-height: 160%}

/* 共通 */
#header1	{
	width : 100%;
	margin : 0px;
	padding : 0px;
	background-color : #999999;
	text-align : center;
	height : 24px;
	}
#header2	{
	width : 100%;
	margin : 0px;
	padding : 0px;
	background-image : url(../img/bg_header2.gif);
	background-repeat : repeat-x;
	height : 32px;
	text-align : center;
	}
#wrap	{
	width : 100%;
	margin : 20px 0px 0px 0px;
	padding : 0px;
	text-align : center;
	}
#footer	{
	width : 100%;
	margin : 30px 0px 0px 0px;
	padding : 15px 0px;
	background-color : #999999;
	text-align : center;
	font-size : 10px;
	line-height : 1.6;
	color : #ffffff;
	}
	
/* ログインページ */
#img_u	{
	background-image : url(../img/img_u.gif);
	background-repeat : no-repeat;
	height : 22px;
	width : 330px;
	}

#login	{
	width : 330px;
	margin : 0px;
	padding : 0px;
	background-image : url(../img/bg_login.gif);
	background-repeat : repeat-y;
	clear : both;
	}
#img_b	{
	background-image : url(../img/img_b.gif);
	background-repeat : no-repeat;
	height : 24px;
	width : 330px;
	}

/* このサイトについて */
a.tx_close:link	{
	color : #ffffff;
	font-size : 10px;
	line-height : 1.6;
	text-decoration : underline;
	}
a.tx_close:visited	{
	color : #ffffff;
	font-size : 10px;
	line-height : 1.6;
	text-decoration : underline;
	}
a.tx_close:hover	{
	color : #ffffff;
	font-size : 10px;
	line-height : 1.6;
	text-decoration : underline;
	}
.box560	{
	margin : 0px;
	padding : 0px;
	width : 560px;
	text-align : left;
	font-size : 12px;
	line-height : 1.6;
	}
a.tx:link	{
	color : #FF4F90;
	font-size : 12px;
	line-height : 1.6;
	text-decoration : underline;
	font-weight : 900;
	}
a.tx:visited	{
	color : #6699CC;
	font-size : 12px;
	line-height : 1.6;
	text-decoration : underline;
	font-weight : 900;
	}
a.tx:hover	{
	background-color:#FF4F90;
	color : #FFFFFF;
	font-size : 12px;
	line-height : 1.6;
	text-decoration : none;
	font-weight : 900;
	}

input.bu_login {
        background-image: url(img/bu_login.gif);
        background-repeat:no-repeat;
        border: none;
        display:block;
        height:29px;
        text-indent:-9999px;
        width:124px;
        }