@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
{
    height:20px;
}

#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: #2F5B7E;
	text-decoration: underline;
}

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 
{
}
#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
{
}

/* ******************************************************************** 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 th,
table.usual td
{
	border-color: #003;
}
table.usual th
{
	color: #fff;
	background-color: #036;
    white-space: nowrap;
}
table.usual td
{
	color: #333;
	background-color: #e9e9e9;
}
table.usual th a
{
	color: #fff;
}

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


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

body.login {
	margin: 80px auto 20px;
	width: 400px;
}

body.login h1 {
	margin: 5px auto;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	color: #036;
	font-weight: bold;
	font-size: 153.9%;
	text-align: center;
}

body.login p.error {
	text-align: center;
}

body.login form {
	margin: 0 auto;
	width: 60%;
}

body.login dl {
	margin: 20px auto;
}

body.login dt {
	margin: 2px 0;
	width: 100px;
	line-height: 22px;
	color: #fff;
	background-color: #036;
	font-weight: bold;
	text-align: center;
}

body.login dd {
	margin: -24px auto 0 105px;
}

body.login dd input {
	width: 100%;
}

body.login div.buttons {
	text-align: center;
}

/* ******************************************************************* login */
.content-float-right
{
	text-align: right;
	float: right;	
}
.content-center
{
	text-align: center;
}
/* ***************************************************************** text */
.short_text
{
    width: 150px;
}
.search_jikan_text
{
    width: 50px;
}
