@charset "utf-8";
@import "jquery.lightbox.css";

/***********************************************************

 Default

************************************************************/

/* font size
-----------------------------------------------------------
20px : 142%
18px : 128%
16px : 114%
14px : 100%
13px :  93%
12px :  85%
11px :  78%
10px :  71%
----------------------------------------------------------- */

/* IEでimgの拡大縮小を綺麗にする */

img {
	-ms-interpolation-mode: bicubic;
}

/***********************************************************

 Tag

************************************************************/

html {
	background: url(../images/bg-html.gif) repeat;
	min-height: 100%;
	_height: 100%;
}
body {
	min-height: 100%;
	_height: 100%;
	margin: 0px;
	padding: 0px;
	color: #333333;
	text-align: center;
	word-wrap: break-word;
	font: 87%/1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
}
h1, h2, h3, h4, h5, h6, table, form, p, ul, ol, li, dl, dt, dd, img {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	line-height: 1.4;
	text-align: left;
}
div, p, table, form {
	text-align: left;
}
p {
	font-size: 100%;
	line-height: 1.6;
	margin-bottom: 16px;
}
table {
	empty-cells: show;
	border-collapse: separate;
}
th, td {
	vertical-align: top;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
img {
	border: 0px;
	vertical-align: top;
}
ul, ol {
	margin: 0px 0px 16px 28px;
	line-height: 1.6;
}
dl {
	line-height: 1.6;
}
form {
	font-size: inherit;
}
input, select, textarea {
	font-size: 100%;
}
input[type="text"] {
	padding: 1px;
}
input[type="button"] {
	font-size: 85%;
	width: 3.5em;
}
strong {
	font-weight: bold;
}
a:link, a:visited {
	color: #F6569E;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #FAAACE;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}
hr {
	display: none;
}
blockquote {
}
address {
}
abbr {
	border-bottom-width: 0;
}

/***********************************************************

 Class

************************************************************/

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.last {
	margin: 0px !important;
}
.small {
	font-size: 85%;
}
.large {
	font-size: 128%;
}
.note {
	text-indent: -1em;
	margin-left: 1em;
}
.point {
}
.necessary {
}

/***********************************************************

 Main Layout

************************************************************/

#container-base {
	background: url(../images/bg-body.png) repeat-y center top;
	min-height: 100%;
	_height: 100%;
}
#container-outer {
	background: url(../images/bg-container-outer.png) no-repeat center bottom;
	min-height: 100%;
	_height: 100%;
}
#container {
	background: url(../images/bg-container.png) no-repeat center top;
}
#container-inner {
	position: relative;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 88px;
}
#header {
	position: relative;
	width: 900px;
	height: 234px;
	margin: 0px 0px 0px -5px;
	background: url(../images/bg-header.png) no-repeat left bottom;
}
#contents {
	position: relative;
	background: url(../images/bg-transparent.png) repeat;
	padding: 0px 30px 30px;
}
#content-body {
	position: relative;
	float: left;
	width: 580px;
}
#content-body-inner {
	position: relative;
	background: url(../images/bg-transparent.png) repeat;
	width: 540px;
	padding: 20px 20px 1px;
	overflow: hidden;
	_zoom: 1;
}
#side {
	position: relative;
	float: right;
	width: 240px;
}
#links {
	clear: both;
	position: relative;
	background: url(../images/bg-transparent.png) repeat;
	padding: 20px;
}
#footer {
	background: url(../images/bg-transparent.png) repeat;
	font-size: 71%;
	text-align: center;
	margin-top: 16px;
	padding: 8px 20px;
}

/***********************************************************

 Sub-Layout

************************************************************/

/* header
----------------------------------------------------------- */

#header h1 {
	position: absolute;
	top: 121px;
	left: 34px;
}
#header-menu {
	position: absolute;
	top: 183px;
	left: 96px;
	list-style: none;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#header-menu li {
	float: left;
	margin-right: 14px;
}
#header-menu li a {
	display: block;
}

/* links
----------------------------------------------------------- */

