@charset "utf-8";
/* CSS Document */

/* ===========================================================================
CSS Information

Update:2009/06/03

reset
link
Clear Fix Hack (Float Clear Hack)
Order Layout
Navi
Contents
	flow
	mainImg
	table
Footer
=========================================================================== */

/*====================
 + web fonts
====================*/

@font-face {
	font-family: WebFont;
	src: url('../font/mplus-1c-heavy.ttf') format("truetype");
        }


/*----------------------------------------------------------------------------
	reset
----------------------------------------------------------------------------*/
*{
margin:0;
padding:0;
line-height:1.2;
font-size:100%;
}
html {
margin: 0;
padding: 0;
height:100%;
font-size:75%;
overflow-y:scroll;
}
body{
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:#231815;
	color:#231815;
	font-family:
	mplus-1c-regular,"Helvetica Neue","Bitstream Vera Sans",Arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align:center;
	}

img{border:none;vertical-align:top;}
ul{list-style:none;}
p{line-height:140%;}
form{margin:0; padding:0;}
/* IE6 */ 
 
* html{ 
overflow-x:hidden;
} 

/*----------------------------------------------------------------------------
	link
----------------------------------------------------------------------------*/
a{color:#555;font-size:100%;
}
a:visited {color:#555;}
a:hover{color:#555;text-decoration:none;}
a:active{color:#555;}
*:focus{-moz-outline-style: none;}
a { outline: none;
}


/*----------------------------------------------------------------------------
	Clear Fix Hack (Float Clear Hack)
----------------------------------------------------------------------------*/
.clearfix:after{
content: ".";
display: block;
visibility: hidden;
height: 0.1px;
font-size: 0.1em;
line-height: 0;
clear: both;
}
.clearfix{
zoom: 1;
}

/*----------------------------------------------------------------------------
	ppprdct Layout
----------------------------------------------------------------------------*/
#mainBox {
	margin:0 auto;
	width:982px;
	text-align:left;
	background:url(../images/bg_ppproduct.gif) 0 0 repeat-y;
	}


#container {
	height: auto !important;
	height: 100%;
}
/*----------------------------------------------------------------------------
	Navi
----------------------------------------------------------------------------*/
#gNavi{
float:left;
display: inline;
width:201px;
}

#logoId{
position:relative;
width:201px;
height:177px;
}

#gNavi p{
position:absolute;
top:62px;
left:0px;
}

#gNavi h1{
position:absolute;
top:98px;
left:0px;
}

#gNavi ul{
margin-top:40px;
height:100%;
}

#gNavi li.menuTtl{
margin-bottom:5px;
}
#gNavi #subBtn li.menuTtl{
margin-bottom:10px;
}


#gNavi li,
#subBtn li{
margin-bottom:0;
}

ul#subBtn{
margin-top:37px;
padding-top:20px;
width:201px;
height:100%;
}

ul#banaArea{
margin-top:115px;
width:200px;
text-align:center;
}

ul#banaArea li{
margin-bottom:5px;
}


/*----------------------------------------------------------------------------
	Contents
----------------------------------------------------------------------------*/
#contentsBox{
	width:781px;
	float:right;
	}

#contentsBox #cap{
margin:10px 10px 20px;
}

#contentsInner{
margin:0px 30px;
	padding-bottom: 20px;
}

.areaPPP{
width:100%;
margin-bottom:60px;
}

.mtntIndex .areaPPP{
width:100%;
margin-bottom:90px;
}


h2 {
	margin: 69px 0 48px 40px;
	}

.ttlArea{
margin-bottom:25px;
}
.ttlArea2{
margin-bottom:5px;
}


.ttlArea h2{
margin-bottom:4px;/* どこの指定？ */
}

.ttlArea2 h3{
margin-bottom:30px;
}


.digitalIndex .ttlArea2 h3{
margin-bottom:10px;
}

.btnBox{
margin-bottom:25px;
width:320px;

}

