/* CSS Document */

/*
-------------------------
redefine
-------------------------
*/
h1 {
	font-size: 1.4em;
	text-align: center;
	width: 100%;
	left: 0px;
	top: 30px;
	position: absolute;
	color: #666666;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 10px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*
-------------------------
  lyout
-------------------------
*/
#window
{

}

#header
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 2px;

}

#main
{
	width: 760px;
}

#login
{
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 100px;
}

#login form
{
	margin: 0px;
	padding-left: 50px;

}

/*
----------

menu

-----------
*/

#menu
{
	margin: 10px;
	float: left;
	width: 160px;
	background-color: #EBEBEB;

}
#menu p
{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;

}
#menu .list
{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left: 5px;

}


#contents
{
	float: right;
	margin-top: 10px;
	width: 570px;
	margin-bottom: 30px;

}

#footer
{
	clear: both;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	padding: 2px;

}

/*
--------

redefine

--------
*/

body
{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #666666;
	margin: 0px;

}
form{
	margin: 0px;
	padding: 0px;
}
