@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

h1{
	font-size: 105%;
	color: #333333;
	margin-bottom: 0px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-bottom-style: none;
	margin-top: 0px;
}

h2{
	font-size: 105%;
	margin-bottom: 10px;
}

h3{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	padding: 0px;
	color: #333333;
}

h4{
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

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


#siteName{
	font-weight: normal;
	display: block;
	font-size: 85%;
	width: 800px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #717476;

}
#siteName img{
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}



#siteName strong{
	font-weight: normal;
	font-size: 90%;
	display: block;
	padding-bottom: 0px;
	padding-left: 10px;
}

#siteName p{
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
}


/***********************************************/
/* content                                */
/***********************************************/


#content-width50{
	display: block;
	text-align: left;
	font-size: 95%;
	height: 100%;
	float: left;
	width: 49%;
}
#content-width50-r{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 95%;
	display: block;
	height: 100%;
	width: 49%;
	float: right;
}


.content-box{
	display: block;
	text-align: left;
	width: 376px;
	margin-bottom: 10px;
	color: #333333;
	padding: 2px;
	border: 1px solid #dddddd;
	height: 158px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}

.content-box p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;

}
.content-box h2{
	margin-bottom: 5px;
	text-align: left;
	font-size: 100%;
	color: #7B7062;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.content-box h2 a{
	color: #666666;
	text-decoration: none;

}
.content-box h3{
	margin-bottom: 5px;
	text-align: left;
	font-size: 100%;
	color: #7B7062;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.content-box h3 a{
	color: #666666;
	text-decoration: none;
	display: block;

}


.content-box img{
	float: left;
	text-align: left;
	display: block;
	margin-right: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E7F1DC;
	border-bottom-color: #E7F1DC;
}




/************** #headlines styles **************/
#headlines{
	float:right;
	width: 18%;
	font-size: 80%;
	line-height: 150%;
	background-image: url(base/b.jpg);
	background-position: left top;
	padding-left: 15px;
	background-repeat: no-repeat;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	height: 100%;
}

#headlines h2{
	font-size: 120%;
	text-align: center;
	color: #333333;
	padding-top: 8px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	background-image: url(headline/midasi.jpg);
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


#masthead{
	padding: 0px 0px 2px;
}





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

#navBar ul a:link, #navBar ul a:visited {display: block;}

#navBar{

	display: block;
	width: 799px;
	padding: 0px;
	height: 252px;
	margin: 0px;
	font-size: 90%;
	float: left;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;

}



#navBar a {
	color: #333333;
	line-height: 1.5;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 15px;
	background-position: 3px 8px;
	background-repeat: no-repeat;
}

#navBar a:link{

}
#navBar a:hover{

}

#navBar img {
	border-left-width: 1px;
	border-left-style: solid;

}


#navBar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 230px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}




#navBar li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	border-bottom-color: #FFFFFF;

}

#navBar  p{
	margin: 0px;
	display: block;
}
/************* #search styles ***************/

ul{
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	font-size: 85%;
	display: block;
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	background-image: url(base/c-midashi-2.gif);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
}


.relatedLinks strong{
	margin-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	padding-top: 0px;
	display: block;
}




/************** #advert styles **************/

#advert{
	color: #666666;
	padding-top: 20px;
	padding-right: 10px;
	text-align: right;
	background-image: url(base/top-midashi-3.jpg);
	display: block;
	background-repeat: no-repeat;
	padding-bottom: 30px;
}

#advert img{
	display: block;
}



.content-box3{
	display: block;
	text-align: left;
	background-color: #FAFAFA;
	height: 125px;
	font-size: 92%;
	margin-bottom: 7px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #DDDDDD;
	border-bottom-color: #DDDDDD;
}
.content-box3 p{
	margin: 0px;
	padding: 0px;

}
.h2 {
	background-repeat: no-repeat;
	height: 40px;
	text-align: center;
	width: 390px;
	padding-top: 7px;
}
.content-box3 h2{
	margin-bottom: 5px;
	margin-top: 2px;
	margin-left: 100px;
	text-align: left;
	font-size: 105%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 20px;
}

.content-box3 img{
	float: left;
	text-align: left;
	display: block;
	margin-right: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E7F1DC;
	clear: right;
	border-bottom-color: #E7F1DC;
}


#content{
	font-size: 90%;
	line-height: 160%;
	margin-right: 10px;
	margin-left: 10px;
	width: 780px;
	margin-top: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	clear: both;
}



