﻿
body {
	background-image: url(../images/bg.gif);
	margin: 0px;
	background-color: #eeeeee;
}


dl , li , p {
	margin: 0px:
}

ul {
	margin-left: 15px;
	list-style-type: disc;
}



dd {
	margin-left: 15px;
}

div {
	font-family: 'ＭＳ Ｐゴシック',Osaka,Arial,Georgia,sans-serif;
	font-size: 10pt;
}

input.button {
	width: 75px;
}


/* 選択部 */
div.header_line {
	overflow: hidden;
	background-color: #662d91;
	width:  800px;
	border-right: 1px #cccccc solid;
}


div.header_title {
	width:  800px;
	padding: 0px;
	border-style: none;	
}


div.header_title_left {
	float: left;
	width:  530px;
	height: 45px;
	padding: 0px;
	border-style: none;
	background-color: #18678f;
}

div.header_title_right {
	float: left;
	width:  269px;
	height: 45px;
	padding: 0px;
	border-style: none;
	color: #ffffff;
	background-color: #18678f;
	border-right: 1px #cccccc solid;
}

div.header_title2 {
	width:  799px;
	height: 5px;
	padding: 0px;
	border-style: none;
	background-color: #208abf;
	border-top: 1px #ffffff solid;
	border-right: 1px #cccccc solid;
	overflow: hidden;
}

div.header_top {
	width:  800px;
	padding: 0px;
	border-style: none;
	border-right: 1px #cccccc solid;
}

div.footer {
	color: #ffffff;	
	width:  800px;
	height: 15px;
	padding: 0px;
	border-style: none;
	background-color: #18678F;
	border-right: 1px #cccccc solid;
}

div.mainNavigation {
	width:  800px;
	padding: 0px;
	border-style: none;
	border-right: 1px #cccccc solid;
}

#mainNavigation a{
	display: block;
}

/* ----- 右ナビゲーション表示領域 ----- */

div.mainContents {
	width:  799px;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-right: 1px #cccccc solid;
	overflow: hidden;
  	position: relative;
}


div.leftNavigation {
	color: #333333;
	width:  239px;
	border-style: none;
	border-right: 1px #cccccc solid;
	float: left;
	overflow-y: auto;
	overflow-x: auto;
	height: 450px;
}

div.content {
	color: #333333;
	/* smaller 10px */
	width:  550px;
	border-style: none;
	float: right;
	overflow-y: auto;
	overflow-x: auto;
	height: 450px;
}

div.content_writter {
	/* スクロールバー分減算 */
	color: #333333;
	margin-left: 10px;
	padding-top:  10px;
	width:  789px;
	border-style: none;
	overflow-y: scroll;
	overflow-x: auto;
	height: 450px;
}

div.content_writter_preview {
	color: #333333;
	/* smaller 10px */
	width:  550px;
	border-style: none;
	float: left;
	padding: 10px;
	overflow-x: auto;
	min-height: 450px;
	height: auto !important;
	height: 450px;	
}

div.source {
	padding: 10px;
	margin-left: 15px;
	border: 1px solid #cccccc;
	background-color: #fffff0;
}

div.nest {
	margin-left: 15px;
}

/* ----- コンテンツ表示領域 ----- */

div.content_menu {
	margin-top: 10px;
}

div.content_title{
	width: 90%;
	margin-top:    10px;
	margin-bottom: 15px;
	padding-left: 5pt;
	padding-top: 3pt;
	font-size: 10pt;
	border-left:   5px #18678f solid;
	border-bottom: 1px #dddddd solid;
}

div.content_title_main {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 2px;
}

div.content_title_sub {
	margin-bottom: 5px;
}

div.content_title_mini {
	width: 100%;
	margin-top:    5px;
	margin-bottom: 15px;
	padding: 3pt;
	border-left:   5px #cccccc solid;
	border-bottom: 1px #eeeeee solid;
}

div.content_main {
	width: 95%;
	padding-left: 5pt;
	padding-bottom: 5pt;
}

/** original */
div.content_main_navi {
	width: 95%;
	padding-left: 5pt;
	padding-bottom: 5pt;
	/* min-height */
	min-height: 355px;
	height: auto !important;
	height: 355px;
}


img {
	margin: 0pt;
	padding: 0pt;
	border-style: none;
	float: none;
	vertical-align: bottom;
}

/* リンク部 */
a {
	font-family: 'ＭＳ Ｐゴシック',Osaka,Arial,Georgia,sans-serif;
	font-size: 10pt;
	color: #000000;
}

a.hiddenItem {
	color: #ee0000;
}

a.footerLink {
	color: #ffffff;
}

/* リンク部 */
a.logout {
	color: #ffffff;
}

/* 表 */

table {
	font-family: 'ＭＳ Ｐゴシック',Osaka,Arial,Georgia,sans-serif;
	font-size: 10pt;
	padding: 0px;
	border-collapse: collapse;
	border: none;	
}

td {
	padding: 3px;
	border: 1px #cccccc solid;
}

th {
	padding: 3px;
	border: 1px #cccccc solid;
	text-align: center;
	background-color: #eeeeee;
	font-weight: normal;
}



