@charset "utf-8";
/*
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

** {
	padding: 0;
	margin: 0;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}

* {
	padding: 0;
	margin: 0;
	font-family:
	font-size: 14px;
}


#base {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}
body {
	color:#000000;
	font-size: 14px;
	background-position: top left;
	
}


bodytitle {
	color:#505050;
	background-color: #;
	font-size: 14px;
	background-image: url(img/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}





body#toppage {
}
img {
	vertical-align: top;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#contents{
	margin-bottom:20px;
	height: 560px;
	
	padding-top: 10px;
}

#contents2{
	margin-bottom:20px;
	height: 950px;
	padding-top: 20px;
}

#contents3{
	margin-bottom:20px;
	height: 600px;
	padding-top: 20px;
}

#content3 div.box_in {
	width:950px;
	height:500px;	
	margin-bottom: 5px;
	padding: 10px;
}


/* Jewerly photo left */
#contents3 div.pola {
	float: left;
	clear: both;
	width: 620px;
	height: 450px;
	margin-right: 20px;
	padding-bottom: 0px;
	border: 1px solid #b99e36;
	background-color: #FFFFFF;
	margin-bottom: 50px;
}
   
   
#contents3 div.pola-right {
   float:right;
   clear:both;
   width:230px;
   height:420;
   margin-left:10px;
   padding-bottom:0px;
   }
   
   
  
/* ========MENU CUSTOMIZE======== */
#contents3 div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	width:950px;
	height:40px;
}

#contents3 div.menu li {
   float:left;
   margin:0;
   padding:0;
}

#contents3 div.menu li a {
	display: block;
	padding: 8px 10px;
	color: #000000;
}

#contents3 div.menu li a:hover {
	color: #A2812E;
	background-color: 
	border: none;
	
}

#contents3 div.menu .on {
	color: #A2812E;
}


}

h5 {font:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter

}


li {
	list-style-type: none;
}
a {
	color: #a;
}
a:hover {
	color: #906C1D;
	text-decoration: none;
}
/*
ヘッダー
-------------------------------------------*/
#head {
	height: 120px;
	position: relative;
	align: center;
	float: center;
	margin: 0;
}
#head h1 {
	font-size: 9px;
	position: absolute;
	top: 10px;
	font-weight: normal;
	line-height: 16px;
	color: #777777;
	left: 27px;
}
#head h2 {
	position: absolute;
	bottom: 15px;
	left: 50px;
	background-image: none;
	padding: 0px;
	margin: 0px;
	color: #505050;
}

#head img#logo {
	position: absolute;
	left: 349px;
	top: -23px;
}
#head #h_list {
	position: absolute;
	right: -139px;
	top: 1px;
}
#head #h_list li {
	display: inline;
	padding-right: 7px;
	padding-left: 13px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 3px center;
	font-size: 10px;
}
#head #h_list a {
	text-decoration: none;
	color: #6C6759;
}
#head #info {
	position: absolute;
	right: 10px;
	font-size: 11px;
	color: #7A8687;
	line-height: 24px;
	text-align: right;
	top: 19px;
	width: 73px;
	height: 49px;
}
#head #info strong {
	font-size: 26px;
	color: #47A4C2;
	font-family:Verdana, Geneva, sans-serif;
}
#head #info span {
	font-size: 18px;
	color: #666666;
}
#head #h_list a:hover {
	background-color: #;
}

/*
グローバルナビ
-------------------------------------------*/

#navi {
	padding-left: 80px;
	position: absolute;
	left: 2px;
	bottom: -1px;
	padding-right: 0px;
}

#navi li .toplevel {
	line-height: 13px;
	/*	height: 32px;*/
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 6px;
	padding-left: 14px;
	font-size: 13px;
	color: #505050;
	text-decoration: none;
	text-align: center;
	border-right-width: 1px;
	border-right-style: ;
	border-right-color: #;
}

/*IE6除外
---------------*/
html > body #navi li .toplevel {
	height: 32px;
}
/*---------------*/

#navi li a.toplevel:hover,
#navi li a.toplevel.jshover {
	color: #151515;
	text-align: center;
}

