@charset "euc-jp";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #1c1c1c;
	padding: 0;
	margin: 0;
	background: url(../images/common/bg-tile.gif) repeat #fffbfa;
}
body, p, div, dl, dt, form, img {
	padding: 0;
	margin: 0;
	border: 0;
}

input {
	padding: 0;
	margin: 0;
}

h1, h2, h3 {
	line-height: 1.4em;
	padding: 0;
	margin: 0;
}

hr {
	border: none;
	border-top: 1px dotted #000;
	height: 1px;
	margin: 15px 0px;
}

#container {
	position: relative;
	min-height: 100%;
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
}


#header {
	background-color: #fff;
}

#header {
	width: 700px;
	height: 122px;
	background: url(../images/common/title.gif) no-repeat;
}

#header #title {
	text-indent: -10000px;
	float: left;
	width: 200px;
}

#header #login-info {
	width: 230px;
	float: right;
	padding-right: 15px;
	margin-top: 38px;
}

#header #login-info p {
	clear: both;
	margin: 7px 0;
	text-align: right;
	color: #535353;
}

#header #login-info img {
	float: right;
}

#header #menu {
	clear: both;
	height: 22px;
	margin: 5px 15px 0px 15px;
	border-top: 1px solid #384660;
}

#header #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#header #menu ul li {
	float: left;
	height: 22px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-left: 1px solid #c9c9c9;
	border-right: 1px solid #fff;
}

#header #menu ul li.menu-first {
	border-left: none;
}

#header #menu ul li.menu-last {
	border-right: none;
}

#header #menu ul li.menu-selected {
	color: #fff;
	text-align: center;
	line-height: 22px;
	background: url(../images/common/menu-bg.gif) bottom repeat-x;
}

#header #menu ul li a:link,
#header #menu ul li a:visited {
	display: block;
	width: 30px;
	height: 22px;
	color: #3a4563;
	text-align: center;
	line-height: 22px;
	text-decoration: none;
	background: url(../images/common/menu-bg.gif) top repeat-x;
}

#header #menu ul li a:hover {
	color: #fff;
	background: url(../images/common/menu-bg.gif) bottom repeat-x;
}

#header #menu ul li#menu-top,
#header #menu ul li#menu-top a,
#header #menu ul li#menu0,
#header #menu ul li#menu0 a,
#header #menu ul li#menu1,
#header #menu ul li#menu1 a,
#header #menu ul li#menu2,
#header #menu ul li#menu2 a,
#header #menu ul li#menu3,
#header #menu ul li#menu3 a,
#header #menu ul li#menu4,
#header #menu ul li#menu4 a,
#header #menu ul li#menu5,
#header #menu ul li#menu5 a {
	width: 94px;
	font-size: 11px;
}

#contents {
	width: 670px;
	margin: 0px 15px 0px 15px;
	padding-bottom: 55px;
/*	position: relative;*/
}

#footer {
	position: absolute;
	width: 700px;
	height: 15px;
	bottom: 0px;
	left: 50%;
	margin-left: -350px;
	background-color: #33435d;
	color: #fff;
}

#footer #termofuse-link {
	float: left;
	width: 181px;
	padding-left: 10px;
	line-height: 15px;
	font-size: 10px;
}

#footer #termofuse-link a:link,
#footer #termofuse-link a:visited {
	color: #fff;
	text-decoration: none;
}

#footer #termofuse-link a:hover {
	color: #cecece;
	text-decoration: none;
}

#footer #copyright {
	float: left;
	width: 338px;
}

#footer #to-fen-link {
	width: 50px;
	height: 5px;
	float: right;
	margin-top: 5px;
	margin-right: 26px;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	line-height: 0;
}

