@charset "utf-8";

/* -----------------------------------------------
 * INDEX
 *
 * Author     : eriko
 * LastUpdate : 12/05/25
----------------------------------------------- */

/* ------------------------------------
 * 背景リセット用
 * ------------------------------------ */

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 13px "ＭＳ Ｐゴシック",arial,helvetica,clean,sans-serif;/* default@font-size: 13px; */
	*font-size: small;
	*font: x-small;
/*	text-align: center;*/ /* box centering */
	background:#fff;
    height: 100%;
}

/* ------------------------------------
 * メイン
 * ------------------------------------ */
#previewItem {
	width:740px;
	margin: 10px auto;
	}
	#previewItem table {
		width: 100%;
		}
	#previewItem th {
		padding: 3px 5px;
		border: 1px solid #cccccc;
		color: #ffffff;
		font-weight: normal;
		text-align: center;
		background: #6facd8;
		}
	#previewItem td {
		padding: 3px 5px;
		border: 1px solid #cccccc;
		text-align: center;
		}
#preview {
	width:740px;
	margin:0 auto;
	border: 1px solid #666666;
	text-align:center;
	}

#mainArea{
	width:700px;
	padding-top:20px;
	margin:0 auto;
/*	text-align:center;*/
	}
#mainArea h1 {
	text-aline:left;
	}
#mainArea h2 {
	width:645px;
	text-aline:left;
	}
.posR{
	margin-left:10px;
	}

/*
.posL{
	width:430px;
	}

.posR{
	width:250px;
	}

	.posR img{
		margin-bottom:10px;
		}

	.posR .imgLast{
		margin-bottom:0;
		}
*/
#mainArea .posL{
	width:250px;
	}
	#mainArea .posL img{

		margin-bottom:10px;
		}

	#mainArea .posL .imgLast{
		margin-bottom:0;
		}
#mainArea .posR{
	width:405px;
	}

#mainArea h2 {
	/*line-height: 34px;
	height: 34px;*/
	margin:15px 0;
	padding: 8px 20px;
	color: #fff;
	font-size:120%;
	/*background: #e78720;*/
	background: #871B1B;
	/*background: url('../news/img/bg_h2.gif') no-repeat left top;*/
}


.box{
	margin-bottom:10px;
	padding-bottom:10px;
	}