#navi li a span {
	line-height: 10px;
	font-size: 10px;
	color: #999999;
	text-align: left;
}
#navi li strong span {
	line-height: 12px;
	font-size: 10px;
	color: #A2812E;
	text-align: left;
}

/*IE6適用
---------------*/
* html #navi li a span {
	line-height: 14px;
}
* html #navi li strong span {
	line-height: 16px;
}
/*---------------*/

#navi li a:hover span,
#navi li a.jshover span {
	color: #;
}
 
#jsnavi {
	display: block;
	position: relative;
	text-align: left;
	height: 44px;
	width: 930px;
	border-left-width: 1px;
	border-left-color: #;
}
#jsnavi li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#jsnavi ul {
	width: 150px;
	display: none;
	position: absolute;
	text-align: left;
	top: 44px;
	left: -1px;
	margin: 0;
	padding-left: 40px;
}

#jsnavi ul ul {
	left: 149px;
	top: 0;
}

* html #jsnavi ul {
	line-height: 0;
} /* IE6 "fix" */
#jsnavi ul a {
	zoom: 1;
} /* IE6/7 fix */
#jsnavi ul li {
	float: none;
}
 
#jsnavi *:hover {
	background-color: none;
}
#jsnavi a {
	display: block;
	color: #;
	font-size: 14px;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	text-decoration: none;
	border-right-width: 1px;
	border-right-color: #;
}

#jsnavi strong {
	display: block;
	color: #;
	line-height: 16px;
	/*	height: 32px;*/
	padding-top: 7px;
	padding-right: 25px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
	background-image: ;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #;
	font-weight: normal;
}

/*navi stylesheet
---------------*/

#navi li .toplevel ul.cssMenu, ul.cssMenu ul
        {
        	list-style:none;
        	margin:0; padding:0;
        	position: relative;
        }
		
		/*Style for 1st level menu header*/
        ul.cssMenu li
        {
	position: relative;
	float: left;
	color: #A2812E;
	zoom: 1; /*background color of menu header (1st level)*/
        }
        ul.cssMenu li:hover
        { 
        	background: #f9f8e8/*background color of menu header (1st level) on hover*/; 
        }
        ul.cssMenu li a
        {
	/*Menu link styles*/
	display: block;
	padding: 7px;
        	color:;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #A2812E;
        }
        
        /* Building menu items - for 2nd and more level menu items*/
        ul.cssMenu ul 						
        { 
        	display:none; /*initially menu item is hidden*/
        	position: absolute; /*absolute positioning is important for menu to float*/
			width: 150px; 
			
			/*Formating of menu items*/
        	border:
        	padding:0px;
        	background:
			
			/*optional - to change position of 2nd level menu item*/
			top: 100%; 
        	left: 0; 
        }
        ul.cssMenu ul li
        { 
        	
        	color: #A2812E; 
			border-bottom: ; 
			float: none; 
		}
									  
        ul.cssMenu ul li a
        { 
        	width: 100%; 
        	display: block; 
        	color:#000000;
        } 

        /* Menu item position for 3rd level and more */
        ul.cssMenu ul ul
        { 
        	left: 100%; 
        	top: 0;
			color: #A2812E; 
        }
        
        /* Hover effect for menu*/
        ul.cssMenu li:hover > ul 			
        { 
        	color: #A2812E;
			display:block;
			
        }

/*navi stylesheet end
---------------*/


/*IE6除外
---------------*/
html > body #jsnavi strong {
	height: 32px;
}
/*---------------*/

#jsnavi a:hover {
	background-image: url;
}
#jsnavi a.jshover {
	background-image: url(img/navi_li_ov.gif);
}

#jsnavi li.jshover a {
/*	filter: alpha(opacity=90);*/
	-moz-opacity:0.90;
	opacity:0.90;
}

#jsnavi ul a.jshover {
	background-color: #FFCCFF;
	color: #;
	background-image: url(img/li_w.gif);
}
#jsnavi ul a:hover {
	background-image: url(img/li_w.gif);
	color: #;
	background-color: #DACBA0;
}
#jsnavi ul a {
	/*	filter: alpha(opacity=80);*/
	-moz-opacity:0.80;
	opacity:0.80;
	background-color: #;
	background-image: url(img/li.gif);
	padding-bottom: 0px;
	border-bottom-width: 0.1px;
	border-right-style: none;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	line-height: 20px;
	height: 20px;
	padding-top: 2px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-position: 20px center;
	color: #1D2325;
	border-top-width: 0.1px;
	border-top-style: none;
	border-top-color: #FFFFFF;
	border-right-width: 0.1px;
	border-left-width: 0.1px;
	border-left-style: none;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding-left: 25px;
}



