@charset "utf-8";
body {
	line-height: 130%;
	color: #333;
	font-size: 12px;
	background-color: #FFF;
	padding: 0px;
	margin: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
/*img {
	margin:0;
	padding:0;
    border-width:0px;
}*/
#container {
	width: 980px;
	/*	clear: both;*/
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a img {
	border-style: none;
}

/* 基本リンク設定 */
a:link{
	color: #333;
	text-decoration: underline;
	line-height: 150%;
}
a:visited{
	color: #333;
	text-decoration: underline;
	line-height: 150%;
}
a:hover,
a:active{
	text-decoration: none;
	color: #F96;
}
/* ------------------------------------------------------
    text カラー設定
   ------------------------------------------------------ */
.notes_red { color:#CC0000; }
.notes_red a { color:#CC0000; }
.notes_blue { color:#336699; }
.notes_gray { color:#999999; }