@charset "euc-jp";

html * {
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

* {
	margin:0;
	line-height:1.0;
	font-style:normal;
	/*font-weight:normal;*/
	font-family:"Arial","Helvetica","Osaka","ＭＳ Ｐゴシック",sans-serif;
}

body {
	background:#E6DDC1 url('../images/back2.gif') repeat-y;
	color:black;
	font-size:100%;
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
}


/*リンクカラー指定 タイプ1::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
a:link,
a:visited {
	color:#683023;
	background-color:transparent;
	text-decoration:underline;
}
a:hover,
a:focus {
	color:#F0780E;
	background-color:transparent;
	text-decoration:underline;
}
a:active {
	color:#5F819B;
	background-color:transparent;
	text-decoration:underline;
}

/*外枠（背景BG用）:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
div.sotowaku{
	background-image:url('../images/back.gif');
	background-repeat:repeat-y;
	width:804px;
	margin:0px;
}

/*ヘッダー::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.header{
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	width:800px;
	height:110px;
}

.navi{
	margin-right:80px;
}

.contents{
	margin-top:0px;
	margin-left:0px;
	margin-bottom:0px;
	width:800px;
	text-align:center;
}

.titlearea{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.title{
	width:738px;
	height:40px;
	background-color:#ffffff;
	border:solid 1px #5D8F00;
}

/*フロー:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.flow{
	width:738px;
	background-color:#A2D247;
	border-left:solid 1px #5D8F00;
	border-right:solid 1px #5D8F00;
	border-bottom:solid 1px #5D8F00;
}

/*説明エリア:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.setsumei{
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.setsumei p{
	line-height:1.2em;
	font-size:90%;
	margin-bottom:5px;
}


ul{
	font-size:90%;
	margin-bottom:5px;
}
li{
	line-height:1.2em;
}

/*コンテンツエリア（角丸の枠あり1）::::::::::::::::::::::::::::::::::::::::::::*/
.contents-space{
	background-color:#F2E9D7;
	margin-top:5px;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:10px;
	width:700px;
}
/*コンテンツエリア（角丸の枠なし）::::::::::::::::::::::::::::::::::::::::::::*/
.contents-space2{
	margin-top:5px;
	margin-bottom:10px;
	width:700px;
}
/*コンテンツエリア（角丸の枠あり2）::::::::::::::::::::::::::::::::::::::::::::*/
.contents-space3{
	background-color:#F2E9D7;
	margin-top:5px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:10px;
	width:660px;
}
/*コンテンツエリア（角丸の枠内テーブル用）::::::::::::::::::::::::::::::::::::::::::::*/
.contents-space4{
	background-color:#F2E9D7;
	margin-top:5px;
	margin-left:70px;
	margin-right:70px;
	margin-bottom:10px;
	width:600px;
}

/*普通にテキスト::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.text1{
	line-height:1.4em;
}

p.ex1{
	margin-top:0.5em;
	margin-left:1em;
	margin-bottom:0.5em;
}

.midashi{
	font-size:120%;
	color:#cc0000;
}

/*見出し:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.index1{
	margin-bottom:10px;
	padding-top:2px;
	color:#cc0000;
	font-size:120%;
	font-weight:bold;
}
.index2{
	color:#000000;
	font-size:110%;
	font-weight:bold;
}
.index3{
	color:#000000;
	font-size:140%;
	font-weight:bold;
	text-align:center;
}
.mitsumori{
	height:100px;
	margin-bottom:10px;
	padding-top:2px;
	color:#000000;
	font-size:150%;
	font-weight:bold;
	text-align:center;
}

.mitsumori-head{
	position:absolute;
	top:340;
	left:30;
}
.syomei{
	position:absolute;
	top:340;
	left:520;
	width:240;
}

/*表:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.tb1{
	border-top:solid 1px #000000;
	border-left:solid 1px #000000;
	border-bottom:solid 1px #999999;
	border-right:solid 1px #999999;
}

/*印刷ダンボール(index.php,result.php):::::::::::::::::::::::::::::::::::::::::::::::*/
td.param1{
	background-color:#C7B299;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
	text-align:center;
}

td.param2{
	background-color:#ffffff;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

td.param3{
	font-size:90%;
	background-color:#C7B299;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

/*印刷ダンボール(result.php):::::::::::::::::::::::::::::::::::::::::::::::*/
td.param4{
	background-color:#d3be96;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
	text-align:center;
}

/*印刷ダンボール(order_form.php,confirm.php):::::::::::::::::::::::::::::::::::::::::::::::*/
td.param5{
	color:#330000;
	background-color:#d3be96;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}
td.param6{
	font-size:90%;
	background-color:#ffffff;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}
td.param7{
	font-size:90%;
	color:#000000;
	background-color:#E9D2A6;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

p.folm1{
	font-size:80%;
	line-height:1.2em;
}
p.folm2{
	font-size:100%;
	line-height:1.2em;
}
p.folm3{
	font-size:80%;
	line-height:1.2em;
	text-align:justify;
	text-justify:auto;
}
p.caution1{
	color:#000000;
	font-size:90%;
	margin-top:5px;
	line-height:1.2em;
}
.caution2{
	color:#663300;
	font-size:80%;
	line-height:1.2em;
}
.caution3{
	color:#ff0000;
	font-size:90%;
	line-height:1.2em;
}

div.caution4{
	font-size:90%;
	color:#993300;
}

p.as{
	margin-top:-1.1em;
	margin-left:1em;
	line-height:1.2em;
}

div.footer{
	/*background-color:#d3be96;*/
	background:#d3be96 url('../images/footer.gif') repeat-x;
	border-bottom:solid 1px #000000;
	width:800px;
	height:25px;
	margin-left:0px;
	margin-top:10px;
	margin-bottom:0px;
}

/*ここから鈴木作成分すたいるしーと::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.title2{
	width:738px;
	height:131px;
	background-color:#ffffff;
	border:solid 1px #5D8F00;
}

/*会社概要::::::::::::::::*/
.company{
}

.company td{
	color:#4C180B;
	text-align:left;
	vertical-align:top;
	line-height:1.3;
}

.setsubi{
}

.setsubi td{
	 color:#000000;
}

/*企業理念::::::::::::::::*/
.idea{
	margin-top:30px;
	margin-left:30px;
	margin-right:50px;
	margin-bottom:10px;
	width:700px;
}

/*トップページ::::::::::::::::*/
.top{
	margin-top:10px;
	margin-left:11px;
	margin-right:9px;
	margin-bottom:10px;
	width:780px;
}

.newarea{
	border-left:solid 1px #000000;
	border-right:solid 1px #000000;
	border-bottom:solid 1px #000000;
}
.newarea p{
	font-size:90%;
	margin:7px;
}

td.before{
	background-image:url("../images/top_before.gif");
	background-repeat:no-repeat;
	width:256px;
	height:100px;
}

td.teikei{
	background-image:url("../images/top_teikei.gif");
	background-repeat:no-repeat;
	width:377px;
	height:293px;
}

.order1{
	background-image:url("../images/top_order1.gif");
	background-repeat:no-repeat;
	width:387px;
	height:153px;
}
p.but{
	color:#ffffff;
	margin:10 20 10 20px;
	line-height:1.2em;
	font-size:90%;
	/*text-align:justify;
	text-justify:auto;*/
}
p.but2{
	color:#ffffff;
	margin:10 30 10 28px;
	line-height:1.2em;
	font-size:90%;
	/*text-align:justify;
	text-justify:auto;*/
}
.order2{
	background-image:url("../images/top_order2.gif");
	background-repeat:no-repeat;
	width:387px;
	height:132px;
}

table.dailot{
	margin-left:120px;
}

td.dailot{
	background-image:url("../images/top_dailot_2.gif");
	background-repeat:no-repeat;
	width:780px;
	height:117px;
}
td.dailot2{
	background-image:url("../images/top_dailot_3.gif");
	background-repeat:no-repeat;
	width:454px;
	height:153px;
}
td.dekiru{
	background-image:url("../images/top_dekiru.gif");
	background-repeat:no-repeat;
	width:326px;
	height:153px;
}

/*オーダーダンボール:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.ordertwo{
	width:600px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
}

.ordertwo p{
	line-height:1.2em;
	font-size:90%;
	margin-bottom:5px;
}

td.param8{
	font-size:90%;
	color:#000000;
	background-color:#E9D2A6;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

.tb1 img{
	vertical-align:bottom;
}

/*特定商取引法に基づく表記:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
td.param9{
	font-size:90%;
	color:#000000;
	background-color:#ffffff;
	padding:5px;
	border-top:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	border-bottom:solid 1px #333333;
	border-right:solid 1px #333333;
}

/*ご注文の前に::::::::::::::::*/
/*ご注文から発送までの流れ::::::::::::::::*/
div.orderflow{
	margin-top:10px;
	margin-bottom:10px;
	width:700px;
}

td.orderflow{
	width:128px;
}

td.orderflow2{
	font-size:90%;
	vertical-align:top;
	width:221px;
}

p.of1{
	text-indent:1em;
	margin-top:5px;
	margin-left:5px;
}

p.of2{
	font-size:120%;
	line-height:1.2em;
	margin-bottom:10px;
}

/*ダンボール箱の種類::::::::::::::::*/
div.boxtype{
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
	width:700px;
}

.boxtype img{
	margin-top:3px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
}