/*
Theme Name: antique
Theme URI: http://http://kobijutsu-seto.jp
Author: amanojack design
Author URI: http://www.amanojackdesign.com
Description: 
Version:
*/

/* CSS Document */
@charset "UTF-8";

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

１.Reset.css

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


/* 1.CSS Reset
============================================================================= */

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video,
xmp {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
}

html,
body {
  height: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
/*
  Override the default (display: inline) for
  browsers that do not recognize HTML5 tags.

  IE8 (and lower) requires a shiv:
  http://ejohn.org/blog/html5-shiv
*/
  display: block;
}

b,
strong {
/*
  Makes browsers agree.
  IE + Opera = font-weight: bold.
  Gecko + WebKit = font-weight: bolder.
*/
  font-weight: bold;
}


fieldset {
	border:0;
}


img {
  color: transparent;
  font-size: 0;
  vertical-align: middle;
  border:0;
/*
  For IE.
  http://css-tricks.com/ie-fix-bicubic-scaling-for-images
*/
  -ms-interpolation-mode: bicubic;
}

li {
/*
  For IE6 + IE7.
*/
  display: list-item;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td,
caption {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}

q {
  quotes: none;
}

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

sub,
sup,
small {
  font-size: 75%;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg {
/*
  For IE9.
*/
  overflow: hidden;
}





/*Font YUI version: 2.7.0*/
body {font:13px/1.231 arial, helvetica, clean, sans-serif;*font-size:small;*font:x-small;}
select,input,button,textarea,button {font:99% arial, helvetica, clean, sans-serif;}
table {font-size:inherit;	font:100%;}
pre,code,kbd,samp,tt {font-family:monospace;*font-size:108%;line-height:100%;}

/*Artis-add*/
br {letter-spacing:normal;}
hr {display: none;}
li img {vertical-align:bottom;}


/***************************
▼▼バナー▼▼
****************************/
a.smallbanner:hover {
    opacity: 0.7;
}

a.ahgallery:link {
color:#333333; 
}

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

２.960.css

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


/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after
{
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after
{
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16
 {
  zoom: 1;
}



/* CSSでfloatによる親の背景が表示されない解決ソース */

.box3_type1,
.box4_type1,
.box5_type1,
.box6_type1,
.footercont,
.cart .call,
.typewaku,
.croftinfo,
.main700,
.main700sub,
.footercont
 {
    overflow: hidden;
}

.box3_type1:after,
.box4_type1:after,
.box5_type1:after,
.box6_type1:after,
.footercont:after,
.cart .call:after,
.typewaku:after,
.croftinfo:after,
.main700:after,
.main700sub:after,
.footercont:after
 {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .box3_type1,
* html .box4_type1,
* html .box5_type1,
* html .box6_type1,
* html .footercont,
* html .cart .call,
* html .typewaku,
* html .croftinfo,
* html .main700,
* html .main700sub,
* html .footercont
 {
    height: 1em;
    overflow: visible;
}
/**/


/* CSSでfloatによる親の背景が表示されない解決ソースここまで */


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

３.frame.css

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


/* 1.frame
============================================================================= */

#fade {
    display: none;
}


.leftside {
	margin-top:50px;
	width:200px;
	overflow:hidden;
}


.maincontents {
	margin-top:50px;
	width:700px;
	overflow:hidden;
}



#wrapper {
	width:100%;
}

#container {
	width:1000px;
	margin:0 auto 50px auto;
	overflow:hidden;
}







#pagetopnav {
	width:1000px;
	margin: 40px auto 30px auto;
}


#pagetopnav .page {
	height:10px;
	}


#pagetopnav .pagetop {
	float:right;
}
	

#pagetopnav .pagetop a {
	width:130px;
	height: 10px;
	display: block;
	text-indent: -9999px;
	background:url("./img/pagenav.png") no-repeat 0 0;
}




