/*-------------------------------------------------
  Nucleus CMS Stylesheet - bundled with version 3.4
  Based on the Stanch skin by Ivan Fong
  Mods by hcgtv and moraes and yama.kyms
  modified by okm.
-------------------------------------------------*/

/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body
{
	background:#EFEFE5 url(images/body_bg.png) repeat-x;
	color: #494949;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif, 'ＭＳ Ｐゴシック', Meiryo,
	font-size: 12px;
	padding: 7px 0;
	margin: 0;
}
img
{
	border: 0;
}
form
{
	margin: 0;
}

/* Headings */
h1,h2,h3,h4,h5,h6
{
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Arial, sans-serif;
	font-weight: normal;
	margin: 0;
}

/* Lists */
ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
li
{
	background: url(images/arrow.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
	margin: 0 20px;
}

/* Links */
a:link, a:visited
{
/*	color: #635D45;*/
/*	color: #4E425A;*/
	color: #97113F;
	text-decoration: none;
}
a:hover, a:active
{
	color: black;
}
a:hover{
	text-decoration: underline;
	color:#DF175A;
}
#header a:link, #header a:visited
{
	color: #474747;
}
#header a:hover, #header a:active
{
	color: #737373;
}
#copyrights a:link, #copyrights a:visited
{
	color: #474747;
}
#copyrights a:hover, #copyrights a:active
{
	color: #737373;
}

/* Basic classes */
.hidden
{
	display: none;
}
.centerize
{
	text-align: center;
}
.clearing
{
	width: 784px;
	height: 0;
	clear: both;
}

/*-------------------------------------------------
  Header
-------------------------------------------------*/
#header
{
	position: relative;
	width: 900px;
	height: 80px;
	margin: auto;
}
#header_menu
{
	position: relative;
	background:url(images/header_menu_bg.png) no-repeat;
	width: 900px;
	height: 42px;
	margin: auto;
}
#header div.logo{
	background: url(images/daiko_logo.png) no-repeat;
	boder:solid 10px #CCC;
	margin:0;
	padding:0;
	width:480px;
	height:60px;
	float:left;
}
#header div.sub_menu{
	width:420px;
	height:37px;
	boder:solid 10px #CCC;
	float:left;
	text-align:right;
	font-size:12px;
}
#header_menu ul{
	height:37px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	padding:5px 0 0 0;
	width:898px;
}
#header_menu li {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#header_menu li a{
	background-repeat:no-repeat;
	float:left;
	overflow:hidden;
	text-decoration:none;
	text-indent:-9999px;
	width:145px;
	height:37px;
	margin:0px;
	margin-left:5px;
}
#header_menu li a.menu_home{
	background:url(images/header_menu.png) no-repeat;
}
#header_menu li a.menu_home:hover{
	background:url(images/header_menu.png) no-repeat scroll -0px -37px;
}
#header_menu li a.menu_home_selected {
	background:transparent url(images/header_menu.png) no-repeat scroll 0 -74px;
}
#header_menu li a.menu_info{
	background:url(images/header_menu.png) no-repeat -150px -0px;
}
#header_menu li a.menu_info:hover{
	background:url(images/header_menu.png) no-repeat scroll -150px -37px;
}
#header_menu li a.menu_info_selected{
	background:transparent url(images/header_menu.png) no-repeat scroll -150px -74px;
}

#header_menu li a.menu_product{
	background:url(images/header_menu.png) no-repeat scroll -300px 0px;
}
#header_menu li a.menu_product:hover{
	background:url(images/header_menu.png) no-repeat scroll -300px -37px;
}
#header_menu li a.menu_product_selected{
	background:transparent url(images/header_menu.png) no-repeat scroll -300px -74px;
}

#header_menu li a.menu_branch{
	background:url(images/header_menu.png) no-repeat scroll -450px 0px;
}
#header_menu li a.menu_branch:hover{
	background:url(images/header_menu.png) no-repeat scroll -450px -37px;
}
#header_menu li a.menu_branch_selected{
	background:transparent url(images/header_menu.png) no-repeat scroll -450px -74px;
}

