@charset "utf-8";

@import url("margin.css");
@import url("txt.css");

/* ************************************************ 
 *	全体
 * ************************************************ */

body,div,pre,blockquote, 
form,fieldset,input,textarea,select,option, 
dl,dt,dd,ol,h1,h2,h3,h4,h5,h6, 
embed,object { 
margin: 0; 
padding: 0; 
}

.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
	font-size:0px;
}
img {
	vertical-align: bottom;
}

/* ------------------------------------- 
 *	リンクカラー
 * ------------------------------------- */

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}

.red_b {
	font-weight:bold;
	color:#cc0000;
}

.red_14 {
	color:#cc0000;
	font-size:14px;
}
