@charset "utf-8";
/*=============================================================
 Common Layout
=============================================================*/

/* JS element
-------------------------------------------------------------*/
.rollover {
}
* html body {
	behavior:url("http://developer.sakura.ad.jp/common/js/csshover3.htc");
}
/* icon
-------------------------------------------------------------*/
a:visited {
	color:#55459e;
}
.outside {
	background:url(http://developer.sakura.ad.jp/images/icon_window.gif) no-repeat right 1px;
	padding-right:12px;
	margin-right:3px;
}
/* Float Element
-------------------------------------------------------------*/
.cClear {
	clear:both !important;
}
.cLeft {
	float:left !important;
}
.cRight {
	float:right !important;
}
.column-layout {
	width:100%;
	overflow:hidden;
}
div.clr-box {
	margin: 0;
	padding: 0;
	clear: both;
}
div.clr-box br {
	display:none;
}
/* aligh
-------------------------------------------------------------*/
.alignL {
	text-align: left !important;
}
.alignC {
	text-align: center !important;
}
.alignR {
	text-align: right !important;
}