@charset "utf-8";

/* 
* Style Name: styles.css
* Since:      2009-05-05
* Modified:   2009-05-05
* Version:    1.0
* Author:     Akiko Kurono(crema)
* Author URL: http://cremadesign.jp/
*/

/*=====================================
*
*
*デフォルトスタイルのリセット
*
*
=====================================*/

html {
  color: #000000;
  font-size: 100%;
  line-height: 1.5;
overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
margin:0;
padding:0;
}
fieldset,img{
border:0;
}
address,caption,cite,code,dfn,th,var{
font-style:normal;
font-weight:normal;
}
strong {
font-style:normal;
font-weight:bold;
font-size:112.5%;
color:#000000;
}
em {
font-style:normal;
font-weight:bold;
font-size:112.5%;
}
li{
list-style:none;
}
caption{
text-align:left;
}
h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight: bold;
}
q:before,q:after{
content:'';
}
abbr,acronym {
border:0;
font-variant:normal;
}
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
input {
vertical-align: top;
}
legend{
color:#000;
}
p {
  margin-bottom: 1.5em;
  text-align: left;
}
img {
  vertical-align: bottom;
}
body {
line-height: 1.5;
font-style: normal;
font-weight: normal;
font-size:100%;
font-family:"ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

/*=====================================
*
*
*テキストリンク指定
*
*
=====================================*/

a:link {
text-decoration: underline;
color: #0000ff;
}
a:visited {
text-decoration: underline;
color: #990099;
}
a:hover {
text-decoration: none;
color: #0000ff;
}
a:active {
text-decoration: none;
color: #990099;
}


/*=====================================
*
*
*画像リンク指定
*
*
=====================================*/

a img {
  border: none;
  text-decoration: none;
}
a:hover img {
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
div#header a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}


/*=====================================
*
*
*clearfix
*
*
=====================================*/

div#resultDetail:after,
div#mainContent:after,
div.twoColumnInOneColumnWrapper:after,
div.photoAndText001:after,
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
div#resultDetail,
div#mainContent,
div.twoColumnInOneColumnWrapper,
div.photoAndText001,
.clearfix {
display: inline-block;
}
/* Hides from IE-mac \*/
* html div#resultDetail,
* html div#mainContent,
* html div.twoColumnInOneColumnWrapper,
* html div.photoAndText001,
* html .clearfix {
 height: 1%;
}
div#resultDetail,
div#mainContent,
div.twoColumnInOneColumnWrapper,
div.photoAndText001,
.clearfix {
display: block;
}
/* End hide from IE-mac */


/*=====================================
*
*
*大枠レイアウトの指定
*
*
=====================================*/

body{
  text-align: center;
  background-color: #eeeeee;
}
div#container {
  width: 900px;
  margin: 0 auto;
  padding: 0;
  text-align: left;
position: relative;
background: #ffffff;
overflow: hidden;
}
div#header {
position: relative;
background: #000000;
overflow: hidden;
_height: 100px;
border: none;
}
div#nav {
position: relative;
background: #338866;
overflow: hidden;
_height: 30px;
border: none;
}
div#primary {
  float: left;
  width: 600px;
overflow: hidden;
padding: 0;
margin: 20px 0 40px 20px;
display: inline;
background-color: #ffffff;
}
div#primary div#textContent,
div.serchResult {
  width: 600px;
}
div#secondry {
  float: right;
  width: 210px;
display: inline;
margin: 0 0 0 30px;
padding: 20px 20px;
background-color: #F0E080;
padding-bottom: 32768px;
margin-bottom: -32768px;
}
div#footer {  
clear: both;
position: relative;
background: #000000;
overflow: hidden;
_height: 100px;
border: none;
}
input#submit {
margin: 0 0 3px 0;


}


/*=====================================
*
*
*ヘッダーの指定
*
*
=====================================*/


#header-module {
width:900px;
}

#header-module-inner {
width:900px;
background:#000000;
margin: 0 0 0 0;
}

#header-contents {
width:900px;
margin: 0 0 0 0;
}

#header-contents a:link,
#header-contents a:visited,
#header-contents a:hover,
#header-contents a:active {
color:#fff;
}

#header-contents .left {
width:60%;
float:left;
}

#header-contents .right {
width:40%;
float:right;
text-align:right;
padding:8px 0 5px 0;
}

#header-description {
font-size:95% !important;
font-size:90%;
line-height: 1.2;
width:900px;
padding: 8px 10px 7px;
background:#333333;
visibility: visible;
font-weight: normal;
color: #CFCDCB;
border-bottom: 1px solid #CCC;
}

#head-main {
width:900px;
}