#links #link-list {
	list-style: none;
	width: 810px;
	overflow: hidden;
	_zoom: 1;
	margin: 0px -14px 0px -1px;
	padding: 0;
}
#links h2 {
	margin-bottom: 12px;
}
#links .bt-links {
	position: absolute;
	top: 20px;
	right: 20px;
}
#link-list li {
	float: left;
	width: 148px;
	font-size: 71%;
	line-height: 1.4;
	margin-right: 14px;
}
#link-list li img {
	margin-bottom: 6px;
}
#link-list a:link, #link-list a:visited {
	color: #333333;
	font-weight: normal;
	display: block;
	_zoom:1;
}
#link-list a:hover, #link-list a:active {
	color: #333333;
	border: none;
	outline: none;
}

/* side
----------------------------------------------------------- */

#side .navigation {
	background: url(../images/bg-transparent.png) repeat;
	width: 200px;
	padding: 20px;
	margin-bottom: 16px;
	_zoom: 1;
}
#side .navigation h2 {
	margin: 0px 0px 10px -2px;
}
#nav-entry-list {
	list-style: none;
	margin: 0px 0px 16px -2px;
	padding: 0;
	_zoom: 1;
}
#nav-entry-list li {
	font-size: 85%;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 6px;
}
#nav-entry-list li a:link, #nav-entry-list li a:visited {
	background: url(../images/bg-mark-entry.gif) no-repeat left top;
	color: #00834C;
	padding: 1px 0px 0px 20px;
	display: block;
	min-height: 16px;
	_height: 16px;
	_zoom: 1;
}
#nav-entry-list li a:hover, #nav-entry-list li a:active {
	background: url(../images/bg-mark-entry-over.gif) no-repeat left top;
	color: #7CBA9A;
	min-height: 16px;
	_height: 16px;
	_zoom: 1;
}
#side #search-form {
	background-color: #FFF;
	padding: 2px;
	_zoom: 1;
}
#side #search-form .ti {
	border: none;
	background: none;
	width: 160px;
	padding: 0px;
	font-size: 85%;
	vertical-align: middle;
}
#side #search-form .ti2 {
	vertical-align: middle;
	margin-left: 6px;
	padding: 2px;
	line-height: 1.4;
}
#side #nav-categories.navigation {
	padding-bottom: 10px;
}
.nav-category-section {
	font-size: 85%;
	line-height: 1.4;
	margin-bottom: 10px;
	_zoom: 1;
}
.nav-category-section img {
	margin-bottom: 4px;
}
.nav-category-section a:link, .nav-category-section a:visited {
	color: #333333;
	font-weight: normal;
}
.nav-category-section a:hover, .nav-category-section a:active {
	color: #333333;
	font-weight: normal;
}
#side #nav-other.navigation {
	background: url(../images/bg-transparent-gradation.png) no-repeat left bottom;
	width: 240px;
	padding: 0px 0px 100px 0px;
	margin-bottom: 0px;
	_zoom: 1;
}
#side #nav-other .navigation-inner {
	background: url(../images/bg-transparent.png) repeat;
	padding: 20px 20px 0px;
	_zoom: 1;
}
.nav-other-section1 {
	width: 216px;
	overflow: hidden;
	margin: 0px -16px 16px 0px;
	_zoom: 1;
}
.nav-other-section1 img {
	float: left;
	width: 92px;
	margin-right: 16px;
}
.nav-other-section2 {
	list-style: none;
	margin: 0px;
	padding: 0;
	_zoom: 1;
}
.nav-other-section2 li {
	margin-bottom: 14px;
}
.nav-other-section2 li.last {
	margin-bottom: 0px;
}

