/*
 * File      : maincss.css
 * Update    :
 */

/* すべて */
* {
    margin: 0;
    padding: 0;
    font-family: "MS Pゴシック",Helvetica,sans-serif;
    font-size:100%;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンクの標準処理 */
a,
a:link,
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: underline;
}
a:active {}

/* リンクつき画像 */
a img {
    border: 0;
}

/* 段落 */
p {
    margin-top: 15px;
    margin-bottom: 15px;
}

/* 順序なしリスト */
ul, ol {
    padding-left: 16px;
}
ul li {
    list-style-type: disc;
}

/* メインのリスト表示用・トップレベル */
ul li.top {
	list-style-type: disc;
	/* list-style-image:url(../img/arrow_big.gif); */
	list-style-position: outside;
}

/* メインのリスト表示用・下のレベル */
ul li.second {
	list-style-type: none;
	/* list-style-image:url(../img/arrow_big.gif); */
	list-style-position: outside;
}


/* 定義リスト */
dl {}
dt {}
dd {
    padding-left: 8px;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input {
    padding: 1px;
    font-size: 100%;
}

/* 引用 */
blockquote {
    width: auto;
    margin: 15px 20px 0 20px;
    padding: 10px;
    border: 1px solid #666666;
    background: #f6f6f6;
    font-size: 80%;
    line-height: 150%;
}
.quotetitle { /* 引用文タイトル */
    font-size: 80%;
    border-bottom: 1px solid #666666;
    padding: 3px;
}

/* ページ全体 */

body {
	text-align: center;
	color : #333333;
}

#my_body {
	margin: 0 auto;
	width: 991px;
}

/* トップナビ（ヘッダの上部のナビ） */
#header-container {
	float: left;
	width:100%;
	background-color: white;
	margin: 0px 0px 20px 0px;
}

#header-img-container {
	float:left;width:200px;
}

/* ヘッダーログインコンテナ */
#header-login-container {
	float: right;
	width: 570px;
	height: 20px;
	margin:2px auto 2px auto;
	background-color:#FFFFFF;
	color :#003399;
	text-align: right;
	font-size: small;
}

/* ヘッダーログインコンテナのリンク処理 */
#header-login-container a:link,
#header-login-container a:hover,
#header-login-container a:active,
#header-login-container a:visited {
    color: #000000;
}

/* ヘッダーメニューコンテナ */
#header-menu-container {
	clear: both;
	width: 100%;
	/* height: 120%; */
	margin-left: auto;
	margin-right: auto;
	background-color:#458B74;
	/* background-color:#0099cc; */
	color :#FFFFFF;
	text-align: center;
	line-height:150%;
	padding:0 0 0 5;
	font-size:small;
}

/* ヘッダーメニューコンテナのリンク処理 */
#header-menu-container a:link,
#header-menu-container a:visited,
#header-menu-container a:focus,
#header-menu-container a:hover,
#header-menu-container a:active{
	color :#FFFFFF;
}

/* メインコンテンツ */
#contents-container {
	float: left;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #666;
	background-color:#FFF;
	text-align: left;
	font-weight: bold;
	font-size: small;
}

/* メインコンテンツの右部分（メイン領域）*/
#contents-main-container {
	float: right;
	/* width: 75%; */
	width: 75%;
	text-align: left;
	background-color: #fff;
}

/* メインコンテンツの左部分（サブナビゲーション領域）*/
#contents-sidebox-container {
	float: left;
	/* width: 25%; */
	width: 22%;
	text-align: left;
	background-color: #fff;
}

#contents-sidebox-container ul li.arrow {
	list-style:url(img/arrow_big.gif);
}

/* メインコンテンツの右部分（メイン領域）で、センターに配置する */
#contents-main-container-center [
	float: right;
	width: 75%;
	text-align: center;
	background-color: #fff;
}

#list-title {
	background-color: #eee;
}

/* リスト用テーブルの設定 a7b7f5 */
	/*.title{padding:2px 5px;background:#a7b7f5 url(/img/bar_2.gif) repeat-x;height:20px;text-align:center;} */
