@charset "EUC-JP";

/*
#####################################
でじまむワーカーズ
 サイト内共通ＣＳＳ
最終更新：2006.01.30

#####################################*/

/* 基本設定
-----------------------------------------------*/
*{
/*	font-family:sans-serif;*/
	line-height:1.5em;
}
body,h1,h2,h3,h4,h5,h6,form,p,ul,dl,ol,li,dt,dd{
	margin:0;padding:0;
}
ul li{
	list-style-type:none;
}
h1,h2,h3,h4,h5,h6{
	font-weight:bold;
}
img,img a,img a:hover{
	border-bottom:none;
}
body{
	color:#333333;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",sans-serif;
}

/* リンク
-----------------------------------------------*/
a{
	color:#003366;
	text-decoration:none;
}
a:hover{
	color:#006699;
	text-decoration:underline;
	/*border-bottom:1px solid #900;*/
}
a.textLink{
	border-bottom:1px solid #CCC;
}
a:hover.textLink{
	border-bottom:1px solid #006699;
}

/* フロート関連
-----------------------------------------------*/
.floatL{
	float:left;
}
.floatR{
	float:right;
}

.clearL{
	clear:left;
}
.clearR{
	clear:right;
}
.clearBoth{
	clear:both;
}
/*すべて解除*/

.clearFloat{
	height:1px;
	font-size:1%;
	clear:both;
	display:block;
}
/*
↑クリアするものの直後に下記を入れる
<span class="clearFloat"></span>
*/


/* 色/共通
-----------------------------------------------*/
.red{color:#C00;}
.date{color:#666666;font-size:x-small;font-weight:normal;margin-left:3px;}

/* テキスト関連
-----------------------------------------------*/
.alignR{
	text-align:right;
}
.alignL{
	text-align:left;
}
.alignC{
	text-align:center;
}
.nowrap{
	white-space:nowrap;
}
.bold{
	font-weight:bold;
}

/*インデント*/
.indent1{
	padding-left:1em;
	text-indent:-1em;
}
/*行間*/
.lineHS{
	line-height:1.2em;
}
.lineHM{
	line-height:1.5em;
}
.lineHL{
	line-height:1.7em;
}


/* その他
-----------------------------------------------*/
.displayBlock{
	display:block;
}
.displayInline{
	display:inline;
}
.displayNone{
	display:none;
}





