@charset "utf-8";

/* common
---------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size:12px;
	line-height:1.6;
	color:#666666;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x:hidden;
	background:#dadada;
	text-align:center;
}
#wrapper{background:#fff;}
img{border:none; vertical-align:bottom;}
a{outline:none;}
p{margin-bottom:0.6em;}
hr{clear:both; visibility:hidden; border:none; height:1px;}
.clear{clear:both;}

/* link
---------------------------------------------------- */
a {outline:none;}

a:link {
  color:#08a3ca;
}
a:visited {
  color:#865d86;
}
a:hover, a:active {
  color:#107f9b;
}



/* header
---------------------------------------------------- */
#h-wrapper{
	width:100%;
	height:87px;
	background:url(../images/bg-header.jpg) repeat-x;
}
#header{
	width:760px;
	height:87px;
	margin:0 auto;
	background:url(../images/header.jpg) no-repeat;
	display: inline-block;  
}
#header:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#header h1{
	padding-top:16px;
	width:260px;
	height:45px;
	float:left;
	text-indent:-9999px;
}
#header h1 a{
	display:block;
	width:200px;
	height:57px;
}
#header p{
	display:none;
}
#header #right{
	padding:63px 10px 0 0;
	float:right;
	text-align:right;
	font-size:10px;
}
#header #right li{
	list-style:none;
	background:url(../images/icon.jpg) no-repeat 8px 4px;
	height:1%;
	padding-left:22px;
	display:inline;
	margin-left:10px;
	vertical-align:bottom;
}
#header #right li a{
	color:#08a3ca;
}

/* navigation
---------------------------------------------------- */
#bg-navi{
	background:url(../images/bg-navi.jpg) repeat-x;
	height:44px;
	width:100%;
	
}
#navi{
	background:url(../images/bg-navi.jpg) repeat-x;
	height:44px;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#navi ul{
	height:44px;
	text-align:left;
	display: inline-block;  
}
#navi ul:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
#navi ul li{
	display:block;
	float:left;	
	list-style:none;
}

#navi li a {
	text-decoration: none;
	display: block;
	height:44px;
	text-indent:-9999px;
}
#navi #navi01 a{ background:url(../images/navi01a.jpg); width:131px;}
#navi #navi02 a{ background:url(../images/navi02a.jpg); width:174px;}
#navi #navi03 a{ background:url(../images/navi03a.jpg); width:132px;}
#navi #navi04 a{ background:url(../images/navi04a.jpg); width:160px;}
#navi #navi05 a{ background:url(../images/navi05a.jpg); width:163px;}

#navi #navi01 a:hover{ background:url(../images/navi01b.jpg); width:131px;}
#navi #navi02 a:hover{ background:url(../images/navi02b.jpg); width:174px;}
#navi #navi03 a:hover{ background:url(../images/navi03b.jpg); width:132px;}
#navi #navi04 a:hover{ background:url(../images/navi04b.jpg); width:160px;}
#navi #navi05 a:hover{ background:url(../images/navi05b.jpg); width:163px;}

#navi #navi01-on a{ background:url(../images/navi01b.jpg); width:131px;}
#navi #navi02-on a{ background:url(../images/navi02b.jpg); width:174px;}
#navi #navi03-on a{ background:url(../images/navi03b.jpg); width:132px;}
#navi #navi04-on a{ background:url(../images/navi04b.jpg); width:160px;}
#navi #navi05-on a{ background:url(../images/navi05b.jpg); width:163px;}



/* content
---------------------------------------------------- */
#content{
	padding:10px 0;
	width:760px;
	margin:0 auto;
	text-align:left;
}
#content h2{
	margin-bottom:20px;
}
#content h3{
	background:url(../images/bg-title.jpg) no-repeat;
	width:735px;
	height:30px;
	padding:6px 0 0 25px;
	margin-bottom:8px;
	font-size:14px;
}
#tel{
	padding-bottom:20px;
}
.content-padding{
	padding:0 20px;
}

/* footer
---------------------------------------------------- */
#bg-footer{
	background:url(../images/bg-footer.jpg) repeat-x;
	height:145px;
	margin-top:20px;
}
#footer{
	width:760px;
	height:145px;
	text-align:center;
	margin:0 auto;
	
}
#footer p{
	font-size:10px;
}
#pagetop a{
	display:block;
	text-indent:-9999px;
	background:url(../images/pagetop.jpg) no-repeat;
	height:41px;
	width:169px;
	margin-left:591px;
}
#footer ul{
	margin:15px 0 15px 0;
}
#footer ul li{
	display:inline;
	padding:0px 6px;
	border-right:1px solid #666;
}
#footer ul .nobd{
	border-right:none;
}

