@charset "utf-8";

/*
********************************************************************
サイト全体に共通の基本定義
********************************************************************
*/

/* ▼余白、リストのデフォルト形状、fontなど▼ */
* {
	list-style:none;
	margin:0px;
	padding: 0px;
	text-decoration: none;
	/*background: #252422;*/
	font-family: 'Meiryo', 'メイリオ','平成明朝','Lucida Grande', Verdana,'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',sans-serif;
}

a.noborder, 
a.noborder:link, 
a.noborder:hover, 
a.noborder:active, 
a.noborder:visited, 
img{
	border: 0;
	vertical-align:bottom;
}
/*hr{
	display: none;
}*/

/* ▼リンク、画像border、hr▼ */
a:link, 
a:active{
	color: #134e63;
	text-decoration:none;
}
a:visited{
	color: #006699;
	text-decoration:none;
}
a:hover{
	color: #a90707;
	text-decoration:underline;
}