@charset "UTF-8";

/* -------------------------------------------------------------
作成日: 2009.07.03
最終更新日: 2009.07.27
作成者: AY
最終編集者: NT

divergeID.css： ID分岐画面
------------------------------------------------------------- */

#divergeID-getid,
#divergeID-login,
#divergeID-support {
	width:270px;
	_width:260px;
	height:210px;
	_height:200px;
	margin:0;
	padding:0;
	background:url(../image/body.jpg) no-repeat 0 0;
	overflow: hidden;
}

body:first-of-type #divergeID-getid,
#divergeID-login,
#divergeID-support {
	width:260px;
	height:200px;
}

#divergeID-getid h1,
#divergeID-login h1,
#divergeID-support h1 {
	display:none;
}

#divergeID-getid dl#yto-get,
#divergeID-getid dl#yahoo-get,
#divergeID-login dl#yto-login,
#divergeID-login dl#yahoo-login,
#divergeID-support dl#yto-login,
#divergeID-support dl#yahoo-login {
	width:250px;
	height:90px;
	margin:5px auto;
	background:url(../image/dl.jpg) no-repeat 0 0;
}

#divergeID-getid dl#yto-get dt {
	float:left;
	width:250px;
	height:15px;
	margin:15px auto 0;
	background:url(../image/dt-yto-get.gif) no-repeat center center;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#divergeID-getid dl#yahoo-get dt{
	float:left;
	width:250px;
	height:15px;
	margin:15px auto 0;
	background:url(../image/dt-yahoo-get.gif) no-repeat center center;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#divergeID-login dl#yto-login dt,
#divergeID-support dl#yto-login dt {
	float:left;
	width:250px;
	height:15px;
	margin:15px auto 0;
	background:url(../image/dt-yto.gif) no-repeat center center;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#divergeID-login dl#yahoo-login dt,
#divergeID-support dl#yahoo-login dt {
	float:left;
	width:250px;
	height:15px;
	margin:15px auto 0;
	background:url(../image/dt-yahoo.gif) no-repeat center center;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}

#divergeID-getid dl#yto-get dd,
#divergeID-login dl#yto-login dd,
#divergeID-support dl#yto-login dd {
	float: left;
	width:250px;
	height:36px;
	text-align:center;
}

#divergeID-getid dl#yahoo-get dd,
#divergeID-login dl#yahoo-login dd,
#divergeID-support dl#yahoo-login dd {
	float: left;
	width:250px;
	height:36px;
	padding-top:8px;
	text-align:center;
}

#divergeID-getid dl#yto-get dd a {
	display: block;
	width:200px;
	height:36px;
	margin:5px 25px;
	background:url(../image/get-ytoid.gif) no-repeat 0 top;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
#divergeID-getid dl#yto-get dd a:hover {
	background:url(../image/get-ytoid.gif) no-repeat 0 bottom;
}

#divergeID-login #yto-login dd a,
#divergeID-support #yto-login dd a {
	display:block;
	width:200px;
	height: 36px;
	margin:5px 25px;
	background:url(../image/login-ytoid.gif) no-repeat 0 top;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
#divergeID-login #yto-login dd a:hover,
#divergeID-support #yto-login dd a:hover {
	background:url(../image/login-ytoid.gif) no-repeat 0 bottom;
}