#header_menu li a.menu_company{
	background:url(images/header_menu.png) no-repeat scroll -600px 0px;
}
#header_menu li a.menu_company:hover{
	background:url(images/header_menu.png) no-repeat scroll -600px -37px;
}
#header_menu li a.menu_company_selected{
	background:transparent url(images/header_menu.png) no-repeat scroll -600px -74px;
}


/**---- top catch --**/
#main_catch{
	position: relative;
	height: 145px;
	width:100%;
	padding-top:10px;
	margin: auto;
	background:#F7E9FA;
	border:solid 1px #AAA;
	border-width:0 0 1px 0;
}
#main_catch div.catch{
	width: 880px;
	height: 134px;
	background:url(images/catch.png) no-repeat;
	margin:auto;
}
#main_catch div.catch h1{
	font-size:22px;
	line-height:25px;
	padding:10px 0 0px 20px;
	color:#333;
	font-weight:bold;
}

#main_catch div.catch p{
	font-size:16px;
	line-height:20px;
	padding:10px 0 10px 35px;
	font-weight:bold;
	margin:0px;
	color:#33293D;
}
/*-------------------------------------------------
  Content wrappers
-------------------------------------------------*/
#mainwrapper
{
	width: 898px;
	background: white;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #6D6C6D;
	margin: auto;
}
#wrapper
{
	width: 898px;
/*	background: white url(images/bgcontainer01.gif) repeat-y;*/
	margin: auto;
}

/*-------------------------------------------------
  Main content
-------------------------------------------------*/
#container
{
	width: 898px;
	height: 1%;
	overflow: visible;
	float:left;
	padding: 0px 0 0 0;
	margin-right: -260px;
}
.content
{
	padding: 0;
	margin: 7px 254px 30px 20px;
}
.content_header
{
	height:42px;
	width:610px;
	line-height:30px;
	font-size:14px;
	padding-left:24px;
	margin-top:10px;
	background:url(images/content_title_bg.png) no-repeat;
	font-weight:bold;
}

/**---
  ホーム - 新着情報
--**/
.content_info_wrapper
{
	width:613px;
	margin-bottom:3px;
	border:solid 1px #CCCCCC;
	background:#FFF;
}
.content_info
{
	background: #E9E9E9;
	padding:5px;
	margin:5px;
}
.content_info_bottom
{
	text-align:right;	
	align:right;
	padding-right:10px;
}
.content_info div.contenttitle h2{
	width:570px;
	font-size:12px;
	background:url(images/tri_pts.png) no-repeat 0 3px;
	margin:0px;
	padding:0 0 2px 12px;
	border:solid #999999;
	border-width:0 0 1px 0;
}
.content_info div.contenttitle h2 a{
	color:#B31046;
	font-weight:bold;
}
.content_info div.contentbody{
	font-size:12px;
	line-height:14px;
	padding:2px 0 5px 16px
}
#top_product{
	width:613px;
}
#top_product div.product_box_left,
#top_product div.product_box_right{
	width:298px;
	border:solid 1px #999999;
}
#top_product div.product_box_left .box_header,
#top_product div.product_box_right .box_header{
	height:10px;
	font-size:1px;
	background:url(images/top_box_head.png) repeat-x;
	margin:0px;
	padding:0px;
}
#top_product div.product_box_left{
	float:left;
}
#top_product div.product_box_right{
	float:left;
	margin-left:13px;
}
#top_product div.product_box_left .box_content,
#top_product div.product_box_right .box_content{
	height:60px;
	font-size:12px;
	padding:10px;
}
#top_product div.product_box_left .box_content img,
#top_product div.product_box_right .box_content img{
	border:solid 1px #666;
	margin:0px 10px 0 0;
	float:left;
}

#top_product div.product_box_left .box_bottom,
#top_product div.product_box_right .box_bottom{
	height:21px;
	clear:both;
	background:url(images/top_box_bottom.png) repeat-x;
}

