@charset "utf-8";
/* ================================================================ */
/*  デフォルト設定													*/
/* ================================================================ */

/*テキスト関係*/
a {
	text-decoration:underline;
	color:#0E91D7 ;
}
a:link {
	text-decoration:underline;
	color:#33495D;
}
a:visited {
	text-decoration:underline;
	color:#33495D;
}
a:hover {
	text-decoration:none;
	color:#33495D;
}
a:active {
	text-decoration:underline;
	color:#33495D;
}
/*  画像リンク：透過処理  */
a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}
/* 文字ぞろえ関係 */
.center {
	text-align: center !important;
}

.left {
	text-align: left !important;
}
.right {
	text-align: right !important;
}

/* 回り込み */
.floatL { float: left; }
.floatR { float: right; }


/* 画像関係 */
img {
	vertical-align: middle !important;
}

/* 回り込み解除 */
.cb { clear: both; }

.cf {
	zoom:1;
}
.cf:after {
	content: "";
	display: block;
	clear: both;
}
/* 角丸設定 */
.radius {
	border: 1px solid #ddd;
	border-radius: 5px;
}

/* end CSS */
