@charset "UTF-8";

/* IE6, IE7, Firefox で動作します */

@import "../../layout_position.css";

/* layout ****************************************************************** */

body.logged_in
{
	margin: 0;
}

body.logged_in #header
{
	position: relative;
	height: 92px;
	color: #fff;
	background-color: #101987;
}

body.logged_in #footer
{
	display: none;
}

#menu
{
	padding-bottom: 22px;
	_top: -1px;
	_left: -155px;
	width: 140px;
	background-image: url("images/menu_bottom.png");
	background-repeat: no-repeat;
	background-position: 0 100%;
}

#main
{
	margin-right: 10px;
	margin-left: 155px;
	padding-top: 2px;
}

/* ****************************************************************** layout */


/* header ****************************************************************** */

body.logged_in #header a
{
	color: #fff;
	text-decoration: none;
}

body.logged_in #header h1
{
	padding: 22px 0 0 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 800px;
	height: 70px;
	background-image: url("images/title.png");
	background-repeat: no-repeat;
	background-position: 0 72px;
	font-weight: bold;
	font-size: 152%;
}

body.logged_in #header #header_menu
{
	position: absolute;
	top: 0;
	right: 0;
	_right: -1px; /* for IE6 */
	z-index: 2;
	width: 560px;
	height: 92px;
	background-image: url("images/login.png");
	background-repeat: no-repeat;
}

body.logged_in #header #login_user
{
	position: absolute;
	top: 52px;
	left: 80px;
}

body.logged_in #header #logout
{
	position: absolute;
	top: 52px;
	left: 460px;
}

/* ****************************************************************** header */


/* menu ******************************************************************** */

#menu a
{
	display: block;
	text-decoration: none;
}
#menu div
{
	padding: 0.3em 0.2em 0.3em 16px;
	border-width: 1px;
	border-color: #001431;
	border-style: none solid solid;
	color: #fff;
	background-color: #00497b;
	background-image: url("images/menu_close.png");
	background-repeat: no-repeat;
	background-position: 3px 8px;
	cursor: pointer;
}
#menu div.active
{
	background-image: url("images/menu_open.png");
}

#menu ul.menu_item /* Safari で問題あり */
{
	display: none;
}
#menu ul.menu_item li
{
	border-width: 1px;
	border-color: #001431;
	border-style: none solid solid;
	background-color: #fcfcfc;
	background-image: url("images/menu_item.png");
	background-repeat: no-repeat;
	background-position: 8px 10px;
}
#menu ul.menu_item li a
{
	padding: 0.3em 0.2em 0.3em 20px;
}
#menu ul.active
{
	display: block;
}

/* ******************************************************************** menu */


/* elements **************************************************************** */

h1
{
	font-size: 136%;
}

h2
{
	margin-bottom: 0.8em;
	padding: 0 0 0.2em 16px;
	border-bottom: 1px solid #003;
	background-image: url("images/h2_background.png");
	background-repeat: no-repeat;
	background-position: 0 3px;
	font-size: 107%;
}

h3
{
	margin: 1.5em 0 0.5em;
	padding: 0 0 0.2em 16px;
	background-image: url("images/h2_background.png");
	background-repeat: no-repeat;
	background-position: 0 4px;
}

/* **************************************************************** elements */


/* modules ***************************************************************** */

table.usual
{
	margin-left: 10px;
	margin-bottom: 10px;
	width: 630px;
}

table.usual th,
table.usual td
{
	border-color: #003;
}
table.usual th
{
	color: #fff;
	background-color: #036;
}
table.usual td
{
	color: #333;
	background-color: #e9e9e9;
}
table.usual th a
{
	color: #fff;
}
#hanrei,
table.usual td.none-active
{
	color: #848280;
	background-color: #d1d0cf;
}
.active
{
	background-color: #e9e9e9;
}
.contents-notice
{
	margin-left: 5px;
}

/* ***************************************************************** modules */


/* login ******************************************************************* */

#member_login_wrapper {
	margin:30px auto 0;
	width:580px;
}


#member_login_header {
	height:18px;
}

#member_login_container {
	padding-top:44px;
	min-height:460px;
	_height:460px;
}


#member_login_logo {
	width:344px;
	height:169px;
	margin:auto;
	background: url(./images/kubota_login_back_title.jpg) 0 0 no-repeat;
}

#member_error_container{
	height:42px;
}

#member_login_wrapper #member_error_container .error {
	margin:0px;
	padding:0px;
	line-height:42px;
}

#member_error_container p {
	text-align:center;
}

#member_login_form {
	width:354px;
	margin:auto;
}

#member_login_input {
	width:354px;
	margin:auto;
	text-align:right;
}

#member_login_input th,
#member_login_input td {
	height:31px;
	margin:0px;
	padding:0 0 25px;;
	vertical-align:middle;
}


.login_description {
	width:100px;
	height:30px;
	font-size:15px;
	color:#226;
}

.login_description label {
	visibility:hidden;
}

#member_login_input .th_identity {
	background:url(./images/kubota_login_logo_id.jpg) 0 0 no-repeat;
}

#member_login_input .th_password {
	background:url(./images/kubota_login_logo_password.jpg) 0 0 no-repeat;
}


#member_login_input input {
	font-size:20px;
	border:1px solid #fc9;
	width:243px;
	height:25px;
	margin-right:9px;
	background-color:#ffc;
}


#member_login_buttons a{
	width:351px;
	height:94px;
	display:block;
	margin: 17px auto;
	text-decoration:none;
	line-height:87px;
	background:url(./images/kubota_login_button.jpg) 0 0 no-repeat;
}

#member_login_buttons a:hover {
	background-position:0 -94px;
}

#member_login_header h1,
#member_login_logo h2,
#member_login_buttons span
{
	display:none;
}


#member_login_reset_password {
	width:344px;
	padding-left:5px;
	text-align:left;
}

#member_login_wrapper #footer {
	height:25px;
	padding-top:100px;
	font-size:11px;
	text-align:center;
	color:white;
	background: url(./images/kubota_login_back_bottom.jpg) center bottom no-repeat;
}

/* ******************************************************************* login */

#popup_header h1{
	display:none;
}

#popup_header {
	height:63px;
	margin:10px 20px 0px;
	background: url("images/logo_small.gif") 0 0 no-repeat;
}