.footer {
	background:url("./img/940line.png") no-repeat 0 0;
	padding:25px 0 50px 0;
	clear:both;
}




/* 2.font
============================================================================= */
/*
77% = 10px	| 	123.1% = 16px	|	167% = 22px	
85% = 11px	|	131% = 17px	    |	174% = 23px
93% = 12px	|	138.5% = 18px	|	182% = 24px
100% = 13px	|	146.5% = 19px	|	189% = 25px
107% = 14px	|	153.9% = 20px	|	197% = 26px
114% = 15px	|	161.6% = 21px	|
*/

/*Link*/
a{overflow:hidden;}
a:link {color:#333333;  text-decoration:none;}
a:visited {color:#333333; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}


body {
	color:#333333;
	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro";
	letter-spacing:normal;
	line-height:1.5em;
letter-spacing:0.1em;
	background:url("./img/backcolor.gif") repeat 0 0 #fff;
}


.hLight a:hover *{
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}





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

４.crossFader.css

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

/*crossFader*/
.crossfader{
	position:relative;
	height:404px;
}

.crossfader img{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0;
	cursor:pointer;
}

.crossfader .active{
	z-index:10;
	opacity:1.0;
}

.crossfader .last-active{
	z-index:9;
}




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

５.オリジナル.css

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


/* 1.左カラム
============================================================================= */


.leftside .mainlogo {
	margin:10px 0 0 0;
	width:200px;
	height:110px;
	}

.leftside .mainlogo h1 {
color:#333;
font-size:10px;
font-weight:100;
}

.leftside .mainlogo p a {
	margin:10px 0 0 0;
	width:200px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/headerLogo.png") no-repeat 0px 0px;
	}
	


.leftside .toriatsukai p.title {
	width: 200px;
	height: 40px;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/toriatsukai.png") no-repeat 0 0;
}



.leftside .toriatsukai ul.ekaki {
	clear:both;
	width:200px;
	margin-top:20px;
	overflow:hidden;
}



.leftside .toriatsukai ul.ekaki li a,
.leftside .toriatsukai ul.ekaki li {
	height:60px;
	display:block;
	text-indent:-9999px;
}


.leftside .toriatsukai ul.ekaki li.nav01 {
	height:22px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/cateekaki.png") no-repeat 0 0;
}


.leftside .toriatsukai ul.ekaki li.nav02 {
	height:20px;
}

.leftside .toriatsukai ul.ekaki li.nav02 a {
	height:20px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/cateekaki.png") no-repeat 0 -20px;
}



.leftside .toriatsukai ul.ekaki li.nav03 {
	height:18px;
}

.leftside .toriatsukai ul.ekaki li.nav03 a {
	height:18px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/cateekaki.png") no-repeat 0 -42px;
}


.leftside .toriatsukai ul.sho {
	clear:both;
	width:200px;
	margin-top:20px;
	overflow:hidden;
}


.leftside .toriatsukai ul.sho li a,
.leftside .toriatsukai ul.sho li {
	height:60px;
	display:block;
	text-indent:-9999px;
}


.leftside .toriatsukai ul.sho li.nav01 {
	height:22px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/catesho.png") no-repeat 0 0;
}


.leftside .toriatsukai ul.sho li.nav02 {
	height:20px;
}

.leftside .toriatsukai ul.sho li.nav02 a {
	height:20px;
	background:url("./img/catesho.png") no-repeat 0 -20px;
}



.leftside .toriatsukai ul.sho li.nav03 {
	height:18px;
}

.leftside .toriatsukai ul.sho li.nav03 a {
	height:18px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/catesho.png") no-repeat 0 -42px;
}


.leftside .toriatsukai ul.sonota {
	clear:both;
	width:200px;
	margin-top:20px;
	overflow:hidden;
}

.leftside .toriatsukai ul.sonota li a,
.leftside .toriatsukai ul.sonota li {
	height:60px;
	display:block;
	text-indent:-9999px;
}


.leftside .toriatsukai ul.sonota li.nav01 {
	height:22px;
}

.leftside .toriatsukai ul.sonota li.nav01 a {
	height:22px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/catesonota.png") no-repeat 0 0;
}



.leftside .toriatsukai ul.newall {
	clear:both;
	width:200px;
	margin-top:20px;
	overflow:hidden;
}

.leftside .toriatsukai ul.newall li a,
.leftside .toriatsukai ul.newall li {
	height:60px;
	display:block;
	text-indent:-9999px;
}


.leftside .toriatsukai ul.newall li.nav01 {
	height:22px;
}

.leftside .toriatsukai ul.newall li.nav01 a {
	height:22px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/catenewall.png") no-repeat 0 0;
}


.leftside .guide {
	width: 200px;
	margin-bottom:20px;
}


.leftside .guide p.title a {
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/guide.png") no-repeat 0 0;
	display:block;
}


.leftside .tenpo {
	margin-bottom:20px;
}


.leftside .tenpo p.title a {
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/tenpo.png") no-repeat 0 0;
	display:block;
}


.leftside .tenpo ul.tenpotop li.nav01 {
	margin-top:20px;
	height:110px;
}

.leftside .tenpo ul.tenpotop li.nav02 {
	margin-top:10px;
}

.leftside .banner {
	width: 200px;
	margin-bottom:20px;
	padding: 20px 0 0 0;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/leftline.png") no-repeat 0 0;
}

.leftside .banner ul.bannertop li {
	margin-bottom:10px;
}

.leftside .textcate {
	width: 200px;
	margin-bottom:20px;
	padding: 20px 0 0 0;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/leftline.png") no-repeat 0 0;
}

.leftside .news {
	width: 200px;
	margin-bottom:20px;
}

.leftside .news p.title {
	width: 200px;
	height: 40px;
	margin: 20px 0 0 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/news.png") no-repeat 0 0;
}

.leftside .news dl.newstop {
	margin-top:20px;
}

.leftside .news dl.newstop dt {
	line-height:0.8em;
	font-size:93%;
	font-weight:bold;
}

.leftside .news dl.newstop dd {
	line-height:1.3em;
	margin-bottom:20px;
	padding:10px 0 0 0;
	font-size:93%;
}





/* 2.Maincontents
============================================================================= */

#mainimage {
	margin:0 0 20px 0;
	width:700px;
	height:404px;
	}


.main700 {
	width: 700px;
	margin-bottom:20px;
	padding: 20px 0 0 0;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/700line.png") no-repeat 0 0;
}


.main700sub {
	width: 700px;
	margin-bottom:20px;
}



.main700 .mainleft340 {
	width: 340px;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
}


.main700 .mainright340 {
	width: 340px;
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
}

.main700title {
	width: 700px;
	margin-bottom:20px;
}

.main700 .tyumoku p {
	width: 700px;
	height: 20px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/tyumoku.png") no-repeat 0 0;
}

.main700 .mainright340 dl {
	margin-bottom:15px;
}

.main700 .mainright340 dl dt {
	margin:0 0 20px 0;
	font-size:153.9%;
	font-weight:bold;
	line-height:140%;
}

.main700 .mainright340 dl dd.midashi {
	font-size:114%;
	font-weight:bold;
}

.main700 .mainright340 dl dd {
	margin-bottom:5px;
	font-size:107%;
	line-height:160%;
}

.main700 .mainright340 dl dd.midashi93 {
	margin-bottom:5px;
	font-size:93%;
	line-height:160%;
}

.main700title dl {
	margin-bottom:15px;
}

.main700title dl dt {
	margin:0 0 20px 0;
	font-size:153.9%;
	font-weight:bold;
	line-height:140%;
}

.main700title dl dd.midashi {
	font-size:130%;
	font-weight:bold;
}

.main700title dl dd {
	margin-bottom:5px;
	font-size:107%;
	line-height:160%;
}

.main700 .newwaku p {
	width: 700px;
	height: 20px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/newwaku.png") no-repeat 0 0;
}


.main700 .mainleft132 {
	width: 132px;
	margin: 0 10px 0 0; 
	float: left;
	overflow: hidden;
}

.main700 .mainleft130 {
	width: 130px;
	margin: 0 10px 0 0; 
	float: left;
	overflow: hidden;
}

.main700 .mainleft165 {
	width: 165px;
	margin: 0 10px 0 0; 
	float: left;
	overflow: hidden;
}

.main700 .mainright132 {
	width: 132px;
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
}


.main700 .mainright132 p, .main700 .mainleft132 p, .main700 .mainleft165 p {
	margin: 7px 0 0 0;
}

.main700 .mainright130 p, .main700 .mainleft130 p {
	margin: 7px 0 0 0;
}



.main700sub .mainleft220 {
	width: 220px;
	margin: 0 20px 0 0;
	float: left;
	overflow: hidden;
}


.main700sub .mainright220 {
	width: 220px;
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
}


.main700sub .mainright220 p, .main700sub .mainleft220 p {
	margin: 7px 0 0 0;
}

.main700sub .mainleft132 {
	width: 132px;
	margin: 0 10px 0 0;
	float: left;
	overflow: hidden;
}


.main700sub .mainright132 {
	width: 132px;
	margin: 0 0 0 0;
	float: right;
	overflow: hidden;
}


.main700sub .mainright132 p, .main700sub .mainleft132 p {
	margin: 7px 0 0 0;
}
.main700sub .mainright130 p, .main700sub .mainleft130 p {
	margin: 7px 0 0 0;
}


.main700sub .kakotenranwaku p {
	width: 700px;
	height: 20px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/kakotenranwaku.png") no-repeat 0 0;
}

.main700sub .kakomokurokuwaku p {
	width: 700px;
	height: 20px;
	margin: 0 0 20px 0;
	text-indent: -9999px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/uploads/2013/11/kakonomokuroku1.png") no-repeat 0 0;
}



.navi {
	margin:0 0 30px 0 
}

.navi ul li {
float:left;
list-style:none;
margin-right:10px;
font-size:85%;
}

.navi ul li a {
	font-size:85%;
}


.sakuhin h1 {
	font-size:161.6%;
	padding-left:15px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/midashi.png") no-repeat 0 0;
	margin-bottom:30px;
}

.sakuhin h2, .sakuhin h3, .sakuhin h4 {
	font-size:161.6%;
	padding-left:15px;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/midashi.png") no-repeat 0 0;
	margin-top:40px;
	margin-bottom:30px;
}


div.photogallery {
	width:700px;
	height:700px;
	margin-bottom:25px;
}


div.photogallery ul.gallery {
	width:500px;
}


ul.gallery li {
	list-style:none;
}
	
	
ul.thumbs {
	list-style:none;
	margin-left:45px;
}

ul.thumbs li {
	list-style:none;
	margin-bottom:20px;
}

/* tableCont */
.tableCont {
    width:700px;
	margin-bottom:20px;
}

.tableCont table {
    border-collapse:collapse;
    width:100%;
}

.tableCont table th {
	font-size:107%;
	line-height:160%;
    padding:8px 10px;
    width:15%;
    font-weight:bold;
    border-bottom:1px solid #fff;
    background: #f5f5f5;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
}

.tableCont table td {
	font-size:107%;
	line-height:160%;
    padding:8px 10px;
    border-bottom:1px solid #fff;
    border-top:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.tableContcolor {
    width:700px;
	margin-bottom:20px;
}

.tableContcolor table {
    border-collapse:collapse;
    width:100%;
}

.tableContcolor table th {
	font-size:107%;
	line-height:160%;
    padding:8px 10px;
    width:30%;
    font-weight:bold;
	color:#fff;
    border-bottom:1px solid #fff;
    background: #633;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
}

.tableContcolor table td {
	font-size:107%;
	line-height:160%;
    padding:8px 10px;
    border-bottom:1px solid #fff;
    border-top:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

/* tableCont電話の色付き */
.tableContsub {
    width:700px;
	margin-bottom:20px;
}


.tableContsub table {
    border-collapse:collapse;
    width:100%;
}

.tableContsub table th {
	color:#fff;
	font-size:153.9%;
	line-height:160%;
    padding:8px 10px;
    width:15%;
    font-weight:bold;
    border-bottom:1px solid #fff;
    background: #633;
    border-top:1px solid #ffffff;
    border-left:1px solid #ffffff;
}

.tableContsub table td {
	color:#633;
	font-size:153.9%;
	line-height:160%;
    padding:8px 10px;
    font-weight:bold;
    border-bottom:1px solid #fff;
    border-top:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.secimage {
	clear:both;
	width:700px;
	height:318px;
	}

.honbun p {
	font-size:107%;
	line-height:160%;
	}

.honbun p.big {
	margin:10px 0 0 0;
	font-weight:bold;
	}
	
.honbun p.kai {
	margin:10px 0 0 0;
	}
	
	
	
.honbun dl dt {
	font-size:114%;
	font-weight:bold;
margin-bottom:5px;
}

.honbun dl dd {
margin-bottom:15px;
	font-size:107%;
	line-height:160%;
}

.gallerytitle {
	width:700px;
	height:60px;
	}

.gallerytitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/gallerytitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}

.guidetitle {
	width:700px;
	height:60px;
	}

.guidetitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/guidetitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}


.shoptitle {
	width:700px;
	height:60px;
	}

.shoptitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/shoptitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}

.sateititle {
	width:700px;
	height:60px;
	}

.sateititle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/sateititle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}