/* news */
#nav-entry-list li.cat-newsinfo a:link, #nav-entry-list li.cat-newsinfo a:visited {
	background: url(../images/bg-mark-entry-news.gif) no-repeat left top;
	color: #982E93;
}
#nav-entry-list li.cat-newsinfo a:hover, #nav-entry-list.cat-newsinfo li a:active {
	background: url(../images/bg-mark-entry-news-over.gif) no-repeat left top;
	color: #CB96C9;
}
/* graphic_patterns */
#nav-entry-list li.cat-graphic_patterns a:link, #nav-entry-list li.cat-graphic_patterns a:visited {
	background: url(../images/bg-mark-entry-graphic.gif) no-repeat left top;
	color: #0070B9;
}
#nav-entry-list li.cat-graphic_patterns a:hover, #nav-entry-list.cat-graphic_patterns li a:active {
	background: url(../images/bg-mark-entry-graphic-over.gif) no-repeat left top;
	color: #7FB7DC;
}
/* traces */
#nav-entry-list li.cat-traces a:link, #nav-entry-list li.cat-traces a:visited {
	background: url(../images/bg-mark-entry-traces.gif) no-repeat left top;
	color: #FC367D;
}
#nav-entry-list li.cat-traces a:hover, #nav-entry-list.cat-traces li a:active {
	background: url(../images/bg-mark-entry-traces-over.gif) no-repeat left top;
	color: #FD9ABE;
}
/* goods */
#nav-entry-list li.cat-goods a:link, #nav-entry-list li.cat-goods a:visited {
	background: url(../images/bg-mark-entry-goods.gif) no-repeat left top;
	color: #00834C;
}
#nav-entry-list li.cat-goods a:hover, #nav-entry-list.cat-goods li a:active {
	background: url(../images/bg-mark-entry-goods-over.gif) no-repeat left top;
	color: #7CBA9A;
}
/* works */
#nav-entry-list li.cat-works a:link, #nav-entry-list li.cat-works a:visited {
	background: url(../images/bg-mark-entry-works.gif) no-repeat left top;
	color: #FE4F0A;
}
#nav-entry-list li.cat-works a:hover, #nav-entry-list.cat-works li a:active {
	background: url(../images/bg-mark-entry-works-over.gif) no-repeat left top;
	color: #FEA784;
}

/***********************************************************

 ホーム /index

************************************************************/

#home #flash {
	width: 540px;
	height: 308px;
	margin-bottom: 16px;
}

/***********************************************************

 General Layout

************************************************************/

#category #content-header, #entry #content-header, #archives #content-header, #about #content-header {
	margin-bottom: 16px;
}

/* article
----------------------------------------------------------- */

.article {
	margin-bottom: 20px;
}
.article .entry-title {
	font-size: 142%;
	font-weight: bold;
	line-height: 1.4;
	color: #00834C;
	padding: 0px 0px 3px 0px;
	border-bottom: solid 1px #808080;
	_zoom: 1;
}
.article .entry-info {
	font-size: 93%;
	font-weight: normal;
	line-height: 1.4;
	color: #00834C;
	text-align: right;
	margin: 4px 0px 20px 0px;
	padding: 0px;
}
.article .entry-body {
	padding: 0px 4px;
}
.article table {
	width: 540px;
	margin: 0px -4px;
}
.article table th, .article table td {
	background-color: #FFF;
	padding: 4px 6px 4px;
	line-height: 1.3;
	vertical-align: middle;
}
.article table th {
	white-space: nowrap;
	width: 86px;
}
.article table td {
	width: auto;
}
.article table th a:link, .article table th a:visited, .article table td a:link, .article table td a:visited {
	color: #333333;
	font-weight: normal;
}
.article table th a:hover, .article table th a:active, .article table td a:link, .article table td a:visited {
	color: #333333;
	font-weight: normal;
}
#content-navigation {
	height: 100px;
	padding: 0px 20px 0px;
	background: url(../images/bg-transparent-gradation.png) no-repeat left top;
}
#content-navigation-inner {
	text-align: center;
	padding: 12px 0px 0px 0px;
	border-top: solid 1px #808080;
}
#content-navigation-inner img {
	vertical-align: bottom;
	/vertical-align: middle;
}
#content-navigation-inner a:link, #content-navigation-inner a:visited {
	color: #8A292E;
	text-decoration: none;
	font-weight: bold;
}
#content-navigation-inner a:hover, #content-navigation-inner a:active {
	color: #C49496;
	text-decoration: underline;
	font-weight: bold;
}
.pager-link-next {
	padding-left: 14px;
}
.pager-link-previous {
	padding-right: 14px;
}

