@charset "UTF-8";

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

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

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

body.logged_in
{
	margin: 0 auto;
	width: 90%;
}

body.logged_in #user_header
{
	position: relative;
	height: 91px;
	color: #1f869a;
	border-bottom: #ddd 5px solid;
	border-left: #ddd 5px solid;
	border-right: #ddd 5px solid;
	background: url("../admin/images/header_bg.png") repeat-x;
}

body.logged_in #footer
{
	display: none;
}

#menu
{
	padding-top: 10px;
	padding-bottom: 22px;
	_top: -1px;
	_left: -155px;
	width: 200px;
}

#user_main
{
     margin:auto;
     width:900px;
}

#main_container {
     width:900px;
}

#user_container
{
     margin:auto;
     margin-top:30px;
     width:900px;
     _height:800px;
     _min-height:800px;
}

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


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

body.logged_in #user_header a
{
	color: #444444;
	text-decoration: none;
	padding-left: 30px;
}

body.logged_in #user_header h1
{
	padding: 35px 0 0 0;
	position: absolute;
	width: 100%;
	height: 70px;
	font-weight: bold;
	font-size: 152%;
}

body.logged_in #user_header #header_menu
{
	position: absolute;
	top: 0;
	right: 0;
	_right: -1px; /* for IE6 */
	z-index: 2;
	width: 560px;
	height: 92px;
}

body.logged_in #user_header #login_user
{
	position: absolute;
	top: 52px;
	left: 140px;
}

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

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


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

#menu a
{
	display: block;
	text-decoration: none;
}
#menu div
{
	background: url(images/menu_parent.png) no-repeat;
	color:#FFFFFF;
	padding:0.45em 0.2em 0.3em 28px;
	border: #dcdcd1 solid 1px;
}
#menu div.active
{
	/*background-image: url("images/menu_open.png");*/
}
#menu ul.menu_item 
{
}
#menu ul.menu_item li
{
	background: #e4f2fd url("images/menu_item.png") no-repeat;
	background-position:10px 8px;
	border: #dcdcd1 solid 1px;
}
#menu ul.menu_item li a
{
	padding:0.45em 0.2em 0.3em 26px;
}
#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 */


/* table ***************************************************************** */
table.usual {
	margin: 5px 0;
    width: 90%;
}

table.usual th,
table.usual td,
table.list th,
table.list td
{
	border-color: #003;
}
table.usual th,
table.list th
{
	color: #fff;
	background-color: #2f5b7e;
}
table.usual td,
table.list td
{
	color: #333;
	background-color: #e9e9e9;
}
table.usual th a,
table.list th a
{
	color: #fff;
}
table.list th
{
    text-align:center;
}
table.usual th.blind,
table.list th.blind,
table.usual td.blind,
table.list td.blind,
table#calendar_table th.blind,
table#calendar_table td.blind {
	border: none;
	background-color: transparent;
}

/* ***************************************************************** table */
/* table.list ************************************************************* */

table.list {
	margin: 5px 0;
    width:85%;
}
table.list th,
table.list td
{
	border: 1px solid #000;
	line-height: 1.4;
	font-weight: normal;
}
table.list th,
table.list td
{
	padding: 0.2em 0.4em;
}
table.list th.blank,
table.list td.blank
{
	border-style: none;
	background-color: transparent;
}

/* ************************************************************* table.list */


/* ******************************************************************* input */
.short_text {
    width: 150px;
}
.search_jikan_text {
    width: 50px;
}
/* ****************************************************************** float */
.content-center {
    text-align:center;
	margin: 12px 0;
}
.content-float-right {
    text-align:right;
}
/* ***************************************************************** */
.dialog_container
{
	margin: 0 auto;
	width: 90%;
}

/* calendar **************************************************************** */

#calendar {
}

#calendar_table {
    margin:auto;
}

#calendar_table caption {
	text-align: center;
    padding-bottom: 2px;
}

#calendar_table th,
#calendar_table td {
	border: 1px solid #ccc;
	height: 100px;
	width: 120px;
}

#calendar_table th {
	background-color:#fff8e5;
	height: 30px;
	text-align: center;
    font-size:120%;
	font-weight: bold;
}

#calendar_table td {
    vertical-align: top;
	text-align: left;
}

#calendar_table td a {
	text-decoration: underline;
}

#calendar_table div.icons {
	    margin-top: 10px;
}

#calendar_table .weekday,
#calendar_table .weekday a {
	color: #000;
}
#calendar_table .weekday .day_no_reservate {
    color:gray;
}

#calendar_table .saturday,
#calendar_table .saturday a {
	color: #00f;
}
#calendar_table .saturday .day_no_reservate {
    color:#52aae7;
}

#calendar_table .sunday,
#calendar_table .sunday a {
	color: #f00;
}

#calendar_table .holiday,
#calendar_table .holiday a {
	color: #f00;
}
#calendar_table .sunday .day_no_reservate,
#calendar_table .holiday .day_no_reservate {
    color:#f4a599;
}

.day, .day_no_reservate {
    font-size:125%;
	font-weight: bold;
}

.day_info {
    color: #000;
}
.day_info_no_reservate {
    color: gray;
}
#calendar_table td.last_month,
#calendar_table td.next_month {
	text-indent: -10000px;
}

#calendar_table td.link {
}

#calendar_table td.today {
	    background-color: #FFF8E5;
	    color: #000;
}

#calendar_table td.mouseover {
	    background-color: #ffe4ca;
}

.calendar_log_time {
	width:105px;
}

.calendar_log_school_year {
	width:80px;
}

.calendar_log_subject {
	width:80px;
}

.calendar_log_description {
	width:330px;
}
.calendar_log_score {
	width:80px;
}

td.calendar_log_score {
	text-align: right;
}

td.calendar_log_score span.score {
	    font-weight: bold;
	    color: #FF0000;
}

#calendar_hanrei {
	    padding: 15px;
}

td.not_achieved span{
	    font-weight: bold;
}

div#schedule_date {
	    padding: 1em 0 0.5em;
}

/* カレンダーの月別ナビゲーション設定 */
#calendar_month_navi {
    padding-left:250px;
	padding-top:5px;
	_padding-top:20px;
	font-size: 107%;
}

span.month
{
	font-size:130%;
	font-weight:bold;
	color:#e46731;
}

/* news **************************************************/
.news_left
{
    float:left;
    width:200px;
    border: 1px solid gray;
    padding:5px;
    text-align:center;
}
.news_right
{
    float:right;
    width:650px;
}

table.news_table
{
    border: 1px solid gray;
    margin-bottom: 10px;
    padding: 5px;
}
table.news_table td
{
    padding: 5px;
	line-height: 1.4;
}
table.news_table td#news_date
{
    width:150px;
    text-align:right;
}
table.news_table td#news_title
{
    width:450px;
    font-size:120%;
    font-weight:bold;
    text-align:left;
}
.date_menu
{
    margin-top:10px;
    margin-bottom:10px;
}
#title
{
    font-size:120%;
    font-weight:bold;
}
/* news *************************************************/
.page_title 
{
    font-size: 130%;
    margin-bottom:10px;
    margin-top:10px;
}
.title_name
{
    vertical-align:bottom;
}
a {
    text-decoration: underline;
    color: #2F5B7E;
}
.text_underline{
    text-decoration:underline;
}

