@charset "utf-8";
/* CSS Document */


/*******************************************************************/
/*                                                           RESET */
/*******************************************************************/
body, div, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd { padding: 0px; margin: 0px; }

.clearfix:after{
          content:".";
          display:block;
          height:0;
          clear:both;
          visibility:hidden;
          }
.clearfix{display:inline-block;}
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img {
	border: none;
	}

/*******************************************************************/
/*                                                            LINK */
/*******************************************************************/
a:link,
a:visited,
a:active {
	color: #0F85C4;
	}

a:hover {
	color: #F035B4;
	text-decoration: underline;
	}

/*******************************************************************/
/*                                                          LAYOUT */
/*******************************************************************/
body {
	font-family : "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	}

#container {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	font-size: 85%;
	}

/*	header
-------------------------------------------------------------------*/
#header {
	background: #BE410C url(../../images/admin/header-background.jpg) repeat-x 0px 0px;
	text-align: left;
	margin-bottom: 90px;
	}
	
	#header #header-inner {
		background: url(../../images/admin/header-bottom.gif) repeat-x left bottom;
		}

	#header .logo {
		padding: 12px 0px 44px 50px;
		}
		

/*	contents
-------------------------------------------------------------------*/
#contents {
	text-align: left;
	line-height: 160%;
	width: 360px;
	margin: 0px auto;
	}

	h2 {
		background: #838383 url(../../images/admin/login-title.jpg) repeat-x left bottom;
		color: #fff;
		font-size: 100%;
		padding: 10px 0px 10px 20px;
		}
		
	#login-box {
		border-top: 1px solid #999;
		width: 360px;
		padding: 30px 0px 30px 0px;
		background-color: #666;
		}
		
		#login-box dl {
			width: 280px;
			margin: 0px auto 10px auto;
				color: #fff;
			}
			
			#login-box dl dt {
				float:left;
				width: 100px;
				font-weight: bold;
				}
				
			#login-box dl dd {
				float:right;
				}
				
		#login-box p {
			text-align: center;
			padding-top: 10px;
			}
			

	/*	code	*/
	input.code {
		border-top: 1px solid #4D4D4D;
		border-left: 1px solid #4D4D4D;
		border-right: none;
		border-bottom: none;
		background-color: #ccc;
		width: 160px;
		color: #333;
		padding: 5px;
		}

	/*	button	*/
	input.button {
		padding: 3px 5px;
		}








