/*	style.css
	すぷらいと
	110604 yumizclub
*/

body,td	{
		font-family: Meiryo, 'メイリオ', 'Lucida Grande', Verdana, 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3', 'ＭＳ Ｐゴシック', sans-serif;
		font-size:14px;
		line-height:16px;
		color:#006600;
		margin:0px;
		
}

body	{

	text-align:center;
	background-color:#EDE6CC;

}

td	{
	vertical-align:top;
}

img {

	border:none;

}
/*基本設定*/
a:link,
a:visited,
a:active { color: #006600;}
a:hover { color: #FF9900;}


/*リンク設定*/
a:link.white,
a:visited.white,
a:active.white { color: white;}
a:hover.white { color: #FF9900;}

/* ライン設定*/
.hr_ten {

	border:none;
	border-top:dashed 2px #006600;
	height:1px;

}


/*看板*/
.kanban	{
	width:800px;
	height:220px;
	background: url(img/kanban.jpg) no-repeat;
}

/*本文*/
.honbun	{
	width:800px;
	background: url(img/honbun_bg.jpg) repeat-y;
}

/*下層本文*/
.kaso_honbun {

	width:499px;
	/*height:220px;*/
	background: url(img/haikei.gif) no-repeat;

}

.lightgreen{

	color:#7AC700;
}

.bg_lightgreen{

	background-color:#7AC700;
}

.bg_green{

	background-color:#006600;
}

.mgn_l15{

	margin-left:15px;
}

.mgn_r5{

	margin-right:5px;
}

.mgn_l5{

	margin-left:5px;
}
.mgn_b5{

	margin-bottom:5px;
}

.mgn_r10{

	margin-right:10px;
}

.mgn_l10{

	margin-left:10px;
}

.mgn_t10 {
	margin-top:10px;
}
.mgn_t5 {
	margin-top:5px;
}

.pad_b10 {
	padding-bottom:10px;
}

.pad_l10 {

	padding-left:10px;
}

.pad_t10 {
	padding-top:10px;
}

.center {text-align:center}

.right {text-align:right}

.left {text-align:left}

.white {color:white}

.font12	{font-size:1.2em}
.font9	{font-size:0.9em}
.font8	{font-size:0.8em}
.font14	{font-size:1.4em}


