@charset "utf-8";
/* info.css */


/* --------------------------------

	* Pages Style Sheet {


		* last update 09/04/09
		* author : Nakaya;
	
	}
	
	
--------------------------------
		 Contents
	
	1. index.html
		├	1-1.	納品について
		├	2-1.	特定商取引法
		├	3-1.	旧漢字について
	
	
--------------------------------- */




/* ==========================================================================================================

	 1. delivered.html
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	1-1.	納品について

---------------------------------------------------------------------*/


/*  納期表示Table
-----------------------------------*/

table.schedule td,
table.schedule th {
	border:#999 1px solid;
	width:62px;
	text-align:center;
	font-size:90%;
	vertical-align: middle;
	line-height: 110%;
}

table.schedule {
	width:504px;
	margin:0 auto;
}

table.schedule th {
	background-color:#FFC;
	font-weight:bold;
}

table.schedule td.cl1 {
	background-color:#FCF;
}
table.schedule td.cl2 {
	background-color:#CFF;
}
table.schedule td.cl3 {
	background-color:#FC9;
}

/* ==========================================================================================================

	 2. tokuteisho.html
 
============================================================================================================*/


/*  ------------------------------------------------------------------

	2-1.	特定商取引法

---------------------------------------------------------------------*/


/*  特定商取引法表示Table
-----------------------------------*/
table.toku td,
table.toku th {
	border:#999 1px solid;
	font-size:100%;
	padding:3px;
}

table.toku {
	width:504px;
	margin:0 auto;
}

table.toku th {
	background-color:#A00;
	font-weight:bold;
	color:#FFF;
	width:150px;
}

table.toku td {
	width:354px;
}
/* ==========================================================================================================

	 2. oldfont.html
 
============================================================================================================*/
#oldfont {
	width:540px;
	margin:0 auto;
	text-align:left;
}