.btnBox h3,
.btnBox-l h3,
.btnBox-r h3{
margin-bottom:5px;
}

.btnBox ul{
margin-bottom:15px;
}
.btnBox li{
float:left;
display:inline;
margin-right:15px;
margin-bottom:8px;
}

.btnBox-l{
position:relative;
float:left;
display:inline;
margin-bottom:25px;
width:320px;
}

.btnBox-l ul{
position:absolute;
width:250px;
margin-bottom:15px;
bottom:90px;
left:20px;
}
.btnBox-l li{
float:left;
display:inline;
margin-right:5px;
margin-bottom:5px;
font-size:8px;
}
.btnBox-r{
position:relative;
float:right;
display:inline;
margin-bottom:25px;
width:320px;
}

.btnBox-l p,
.btnBox-r p{
position:absolute;
top:20px;
left:20px;
width:280px;
font-size:12px;
font-weight:bold;
color:#4b3429;
}


.btnBox-l ul.linkArr {
position:absolute;
margin-bottom:15px;
top:105px;
left:20px;
width:89%;

}

.btnBox-l ul.linkArr li{
margin-right:10px;
margin-bottom:5px;
font-size:11px;
padding-left:10px;
background:url(../../images/ppp_arr.gif) 0 3px no-repeat;
}

.btnBox-r ul.linkArr{
position:absolute;
margin-bottom:15px;
top:105px;
left:20px;
width:90%;

}

.btnBox-r ul.linkArr li{
float:left;
display:inline;
width:120px;
margin-right:10px;
margin-bottom:5px;
font-size:11px;
padding-left:10px;
background:url(../../images/ppp_arr.gif) 0 3px no-repeat;
}
.btnBox-l a,
.btnBox-r a{
color:#4b3429;
text-decoration:none;
}
.btnBox-l a:visited,
.btnBox-r a:visited{
color:#2a1b14;
text-decoration:none;
}
.btnBox-l a:hover,
.btnBox-r a:hover{
color:#73584a;
text-decoration:none;
}




.btnBox-r ul.imgThumb{
position:absolute;
top:175px;
left:20px;
}
.btnBox-r ul.imgThumb li{
	display:inline;
	float:left;
	margin-right:5px;
	}




.innerEntry{
border-bottom:#777 dotted 1px;
margin:10px 10px 0;
}

.innerEntry p{
margin:0;
}

.fLeft{
float:left;
display:inline;
margin-right:10px;
}
.fRight{
float:right;
display:inline;
margin-right:10px;
}

.imgBox{
float:right;
display:inline;
margin:0 10px 10px;
padding:3px;
background:#FFF;
border:1px solid #CCC;
}

/*----------------------------------------------------------------------------
	mainImg
----------------------------------------------------------------------------*/
#contentsBox.top {
	background: #f6f2e7 url(../../paper_product/images/img_bg.gif) 0 0 no-repeat;
	}
	
#mainImg{
width:781px;
height:645px;
margin:0;
padding:0;
}

#mainImg img{ 
margin:60px 0 0 32px;
}

#mainImg p{
margin-left:20px;
}

#mainImg2{
margin:0;
padding:0 0 15px;
}
#contactArea{
margin-left:30px;
margin-bottom:20px;
}
#contactArea p{
display:inline;
float:left;
font-size:10px;
}

#contactArea img{
margin-top:1px;
margin-left:10px;
}

.contBox{
float:left;
display:inline;
width:50%;
}
.contBox2{
float:right;
display:inline;
width:48%;
}
.digitalIndex .bgImg{
width:100%;
background:url(../../paper_product/digital/images/bg_contbox.jpg) right 0 no-repeat;
}
.aboutTxt{
width:66%;
float:left;
display:inline;
}

.contBox ul.listMark li{
background: url(../../paper_product/images/mark_list01.gif) 0 0 no-repeat;
margin-bottom:5px;
padding-left:15px;
}
.contBox ul.listMark li.linkLst{
margin-top:10px;
padding-left:5px;
background:url(../../images/ppp_arr.gif) 0 4px no-repeat;
font-size:10px;
}

