@charset "utf-8";
/* CSS Document */

/* サイト共通 */

/* ================= 目次 ======================

　1.BODY
　2.リンク

============================================= */


/* 1. BODY
---------------------------------------------- */
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
body{
	font:13px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
*font-size:small;*font:x-small;
	color:#333333;
	background: #FFF;
}


/* 2. リンク
---------------------------------------------- */
a:link{
	color:#666666;
	text-decoration:none;
}

a:visited{
	color:#666666;
	text-decoration:none;
}

a:active{
	color:#666666;
	text-decoration:none;
}

a:hover{
text-decoration:underline;
}
/* 3. hr
---------------------------------------------- */
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #CCC;
}