.img-left {
	float: left;
	display: block;
	margin-right: 10px;
}
.img-right {
	float: right;
	margin-left: 10px;
}
.midasi-staff {
	background-image: url(h/midasi.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 20px;
	height: 35px;
	padding-top: 8px;
}


#content #content-width50-r .content-box p {
	padding-left: 5px;
}

#content #content-width50-r .content-box h3 {
	margin-left: 0px;
}
#content #content-width50-r .content-box a {
	text-decoration: none;
	display: block;
}






#content #content-width50 .content-box h3 {
	margin-left: 0px;
	display: block;
}

#content #content-width50 .content-box a {
	text-decoration: none;
	display: block;
}
#navBar .nav-c .li-under a {
	background-position: 20px;
	padding-left: 30px;
}

.nav-topics2 {

	font-size: 85%;
	display: block;
	height: 90px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	background-image: url(h/nav-topics2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 25px;
}


#content-back {
	line-height: 100%;
	display: block;
	height: 50px;
	width: 799px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	color: #717476;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #717476;
	clear: both;
	margin: 0px;
}

ul {
	text-align: left;
}

.back {
	display: block;
	float: right;
	margin-right: 10px;
	background-image: url(mark/sankaku-top.gif);
	background-repeat: no-repeat;
	width: 100px;
	padding-left: 25px;
	font-size: 95%;
	margin-bottom: 10px;
	background-position: 0px 5px;
}
dd {
	margin-bottom: 20px;
}

.p-yohaku {
	display: block;
	padding-right: 15px;
	padding-left: 15px;
}
.kaigyo {
	clear: both;
	margin-left: 10px;
}
.setsumei {
	display: block;
}

.content-back-hr {
	border-top-style: dotted;
	border-top-color: #9CCA5D;
	text-align: right;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	display: block;
	border-top-width: 2px;
}

.hissu {
	background-image: url(mark/hissu.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navBar #CertificationPageForm {
	text-align: center;
	display: block;
	padding: 0px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.content-box img {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.topics {
	display: block;
	font-size: 90%;
	line-height: 150%;
	margin: 5px;
	width: 750px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #D7A7D1;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7A7D1;
}
.space-under {
	display: block;
	margin-bottom: 50px;
}
#content .q {
	clear: both;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #D7A7D1;
	color: #660000;
	font-size: 105%;
	background-image: url(mark/q.gif);
}
.a {
	background-image: url(mark/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 25px;
	padding-left: 30px;
}
.font-red {
	font-size: 115%;
	font-weight: bold;
	color: #FF6699;
	line-height: 150%;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.img-index {
	margin-top: 4px;
}
#wrapper {
	width: 801px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #717476;
	border-right-color: #717476;
	border-bottom-color: #717476;
	border-left-color: #717476;
	display: block;
}
#wrapper #content-back .foot img {
	padding-right: 23px;
}
#content-back .foot .copy {
	font-size: 8.5pt;
}
#content-back .foot .link {
	font-size: 9pt;
	text-align: right;
	display: block;
	width: 250px;
	float: right;
}
 .h1 {
	font-size: 110%;

	background-position: left;
	letter-spacing: 0.1em;
	text-align: center;
	height: 30px;
	background-repeat: no-repeat;
	padding-top: 10px;
	color: #663333;
}
.h4-p {
	background-repeat: no-repeat;
	background-position: left center;
	height: 33px;
	width: 181px;
	padding-top: 7px;
	text-align: center;
	display: block;
}
 .h1-k {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	text-align: center;
	margin: 0px;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 2px;
}
.gleen {
	background-color: #E3EEDF;
	font-weight: bold;
}
 #navBar img {
	float: right;
}
#content .content-box p {
	font-size: 95%;
}
#wrapper #content-back p {
	margin-bottom: 0px;
	margin-top: 5px;
}
.font100 {
	font-size: 100%;
}
.s-50 {
	display: block;
	padding-left: 50px;
}
.font-90 {
	font-size: 90%;
	line-height: 125%;
}
.access {
	background-image: url(mark/car.jpg);
	background-repeat: no-repeat;
	display: block;
	padding-left: 40px;
}
.setsubi {
	display: block;
	padding-left: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9A772;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #D9A772;
}
#content-close {
	display: block;
	margin-right: auto;
	background-repeat: no-repeat;
	text-align: center;
	width: 800px;
	margin-left: auto;
	background-position: left bottom;
	padding-bottom: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 103px;
	clear: both;
	font-size: 75%;
	color: #666666;
	margin-top: 0px;
	padding-top: 10px;
}
#content-close img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content-back #ssl {
	display: block;
	float: left;
	height: 50px;
	width: 100px;
	margin-right: 15px;
	margin-left: 10px;
}