li.linkLst a{
text-decoration:none;
}
li.linkLst a:visited{
text-decoration:none;
}
li.linkLst a:hover{
text-decoration: underline;
color:#999;
}
.contBox p img{
margin-top:5px;
}

.contBox .markinner{
float:right;
display:inline;
}
.aboutPrint{
margin-bottom:5px;
}

.aboutPrint h4{
float:left;
display:inline;
margin-right:10px;
font-weight:normal;
}
.aboutPrint ul{
float:right;
display:inline;
font-size:10px;
}
.tArea .aboutPrint ul{
float:right;
display:inline;
margin-right:2%;
font-size:10px;
}

.aboutPrint li{
float:left;
display:inline;
margin-right:10px;
}

.attentionPrint{
font-size:10px;
margin-top:10px;
}
 
.attentionPrint h4{
float:left;
display:inline;
font-weight:normal;
padding-left:15px;
background: url(../../paper_product/images/img_atttin.gif) 0 2px no-repeat;
}
.tArea  .attentionPrint h4{
float:left;
display:inline;
font-weight:normal;
margin-right:15px;
padding-left:15px;
background: url(../../paper_product/images/img_atttin.gif) 0 2px no-repeat;
}

.attentionPrint p{
width:64%;
float:right;
display:inline;
}
.tArea .attentionPrint p{
width:80%;
float:left;
display:inline;
}
.pppimgArea{
float:right;
display:inline;
}
.pppimgArea ul{
position:relative;
text-align:right;
}

.pppimgArea li.pstnImg{
position:absolute;
top:225px;
left:200px;
}
/*----------------------------------------------------------------------------
	table
----------------------------------------------------------------------------*/
table.tableLayout01{
width:100%;
margin:30px 0;
border-top:#333 solid 2px;
border-left:#333 solid 2px;
border-bottom:#333 solid 2px;
border-right:#333 solid 1px;
text-align:center;
color:#000;
background:none;
}
table.tableLayout02{
width:100%;
margin-bottom:10px;
border-top:#333 solid 1px;
border-left:#333 solid 1px;
text-align:center;
color:#000;
background:none;
}

table.tableLayout01 th{
width:33%;
padding:10px 0;
font-size:16px;
border-right:#333 solid 1px;
border-bottom:solid 1px #777;
}

table.tableLayout01 td{
padding:7px 0;
font-size:10px;
text-align:left;
border-right:#333 solid 1px;
}

.tArea table.tableLayout01{
width:98%;
margin:10px 10px 30px 0;
border-top:#333 solid 2px;
border-left:#333 solid 2px;
border-bottom:#333 solid 2px;
border-right:#333 solid 1px;
text-align:center;
color:#000;
background:none;
}

.tArea table.tableLayout01 th{
width:33%;
padding:10px 0;
font-size:16px;
border-bottom:solid 1px #777;
}

.tArea table.tableLayout01 th .fontSmll{
font-size:12px;
}

.tArea table.tableLayout01 td{
padding:7px 0;
font-size:10px;
text-align:left;
}

.tArea table.tableLayout02{
width:98%;
margin-bottom:10px;
border-top:#333 solid 1px;
border-left:#333 solid 1px;
text-align:center;
color:#000;
background:none;
}

td .listL{
float:left;
display:inline;
margin-left:12px !important;
margin-left:0;
}
td .listR{
float:left;
display:inline;
margin-left:10px;
}

td .listC li{
float:left;
display:inline;
margin:0 20px 5px;
width:35%;
}

td .listC li.endList{
float:none;
}

table.tableLayout02 ul{
margin:10px;
font-size:10px;
}

table.tableLayout02 li.markBox{
float:left;
display:inline;
width:20px;
margin:10px 10px;
}
.tArea  table.tableLayout02 li.markBox{
float:left;
display:inline;
width:20px;
margin:0 10px;
}