/*
メイン
-------------------------------------------*/
#main {
	float: left;
	width: 938px;
	padding: 6px;
	padding-top: 20px;
}

/* ========MENU CUSTOMIZE======== */
#main div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	width:950px;
	height:40px;
}

#main div.menu li {
   float:left;
   margin:0;
   padding:0;
}

#main div.menu li a {
	display: block;
	padding: 8px 10px;
	color: #000000;
}

#main div.menu li a:hover {
	color: #A2812E;
	background-color: 
	border: none;
	
}

#main div.menu .on {
	color: #A2812E;
}


#pankuzu {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #E1E1E1;
	font-size: 10px;
	color: #999999;
	line-height: 16px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
#pankuzu strong {
	font-weight: normal;
	color: #505050;
	font-size: 11px;
	letter-spacing: 1px;
}

#content {
	float: right;
	width: 920px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-top: 10px;
}

#content #mokuji {
	margin-top: 1px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding: 5px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #E5E5E5;
}
#mokuji ul {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#mokuji ul ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#mokuji li {
	font-size: 14px;
	line-height: 20px;
}
#mokuji li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D8D8D3;
	display: block;
}
#content #mokuji h3 {
	color: #708A8B;
	background-image: none;
	padding-left: 10px;
	margin-bottom: 2px;
	padding-top: 1px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #889E9F;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#content .box_out {
	background-color: #;
	margin-bottom: 5px;
	padding: 5px;
}
#content .box_in {
	background-color: #;
	border: 1px solid
#;
	margin-bottom: 10px;
	padding: 10px;
}


#content .box_about {
	background-color: #;
	border: 1px solid
#;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #D2FFDE;
	background-image: url(studio2.jpg);
}


h2 {
	
	font-size: 18px;
	line-height: 30px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-bottom: 5px;
	font-weight: lighter;
	color: #000000;
	height: 25px;
	
}

h2,  x:-moz-any-link  {
	padding-top: 12px;
	padding-bottom: 16px;
}

h2 span {
	font-size: 16px;
	padding-left: 20px;
	color: #A2812E;
	letter-spacing: 1px;
	line-height: 14px;
	font-weight: normal;
	height: 20px;
	width: 100px;
}
#content h3 {
	font-size: 14px;
	line-height: 14px;
	color: #333333;
	background-image: url(img/h3.gif);
	height: 18px;
	padding-top: 9px;
	padding-bottom: 3px;
	padding-left: 20px;
	margin-top: 1px;
	font-weight: normal;
	background-color: #333333;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#content h3,  x:-moz-any-link  {
	padding-top: 6px;
	padding-bottom: 6px;
}

#content h3 span {
	font-size: 11px;
	color: #738686;
	line-height: 12px;
	padding-left: 20px;
	font-weight: normal;
	letter-spacing: 2px;
}
#content h4 {
	color: #9F7535;
	font-size: 16px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 8px;
}
#content h4 span {
	font-size: 14px;
	color: #C19148;
	padding-left: 10px;
	line-height: 12px;
	font-weight: normal;
}

#content p {
	font-size: 12px;
	line-height: 5px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#content .box02_left {
	float: left;
	width: 340px;
	margin-left: 2px;
}
#content .box02_right {
	float: right;
	width: 340px;
}
#content .box02_left h3, #content .box02_right h3 {
	clear: both;
}
#content .box02_left .box_in,
#content .box02_right .box_in {
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content .box02_left p,
#content .box02_right p {
	margin: 0px;
}

#content .box02_right .dl_list {
	border: 1px solid #D6D5CB;
	background-color: #FFFFFF;
}
#content .box02_right .dl_list dt {
	width: 70px;
	padding-left: 7px;
	background-position: left center;
}
#content .box02_right .dl_list dd {
	width: 205px;
}
#content .box02_right .dl_list dl {
	width: 320px;
	padding-top: 8px;
	padding-bottom: 8px;
}