/* 3.footer
============================================================================= */


.footer .footercont {
	clear:both;
	width:940px;
	overflow: hidden;
}



.footercont .left660 {
	width: 660px;
	float: left;
	overflow: hidden;
}


.footercont .right280 {
	width: 280px;
	float: right;
	overflow: hidden;
}

.footercont .left660 p {
font-size:85%;
}

.footercont .right280 p {
font-size:9px;
text-align:right;
}

.contacttitle {
	width:700px;
	height:60px;
	}

.contacttitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/contacttitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}	


.mokurokutitle {
	width:700px;
	height:60px;
	}

.mokurokutitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/mokurokutitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}	

.kinsetitle {
	width:700px;
	height:60px;
	}

.kinsetitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/kinsetitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}	


.kindaititle {
	width:700px;
	height:60px;
	}

.kindaititle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/kindaititle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}	



.sonotatitle {
	width:700px;
	height:60px;
	}

.sonotatitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/sonotatitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}	

.newtitle {
	width:700px;
	height:60px;
	}

.newtitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/newtitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}
.privacytitle {
	width:700px;
	height:60px;
	}

.privacytitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques//img/privacytitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}
.privacy h2, .privacy h3, .privacy h4 {
	font-size:161.6%;
	padding-left:15px;
	margin-top:40px;
	margin-bottom:30px;
}
.privacy dl dt {
font-size: 114%;
margin-bottom: 5px;
}


.wp-pagenavi {
	clear: both;
	text-align:center;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}

.sitemaptitle {
	width:700px;
	height:60px;
}

.sitemaptitle h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/uploads/2013/07/sitemaptitle.jpg") no-repeat 0 0;
	margin-bottom:30px;
}

.searchtext {
  margin-top:12px;
  margin-left:-20px;
  width:90px;
}

.searchresult {
	width:700px;
	height:60px;
}

.searchresult h1 {
	width:700px;
	height:60px;
	text-indent:-9999px;
	float:left;
	background:url("http://kobijutsu-seto.jp/wp/wp-content/themes/antiques/img/search.jpg") no-repeat 0 0;
	margin-bottom:30px;
}
