@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : contents.css
 Author     : MIYA
 Style Info : コンテンツ内のスタイル
=================================================================== */


/* サンプルtableの共通設定
----------------------------------------------------------- */
table	{
	border-collapse: collapse;	border-spacing: 0;
	width: 100%;
	margin-bottom: 30px;
}
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	{
	background: #A0C9DB;
	border-top: 2px solid #1D5C79;
	border-bottom: 1px solid #FFF;
}
.sample6 td	{
	background: #E5F2F8;
	border-bottom: 1px solid #FFF;
}

/* サンプル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;
}