﻿/* CSS Document */

/* 　レイアウト　 */

body {
	margin: 0px;
	font-size: 62.5%;
	font-family: "Meiryo","メイリオ","Arial","MS P Gothic","ＭＳ Ｐゴシック",Osaka,sans-serif;
}
body.menu {
	margin: 0px;
	background-image:url(index.files/images/menu.gif);
	background-repeat:repeat;
	font-size: 62.5%;
}
.headerMargin {
	margin: 20px 0 0 20px;
}
.menuMargin {
	margin: 10px 0px 0px 10px;

}
.contentMargin {
	margin: 10px 0px 20px 10px;
	padding-bottom: 10px;
}
.contentBg {
	background-image:url(index.files/images/contentBg.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
}
.menu {
	border-bottom: 2px solid #fff;
	font-weight: bold;
}
.footer {
	background-image:url(index.files/images/footerBg.jpg);
	background-repeat: repeat-x;
	padding: 10px 0 0 10px;
	font-size: 1.1em;
	height:45px;
}
.marginTop10 {
	margin-top:10px;
}
.marginLeft10 {
	margin-left:10px;
}
.marginLeft20Box {
	margin-left:20px;
	background-color:#fff;
	color: #006;
	width: 380px;
	border: 4px solid #f3a0e6;
}
/* 　フォント　 */

.fontSmall {
	font-size: 0.8em;
}

.white {
	color: #fff;
}

.content {
	font-size: 0.8em;
	margin-top: 5px;
	line-height: 1.4em;
}
P {
	font-size: 1.0em;
	line-height: 1.4em;
	margin-bottom: 2px;
	margin-top:0;
	padding-left: 20px;
}

dl {
	margin-bottom: 2px;
	margin-top:0;
	padding-left: 10px;
}
ol  {
	margin-top:0;
	list-style:decimal;
}

.pagetop {
	text-align:right;
}
.pagetop a:link {
	text-decoration: none;
	font-size: 0.9em;
	color: blue;
}
.pagetop a:hover {
	font-size: 0.9em;
	color: #09C;
}
.pagetop a:visited {
	text-decoration: none;
	font-size: 0.9em;
	color: blue;
}
.pankuzu {
	font-size: 0.8em;
	color: #09C;
	padding-bottom: 2px;
}
ul li {
	list-style: none;
}
ul.normal {
	margin-left: 0;
	}
ul.normal li {
	margin-left: 20px;
	list-style: none;
}

/* 　リンク　 */
a:link {
	color: #0066ff;
	text-decoration: none;
}
a:active {
	color:#0066ff;
}
a:hover {
	color: #090;
	text-decoration: underline;
}
a:visited {
	color:#0033cc;
	text-decoration: none;
}

/* 　タイトル　 */

.title {
	font-weight: bold;
	border-bottom: 1px solid #33ccff;
	margin: 12px 0px;
	border-left: 4px solid #33ccff;
	padding-left: 6px;
	color:#00447e;
	font-size: 0.9em;
	padding: 2px 2px 2px 8px;
}
.subtitle {
	font-weight: bold;
	margin: 10px 5px 4px 10px;
	font-size: 0.9em;
	padding-bottom: 2px;
}
.titleYellow {
	background-image: url(index.files/images/titleYellow.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	height: 28px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
}

.titlePink {
	background-image: url(index.files/images/titlePink.jpg);
	background-repeat: no-repeat;
	padding-left: 26px;
	height: 28px;
	font-size: 1.0em;
	font-weight: bold;
}

.titleBlue {
	background-image: url(index.files/images/titleBlue.jpg);
	background-repeat: repeat-x;
	padding: 4px 0px 4px 10px;
	margin: 6px 0px;
	font-size: 0.9em;
	font-weight: bold;
	color:#FFF;
}
.tableBorder1 {
	border:1px solid #848484;
}
.pink {
	color:#cc0099;
}
/* 　トップページ　 */

div.textarea {
	width: 500px;
	height: 180px;
	margin-top: 10px;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	border: 1px #c0c0c0 solid;
	color: #000000;
	overflow: auto;
	font-family: "Meiryo","メイリオ","Arial","MS P Gothic","ＭＳ Ｐゴシック",Osaka,sans-serif;
	font-size: 0.8em;
	padding: 5px;
}

/* 　メニュー　 */

#accordion_menu2{
	margin-top: 5px;
	width:165px;
}
#accordion_menu2 .menuheader a:link {
	color: #000;
	text-decoration: none;
}
#accordion_menu2 .menuheader a:hover {
	color: green;
	text-decoration: none;
}
#accordion_menu2 .menuheader a:visited {
	color: #000;
	text-decoration: none;
}

