@charset "utf-8";

body,
div,dl,
dt,
dd,
ul,ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
br,
blockquote,
th,
td { 
	margin:0;
	padding:0;
}

th,td {
	font-size:12px;
}

fieldset,
table,
img { 
	border:0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

hr {display:none;}

object {
	outline: none;
}



/* ========================================================================== */
/* body                                                                       */
/* ========================================================================== */


body {
	margin: 0;
	padding: 0;
	font-family: "MS PGothic", "£Í£Ó £Ð¥´¥·¥Ã¥¯", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 62.5%;
	text-align: center;
	-webkit-text-size-adjust:100%;
	-webkit-font-smoothing: antialiased;
}

/* Webkit hack. */
@media screen and (max-device-width: 480px) {
  body { font-size: 53%!important; }
}

#wrapper {
	border-bottom: 1px solid #3e8120;
}

#contents {
	width: 940px;
	margin: 0 auto;
	color: #333;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.5em;
	overflow: hidden;
}


a {
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

a img {
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-out;
	   -moz-transition: opacity 0.2s ease-out;
	        transition: opacity 0.2s ease-out;
}

a img:hover {
	opacity: 0.7;
}


/* ========================================================================== */
/* header                                                                     */
/* ========================================================================== */


#header {
	margin-top: 20px;
	padding-bottom: 10px;
	_padding-bottom: 5px;
}

#logo-area {
	float: left;
	margin-right: 10px;
	width: 270px;
}

p#summary {
	margin-bottom: 10px;
	font-size: 1.2em;
}

#logo-area h1 {
	margin-bottom: 10px;
}

ul#badge li {
	width: 132px;
	float: left;
}

p#tel {
	float: right;
	margin-top: 10px;
}

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

#gloval-nav {
	clear: both;
	padding: 5px 0 10px;
	_padding: 0 0 5px;
	overflow: hidden;
}

#gloval-nav li {
	float: left;
}

/* ========================================================================== */
/* side                                                                       */
/* ========================================================================== */

#side-contents {
	float: left;
	width: 220px;
	margin-right: 20px;
}


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


#mypage-area {
	height: 185px;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/mypage-bg.gif?20120614211115) left top no-repeat;
	margin-bottom: 10px;
	padding: 15px 18px;
}

#mypage-area dt {
	margin-top: 10px;
}

#mypage-area dd {
	font-size: 0.9em;
	line-height: 1.3em;
}

#mypage-area a {
	text-decoration: underline;
}

#mypage-area a:hover {
	color: #555;
	text-decoration: none;
}


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


#side-nav {
	margin-top: 20px;
}

#side-nav li {
	border-bottom: 1px solid #35a400;
}

#side-nav li a {
	display: block;
	padding: 10px 0 10px 15px;
	color: #666;
	font-size: 1.1em;
	text-decoration: none;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/arrow1.gif?20120614210239) left center no-repeat;
}

#side-contents ul {
	margin-bottom: 30px;
}

#side-nav li a:hover {
	color: #000;
}

#side-contents table {
	margin-top: 20px;
}

#side-contents ul#banner {
	margin-top: 30px;
}

#side-contents ul#banner li {
	margin-bottom: 10px;
}

/* ========================================================================== */
/* main                                                                       */
/* ========================================================================== */


#main-contents {
	float: right;
	width: 700px;
	margin-bottom: 70px;
}


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


#search-area {
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/freeword-bg.gif?20120614212817) left top no-repeat;
	padding: 12px;
	height: 60px;
}	

#search-area h3 {
	float: left;
	margin: 14px 12px 0 0;
}

#search-area dl {
	float: left;
	margin: 5px 20px 0 0;
	_margin-right: 10px;
}

#search-area dt {
	margin-bottom: 3px;
}

#search-area input.word {
	width: 320px;
	height: 20px;
}

#search-area dd {
	width: 330px;
}

#search-area p {
	padding-top: 2px;
}


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


.contents-box {

	margin-top: 10px;
	padding-bottom: 30px;
	border-top: 1px solid #35a400;
	overflow: hidden;
}

.contents-box h3 {
	margin-bottom: 20px;
	padding: 7px 0 7px 10px;
	border-bottom: 1px solid #35a400;
}

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

div#toner-type {
	margin-top: 40px;
	width: 700px;
}

#toner-type dt {
	width: 111px;
	float: left;
	margin-right: 10px;
	text-align: right;
}

#toner-type dd {
	margin-bottom: 10px;
}

#toner-type dd strong {
	color: #000;
}


/* ========================================================================== */
/* footer                                                                     */
/* ========================================================================== */

#footer-wrapper {
	clear: both;
	border-top: 1px solid #b3e199;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/footer-bg.gif?20120614210730) left center repeat;
	overflow: hidden;
}

#footer-contents {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6em;
	color: #eee;
}

#footer-contents a {
	color: #eee;
}

#footer-contents a:hover {
	color: #fff;
	text-decoration: underline;
}


#footer-contents #column-wrap {
	overflow: hidden;
	margin-right: -20px\9;
	_zoom: 1;
}

.column {
	float: left;
	width: 220px;
	margin: 0 20px 30px 0;
	padding-bottom: 30px\9;
}

.column:nth-child(4n) {
	margin-right: 0;
}

.column h4 {
	margin: 30px 0 10px;
}

