/* リンク部分の色設定 */
a {
	color: #0000ff;
}

/* テキストボックス */
.text {
	border: solid 1px #000000;
}

.pagebutton
{
	/*width:100px;*/
	height:30px;
	}

/* コンテナ */
div#container {
	text-align: center;
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダー */
div#logout {
	top: 40px;
	right: 10px;
	color: #000000;
	position: absolute;
	font-size: 75%;
}

div#usershow {
	top: 20px;
	right: 10px;
	position: absolute;
	font-size: 100%;
}

div#usershow a {
	text-decoration: underline;
	color: #000000;
}

div#header1 {
	text-align: left;
	background-image: url(../img/line-blue1.png);
	background-repeat: repeat-x;
	width: 1024px;
	margin-top: 0px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

div#header {
	height: 80px;
	width: 1024px;
	background-color: #ffffff;
	margin: 0px auto;
	position: relative;
}

div#header h1 {
	margin: 0;
}

div#header p {
	color: #000000;
	font-size: 0.75em;
	margin: 0;
}

div#header span {
	display: none;
}

div#header #hd-title {
	width: 900px;
	height: 80px;
	left: 0px;
	position: absolute;
	margin-bottom: 1ex;
	background: url(../img/headimage.gif);
	background-repeat: no-repeat;
}

/* パンくずリスト
p#bread
{
	font-size:0.75em;
	margin-top:3px;
	margin-bottom:30px;
}*/ /* コンテンツ */


/* 管理(manager)画面用 */
div#content {
	text-align: left;
        clear: both;
	width: 828px;
        float: right;
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 25px;
}

div#content h2 {
	background-color: #014471;
	background-image: url(../img/bar-blue2.png);
	background-repeat: no-repeat;
	font-size: 0.875em;
	color: #ffffff;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
}

div#content h3 {
	font-size: 0.875em;
	line-height: 28px;
	padding-left: 6px;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 0px;
	align: center;
}

div#content p {
	font-size: 0.75em;
	line-height: 1.6;
	margin-top: 10px;
}

/* サイトバー */
div#sidebar {
	width: 166px;
	float: left;
	margin-top: 5px;
}

ul.sidemenu {
	font-size: 0.75em;
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	line-height: 0;
}

ul.sidemenu li {
	list-style-type: none;
}

ul.sidemenu li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	color: #ffffff;
	background-color: #005087;
	border-bottom: solid 1px #ffffff;
	padding-left: 10px;
}

ul.sidemenu li a:hover {
	background-color: #017acd;
}

/* フッター */
div#footer {
	background-image: url(../img/line-blue.png);
	background-repeat: repeat-x;
	width: 1024px;
	margin-top: 0px;
	padding-top: 8px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
}

address {
	font-size: 0.75em;
	font-style: normal;
	text-align: center;
}

/* ログインフォーム */
#login {
	width: 600px;
	margin: 0;
	border-color: #000000;
}

.tableleft {
	width: 100px;
	background-color: #3399ff;
	text-align: right;
	border-left: 0px;
	border-top: 0px;
	border-color: #000000;
}

.tableright {
	width: 300px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-color: #000000;
}

/* 一覧画面 */
.tablelist {
	margin-top: 5px;
	width: 828px;
	border-right: solid 1px #000000;
	border-top: solid 1px #000000;
	text-align: center;
}

.tablelist th {
	background-color: #9acd32;
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

.tablelist td {
	border-left: solid 1px #000000;
	border-bottom: solid 1px #000000;
}

div#pagebotton {
	width: 704px;
	text-align: right;
}

simage {
	border: 3px solid #ffffff;
	background-color: #ffffff;
}

div#errormsg {
	color: #ff0000;
}

/*お知らせフォーム*/
.tablerights {
	text-align: left;
	width: 464px;
	border-left: 0px;
	border-top: 0px;
	border-right: 0px;
	border-color: #000000;
}

/* 詳細画面 */
div#manage {
	font-size: 0.80em;
	float: right;
}

.textleft
{
    text-align: left;
}

.textright
{
    text-align: right;
    width:40px;
}





