@charset "UTF-8";

/*--------------------------------------------------------- 
Base
---------------------------------------------------------*/
body {
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro W3, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", helvetica, arial, sans-serif;
	*font-size: 12px;
	*font: 80%;
	color: #000;
	letter-spacing: 1px;
}
table {
	font-size: 12px;
	*font-size: 12px;
	letter-spacing: 0px;
}
th,
td.td_bg {
	font-weight: bold;
	color: 333;
}
div.top_contents_waku {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

h1,h2,h3,h5,h6 {
	
}

p {
  line-height: 1.5;
  text-align: left;
}

input {
	font-size: 12px;
}


a,
a:link,
a:visited {
	color: #0066cc;
	text-decoration: none;
	letter-spacing: 1px;
}
a:hover {
	color: #d10080;
}



/*--------------------------------------------------------- 
Header
---------------------------------------------------------*/
div.header p {
	font-size: 14px;
	color: #fff;
}



/*--------------------------------------------------------- 
Menu
---------------------------------------------------------*/
div.menu span {
	font-size: 14px;
}



/*--------------------------------------------------------- 
Topic Path
---------------------------------------------------------*/
p.topicPath {
	/*font-size: 12px;
	*font-size: 100%;*/
}



/*--------------------------------------------------------- 
Category ( Sub Pages )
--------------------------------------------------------- */
div.category h3 {
	font-size: 14px;
}



/*--------------------------------------------------------- 
Category 2 & Category Manual
--------------------------------------------------------- */
div.category2 dl dt {
	font-weight: bold;
}
div.category2 h4 span,
div.categoryManual h4 span {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
p.subCategory {
	font-size: 18px;
	font-weight: bold;
	color: #d10080;
}
div.categoryManual dl dt {
	font-size: 14px;
	font-weight: bold;
	color: #533e3e !important;
}



/*--------------------------------------------------------- 
Footer
---------------------------------------------------------*/
div.footer {
	font-size: 11px;
	*font-size: 90%;
}



/*--------------------------------------------------------- 
Red Text
---------------------------------------------------------*/
.redTxt {
	color: #d10080 !important;
}
.redTxtBold {
	color: #d10080 !important;
  font-weight: bold;
}

/*--------------------------------------------------------- 
Green Text
---------------------------------------------------------*/
.greenTxt {
  color: #346461 !important;
}
.greenTxtBold {
  color: #346461 !important;
  font-weight: bold;
}

/*--------------------------------------------------------- 
blue Text
---------------------------------------------------------*/
.blueTxt {
  color: #395066 !important;
}
.blueTxtBold {
  color: #395066 !important;
  font-weight: bold;
}

/*--------------------------------------------------------- 
orange Text
---------------------------------------------------------*/
.orangeTxt {
  color: #FFB94D !important;
}
.orangeTxtBold {
  color: #FFB94D !important;
  font-weight: bold;
}

/*--------------------------------------------------------- 
Form Lavel Text
---------------------------------------------------------*/
.formLavelTxt {
  color: #003366 !important;
  font-weight: bold;
}


/*--------------------------------------------------------- 
Top Page Search Form
--------------------------------------------------------- */
div#searchForm {
	letter-spacing: 0px;
}



/*--------------------------------------------------------- 
Company Search
--------------------------------------------------------- */
table.listSearchFormTbl {
	font-size: 12px;
}



/*--------------------------------------------------------- 
Company Search
--------------------------------------------------------- */
div#searchForm div#areaSearch dl dt {
	font-weight: 600;
}



/*--------------------------------------------------------- 
Company Search List Info
--------------------------------------------------------- */
div.companyInfo_list div h3 {
	font-size: 14px;
}



/*--------------------------------------------------------- 
Steps
--------------------------------------------------------- */
ul.howtoSteps {
	color: #fff;
}
ul.howtoSteps li.nextStep {
	color: #31b9c5;
}



/*--------------------------------------------------------- 
Login and Entry Application Form
--------------------------------------------------------- */
div.loginEntryForm div.loginEntryFormTop {
	font-size: 0px;
}
div.loginEntryForm div.loginEntryFormBottom {
	font-size: 0px;
}


span.kaisenTitle {
	font-size: 14px;
	color: #F00;
}

/*--------------------------------------------------------- 
Font size
--------------------------------------------------------- */
.fsize10 {
  font-size: 10px;  
  line-height: 12px;
}
.fsize08 {
  font-size: 8px;
  line-height: 12px;
}
.fsize06 {
  font-size: 6px;  
}
.fsize04 {
  font-size: 4px;  
}
.fsize10t {
  font-size: 10px;  
	letter-spacing: 0px;
}
.fsize08t {
  font-size: 8px;  
	letter-spacing: 0px;
}
.fsize06t {
  font-size: 6px;  
	letter-spacing: 0px;
}
.fsize04t {
  font-size: 4px;  
	letter-spacing: 0px;
}
