@charset "UTF-8";

/*
** 共通モジュール
** Date: 2007-06-26
** Author: snd
*/

.floatLeft{
	display:block;
	float:left;
}

.floatRight{
	display:block;
	float:right;
}
.clear{
	clear:both;
}

.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}

.bold{
	font-weight:bold;
}

/* clearfix
----------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	overflow:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height:1%;
	overflow:visible;
}
/* End hide from IE-mac */

.maB18{
	margin:0 0 18px 0px;
}
.gray{
color:#333333;
}
.line{
border-right:#333333 1px solid;
}
.lineB{
border-bottom:#333333 1px solid;
}
.height{
line-height:1.8
}