/* entry-title a, entry-info a
----------------------------------------------------------- */

.article .entry-title a:link, .article .entry-title a:visited {
	background: url(../images/bg-entry-title.gif) no-repeat left 1px;
	color: #00834C;
	padding: 1px 0px 0px 32px;
	display: block;
	min-height: 29px;
	_height: 29px;
	_zoom: 1;
}
.article .entry-title a:hover, .article .entry-title a:active {
	background: url(../images/bg-entry-title-over.gif) no-repeat left 1px;
	color: #7CBA9A;
	min-height: 29px;
	_height: 29px;
}

/* news */
.article.cat-newsinfo .entry-title a:link, .article.cat-newsinfo .entry-title a:visited {
	background: url(../images/bg-entry-title-news.gif) no-repeat left 1px;
	color: #982E93;
}
.article.cat-newsinfo .entry-title a:hover, .article.cat-newsinfo .entry-title a:active {
	background: url(../images/bg-entry-title-news-over.gif) no-repeat left 1px;
	color: #CB96C9;
}
.article.cat-newsinfo .entry-info {
	color: #982E93;
}
.article.cat-newsinfo .entry-info a:link, .article.cat-newsinfo .entry-info a:visited {
	color: #982E93;
}
.article.cat-newsinfo .entry-info a:hover, .article.cat-newsinfo .entry-info a:active {
	color: #CB96C9;
}

/* graphic_patterns */
.article.cat-graphic_patterns .entry-title a:link, .article.cat-graphic_patterns .entry-title a:visited {
	background: url(../images/bg-entry-title-graphic.gif) no-repeat left 1px;
	color: #0070B9;
}
.article.cat-graphic_patterns .entry-title a:hover, .article.cat-graphic_patterns .entry-title a:active {
	background: url(../images/bg-entry-title-graphic-over.gif) no-repeat left 1px;
	color: #7FB7DC;
}
.article.cat-graphic_patterns .entry-info {
	color: #0070B9;
}
.article.cat-graphic_patterns .entry-info a:link, .article.cat-graphic_patterns .entry-info a:visited {
	color: #0070B9;
}
.article.cat-graphic_patterns .entry-info a:hover, .article.cat-graphic_patterns .entry-info a:active {
	color: #7FB7DC;
}

/* traces */
.article.cat-traces .entry-title a:link, .article.cat-traces .entry-title a:visited {
	background: url(../images/bg-entry-title-traces.gif) no-repeat left 1px;
	color: #FC367D;
}
.article.cat-traces .entry-title a:hover, .article.cat-traces .entry-title a:active {
	background: url(../images/bg-entry-title-traces-over.gif) no-repeat left 1px;
	color: #FD9ABE;
}
.article.cat-traces .entry-info {
	color: #FC367D;
}
.article.cat-traces .entry-info a:link, .article.cat-traces .entry-info a:visited {
	color: #FC367D;
}
.article.cat-traces .entry-info a:hover, .article.cat-traces .entry-info a:active {
	color: #FD9ABE;
}

/* goods */
.article.cat-goods .entry-title a:link, .article.cat-goods .entry-title a:visited {
	background: url(../images/bg-entry-title-goods.gif) no-repeat left 1px;
	color: #00834C;
}
.article.cat-goods .entry-title a:hover, .article.cat-goods .entry-title a:active {
	background: url(../images/bg-entry-title-goods-over.gif) no-repeat left 1px;
	color: #7CBA9A;
}
.article.cat-goods .entry-info {
	color: #00834C;
}
.article.cat-goods .entry-info a:link, .article.cat-goods .entry-info a:visited {
	color: #00834C;
}
.article.cat-goods .entry-info a:hover, .article.cat-goods .entry-info a:active {
	color: #7CBA9A;
}

