@charset "shift_jis";

@import url("layout.css");
@import url("main.css");




img{
	border:none;
	}

}



/*背景が黒のリンク*/

.link_blk a{
	text-decoration: underline;
	color: #333333;
}

.link_blk a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}




/*矢印が黒のリンク*/

.link_point_b a{
	text-decoration: underline;
	color: #333333;
	background-image: url(../images/point_barrow_blk.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
}

.link_point_b a:hover {
	text-decoration: none;
	background-color: #000000;
	color: #ffffff;
}






/*フッターリンク*/

#footerwrap a{
	color: #CCCCCC;
	text-decoration:underline;
}



#footerwrap a:visited{
	color: #CCCCCC;
}


#footerwrap a:hover{
	color: #FFFFFF;
	background-color: #000000;
	text-decoration:none;
}



/*小さいフォント*/


.smalltxt{
	font-size:10px;
	line-height: 1.4;
}



/*回り込みのクリア

--------------------------------*/


.clear:after{

	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.clear{display:inline-table;}


/* \*/


* html .clear{height:1%;}

.clear{display:block;
clear:left;}


/* */

