@charset "UTF-8";
/* ****************************************************************************

	base.css
	
-------------------------------------------------------------------------------

　01. common
　02. base
　03. Content- Header
　04. Content- Footer
　05. Tool
	
******************************************************************************* */
body {
	color: #000;
	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ,sans-serif;
	font-size: 12px;
	line-height: 1.4;
	background: #dfdfdf;
}

ul li {
	list-style-type:none;
}

a {
	color:#666;
	text-decoration:none;
}

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

a:focus {
	outline:none;
}
	.blankIcon{
		background:url(/contents_file/common/img/icon_blank.gif) no-repeat right center;
		padding-right:13px;
	}

img,
input[type="image"] {
	vertical-align:bottom;
}

a:hover img,
input[type="image"]:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}