*{
	padding: 0;
	margin: 0;
	border: none;
}


body{
	font-family: Meiryo, メイリオ, "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	line-height: 1.166;
}


a{
	color: #006699;
	text-decoration: none;
}


a:link{
	color: #006699;
	text-decoration: underline;
}


a:visited{
	color: #899FD3;
	text-decoration: underline;
}


a:hover{
	color: #006699;
	text-decoration: underline;
}


h1{
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	color: #334d55;
}


h2{
	padding: 0px 0px 5px 10px;
	font-size: 114%;
	color: #006699;
}


h3{
	font-size: 100%;
	font-weight: normal;
	color: #334d55;
}


h4{
	padding: 2px 0 0 0;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}


h5{
	font-size: 100%;
	color: #334d55;
}


ul{
	list-style-type: none;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #BCD2E6;
}


#navBar{
	float: left;
	width: 150px;
	border-right: 1px solid #94C8A7;
	border-bottom: 1px solid #94C8A7;
	background-color: #C2E0CE;
}


#content{
	padding: 0px 10px 0px 10px;
	margin-left: 150px;
	font-size: 80%;
}


/************* #content styles **************/

#content table{
	width: 95%;
	margin-bottom: 30px;
	border-style: solid;
	border-color: #DCDCDC #778899 #778899 #DCDCDC;
	border-width: 1px;
}


#content td{
	border-style: solid;
	border-color: #778899 #DCDCDC #DCDCDC #778899;
	border-width: 1px;
	vertical-align: top;
}


#content ul {
	margin: 0.5em 0 -0.4em 0;
	line-height: 2.1em;
}


#content li ul {
	margin: 0 0 0 1em;
}

.stred {
	color: #FF0000 !important;
}


.popup img {
	position: absolute;
	left: -10000px;
	top: -10000px;
	display: block;
}

.popup a:hover {
	position: relative;
}

.popup a:hover img{
	left: 0px;
	top: 16px;
}



/* diskスタイル */ 
.indentll {
	margin: 0px 0px 0px 2em;
	list-style-type: disc;
}


/* ぶら下げ */ 
.lowindent {
	margin: -0.4em 0px 0.4em 3em !important;
	list-style-type: circle;
	line-height: 1.166 !important;
}

/* リスト */ 
.list {
	margin: 0.5em 0px 0em 3em !important;
	list-style-type: circle;
	line-height: 1.166 !important;
}



/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	padding: 0px 0px 0px 10px;
}



/************* #globalNav styles **************/

#globalNav {
	float: left;
	width: 100%;
	border-bottom: 1px solid #BCD2E6;
	font-size: 93%;
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	background: #F4F7FB;
}

#globalNav ul {
	padding: 10px 10px 0 50px;
	list-style: none;
}

#globalNav li {
	display: inline;
}

#globalNav a {
	float: left;
	padding: 0 0 0 4px;
	text-decoration: none;
	background: url("images/tableft.gif") no-repeat left top;
}

#globalNav a span {
	float: left;
	padding: 5px 15px 4px 6px;
	color: #627EB7;
	display: block;
	background: url("images/tabright.gif") no-repeat right top;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#globalNav a span {
	float: none;
}

/* End IE5-Mac hack */
#globalNav a:hover span {
	color: #627EB7;
}

#globalNav a:hover {
	background-position: 0% -42px;
}

#globalNav a:hover span {
	background-position: 100% -42px;
}



/************* #footNav styles **************/
#footNav {
	padding: 3px;
	margin: 3px;
	text-align: center;
}


#footNav a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #ddd;
	color: #627EB7;
	text-decoration: none;
}

#footNav a:hover, #footNav a:active {
	border: 1px solid #BCD2E6;
	color: #638425;
	background-color: #F4F7FB;
}

#footNav span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #627EB7;
	font-weight: bold;
	color: #FFF;
	background-color: #627EB7;
}

#footNav span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #BCD2E6;
	font-size: 75%;
	color: #333333;
	text-align: right;
}


#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}



/************* #search styles ***************/

#search{
	padding: 5px 0 5px 10px;
	border-bottom: 1px solid #94C8A7;
	font-size: 80%;
}


.form {
	height: 20px;
	width: 117px;
	padding-right: 1px;
	border: solid #BCD2E6 1px;
}


.button{
	height: 25px;
	width: 47px;
	color: #2e523b;
	background: url(images/submit.gif) no-repeat 0 0;
	cursor: pointer;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	text-decoration: none;
	display: block;
}

#navBar ul {
	text-indent: 1em;
	list-style: none;
}


/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {
	border-bottom: 1px solid #C2E0CE;
}


/* fix for browsers that don't need the hack */
html>body #navBar li {
	border-bottom: none;
}



/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	border-bottom: 1px solid #94C8A7;
	font-size: 90%;
}


#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}


#sectionLinks a {
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #94C8A7;
	display: block;
}


#sectionLinks a:hover{
	background-color: #E2EBF4;
}


/************* #linkunit styles ***************/

#linkunit{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #94C8A7;
}