.title{padding:2px 5px;background:#B4EEB4;height:20px;text-align:left;}
.title_list01{padding:2px 5px;background:#B4EEB4;height:20px;text-align:center;}
.title_list02{padding:2px 5px;background:#B4EEB4;height:20px;text-align:right;}
.tableline{border:solid #B4EEB4;border-width:1px 0 0 1px;}

/* タスクなどのリスト表示用セル */
.tdline{padding:5px;border:solid #B4EEB4;border-width:0 1px 1px 0;vertical-align:top;}
.tdline_list01{padding:5px;border:solid #B4EEB4;border-width:0 1px 1px 0;vertical-align:top;}	/* 基本の設定 */
.tdline_list01_center{padding:5px;border:solid #B4EEB4;border-width:0 1px 1px 0;text-align:center;vertical-align:top;}	/* 中央揃え */
.tdline_list01_right{padding:5px;border:solid #B4EEB4;border-width:0 0px 1px 0;text-align:right;vertical-align:top;}	/* 右揃え */
.tdline_list01_left{padding:5px;border:solid #B4EEB4;border-width:0 0px 1px 0;text-align:left;vertical-align:top;}		/* 左揃え */
.thline{font-weight:normal;background:#eeeeee;padding:5px;border:solid #B4EEB4;border-width:0 0px 1px 0;vertical-align:top;}	/* ヘッダライン */
.td_button01{padding:0px 0px;background:#eeeeee;height:20px;text-align:right; border:solid #B4EEB4;border-width:0 1px 1px 0;vertical-align:top;}		/* 編集画面下部のボタン用 */
.td_button02,.tdline_list02{margin 0px;padding:0px 0px;background:#eeeeee;height:20px;text-align:center; border:solid #B4EEB4;border-width:0px 1px 1px 0px;vertical-align:top;}		/* 各ラインの編集用ボタン領域：背景：灰色、テキスト中央 */

/* 右側のボックス用テーブルの設定 */
.boxline{border:solid #a7b7f5;border-width:1px 1px 1px 1px;}


/* ユーザー登録画面のフォーム */
#register-form {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	text-align: center;
}

/* フッターコンテナ */
#footer-container {
	clear: both;
	width: 100%; /* for WinIE6,7 */
	padding-top: 28px;
	text-align: center;
	font-size: 75%;
	/* background: url(../images/copyright_bg.gif) left bottom no-repeat; */
}

/* 優先順位の表示設定 */
#pri1 {		/* 最高 */
	color:red;
	font-weight:bold;
	font-size:90%;
}
#pri2 {		/* 高 */
	color:red;
}
#pri3 {		/* 中 */
	color:green;
}
#pri4 {		/* 低 */
	color:black;
}

/* 期限切れの表示設定 */
#InTime { 	/* 期限内の日時の表示 */
	color:green;
}

#NotInTime { 	/* 期限切れの日時の表示 */
	color:red;
}

/* 以下はオリジナル */

#topnav-container {
	position: absolute;
	top: 0;
	left: 0;
	height: 86px;
	width: 750px;
	background-color: #ffffff;
}

#topnav-img {
	position: absolute;
	top: 0;
	left: 0;
}

#topnav-title {
	position: relative;
	height: 86px;
	width: 200px;
	top: 0;
	left: 0;
}

#topnav-img h1 {
	margin: 0;
	padding: 0;
}

#topnav-links {
	position: relative;
	top: 20px;
	left: 230px;
	width: 520px;
	height: 15px;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.0;
	color: #555555;
}

#topnav-links a:link,
#topnav-links a:hover,
#topnav-links a:active,
#topnav-links a:visited {
    color: #FFF;
}

#topnav-links .leftcol,
#topnav-links .rightcol {
    height: 15px;
}

#topnav-links .leftcol {
    text-transform: uppercase;
}

#topnav-blogs {
    position: absolute;
    top: 45px;
    left: 230px;
    width: 520px;
    height: 20px;
    font-size: 10px;
    line-height: 1.0;
}

#topnav-blogs a {
    font-weight: bold;
}

#topnav-search {
    float: right;
    width: 190px;
    height: 25px;
    margin-top: -5px;
    text-align: right;
    background-image: url(images/search.gif);
    background-repeat: no-repeat;
}

#topnav-search input {
    width: 150px;
    margin: 3px 5px 0 0;
    font-size: x-small;
    color: #999;
}
* html body #topnav-search input { margin-top: 2px; }

#topnav-search img {
    margin: 6px 3px 0 0;
    vertical-align: top;
}

#topnav input {
    font-size: x-small;
}

#topnav select {
    width: 150px;
    font-size: 10px;
}

/* タイトルバナー */
#banner {
    width: 850px;
    height: 100px;
    padding: 0px;
    border-bottom: 1px solid #666699;
    border-top: 1px solid #666699;
    /* color: #999999; */
    color: #ffffff;
    /* background: #8fabbe; */
    /* background: #ffffff; */
    background-position: left top;
    background-repeat: no-repeat;
    /* background-image: url("img/mist_banner.jpg"); */
    text-align: center;
}

#banner a,
#banner a:link,
#banner a:visited {
    color: #8fabbe;
    font-size: 150%; /* 32px */
    text-decoration: none;
}
#banner a:hover {}
#banner a:active {}

/* タイトルバナー下の説明 */
#banner h2 {
    /* color: #ffffff; */
    color: #000000;
    font-size: 80%;
}
