@charset 'UTF-8';

* {
	margin:0px;
	padding:0px;
	line-height:1.3em;
	letter-spacing: 0;
	text-align:justify;
	text-justify: inter-ideograph;
}
body {
	height:100%;
	font-size:100.01%;
	letter-spacing:0.1em;
}
a {
	outline:none;
}
a img {
	outline:none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #6666CC;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0000FF;
}
/*-----------------------------------------------------*/
address {
	font-style: normal;
}
/*-----------------------------------------------------*/
.clearfix:after {
	content: url(pixel.gif);
	display: block;
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
.clearfix { display: block; }
/*-----------------------------------------------------*/
.none {
	display:none;
}
/*-----------------------------------------------------
点線区切り
100%Blackの点線画像を透明度10%でグレー設定		　 
-----------------------------------------------------*/
div.line_dot {
	width:100%;
	height:1px;
	margin:0px;
	background:url(../images/line_dot_black.gif) repeat-x;
	filter: alpha(opacity=10);
	-moz-opacity:0.1;
	opacity:0.1;
} 

/*-----------------------------------------------------
	■min-height　■min-width	サンプル		  　　 
-----------------------------------------------------*/
.foo {
	min-height:100px;
	height: auto !important;
	height: 100px;
}
.bar {
	min-width:100px;
	width: auto !important;
	width: 100px;
}
/*-----------------------------------------------------
	リストタグのアクセント
-----------------------------------------------------*/
ul.list_head_d {
	list-style-type:none;
}
ul.list_head_d li {
	background:url(../images/list_head_blue_d.gif) no-repeat;
	background-position:0px 0.5em;
	padding:0 0 0 1em;
}


ul.list_head_c {
	list-style-type:none;
}
ul.list_head_c li {
	background:url(../images/list_head_blue_c.gif) no-repeat;
	background-position:0px 0.5em;
	padding:0 0 0 1em;
}

