<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "Shift_JIS";
/* ---------------------------------------------
*Since 2007-7-31
*Modified 2007-7-31
*  ---------------------------------------------
*/

/* reset
   --------------------------------------------- */
*{
	margin:0;
	padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
html,body{
	color: #333333;
	background-color: #eeeeee;
	background-image: url(../images/bg_body03.gif);
	background-position: 0 0;
	background-repeat: repeat;
}
a{
	outline:0;
}
ul li{
	list-style-type:none;
}


/* 見出し
   --------------------------------------------- */
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}


/* 01 element,class
   --------------------------------------------- */
body{
/*IE以外為の数値*/
	font-size: 12px;
/*親　継承注意！　*/
	_font-size:75%;
}
/*IE7*/
*:first-child+html body{
	font-size:75%;
}

a:link{
	color:#3366FF;
}
a:hover{
	color:#FF6600;
}


a.linkPtop{
	display:block;
	padding-left: 11px;
	font-size: 10px;
	line-height: 1.35;
	background-image: url(../../common/ico_up1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}


/* clearfix
   --------------------------------------------- */
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix{
  overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
  height:1%;
  overflow:visible;
}
/* End hide from IE-mac */</pre></body></html>