#head-main-inner {
background:#000000;
margin: 0 0 0 0;
}



/*=====================================
*
*
*div#primary内の指定
*
*
=====================================*/

/* -----------------------------------
トップページ用
----------------------------------- */

body#toppage div#newItems div#welcome {
margin: 0 0 20px 0;
}
div#welcome {
font-size: 75%;
}
div#welcome h2 {
font-size: 130%;
margin: 0;
_height:1px;
padding:6px 10px 4px 20px;
margin: 0 0 15px 0;
background: url(http://www.konojewelry.com/img/bg/ttl_600_30.gif) no-repeat 0 center;
font-weight:bold;
color:#ffffff;
}
div#products {
font-size: 85%;
color: #FFFFFF;
}
div#blog {
width: 588px;
height: 100px;
margin: 0 0 14px 0;
padding: 5px;
background-color: #ffffff;
border: 1px #c0c0c0 solid;
color: #000000;
}
div#blog dl dd {
margin: 0 0 0 215px;
padding: 3px;
border-bottom: 1px dotted #CCC;
}
.newitemsDetail {
float: left;
width: 100px;
display: -moz-inline-box;
display: inline-block;
/display: inline;
/zoom: 1;
margin: 0 10px 10px 0;
vertical-align: top;
}
.newitemsDetail > div {
width:265px;
display:block;
}
.newitemsDetail p {
float: left;
width: 72px;
padding: 3px 0 0 0;
}
.newitemsDetail p img {
border: 1px solid #cccccc;
}
.newitemsDetail h3 {
font-weight: bold;
font-size: 75%;
}
.newitemsDetail dl dt {
font-weight: bold;
font-size: 62.5%;
}
.newitemsDetail dl dd {
font-size: 62.5%;
margin: 0 0 3px 0;
padding: 0 0 2px 0;
border-bottom: 1px solid #cccccc;
}

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

グローバルナビゲーション

------------------------------------------*/
div#nav {
width: 100%;
background: url(img/navi/nav_background.gif) repeat-x;
}

div#nav ul {
margin: 0 auto;
width: 900px;
}

div#nav ul li {
float: left;
height: 30px;
}

div#nav ul li a {
display: block;
height: 30px;
text-indent: -9999px;
}

li#nav_01,
li#nav_01 a {
width: 128px;
}

li#nav_01 a {
background: url(img/navi/nav_01.gif) no-repeat left top;
}

li#nav_03,
li#nav_03 a {
width: 128px;
}

li#nav_03 a {
background: url(img/navi/nav_03.gif) no-repeat left top;
}

li#nav_04,
li#nav_04 a {
width: 128px;
}

li#nav_04 a {
background: url(img/navi/nav_04.gif) no-repeat left top;
}

li#nav_05,
li#nav_05 a {
width: 128px;
}

li#nav_05 a {
background: url(img/navi/nav_05.gif) no-repeat left top;
}

li#nav_06,
li#nav_06 a {
width: 128px;
}

li#nav_06 a {
background: url(img/navi/nav_06.gif) no-repeat left top;
}

li#nav_07,
li#nav_07 a {
width: 128px;
}

li#nav_07 a {
background: url(img/navi/nav_07.gif) no-repeat left top;
}

li#nav_08,
li#nav_08 a {
width: 128px;
}

li#nav_08 a {
background: url(img/navi/nav_08.gif) no-repeat left top;
}

/* -----------------------------------
第二階層用
----------------------------------- */

div#topicPath p {
font-size: 62.5%;
}
div#title h1 {
background: url(http://www.konojewelry.com/img/bg/ttl_600_50.jpg) no-repeat left center;
padding: 0;
width: 600px;
height : 50px;
margin: 0 0 30px 0;
}
div#title h1 span {
padding: 15px 5px 5px 25px;
display: block;
color: #ffffff;
}
div#inquiry h1 {
background: #fff9b9;
padding: 0;
width: 600px;
height : 150px;
margin: 30px 0;
}
div#inquiry h1 span {
padding: 15px 5px;
display: block;
color: #ffffff;
}
div#textbox {
font-size: 75%;
padding:0 5px;
}
div#textbox h1{
font-size: 250%;
color:#ff5500;   
}
div#textbox h2{
font-size: 200%;
color:#338866;   
}
div#textbox h3{
font-size: 120%;
color:#338866;   
}
div#textbox2 {
font-size: 75%;
}
div#title h2 {
font-size: 120%;
padding:6px 10px 4px 20px;
margin: 20px 0 10px 0;
background: url(http://www.konojewelry.com/img/bg/ttl_590_30gry.jpg) no-repeat 0 center;
font-weight:bold;
color:#ff5500;
}
div#textContent dl#detail,
div#resultDetail dl {
float: right;
width: 300px;
}
div#textContent dl#detail dt,
div#resultDetail dl dt {
background-color: #ffab00;
padding: 3px 5px;
margin: 0 0 0.5em 0;
font-size: 75%;
font-weight: bold;
}
div#textContent dl#detail dd,
div#resultDetail dl dd {
font-size: 87.5%;
margin: 0 0 1.5em 0;
}
div#resultDetail {
border-bottom: 1px dotted #cccccc;
margin: 0 0 10px 0;
}
div.li_clasp {
float: left;
width: 92px;
display: -moz-inline-box;
display: inline-block;
/display: inline;
/zoom: 1;
margin: 0 8px 8px 0;
vertical-align: top;
}
div.li_cameo {
float: left;
width: 142px;
display: -moz-inline-box;
display: inline-block;
/display: inline;
/zoom: 1;
margin: 0 8px 8px 0;
vertical-align: top;
}
div.li_mabe {
float: left;
width: 112px;
display: -moz-inline-box;
display: inline-block;
/display: inline;
/zoom: 1;
margin: 0 8px 8px 0;
vertical-align: top;
}
body.sitemap div#primary ul {
margin: 0 0 1em 0;
}