#footer ul li a{
	color:#333;
	text-decoration:none;
}
#footer ul li a:hover{
	color:#666;
	text-decoration:underline;
}


/* top
---------------------------------------------------- */
#flash{
	width:760px;
	margin-bottom:20px;
}
#flash h2,
#flash h3,
#flash p{
	display:none;
}
#banner{
	float:right;
	width:370px;
}
#wn{
	float:left;
	width:370px;
}
#banner img{
	margin-bottom:8px;
}
#wn dt{
	clear:left;
	float:left;
	width:6em;
	padding:8px 1em 8px 0.5em;
}
#wn dd{
	margin-left:0;
	padding:8px 0.5em 8px 7em;
}
#wn-body{
	padding:10px 20px;
}
#wn-photo{
	padding:20px 0;
}
#wn-photo img{
	margin:0 5px;
}
.center{
	text-align:center;
	padding:20px;
}

/* 段ボール製造
---------------------------------------------------- */
#manufacturing{
	padding:10px 20px;
}
#manufacturing h4{
	border-bottom:1px solid #31a8da;
	border-left:5px solid #31a8da;
	padding:3px 0 3px 10px;
	margin-bottom:5px;
	font-size:12px;
}
#manufacturing .txt{
	float:left;
	width:480px;
}
#manufacturing .photo{
	float:right;
	width:220px;
}
#manufacturing .clear{
	text-align:center;
	clear:both;
	padding:15px 0;
}

/* 製作実績
---------------------------------------------------- */
.works{
	padding:10px 20px;
	margin-bottom:20px;
}
.works img{
	margin:0 5px;
}

/* サンプル作成
---------------------------------------------------- */
.sample{
	padding:10px 20px;
	margin-bottom:20px;
}
.sample h4{
	border-bottom:1px solid #31a8da;
	border-left:5px solid #31a8da;
	padding:3px 0 3px 10px;
	margin-bottom:5px;
	font-size:12px;
}
#anchor{
	background:#f3f3f3;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:20px;
}
#anchor ul{
	margin-left:20px;
}


/* 海外小物事業
---------------------------------------------------- */
.imported{
	padding:10px 20px;
	margin-bottom:20px;
}
.imported img{
	margin:10px 5px;
}



/* 会社案内
---------------------------------------------------- */
.company-table{
	width:720px;
	margin:5px 0;
	border-collapse:collapse;
	margin-bottom:20px;
}
.company-table td,
.company-table th{
	padding:5px;
	border:1px solid #ccc;
}
.company-table th{
	background:#f3f3f3;
}
.txt-right{
	text-align:right;
}

/* お問い合わせ
---------------------------------------------------- */
.form-table{
	width:720px;
	margin:5px 0;
	border-collapse:collapse;
	margin-bottom:20px;
}
.form-table td,
.form-table th{
	padding:8px 10px;
}
.form-table td{
	border-bottom:1px dotted #eee;
}
.form-table th{
	background:#f0f0f0;
	border-bottom:1px solid #fff;
	font-weight:normal;
	width:150px;
}



/* common
---------------------------------------------------- */
.red{color:#FF0000;}
.img-left{float:left; padding:0 10px 10px 0;}


/* Form textfield textarea
---------------------------------------------------- */
.textfield-1,
.textfield-2,
.textfield-3,
.textfield-4,
.textfield-5{
	padding:4px 3px;
	border:1px solid #999;
	background:#fff;
}
.textfield-1{width:50px;}
.textfield-2{width:100px;}
.textfield-3{width:200px;}
.textfield-4{width:350px;}
.textfield-5{width:595px;}

.textarea-1,
.textarea-2,
.textarea-3{
	padding:4px 3px;
	border:1px solid #999;
	background:#fff;
}
.textarea-1{width:595px; height:100px;}
.textarea-2{width:520px; height:200px;}
.textarea-3{width:595px; height:350px;}
.textarea-4{width:395px; height:250px;}


.submit-button{
	text-align:center;
	padding:20px 0 0 0;
}