table.tableLayout02 th{
width:33%;
padding:7px 0;
font-size:10px;
font-weight:normal;
border-right:solid 1px #333;
border-bottom:solid 1px #777;
}

table.tableLayout02 td{
padding:7px 0;
font-size:10px;
text-align:left;
border-right:solid 1px #333;
border-bottom:solid 1px #333;
}

table.tableLayout02 td.centerPstn{
text-align:center;
}

table.tableLayout03{
width:100%;
margin-bottom:10px;
border-top:#555 solid 2px;
border-left:#555 solid 2px;
border-right:#555 solid 2px;
border-bottom:#555 solid 1px;
text-align:center;
color:#000;
background:none;
}
table.tableLayout03 td{
padding:7px 0;
font-size:12px;
text-align:center;
border-bottom:#666 solid 1px;
}

table.tableLayout03 td.imgArea{
width:50%;
padding:20px 0;
border-right:#666 solid 1px;
}

table.tableLayout03 td.txtB{
font-size:18px;
font-weight:bold;
}
table.tableLayout03 td.txtM{
font-size:14px;
font-weight:bold;
}

#pageTop{
width:100%;
margin-bottom:15px;
text-align:right;
}

#pageTop img{
margin-right:15px;
margin-bottom:10px;
}

/*----------------------------------------------------------------------------
	Footer
----------------------------------------------------------------------------*/
#footArea {
	width:982px;
	height: 18px;
	margin:0 auto;
	padding: 5px 0;
	text-align:right;
	}




/*----------------------------------------------------------------------------*/



/*====================
 + renew
====================*/

body.ppprdctIndex div.renew {

	}
	
body.ppprdctIndex div.renew p {
	line-height: 1.6;
	}


body.ppprdctIndex div.renew dl dt {
	display: inline;
	float: left;
	}
	
body.ppprdctIndex div.renew ul {
	width: 680px;
	margin: 3em auto;
	}

body.ppprdctIndex div.renew ul li {
	margin: 1.5em 0;
	padding-bottom: 2.5em;
	border-bottom: #CCC dotted 1px;
	text-align: right;
	}
	
body.ppprdctIndex div.renew hr {
	border-style: none;
	margin: 0.5em 0;
	}


body.ppprdctIndex div.renew ul li dl {
	text-align: left;
}

/*====================
 + head 部分
====================*/

body.ppprdctIndex div.renew h3  {
	margin-bottom: 0.8em;
	color: #743A3A -webkit-gradient(linear, 0% 70%, 0 100%, from(#BE7E7E), to(#743A3A));
	font-family: WebFont;
	font-size: 18px;
	
	text-shadow: 0px 2px 0px #ccc;
	opacity: 0.8;
	filter: alpha(opacity=80);
	}

body.ppprdctIndex div.renew strong {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	line-height: 1.4;
}

body.ppprdctIndex div.renew dl.head dd {
	margin-left: 270px;
	}

body.ppprdctIndex div.renew dl.head h4 {
	margin: 1em 0 0.1em 0;
	color:#22749B;
	}

body.ppprdctIndex div.renew ul li dl dd {
	margin-left: 260px;
}



/*====================
 + #accordion
====================*/

.renew dl#accordion {
	width: 350px;
	margin: 1em auto;
	border: solid 1px #fff;
}
.renew dl#accordion dt {
	inline-height: 35px;
	font-size: 12px;
	color: #563938;
	hight: 35px;
	padding: 5px;
	padding-left: 1.8em;
	background: #fffcef url(../../paper_product/digital/images/icon.gif) 3px center no-repeat;
	display: block;
	float: none;
	border-bottom: #a58b83 dotted 1px;
cursor: pointer;
}
.renew dl#accordion dt.bottom {
	border: none;
}


.renew dl#accordion dd {
	margin: 0;
	height:;
}