body.sitemap div#primary ul li {
background: #ffffff url(img/sitemap/list_arrow5.gif) no-repeat 0 14px;
padding: 10px 0 10px 20px;
border-bottom: 1px dashed #cccccc;
}
body.sitemap div#primary ul li.page {
background: #ffffff url(img/sitemap/list_arrow5.gif) no-repeat 0;
padding: 0 0 3px 20px;
margin: 10px 1.5em 0 0;
border-bottom: none;
display: inline;
}
body.sitemap div#primary ul li {
background: #ffffff url(img/sitemap/list_arrow1.gif) no-repeat 0 14px;
padding: 10px 0 3px 20px;
border-bottom: none;
}
.table_company {
width:100%;margin:0px 0px 30px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.table_company th {
width:25%;padding:6px 4px 4px 10px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #F0E080;
}
.table_company td {
padding:6px 4px 4px 10px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}
.table_staff {
width:80%;margin:0px 0px 10px 10px;padding:0px;
border-collapse:collapse;
}
.table_staff th {
padding:6px 4px 4px 10px;
font-size: 140%;
text-align:left;vertical-align:top;
border-bottom:3px solid #666666;
}
.table_staff td {
padding:6px 4px 4px 10px;
border-bottom:1px solid #CCCCCC;
}
.table_links {
width:100%;margin:0px 0px 10px 10px;padding:0px;
border-collapse:collapse;
}
.table_links th {
padding:6px 4px 4px 10px;
font-size: 160%;
font-weight:bold;
color:#338866;
text-align:left;vertical-align:top;
border-bottom:3px solid #666666;
}
.table_links td {
padding:6px 4px 4px 10px;
border-bottom:1px solid #CCCCCC;
}
.table_inquiry {
width:100%;margin:50px 0px 0px 0px;padding:0px;
border-collapse:collapse;
}
.table_inquiry td {
padding:15px;
background-color:#cceedd;
border:0px;
}
.table_380 {
width:380px;margin:0px 0px 20px 15px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.table_380 th {
width:25%;padding:6px 4px 4px 10px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #F0E080;
}
.table_380 td {
padding:6px 4px 4px 10px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}
.table_580 {
width:580px;margin:0px 0px 10px 0px;padding:0px;
border-collapse:collapse;
border-top:1px dotted #999999;
}
.table_580 th {
width:25%;padding:6px 4px 4px 10px;
text-align:left;vertical-align:top;color:#666666;
background-color:#EEEEEE;
border-bottom:1px dotted #999999;border-left:5px solid #F0E080;
}
.table_580 td {
padding:6px 4px 4px 10px;
border-bottom:1px dotted #999999;border-left:3px double #CCCCCC;
}

/* asset */
.asset {
margin:0 0 10px;
}

.asset-header {
margin:0 0 5px;
}

.asset-header h3 {
background: url(http://www.konojewelry.com/img/bg/bg_dia.gif) no-repeat left center;
padding: 0;
width: 600px;
height : 30px;
margin: 0 0 10px 0;
border-bottom:3px #999999 double;
}
.asset-header h3 span {
padding: 5px 5px 10px 50px;
display: block;
font-size: 100%;
color:#338866; 
}

.asset-meta {
margin:5px 0 0;
padding:0 10px 10px;
font-size: 90%;
}

.asset-name a:link,
.asset-name a:visited {
text-decoration: none;
}

.asset-name a:hover,
.asset-name a:active {
text-decoration: underline;
}

.asset-meta a {
color:#333;
}

.asset-content {
margin: 5px 0;
padding:0 10px;
}

.asset-body {
margin:0 0 50px;
}

.asset-more-link {
font-size: 90%;
text-align:right;
}

.entry-categories,
.entry-tags {
color:#3588C2;
}

div#resultDetail {
border-bottom: 1px dotted #cccccc;
margin: 0 0 10px 0;
}
/*=====================================
*
*
*div#secondry内の指定
*
*
=====================================*/

div#secondry ul li {
margin: 0;
overflow: hidden;
_height: 100%;
}
div#secondry ul li a {
background: transparent url(img/side/list_arrow3.gif) no-repeat left 8px;
padding: 5px 0 0 20px;
font-size: 87.5%;
border-bottom: 1px solid #666666;
display: block;
}
div#secondry ul li ul li{
padding: 0 0 0 1em;
margin: 0;
border-bottom: none;
}