/* works */
.article.cat-works .entry-title a:link, .article.cat-works .entry-title a:visited {
	background: url(../images/bg-entry-title-works.gif) no-repeat left 1px;
	color: #FE4F0A;
}
.article.cat-works .entry-title a:hover, .article.cat-works .entry-title a:active {
	background: url(../images/bg-entry-title-works-over.gif) no-repeat left 1px;
	color: #FEA784;
}
.article.cat-works .entry-info {
	color: #FE4F0A;
}
.article.cat-works .entry-info a:link, .article.cat-works .entry-info a:visited {
	color: #FE4F0A;
}
.article.cat-works .entry-info a:hover, .article.cat-works .entry-info a:active {
	color: #FEA784;
}

/* archives
----------------------------------------------------------- */

#archives .article {
	margin-bottom: 12px;
}
#archives #archives-body {
	margin: 0px 0px 18px;
}
#archives .article .entry-title {
	font-size: 142%;
	font-weight: bold;
	line-height: 1.4;
	color: #00834C;
	padding: 0px;
	border-bottom: none;
	_zoom: 1;
}
#archives .article .entry-info {
	font-size: 93%;
	font-weight: normal;
	line-height: 1.4;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 34px;
}

/* search
----------------------------------------------------------- */

#search-title {
	font-size: 128%;
	line-height: 1.4;
	margin-bottom: 24px;
}

/***********************************************************

 ABOUT /about/

************************************************************/

#about #content-body-inner h3 {
	padding: 1px 0px 0px 1px;
	margin-bottom: 8px;
}
#about #content-body-inner p {
	padding-left: 2px;
	margin-bottom: 24px;
}
#about #content-body-inner p.to-works {
	text-align: right;
	margin: 34px 0px;
}
.to-works a:link, .to-works a:visited {
	color: #FE4F0A;
	font-weight: bold;
}
.to-works a:hover, .to-works a:active {
	color: #FEA784;
	font-weight: bold;
}
#about #content-body-inner p.last {
	margin-bottom: 34px !important;
}

/***********************************************************

 LINK /link/

************************************************************/

#link #content-body {
	position: relative;
	float: left;
	width: 835px;
}
#link #content-body-inner {
	position: relative;
	background: url(../images/bg-transparent.png) repeat;
	width: 795px;
	padding: 20px 20px 1px;
	overflow: hidden;
	_zoom: 1;
}
#link #link-list {
	list-style: none;
	width: 813px;
	overflow: hidden;
	zoom: 1;
	margin: 0px -18px 0px 0px;
	padding: 0;
}
#link #link-list li {
	float: left;
	width: 252px;
	font-size: 85%;
	line-height: 1.6;
	margin-right: 19px;
	margin-bottom: 12px;
}
#link #link-list li img {
	margin-bottom: 12px;
}
#link #link-list li.no-margin {
}
#link #link-list li.no-margin img {
	margin-bottom: 0px;
}
#link #link-list li strong {
	font-size: 116%;
	font-weight: bold;
}
#link #link-list a:link, #link-list a:visited {
	color: #333333;
	font-weight: normal;
	display: block;
	_zoom:1;
}
#link #link-list a:hover, #link-list a:active {
	color: #333333;
	border: none;
	outline: none;
}

/***********************************************************

 お問い合わせ /inq/

************************************************************/

.inq-form input.input-middle {
	width: 240px;
}
.inq-form input.input-short {
	width: 72px;
}
.inq-form input.input-long {
	width: 336px;
}
.inq-form textarea {
	height: 16em;
	width: 95%;
}
.inq-page .form-button {
}
.inq-page .error-message {
	color: #FF0000;
}
#inq-section1 p {
	margin-left: 14px;
}
#inq-section2 #mail-information {
	background: url(../../inq/images/pict-mail.png) no-repeat left top;
	padding-left: 60px;
	font-size: 85%;
	margin-left: 14px;
}
.inq-page .privacy-link {
	text-align: right;
	margin-bottom: 6px;
}
