@charset "utf-8";
/* CSS Document */


/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #ccc; /* 外枠 */
	width: 900px;
	margin-bottom: 30px;
	border-top: #ccc 3px double;
	margin-right: auto;
	margin-left: auto;
}
th, td	{
	padding: 10px 20px;
	color: #1D5C79;
}

/* サンプル1
----------------------------------------------------------- */
.sample1 th	{
	border-bottom: 2px solid #1D5C79;
}

/* サンプル2
----------------------------------------------------------- */
.sample2 th	{
	border-bottom: 2px solid #1D5C79;
}
.sample2 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル3
----------------------------------------------------------- */
.sample3 th	{
	border-right: 30px solid #FFF;
	border-bottom: 2px solid #1D5C79;
}
.sample3 td	{
	border-right: 30px solid #FFF;
}

/* サンプル4
----------------------------------------------------------- */
.sample4 .odd	{
	background: #E5F2F8;
}

/* サンプル5
----------------------------------------------------------- */
.sample5	{
	border: 1px solid #1D5C79;
}
.sample5 th	{
	border-bottom: 1px dotted #1D5C79;
}

/* サンプル6
----------------------------------------------------------- */
.sample6 th	{
	border-top: 1px solid #1D5C79;
	border-bottom: 1px solid #CCC;
	border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
	background-image: url(images/LightBlue.png);
	
}
.sample6 td	{
	background: #fff;
	border-bottom: 1px solid #ccc;
    border-width: 1px; /* 線の太さ */
	border-style: solid dotted; /* 線種 */
	
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */	
}
.sample6 tr .non {
	background: #fff; /* 線種 */
	text-align: left;
	font-size: 14px;
	line-height: 1.5em;
	letter-spacing: 0.1em;        /* 文字間隔0.5文字分 */
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid dotted;
	border-right-color: #fff;
	border-bottom-color: #ccc;
}

/* サンプル7
----------------------------------------------------------- */
.sample7 th	{
	background: #CAE5F1 url(image/th.jpg) repeat-x;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample7 td	{
	background: #F4FAFC url(image/td.jpg) repeat-x;
	border-bottom: 1px solid #FFF;
}

/* サンプル8
----------------------------------------------------------- */
.sample8	{
	background: url(image/bg_td.jpg) no-repeat bottom;
}
.sample8 th	{
	background: url(image/bg_th.jpg) no-repeat;
	border-bottom: 1px solid #FFF;
}
.sample9 th.topL	{
	background: url(image/bg_thl.jpg) no-repeat;
}
.sample8 th.topR	{
	background: url(image/bg_thr.jpg) no-repeat top right;
}
.sample8 td	{
	border-bottom: 1px solid #FFF;
}

/* サンプル9
----------------------------------------------------------- */
.sample9 th	{
	border-bottom: 1px solid #DDD;
}
.sample9 td	{
	border-bottom: 1px solid #DDD;
}

/* サンプル10
----------------------------------------------------------- */
.sample10	{
	border: 1px solid #DDD;
}
.sample10 th	{
	background: url(image/th_10.jpg) repeat-x bottom;
	border: 1px solid #DDD;
	color: #333;
}
.sample10 td	{
	border: 1px solid #DDD;
	color: #333;
}


#container #area #area2 {
	padding-left: 50px;
	height: auto;
}