/* メニューのカテゴリの指定 */

#accordion_menu2 .menuheader {
	background-image: url(index.files/images/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 28px;
	margin-bottom: 0px;
	text-decoration: none;
	font-size: 0.9em;
	font-weight:bold;
	text-indent: 0px;
	padding-left:24px;
	line-height:1.0em;
	padding:10px 0 10px 24px;
	cursor: hand;
	cursor: pointer;
	/* ステータスアイコンを使用する場合 以下の2行が必要。使用しない場合は削除しても構わない。 */
	display: block;
	position: relative;
	border-bottom: 2px solid #FFF;
}
#accordion_menu2 .menuheader:hover{
	color: #07b100;
}
/* openheader はカテゴリが開いている状態のCSS */
#accordion_menu2 .openheader{
	background-image: url(index.files/images/bg_menuOn.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
#accordion_menu2 .openheader{
	background-image: url(index.files/images/bg_menuOn.jpg);
	background-repeat: no-repeat;
	color: #fff;
}

/* 子メニューの指定 */
#accordion_menu2 div.categoryitems ul{
	list-style-type: none;
	margin: 0 10px 3px 0;
	padding: 0 0 0 0;
	width:165px;
}
/*　ステータスアイコンのCSS　*/
#accordion_menu2 div.menuheader .statusicon{
	position: absolute;
	top: 10px;
	left: 3px;
	border: none;
}
#accordion_menu2 div.categoryitems ul li{
	padding-bottom: 2px;
	background-color: #fff;
}
#accordion_menu2 div.categoryitems ul li a{
	color: #000;
	background: url(index.files/images/arrow.png) no-repeat 2px 5px;
	display: block;
	padding: 3px 0;
	padding-left: 16px;
	text-decoration: none;
	font-size: 0.8em;
}
#accordion_menu2 div.categoryitems ul li a:visited{
  color: #000;
}
#accordion_menu2 div.categoryitems ul li a:hover{
  color: #07b100;
  background-color: #fff;
}

/*　テーブル */
.prog table {
	border-bottom-style: none; 
	border-right-style: none; 
	border-top-style: none; 
	border-left-style: none;
}
.normal table {
	border-bottom-style: none; 
	border-right-style: none; 
	border-top-style: none; 
	border-left-style: none;
}
.prog td {
	border-bottom: #33ccff 1px solid; 
	padding-bottom: 6px; 
	padding-left: 6px; 
	padding-right: 6px;
	border-right: #33ccff 1px solid; 
	padding-top: 6px;
	font-size: 0.8em;
}
.normal td {
	padding-bottom: 3px; 
	padding-left: 3px; 
	padding-right: 3px;
	padding-top: 3px;
	font-size: 0.8em;
}
.leftcell {
	border-left: #33ccff 1px solid
}
.topcell {
	border-top: #33ccff 1px solid
}
.topcellWhite {
	border-top: #33ccff 1px solid
}
.categoryBgGray {
	text-align: center; 
	background-color: #f5f5f5; 
	border-top: #33ccff 1px solid;
	font-weight: bold;
}
.categoryBgGrayLeft {
	background-color: #f5f5f5; 
}