dl.dl_link {
	padding: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	margin-right: 10px;
	margin-left: 5px;
}
.dl_link dt {
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	line-height: 28px;
	margin-bottom: 7px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}
.dl_link dd {
	font-size: 13px;
	line-height: 20px;
	padding-right: 15px;
	padding-left: 15px;
	color: #505050;
}


.img_left {
	float: left;
	background-color: #;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-bottom:5px;
	padding-left: 1px;
	padding-right: 10px;
	padding-top: 0px;
	width: 630px;
}

.img_leftabout {
	float: left;
	background-color: #;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
	padding-bottom:5px;
	padding-left: 1px;
	padding-right: 20px;
	padding-top: 0px;
}


.img_right {
	float: left;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #EDECE9;
	padding-right: 10px;
	width: 260px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	background-image: url(img/whitePlane.png);
}


.img_about {
	float: left;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-right: 10px;
	width: 580px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}




#top_img {
	text-align: center;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DFDFDF;
}

.btn_s {
	text-align: right;
	clear: both;
	padding: 10px;
}
.btn_s a,
a.btn_s {
	color: #FFFFFF;
	background-color: #36B3E2;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	font-size: 12px;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 2px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEF0F0;
	border-right-color: #EEF0F0;
	border-bottom-color: #EEF0F0;
	border-left-color: #EEF0F0;
	text-decoration: none;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.btn_s a:hover,
a.btn_s:hover {
	color: #0F7ABB;
	background-color: #ECFBFF;
	background-image: none;
}


#content .to_top {
	text-align: right;
	padding-right: 20px;
	padding-bottom: 10px;
	clear: both;
	margin-top: 10px;
}
#content ul.list {
	padding-top: 10px;
	padding-bottom: 10px;
}
#content ul.list li {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 7px;
	padding-left: 15px;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
	color: #1072BA;
}

#content .chui {
	color: #CC3333;
	font-size: 13px;
}
.syomei {
	font-size: 18px;
	text-align: right;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: "有澤楷書","ＡＲＰ行楷書体Ｈ", "ＡＲ行楷書体Ｈ","ヒラギノ明朝 Pro W6","HiraMinPro-W6";
	padding-top: 5px;
}

#form {
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px;
	background-color: #F8F8F6;
}

.teisei {
	text-decoration: line-through;
	padding-right: 5px;
	padding-left: 5px;
}

.box02_left .img_left {
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 10px;
}
.box02_left .img_right {
	margin-bottom: 0px;
	margin-right: 5px;
	margin-left: 10px;
}

#content .menu_base {
	background-color: #F8F7F5;
	width: 580px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}

textarea ,
input {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
}
.map_base {
	background-color: #FFFFFF;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 2px;
	padding-bottom: 5px;
	border: 1px solid #EAEAEA;
}

/*-----dlリスト-----*/
#content .dl_list {
	padding: 5px;
	border: 1px solid #EEEEEA;
	float: left;
	margin-bottom: 5px;
}
#content .dl_list dt {
	float: left;
	display: block;
	width: 80px;
	font-size: 12px;
	padding-left: 15px;
	line-height: 1.4em;
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}
#content .dl_list dd {
	display: block;
	float: right;
	width: 460px;
	font-size: 12px;
	line-height: 1.4em;
	padding-left: 7px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7E6E8;
}
#content .dl_list dl {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D6D5CB;
	display: block;
	width: 570px;
	padding-top: 7px;
	padding-right: 4px;
	padding-left: 4px;
	float: left;
}
#content .dl_list dd a {
	line-height: 1.4em;
}



/*
フッター
-------------------------------------------*/

#foot_base {
	background-position: top;
	clear: both;
	padding-top: 50px;	
	
}

#foot {
	height: 150px;
	position: relative;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#foot p {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: center;
	position: absolute;
	right: 265px;
	bottom: -3px;
	width: 418px;
	height: 57px;
}
#foot li a {
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

#foot li a:hover {
	color: #000000;
}

#foot li {
	font-size: 12px;
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: thin;
	border-right-style: none;
}