.renew dl#accordion dd p {
	margin: 0;
	padding: 0.5em 1em 1em 1em;
}


	
/*====================
 + contents
====================*/

body.ppprdctIndex div.renew ul li ul {
	margin: 1em auto;
	width: 350px;
	background: ;
	border: ;
	padding: 5px;
	}
body.ppprdctIndex div.renew ul li ul li {
	list-style: outside disc;
	margin: 0 2em;
	padding: 0;
	border: none;
	font-size: 10px;
	text-align: left;
	}

body.ppprdctIndex div.renew h5 {
	text-align: left;
	margin-bottom: 0.5em;
}



	
/*====================
 + table
====================*/

body.ppprdctIndex div.renew table,
body.ppprdctIndex div.renew tbody,
body.ppprdctIndex div.renew tr,
body.ppprdctIndex div.renew th,
body.ppprdctIndex div.renew td {
	line-height: 2.0em;
	font-size: 13px;
	color: #55595c;
	}

body.ppprdctIndex div.renew table {
	margin: auto;
	border-spacing: 0px;
	border: 1px solid #aeb3b6;
	border-collapse: collapse;
	text-align: right;
	}

body.ppprdctIndex div.renew table caption {
	padding: 1em 0 .2em 0 ;
	color: #666;
	font-size: 12px;
	}
	
body.ppprdctIndex div.renew thead th {
	padding: 0 0.5em;
	background: #666;
	color: #fff;
	border-left: #aeb3b6 dotted 1px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
	}
	
body.ppprdctIndex div.renew tbody th {
	border-bottom: 1px dotted #aeb3b6;
	background-color: #fff;
	color: #666;
	font-weight: normal;
	text-align: center;
	}
			
body.ppprdctIndex div.renew tbody td {
	background: #fff;
	line-height: 2.5em;
	border-left: #aeb3b6 dotted 1px;
	}

body.ppprdctIndex div.renew td {
	/*color: #FF8E1C;orange*/
	border-bottom: 1px dotted #aeb3b6;
	padding: 0 0.5em;
	}

body.ppprdctIndex div.renew table .odd th,
body.ppprdctIndex div.renew table .odd td {
	background-color: #DDDDDD;
	}
table .odd td {
	color: #666;
	/*padding-right: 1.0 em;*/
	}


/*
tbody tr.odd
{
	border-bottom: 1px dotted #aeb3b6;
}*/

body.ppprdctIndex div.renew tbody tr:hover th,	
body.ppprdctIndex div.renew tbody tr:hover td {
	background-color: #CADEF7;
	}
/*
tbody tr:hover td,
tbody tr:hover th {
	color: #fff !important;
	}
*/

body.ppprdctIndex div.renew tbody span {
	font-size: 0.7em;
	}


/*====================
 + #link_to_top
====================*/

body.ppprdctIndex div.renew a#link_to_top img {
	margin: 1em 1em 0 0;
	}
	
body.ppprdctIndex div.renew a#link_to_top img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}
	
	
/*====================
 + index (css3実装）
====================*/

	
.info ul.image-vew,	
.info ul,
#contentsInner {
	overflow: hidden;
	}
	
.info.left {
	float: left;
	}
	
.info.right {
	float: right;
	}
	
.info {
	width: 288px;
	padding: 10px 10px 0;
	
	opacity: 0.8;
	/*
	background: #f6f2e7 -webkit-gradient(linear, 0% 70%, 0 100%, from(#f6f2e7), to(#e4d7c6));
	*/
	background: #f6f2e7;
	
	border: #8e6a5a solid 2px;
	
	-moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright: 6px;
	
	-webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 0px;
	
	-moz-box-shadow: 0 0px 5px #666;
	-webkit-box-shadow: 0 0px 5px #666;
	box-shadow: 0 0px 5px #666;
	
	text-shadow: 0px 1px 0px #ccc;
	
	color: #4B3429;
	margin-bottom:20px;
	font-size: 14px;
	
	}

