/*全体のフォントサイズとフォントカラー*/
body {
	font-size : 12px;
	color     : #333333;
	font-family: "ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin:0px;
}

html{
	overflow-y:scroll;
}
img {
	border:0px;
}

/*フォントサイズ*/
.txt12px {
	font-size : 12px;
}

/*行間180%*/
.line180 {
	line-height : 180%;
}

/*リストの設定*/
.list1 {
	list-style-position : outside;
	list-style-image    : url(../image/icon/icon1blue.gif);
	list-style-type     : none;
	line-height         : 150%;
}

/*テーブルセルのアンダーライン*/
.underline {
	border-bottom-width : 1px;
	border-bottom-style : solid;
	border-bottom-color : #CCCCCC;
}

/* リンク */
a:link {
	color           : #333333;
	text-decoration : none;
}

a:visited {
  color           : #333333;
	text-decoration : none;
}

a:hover {
  color           : #666666;
	text-decoration : underline;
}

a:active {
  color           : #333333;
	text-decoration : none;
}

/*-----------------------------------------------------*/
/*   copyright(C) Wonder Nest. All rights reserved.    */
/*-----------------------------------------------------*/