.column ul {
	margin-top: 10px;
}

.column li {
	margin-left: 15px;
	list-style: circle;
}



#footer-nav {
	clear: both;
	width: 940px;
	margin-bottom: 30px;
	padding-top: 30px;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/footer-line.png?20120614210753) left top no-repeat;
	_display:inline;
	_zoom:1;
}

#footer-nav li {
	float: left;
	margin-right: 30px;
}

#footer-nav li a {
	padding-left: 15px;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/arrow2.png?20120614210422) left center no-repeat;
}

#footer-nav p#copyright {
	text-align: right;
}


/* ========================================================================== */
/* guide                                                                      */
/* ========================================================================== */

#topicpath {
	margin-bottom: 6px;
}

h3.title {
	margin: 20px 0;
	padding: 6px 0 5px;
	border-top: 1px solid #35a400;
	border-bottom: 1px solid #35a400;
}

#shortcut {
	padding-bottom: 30px;
}

#shortcut li {
	margin-bottom: 3px;
}

#shortcut li a {
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/s_arrow.gif?20120701165725) left center no-repeat;
	padding-left: 10px;
}

.guide-box {
	padding-bottom: 50px;
	overflow: hidden;
}

#guide-area h4,
#particular h5 {
	color: #2c8900;
	font-size: 1.2em;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 0;
}

p.top-of-page {
	float: right;
	margin-bottom: 5px;
	padding: 0;
}

p.top-of-page a {
	color: #2c8900;
}

.guide-box ul {
	padding-top: 15px;
	border-top: 1px solid #b5fca7;
	overflow: hidden;
	clear: both;
}

.guide-box li {
	margin-bottom: 5px;
}

.attention {
	color: #ff0000;
}


#order dl {
	margin: 7px 0 10px;
}

#order dt {
	float: left;
	margin-right: 10px;
}

#order dd {
	font-size: 0.9em;
}

#order a {
	font-size: 1.2em;
	font-weight: bold;
	color: #2c8900;
}

#payment dl,
#company-list {
	margin-top: 20px;
}

#payment dt,
#company-list dt {
	float: left;
	padding-top: 10px;
	font-weight: bold;
}

#payment dt {
	width: 190px;
}

#payment dd {
	padding: 10px 0 10px 190px;
}

#payment dd,
#company-list dd  {
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/dotline.gif?20120701172830) left bottom repeat-x;
}

#payment p {
	margin: 5px 0;
}


.guide-box ul#small,
#company-list dd {
	border-top: none;
	margin: 5px 0 5px 5px;
	padding-top: 0;
}

.guide-box ul#small li {
	margin-bottom: 0;
}

#company-list {
	font-size: 1.1em;
}

#company-list dt {
	width: 150px;
	color: #2c8900;
	padding: 15px 0 20px 0;
	clear: both;
}

#company-list dd {
	padding: 15px 0 20px 150px;
}

#company-list li {
	margin-bottom: 5px;
}


#company-list #roll-list {
	margin: 0 0 10px 10px;
}

#company-list #roll-list dt {
	float: none;
	color: #333;
	margin: 0;
	padding: 5px 0 0;
	font-weight: normal;
}

#company-list #roll-list dd {
	margin: 0;
	padding: 0;
	background: none;
}


/* ========================================================================== */
/* particular                                                                 */
/* ========================================================================== */

#caption-area {
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/main-img.jpg?20120709184729) right top no-repeat;
	height: 260px;
}

#caption-area h4 {
	padding: 40px 0 30px;
}

#caption-area p {
	width: 390px;
}

#particular h5 {
	float: none;
	clear: both;
	margin-bottom: 10px;
	padding-bottom:  5px;
	border-bottom: 1px solid #b5fca7;
}

#particular p.description {
	float: left;
	width: 460px;
}

#particular p.image {
	float: right;
	margin: 5px 0 40px;
}

/* ========================================================================== */
/* special                                                                    */
/* ========================================================================== */

p.special {
	padding-bottom: 30px;
}

.special-box {
	margin-bottom: 40px;
}

.special-box h4 {
	position: relative;
	width: 700px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url(https://img06.shop-pro.jp/PA01177/785/etc/dotline.gif?20120701172830) left bottom repeat-x;
}

.special-box h4 img {
	position: absolute;
	top: -10px;
}

.special-box h4 span {
	margin: 10px 0 0 75px;
	color: #2c8900;
	font-size: 1.2em;
	font-weight: bold;
}

.special-box p {
	margin-left: 75px;
}

.special-box p span {
	color: #ff0000;
}

p#button {
	text-align: center;
}

/* ========================================================================== */
/* items                                                                      */
/* ========================================================================== */

#items-area li.banner {
	clear: both;
	margin: 0;
	padding-bottom: 15px;
	overflow: hidden;
	line-height: 0;
}

#items-area img {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

#maker,
#roll {
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#roll {
	margin-left: 1px;
}

#maker li,
#roll li {
	float: left;
	line-height: 0;
	font-size: 0;
	margin: 0;
	padding: 0;
}


/* ========================================================================== */
/* present                                                                    */
/* ========================================================================== */

#present-area #main {
	margin-bottom: 20px;
}

#present-area h4 {
	margin: 20px 0 10px 0;
	font-size: 13px;
	font-weight: bold;
}

#present-area #link {
	margin-top: 30px;
}