.info ul {
	margin: 1em auto;
	}


.info li.long {
	width: 260px;
}

.info li {
	list-style: inside circle;
	width: 130px;
	margin: 3px 0;
	float: left;
	font-size: 10px;
	text-shadow: none;
	}

.info h5 {
	color: #8e6a5a;
	margin-bottom: -4px;
	font-size: 24px;
	opacity: 0.7;
	filter: alpha(opacity=70);
	font-family: WebFont;
}

.info ul.image-vew {
	width: 275px;
	margin: 0.5em auto;
	}
.info ul.image-vew li {
	display: inline;
	float: left;
	width: 45px;
	padding: 3px;
}

.image-vew img {
	border: 2px solid #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0px 2px #999;
    -moz-box-shadow:0 0px 2px #999;
    box-shadow:0 0px 2px #999;
	}
.image-vew img:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	}

.left ul.image-vew {
	margin-bottom: 1.8em;
}
	
/*====================
 + clearfix
====================*/
.btnBox-r ul.imgThumb,
.renew dl {
	overflow: hidden;
	}




/*====================
 + html5実装
====================*/

/* block */  
header, footer, aside, nav, article {  
    display: block;  
} 

/*------------------*/

html #sample {
	text-align: center;
	height: 100%;
	}

body#sample {
	position: relative;
	
	width: 980px;
	height: auto !important;
	height: 100%;
	min-height: 100%;

	margin: auto;
	}
	
header,
#contents {
	text-align: left;
	}

/*------------------*/  

header {
	float: left;
	width: 200px;
	padding-top: 5em;
	background: #4b3429;
	color: #fff;
	}

a span,
nav h2 span {
	display: none;
	}

a.logo {
	display: block;
	width: 80px;
	height: 10px;
	margin-bottom: 2em;
	background: url(../../paper_product/images/nav.gif) 0 0 no-repeat;
}

a.logo:hover,
h1 a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
	}



h1 a {
	display: block;
	width: 200px;
	height: 79px;
	margin-bottom: 3em;
	background: url(../../paper_product/images/nav.gif) 0 -23px no-repeat;
	}



nav {
	margin-bottom: 10em;
	}

nav a,
nav a:visited {
	color: #fff;
	text-decoration: none;
	}

nav h2 {
	height: 31px;
	margin: 0 0 0.8em;
	padding-left: 0.8em;
	background: url(../../paper_product/images/nav.gif) 0 -128px no-repeat;
	}
	
h2.creative {
	background-position: 0 -175px;
	}

nav ul {
	margin-bottom: 5em;
}
nav li {
	padding: 0.5em 0;
	border-bottom: #b69a8d dotted 1px;
	/*
	background: #4b3429 -webkit-gradient(linear, 0% 10%, 0 100%, from(#785443), to(#4b3429));
	*/
	}
	
nav li:hover {
	background: #231815/* -webkit-gradient(linear, 0% 50%, 0 100%, from(#4b3429), to(#231815))*/;
	}
	
	
	
nav p {
	margin-left: 0.8em;
	}
	
#contents {
	float: right;
	width: 739px;
	padding: 20px;	padding-bottom: -30px;/*footer移動*/

	background: #f6f2e7 url(../../paper_product/images/img_bg.gif) no-repeat;
	color: #4b3429;
	}
	
#contents h3 {
	margin-top: 2em;
	font-size: 20px;
	font-family: WebFont;
	line-height: 1.4;
	}

#contents h4 {
	margin-bottom: 12em;
	font-size: 32px;
	font-family: WebFont;
	}

#ci {
	width: 600px;
	
	background: #fff;
	}

#ci strong {
	line-height: 1.5;
}

body#sample,
#ci {
	overflow: hidden;
}


footer {
	bottom: 0;
	width: 100%;
	height: 30px;
	margin-top: 30px;
	text-align: right;
	}
footer img {
	margin-top: 10px;
	}
*html body#sample {
	background: #fff;
}



/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