/**
**/
div.product_cat_bag,
div.product_cat_coat,
div.product_cat_hearts,
div.product_cat_jewely,
div.product_cat_other{
	height:34px;
	font-size:15px;
	line-height:34px;
	padding-left:10px;
	font-weight:bold;
	color:#222;
	margin-bottom:4px;
}
div.product_cat_bag{
	color:#EEE;
	height:34px;
	background:url(images/cat_name_bag.png) no-repeat;
}
div.product_cat_coat{
	height:34px;
	background:url(images/cat_name_coat.png) no-repeat;
}
div.product_cat_hearts{
	height:34px;
	background:url(images/cat_name_hearts.png) no-repeat;
}
div.product_cat_jewely{
	height:34px;
	background:url(images/cat_name_jewely.png) no-repeat;
}
div.product_cat_other{
	height:34px;
	background:url(images/cat_name_other.png) no-repeat;
}
div.product_cat_body{
	font-size:14px;
	padding:3px 10px 30px 10px;
}
/*-------
 商品情報
--------*/
.producttitle h2
{
	clear: both;
	width:580px;
	height:23px;
	line-height:23px;
	padding-left:5px;
	font-size: 15px;
	border:solid #876CA3;
	border-width:0 0 1px 3px;
	margin:0 0 3px 10px;
	font-weight:bold;
}
.productbody
{
	width:580px;
	line-height:23px;
	padding-left:15px;
	font-size:14px;
	margin:0 0 25px 10px;
}

/*-------
 会社情報
--------*/
.companytitle h2
{
	clear: both;
	width:580px;
	height:23px;
	line-height:23px;
	padding-left:5px;
	font-size: 15px;
	border:solid #876CA3;
	border-width:0 0 1px 3px;
	margin:0 0 3px 10px;
	font-weight:bold;
}
.companybody
{
	width:580px;
	line-height:23px;
	padding-left:15px;
	font-size:14px;
	margin:0 0 25px 10px;
}
.companybody table
{
	font-size:14px
}

/*
グループ情報
*/
.grouptitle h2
{
	clear: both;
	width:580px;
	height:23px;
	line-height:23px;
	padding-left:5px;
	font-size: 15px;
	border:solid #876CA3;
	border-width:0 0 1px 3px;
	margin:0 0 12px 10px;
	font-weight:bold;
}
.groupbody
{
	width:580px;
	line-height:23px;
	padding-left:15px;
	font-size:14px;
	margin:0 0 45px 10px;
}

/*-------------------------------------------------
  Item styles
-------------------------------------------------*/
.styleM
{
	font-size:14px;
}
.contenttitle h2
{
	width:590px;
	clear: both;
	background: url(images/dot.gif) bottom repeat-x;
	font-size: 15px;
	padding: 0 0 6px 0;
	margin: 0 0 0 10px;
}
.contentbody
{
	font-size:13px;
	text-align: justify;
	padding: 4px 25px 16px 4px;
	line-height:1.5;
	margin: 0 0 0 10px;
}
div.clear{
clear:both;
}
div.contentbody img{
margin:5px 5px 5px 5px;
}
.contentbody img.border{
        border:solid 1px #333;
}
.dotted_border{
	font-size:1px;
	height:1px;
	background:url(images/dotted_border.png) repeat-x;
}
.previtem{
	font-size:12px;
	width:250px;
	float:left;
	text-align:left;
	margin-bottom:5px;
}
.nextitem{
	font-size:12px;
	width:250px;
	float:left;
	margin-left:100px;
	text-align:right;
	margin-bottom:5px;
}

