@charset "utf-8";

/*** WRAPPER ***/
.container {
	width: 770px;
	margin: 0 auto;
	color: #000;
}


/* 見出し */
H1 {
	margin: 10px 0px 15px auto;
	text-align: center;
}

H2 {
	margin: 15px 0px 7px auto;
	text-align: left;
	font-weight: bold;
	font-size: 100%;
	font-size: 16px;
	color: #600;
}

H3 {
	margin: 5px 0px 7px auto;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
	font-size: 16px;
	color: #600;
}


/* P */
p {
	margin: 0;
}



/* UL、LI */
ul {
	margin: 0px auto 0px 190px;
}
li {
	list-style-image: url(../oem_images/i_list.gif);
	padding: 0px 0px 0px 15px;
	font-weight: bold;
}


/* オレンジの字 */
.orange {
	font-weight: bold;
	color: #F60;
}


/* 赤の字 */
.red {
	font-weight: bold;
	color: #F66;
}


/*** 本文 ***/
.content {
	padding: 0;
	font-size: 14px;
	line-height: 160%;
}



/*** 流れテーブル ***/
.table_nagre {
	padding: 0;
	font-size: 13px;
	text-align: left;
	margin: 15px 0px;
	line-height: 140%;
}

.table_nagre .tdC01_91 {
	padding: 2px 7px;
	background: url(../oem_images/c01_91.gif) no-repeat left top;
}
.table_nagre .tdC01_86 {
	padding: 5px 7px;
	background: url(../oem_images/c01_86.gif) no-repeat left top;
}
.table_nagre .tdC01_60 {
	padding: 5px 7px;
	background: url(../oem_images/c01_60.gif) no-repeat left top;
}

.table_nagre .tdC02_155 {
	padding: 5px 7px;
	background: url(../oem_images/c02_154.gif) no-repeat left top;
}
.table_nagre .tdC02_86 {
	padding: 5px 7px;
	background: url(../oem_images/c02_86.gif) no-repeat left top;
}
.table_nagre .tdC02_60 {
	padding: 5px 7px;
	background: url(../oem_images/c02_60.gif) no-repeat left top;
}



/*** メッセージ ****/
.messageD {
	border: 1px solid #6C6;
	text-align: left;
	margin: 20px 0px 50px 0px;
	color: #300;
}
.messageD td {
	padding: 10px;
	background: #E4FAC0;
}



/*** ボタン「実績」 ***/
.buttonSakuhin {
	line-height: 100%;
	text-align: center;
	text-indent: -9999px;
}

.buttonSakuhin a:link {
	background: url(../oem_images/b01.gif) no-repeat top;
	display: block;
	height: 40px;
}
.buttonSakuhin a:visited {
	background: url(../oem_images/b01.gif) no-repeat top;
	display: block;
	height: 40px;
}

.buttonSakuhin a:hover {
	background: url(../oem_images/b01.gif) no-repeat bottom;
	display: block;
	height: 40px;
}


/*** ボタン「生地サンプル」 ***/
.buttonSample {
	line-height: 100%;
	text-align: center;
	text-indent: -9999px;
}

.buttonSample a:link {
	background: url(../oem_images/b02.gif) no-repeat top;
	display: block;
	height: 40px;
}

.buttonSample a:visited {
	background: url(../oem_images/b02.gif) no-repeat top;
	display: block;
	height: 40px;
}

.buttonSample a:hover {
	background: url(../oem_images/b02.gif) no-repeat bottom;
	display: block;
	height: 40px;
}


/*** ボタン「制作工程」 ***/
.buttonProcess {
	line-height: 100%;
	text-align: center;
	text-indent: -9999px;
}

.buttonProcess a:link {
	background: url(../oem_images/b03.gif) no-repeat top;
	display: block;
	height: 40px;
}

.buttonProcess a:visited {
	background: url(../oem_images/b03.gif) no-repeat top;
	display: block;
	height: 40px;
}

.buttonProcess a:hover {
	background: url(../oem_images/b03.gif) no-repeat bottom;
	display: block;
	height: 40px;
}


/*** ボタンエリア ***/
.buttonArea {
	margin: 0;
	padding: 0;
}


/*** このページの上へ ***/
.pagetop {
	text-align: right;
	font-size: 12px;
	margin: 20px 0px
}
/* このページの上へ内リンク */
.pagetop a:link {
	color: #600;
	text-decoration: underline;
}
.pagetop a:visited {
	color: #600;
	text-decoration: underline;
}
.pagetop a:hover {
	color: #F63;
	text-decoration: underline;
}



/*** FOOTER ***/
.footer {
	margin: 50px 0px 5px 0px;
	text-align: center;
	border-top: 1px solid #630;
	padding: 3px 0px 5px 0px;
}