@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:auto;
	width:1000px;
	background-image: url("images/head_bar.gif");
	background-repeat: no-repeat;
	background-position: top;
}


#member_login_header {
	height:80px;
}

#member_login_logo {

	margin:10px auto;
	text-align:center;
}

#member_error_container{
	line-height:40px;

}

#member_error_container p {
	text-align:center;
}

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

#member_login_input {
	margin:auto;
}

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

#member_login_input input {
	border:1px solid #fc9;
	width:175px;
	height:20px;
	background-color:#ffc;
}


#member_login_buttons a{
	width:280px;
	display:block;
	margin: 25px auto;
	text-decoration:none;
	line-height:45px;
	background-image: url("images/button_login.gif");
	background-position:top left;
	background-repeat: no-repeat;
}


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


#member_login_reset_password {
	width:280px;
	text-align:left;
}
/* ******************************************************************* login */

#popup_header h1{
	display:none;
}

#popup_header {
	height:60px;
	margin:5px 20px 0px;
	background: url("images/manavics_logo_small.gif") 0 0 no-repeat;
}