/*-------------------------------------------------
  Item info
-------------------------------------------------*/
.contentitemcategory
{
	background: url(images/bgcategory.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 14px;
}
.contentitempostedby
{
	background: url(images/bgpostedby.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 12px;
}
.contentitemcomments
{
	background: url(images/bgcomment.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 13px;
}
.contentitemedit
{
	background: url(images/bgedit.gif) center left no-repeat;
	font-size: 12px;
	line-height: 12px;
	padding: 0 10px 0 11px;
}
.contentitem
{
	padding: 3px 0 0 0;
	margin: 0 0 16px 0;
}
.contentitem1
{
	display: inline;
}
.contentitem2
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem3
{
	display: inline;
	background: url(images/dotv.gif) left repeat-y;
	padding: 0 0 0 10px;
}
.contentitem4
{
	display: inline;
	padding: 0 0 0 10px;
	background: url(images/dotv.gif) left repeat-y;
}

/*-------------------------------------------------
  Comments
-------------------------------------------------*/
.itemcomment
{
	background: url(images/commentquote01.gif) no-repeat;
	background-position: 6px 9px;
	padding: 6px 42px;
	border: 1px solid white;
	margin: 10px 0 0 0;
}
.itemcomment:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #CCCCCC;
}
.id1 /*This is to give the admin a special comment style, to distinguish him/her from the rest of the commentors*/
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.id1:hover
{
	background: #F9F9F9 url(images/commentquote02.gif) no-repeat;
	background-position: 6px 9px;
	border: 1px solid #B3C492;
}
.itemcomment h3
{
	font-size: 12px;
}

/*-------------------------------------------------
  Menu
-------------------------------------------------*/
#sidebarcontainer
{
	float: right;
	background:#ECDEEE;
	margin:0 0px 0 0;
}
.side_group_info,
.side_info
{
	width:240px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:7px;
	padding-bottom:7px;
	background:#CBBFCD;
}
.side_info_content,
.side_group_info_content
{
	width:225px;
	border:solid 1px #999999;
	background:#E9DBEB;
	margin-left:auto;
	margin-right:auto;

}
.side_group_info_content .group_head
{
	width:210px;
	height:32px;
	background:url(images/group_info.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
.side_info_content .info_head
{
	width:210px;
	height:32px;
	background:url(images/info_sub.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
.side_info_content .comp_head
{
	width:210px;
	height:32px;
	background:url(images/comp_sub.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}
.side_info_content .brunch_head
{
	width:210px;
	height:32px;
	background:url(images/brunch_sub.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	margin-top:8px;
}

.side_group_info_content .group_content,
.side_group_info_content .group_content_sub,
.side_group_info_content .group_content_bottom,
.side_info_content .info_content,
.side_info_content .info_content_sub,
.side_info_content .info_content_bottom
{
	font-size:12px;
	background:#FFFFFF;
	width:208px;
	margin-left:auto;
	margin-right:auto;
	border:solid #CCC;
	border-width:0 1px 0 1px;
	padding:6px 0 4px 0;
	text-align:center;
}
.side_info_content .info_content,
.side_info_content .info_content_sub,
.side_info_content .info_content_bottom{
	text-align:left;
}
.side_info_content .info_content h4,
.side_info_content .info_content_sub h4,
.side_info_content .info_content_bottom h4{
	background:url(images/gray_tri_pts.png) no-repeat;
	padding-left:20px;
	line-height:21px;
	font-size:16px;
}
.side_info_content .info_content_sub,
.side_info_content .info_content_bottom{
	background:#FFF url(images/dotted_border.png) repeat-x;
}
.side_info_content .info_content_bottom{
	margin-bottom:12px;
	border-bottom:solid 1px #999;
}
.side_group_info_content .group_content_sub,
.side_group_info_content .group_content_bottom
{
	background:#FFF url(images/dotted_border.png) repeat-x;
        width:208px;
}
.side_group_info_content .group_content_bottom
{
	margin-bottom:5px;
}


.sidebar
{
	width:240px;
	color: #21262A;
/*	margin: 0 0 4px 6px;*/
}
.sidebar a:link,
.sidebar a:visited,
.sidebar a:hover,
.sidebar a:active
{
	text-decoration:none;
	color:#333;
}
#top_side_content a:link,
#top_side_content a:visited,
#top_side_content a:hover,
#top_side_content a:active
{
	text-decoration:underline;
}


/* Menu lists */
.sidebardl
{
	padding: 0 0 10px 0;
	margin: 0;
}
.sidebardl dt
{
	background: #E5E5E5 url(images/sidetitlebg.gif);
	color: #3A3523;
	font-size: 12px;
	font-weight: bold;
	letter-spacing:2px;
    font-family: "Georgia", "Lucida Grande", "Lucida Sans Unicode", Arial, "Trebuchet MS", sans-serif;
	padding: 4px 10px;
}
.sidebardl dd
{
	background: #EEEEEE;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd:hover
{
	background: #E7E7E7;
	padding: 2px 10px;
	margin: 1px 0 0 0;
}
.sidebardl dd a:link, .sidebardl dd a:visited
{
	background: url(images/arrow.gif) left center no-repeat;
	padding: 0 0 0 10px;
}

/*-------------------------------------------------
  Footer
-------------------------------------------------*/
#footer
{
	font-size:12px;
	width: 900px;
	height:20px;
	background: #DDD0DF;
	text-align: center;
	padding: 10px 0 10px 0;
	border-width: 0px 0px 10px 0px;
	border-style: solid;
	border-color: #E0E0E0;
	margin: 0 auto;
}

#copyrights
{
	color: #474747;
}

/*-------------------------------------------------
  Forms
-------------------------------------------------*/
.loginform, .searchform
{
	margin: 5px 0;
}
.commentform, .mailform
{
	margin-top: 10px;
    padding: 10px;
    background: #EEEEEE;
    /* Rounded borders, for Mozilla browsers */
    /* -moz-border-radius: 10px; */
}
.commentform img{
    margin: 5px 0 0 0;
}
.formfield
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #868686;
	border-left: 1px solid #868686;
	border-bottom: 1px solid #D4D2CF;
	border-right: 1px solid #D4D2CF;
	margin: 1px 0 0 0;
	padding:5px;
	line-height:1.5;
}
.formbutton
{
	font-size: 12px;
	background: white;
	color: #494949;
	border-top: 1px solid #D4D2CF;
	border-left: 1px solid #D4D2CF;
	border-bottom: 1px solid #868686;
	border-right: 1px solid #868686;
	margin: 1px 0 0 0;
}
.searchform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.searchform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.loginform .formfield
{
	width: 130px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.loginform .formbutton
{
	width: 60px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
.mainform .formfield
{
	width: 280px;
    font-family: Arial, Tahoma, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 0;
	margin: 0 2px 2px 0;
}
.mailform .formbutton
{
	width: 100px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
	padding: 2px 2px;
}
#nucleus_cf_name, #nucleus_cf_mail
{
    width: 300px;
    margin-right: 105px;
    font-family: Arial, Trebuchet MS, Verdana, sans-serif;
}
.commentform textarea, .commentform .formfield, .mailform textarea, .mailform .formfield
{
    width: 300px;
}
.commentform .formbutton
{
	width: 100px;
	height: 22px;
    font-family: Tahoma, Arial, Trebuchet MS, Verdana, sans-serif;
}
.error
{
	color: red;
	font-weight: bold;
}

textarea#nucleus_cf_body
{
	width:470px;
}

/*-------------------------------------------------
  Miscelaneous
-------------------------------------------------*/
/* VBlog image onion skin shadow - From AListApart.com*/
.wrap1, .wrap2, .wrap3
{
	display:inline-table;
	/* \*/display:block;/**/
}
.wrap1
{
	float:left;
	background:url(images/shadow.gif) right bottom no-repeat;
	margin: 0 5px 3px 0;
}
.wrap2
{
	background:url(images/corner_br.gif) left bottom no-repeat;
}
.wrap3
{
	background:url(images/corner_tr.gif) right top no-repeat;
	padding:0 5px 5px 0;
}
.wrap3 img
{
	display:block;
	border: 3px solid white;
}

/* Search highlight color */
.highlight
{
	background: #80ff80;
}

/* Leftbox and Rightbox toolbar buttons */
.leftbox, .rightbox {
	margin: 3px;
	padding: 3px;
	font-size: larger;
	width: 20%;
}
.leftbox {
	float: left;
	border-right: 2px solid #ccc;
}
.rightbox {
	float: right;
	border-left: 2px solid #ccc;
}
.pageswitch{
	border:solid 1px #999;
	width:613px;
	font-size:14px;
	text-align:center;
	margin:5px 0 15px 0;
}
.pageswitch a.switch{
	border:solid 1px #CCC;
	padding:0 3px 0 3px;
}
img.lightbox{
	padding:6px;
	background:#FFF;
	border:solid 1px #666;
}