<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

  /**
   * プリセット CSS
   * 
   * @author  HAKKO Development Co.,Ltd. az'Ciel division (Hiroyuki.Nagahara)
   * @version 2009.04.02
   * 
   */

/**
//=========================================//
//-------------ベーシック設定--------------//
//=========================================//
*/

/* safari only ¥*/
html[xmlns*=""] body:last-child * {
	
  font-family		: "メイリオ", "游ゴシック", YuGothic, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, "Droid Sans",  sans-serif;
}

html {
    
	color             : #333;
	font-size         : 14px;
	font-family		: "メイリオ", "游ゴシック", YuGothic, Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, Roboto, "Droid Sans",  sans-serif;
	line-height       : 150%;
}

/*デフォルトリセット*/
div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
form,fieldset,p,
textarea,blockquote,table,th,tr,td,ul,li {

	margin            : 0;
	padding           : 0;
}
/*デフォルトリセット*/
img {

	border            : 0;
	margin            : 0;
	padding           : 0;
	vertical-align    : bottom;
}

/*デフォルトリセット*/
table {

	border-collapse   : collapse;
}


/*リンク色*/
a {

	color             : #0000FF;
	text-decoration   : none;
}

/*訪問済みリンク色*/
a:visited {

	color             : #666666;
	text-decoration   : none;
}

/*オンマウスリンク色*/
a:hover {

	color             : #CC6699;
	text-decoration   : underline;
}

/**
//=========================================//
//--------------フロート解除---------------//
//=========================================//
*/

.clearfix:after {

	content           : ".";  /* 新しい要素を作る */
	display           : block;  /* ブロックレベル要素に */
	clear             : both;
	height            : 0;
	visibility        : hidden;
}

.clearfix {

	min-height        : 1px;
}
/*IE6*/
* html .clearfix {

    height          : 1px;
    /*¥*//*/
    height          : auto;
    overflow        : hidden;
    /**/
}

/**
//=========================================//
//-----------------------------------------//
//=========================================//
*/
</pre></body></html>