div#secondry ul li ul li a {
background: transparent url(img/side/list_arrow4.gif) no-repeat left 10px;
padding: 5px 0 0 15px;
font-size: 87.5%;
border-bottom: 1px dashed #999999;
display: block;
}



/* -----------------------------------
共通
----------------------------------- */
div#s-comp {
font-size: 87.5%;
}
div#s-cat {
font-size:90% !important;
font-size:85%;
width:170px;
background: #FFFFC0;
margin: 10px 0 10px;
padding: 15px;
border: 1px solid #999;
color: #333;
}


/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイト名(ロゴ画像)
--------------------------------------------------------------------- */
.left h2 {
text-align:left;
}

.right h2 {
text-align:right;
}

#header-name {
color: #333;
font-size:135% !important;
font-size:130%;
font-weight:normal;
margin:0;
line-height:0;
}

#header-name a {
text-decoration: none;
}

#header-name a:hover {
text-decoration: underline;
}

.logo {
margin:10px 0 0 0;
border:0;
}



/* ---------------------------------------------------------------------
Widget：[ヘッダー]サイトマップ・お問合せリンク
--------------------------------------------------------------------- */
.sub-contents {
padding:0 15px 5px 0;
font-size:85% !important;
font-size:80%;
color:#ffffff;
text-align:right;
}

.sub-contents a:link,
.sub-contents a:visited {
padding:0 5px 0 5px;
text-decoration:none;
color:#ffffff;
}

.sub-contents a:hover,
.sub-contents a:active {
text-decoration: underline;
}

.search-content form {
padding:0;
margin:0;
text-align: right;
}

/* ---------------------------------------------------------------------
Widget：[ヘッダー]検索フォーム
--------------------------------------------------------------------- */
.widget-header-search {
font-size:85% !important;
font-size:80%;
color:#ffffff;
}

.widget-header-search .box {
width:120px;
}

.search-content {
padding:0 15px 5px 0;
}

.search-content label {
display:inline;
}

.widget-header-search .submit {

background-color: #F4F4F4;
color:#333333;
border:1px solid #C9C9C9;
padding:0 2px;
height:22px;
}



/* ---------------------------------------------------------------------
Widget：[サイド]会社概要
--------------------------------------------------------------------- */
.widget-company {
font-size:90% !important;
font-size:85%;
width:170px;
background: #FFFFC0;
margin: 0 0 10px;
padding: 15px;
border: 1px solid #999;
color: #333;
}

.widget-company .widget-content {
overflow: hidden;
width: 100%;
}



/* ---------------------------------------------------------------------
Widget：[サイド]rss
--------------------------------------------------------------------- */
.rss {
width:170px;
margin:0 0 15px 0;
}

.rss-content {
font-size: 75%;
background: url(img/side/rss.gif) 0 center no-repeat;
padding-left:18px;
}


/*=====================================
*
*
*div#footer内の指定
*
*
=====================================*/

#footer-module {
width:900px;
}

#footer-module-inner {
width:900px;
margin: 0 0 0 0;
}

#footer-menu a:link,
#footer-menu a:visited,
#footer-menu a:hover,
#footer-menu a:active {
color:#fff;
}

#footer-menu {
font-size:75% !important;
font-size:70%;
line-height: 1.2;
width:900px;
padding: 4px 20px;
background:#009966;
visibility: visible;
font-weight: normal;
color: #fff;
border-bottom: 1px solid #CCC;
}

#footer-address {
width:900px;
padding: 2px 20px;
background:#333333;
}


#footer-copy {
width:900px;
}

#footer-copy-inner {
background:#000000;
margin: 0 0 0 0;
padding: 2px 20px;
font-size: 60%;
color:#ffffff;
}
