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


body{
	font-size: 12pt;
	font-family: "ヒラギノ明朝 Pro W3", "細明朝体", "ＭＳ Ｐ明朝", serif;
	color: #000000;
	background-color: #FFFFFF;
	line-height: 1.166;
}


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



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{
	font-size: 100%;
	font-weight: normal;
	color: #000000;
}


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


ul{
	list-style-type: none;
}

strong{
    font-family: "Century Gothic", Arial, sans-serif;
    font-weight: normal;
    color: #5d4442;
}


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

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


#navBar{
	display:none;
}


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


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

#content table{
	width: 100%;
	margin-bottom: 20px;
	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 {
	display:none;
	width: 100%;
}




/************* #footNav styles **************/
#footNav {
	display:none;
}



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

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


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