#foot #f_ul01 {
	position: absolute;
	left: 312px;
	top: 10px;
	width: 395px;
	height: 27px;
}
#foot #f_ul02 {
	position: absolute;
	left: 20px;
	top: 38px;
}
#foot #f_logo {
	font-size: 24px;
	color: #A7B4B4;
	position: absolute;
	top: 40px;
	right: 375px;
	font-family: "Times New Roman", Times, serif;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #6C7D7D;
	line-height: 30px;
	text-align: right;


	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
}


/*
各種テーブル
-------------------------------------------------------------------*/
table {
	border-collapse: collapse;
	font-family: 'Allerta', sans-serif;
	font-size: 14px;
	background-image: url(img/whitePlane.png);
}
table td {
	border-collapse: collapse;
}
#content table.table_info {
	width: 900px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#content table td {
	padding: 2px;
	border: ;
	font-size: 13px;
}
#content table th {
	font-size: 16px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-left-color: ;
	background-color: #;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: normal;
	color: #664B24;
}
#content form table th {
	width: 127px;
}

#content table td.td_head {
	text-align: center;
	padding: 3px;
	white-space: nowrap;
	font-size: 13px;
	text-autospace: 3;
}

#content table td.td_odd {
	background-color: #FFFFFF;
	text-align: left;
	padding: 8px;
	border: 1px solid #D5D5D5;
	font-size: 12px;
	background-image: url(img/td_odd.gif);
	background-repeat: repeat-x;
	line-height: 20px;
}

.td_head .eng {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	color: #9AABAB;
}

#content table.table_menu th {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #BDB7A1;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #DDDDDD;
	white-space: nowrap;
	background-color: #FCFBF8;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #DDDDDD;
	border-left-color: #DDDDDD;
	padding-left: 20px;
}
#content table.table_menu th span {
	font-size: 10px;
	color: #36A6DC;
}
#content table.table_menu td {
	padding-left: 15px;
	border-bottom-color: #E5E5E5;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
	background-color: #FFFFFF;
	border-top-color: #E5E5E5;
	border-right-color: #E5E5E5;
	border-left-color: #E5E5E5;
	padding-right: 15px;
}
#content .table_menu strong {
	font-size: 16px;
	color: #238CCB;
	padding-right: 5px;
	padding-left: 5px;
}
#content table.table_menu {
	width: 520px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}

.table_info th a {
	color: #312D24;
}
#content .table_info .td_odd p {
	margin: 0px;
}

#content table.table_menu td {
	font-size: 14px;
}
#content table.table_menu th {
	font-size: 14px;
	background-image: url(img/th.gif);
	background-repeat: repeat-x;
	background-position: center top;
	color: #334A51;
	background-color: #F7F9F9;
	border-right-color: #ABBDBE;
}

/*
ギャラリー
-------------------------------------------------------------------*/
#content .box3 {
	text-align: center;
	width: 205px;
	height: 150px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 1px solid #ffffff;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	background-color: #ffffff;
	height: 150px;
}
.box3 .btn a {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #BF9F62;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
	line-height: 14px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EBE1CF;
	border-right-color: #EBE1CF;
	border-bottom-color: #EBE1CF;
	border-left-color: #EBE1CF;
	background-image: url(img/btn.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.box3 .btn a:hover {
	color: #;
	background-color: #F0FDFF;
	background-image: none;
}
.box3 a img {
	background-color: #FFFFFF;
	border: 1px solid #E2DBCD;
	padding: 1px;
}
.box3 a:hover img {
	border-top-color: #A2812E;
	border-right-color: #A2812E;
	border-bottom-color: #A2812E;
	border-left-color: #A2812E;
}
#content .box3:hover {
	background-color: #CCCCCC;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*
サイトマップ
-------------------------------------------------------------------*/

#sitemap #main p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#sitemap #main ul {
	padding: 10px;
}
#sitemap #main li {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 35px;
}
#sitemap #main ul {
	margin: 0px;
	padding: 0px;
}
#sitemap #main li a {
	background-image: url(img/li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}



#sitemap #main {
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 20px;
}
.jewelrytitle {
	font-family: "Artists Script";
	font-size: 24px;
	font-style: normal;
}
.box_out .box_in .img_left {
	font-family: Artists Script;
}
jewelrytitle {
	font-family: Artists Script;
}
