@charset "UTF-8";
/* formatting stylse
----------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size:12px;
	line-height: 1.6;
	color:#333333;
}
/* for WinIE6*/
* html body {
	font-size: 75%;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	vertical-align:baseline;
}/* for WinIE7*/
*:first-child+html body { 
	font-size: 75%;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
}
a {
	text-decoration: underline;
	color: #874015;
}
a:visited {
	text-decoration: underline;
	color: #874015;
}
a:hover {
	color: #9C5C3C;
}
a img {
	border-style: none;
}
.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
}
#container {
	width: 185px;
	height: 114px;
	background-image: url(../img/ph_logininfo_back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 11px;
}
#container ul {
	list-style: none;
	margin-left: 10px;
	margin-right: 15px;
}
#container li {
	height: 30px;
	color: #666666;
	width: 160px;
}
#container li a {
	color: #666666;
	display: block;
	width: 142px;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-left: 18px;
}
#container li a:visited {
	color: #666666;
	text-decoration: none;
}
#container li a:hover {
	color: #000000;
	text-decoration: underline;
}
#container li#user {
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 142px;
	padding-left: 18px;
}
#container li img {
	margin-right: 5px;
	vertical-align: middle;
	padding-bottom: 3px;
}
#passwasure {
	padding-top: 4px;
	font-size: 85%;
	text-align: right;
	padding-right: 18px;
}
#passwasure a:hover {
	text-decoration: none;
}

