@charset "UTF-8";
/*fontstyle.css*/

/*---------------base_change---------------*/
body {
	font: 100%/1.6 Arial, Helvetica, sans-serif;
}
/* for WinIE6*/
* html body {
  font-size: 100%;
}
/* for WinIE7*/
*:first-child+html body {
  font-size: 100%;
}

/*---------------footer_change---------------*/
#footer {
	font-size: 68%;
}
/* for WinIE6*/
* html #footer {
  font-size: 60%;
}
/* for WinIE7*/
*:first-child+html #footer {
  font-size: 60%;
}


/*---------------pankuzu_change---------------*/
#main #pankuzu h2 {
	font-size: 68%;
}
/* for WinIE6*/
* html #main #pankuzu h2 {
  font-size: 60%;
}
/* for WinIE7*/
*:first-child+html #main #pankuzu h2 {
  font-size: 60%;
}

/*---------------komidasi_change---------------*/
.komidasi {
	border-bottom: 1px dotted #6666CC;
	border-left: 3px solid #6666CC;
	margin-top: 40px;
	margin-bottom: 10px;
	text-indent: 3px;
	color: #6633CC;
	padding-top: 3px;
	background: #DEDBF1;
	font-size: 12px;
}
/* for WinIE6*/
* html .komidasi {
  font-size: 75%;
}
/* for WinIE7*/
*:first-child+html .komidasi {
  font-size: 75%;
}


/*---------------txt-mini_change---------------*/
.txt-mini {
	font-size: 10px;
}
/* for WinIE6*/
* html .txt-mini {
  font-size: 62%;
}
/* for WinIE7*/
*:first-child+html .txt-mini {
  font-size: 62%;
}


/*---------------------------------*/

/*title*/
#sidespace h2#navi4 a p {
	background: url(../../img/navi.gif) no-repeat -140px -135px;
}

#mainspace h3#pagetitle{
	background-image: url(../img/font_mainttl1.jpg);
	background-repeat: no-repeat;
	height: 42px;
	width: 600px;
	text-indent: -9999px;
	margin-bottom: 5px;
	background-position: 0px 0px;
}
.komidasi {
	border-bottom: 1px dotted #6666CC;
	border-left: 3px solid #6666CC;
	margin-top: 40px;
	margin-bottom: 10px;
	text-indent: 3px;
	color: #6633CC;
	padding-top: 3px;
	font-size: 86%;
	background: #DEDBF1;
}

.title-mini {
	font-size: 73%;
	color: #000000;
	background: #E3E3E3 url(../img/title_mini.jpg) no-repeat;
	height: 14px;
	text-indent: 10px;
	line-height: 14px;
}
.margin5 {
	margin: 5px;
}
.boxhalf {
	float: left;
	width: 292px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.boxhalfright {
	float: right;
	width: 292px;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
}
.boxall {
	border: 1px solid #CCCCCC;
}
