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

body {
margin:0px;
padding:0px;
color: #333;
background-color: #FFF;
font-family:"ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
line-height: 1.5em;
letter-spacing:  0.1em;
-webkit-text-size-adjust: 100%;
background-image: url(../img/back.jpg);
background-repeat: repeat;
}


h1,h2,h3,h4,h5,h6 {
margin: 0px;
padding: 0px;
font-size: 100%;
line-height: 1.5em;
}

	 h1 {
	width: 970px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
	background-color: #FFF;
	}

p {
margin: 0px;
}

img {
border: none;
margin: 0px;
padding: 0px;	
}

a 		{ color: #999; text-decoration: none; }
a:link		{ color: #999; text-decoration: none; }
a:visited	{ color: #999; text-decoration: none; }
a:active	{ color: #666; border-bottom: dotted 1px #999; }
a:hover		{ color: #666; border-bottom: dotted 1px #999; }

a:hover img {
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

ul {
list-style-type:none;
margin: 0px;
padding: 0px;
}

li {
list-style-type:none;
padding: 0px;
margin: 0px;
}

em {
font-weight: bold;
font-style: normal;
}



#wrapper {
width: 100%;
margin: 0px auto 0px auto;
padding: 0px;
text-align: left;
background-color: #FFF;
}

#photo_image {
width: 100%;
height: 500px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-align: center;
background-repeat: repeat-x;
}

#photodiv {
width: 970px;
height: 500px;
margin: 10px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
}

#header {
width: 970px;
height: 50px;
margin: 0px auto 30px auto;
padding: 20px 0px 0px 0px;
text-align: center;
color: #ccc;
background-color: #FFF;
}

	#header h1 {
	width: 970px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both
	background-color: #FFF;
	}
	
#header h1 a 		{ color: #999; text-decoration: none; }
#header h1 a:link		{ color: #999; text-decoration: none; }
#header h1 a:visited	{ color: #999; text-decoration: none; }
#header h1 a:active	{ color: #666; border-bottom: dotted 0px #999; }
#header h1 a:hover		{ color: #666; border-bottom: dotted 0px #999; }

#header h1 a:hover img {
    opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}
	
	
.global_navi {
margin: 0px 0px 0px 100px;
padding: 0px 0px 0px 0px;
text-align: left;
float: left;
}

    .global_navi li {
    margin: 0px 0px 0px 40px;
	padding: 0px 0px 1px 10px;
	float: left;
	display: inline;
	list-style-type: none;
	font-size: 13px;
	letter-spacing:  0.2em;
    }
	
.global_navi2 {
margin: 0px auto 0px 120px;
padding: 0px 0px 0px 0px;
text-align: left;
}

    .global_navi2 li {
    margin: 0px 0px 0px 35px;
	padding: 0px 0px 1px 10px;
	display: inline;
	list-style-type: none;
	font-size: 13px;
	letter-spacing: 0.2em;
    }
	
	.sns {
	margin: 0px 10px 0px 40px;
	padding: 0px 0px 0px 0px;
	float: right;
	display: inline;
	}
	
	.sns li {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	}
	
	.sns a 		{ color: #999; text-decoration: none; }
	.sns a:link		{ color: #999; text-decoration: none; }
	.sns a:visited	{ color: #999; text-decoration: none; }
	.sns a:active	{ color: #666; border-bottom: dotted 0px #999; }
	.sns a:hover		{ color: #666; border-bottom: dotted 0px #999; }
	
	.sns a:hover img {
		opacity:0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity = 80);
	}

	.sns li.gray {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	opacity:0.3;
    -moz-opacity:0.3;
    filter:alpha(opacity = 30);
	}
	
	.sns_footer {
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	.sns_footer li {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	}
	
	.sns_footer a 		{ color: #999; text-decoration: none; }
	.sns_footer a:link		{ color: #999; text-decoration: none; }
	.sns_footer a:visited	{ color: #999; text-decoration: none; }
	.sns_footer a:active	{ color: #666; border-bottom: dotted 0px #999; }
	.sns_footer a:hover		{ color: #666; border-bottom: dotted 0px #999; }
	
	.sns_footer a:hover img {
		opacity:0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity = 80);
	}

	.sns_footer li.gray {
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: inline;
	opacity:0.3;
    -moz-opacity:0.3;
    filter:alpha(opacity = 30);
	}
		
.container {
width: 970px;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
background-color: #FFF;
clear:both;
}

.container2 {
width: 970px;
margin: 0px auto 0px auto;
padding: 0px;
text-align: center;
background-color: #FFF;
}

	.container2:after {
	content: '';
	display: block;
	clear: both;
	}

#diary{
width: 300px;
margin: 40px 0px 30px 10px;
padding: 0px;
text-align: left;
color:#CDB278;
float: left;
display: inline;
}

#diary ul {
margin: 0px 0px 0px 0px;
}

#diary li {
margin: 0px 40px 0px 0px;
padding: 0px 0px 0px 0px;
list-style: none;
float: left;
display: inline;
font-size: 13px;
}

#diary dl{
width: 300px;
clear: both;
font-size: 13px;
line-height: 170%;
}

#diary dt{
width: 95px;
margin: 0px;
padding: 3px 0px 3px 0px;
float: left;
display: inline;
letter-spacing:  0.1em;
font-size: 90%;
font-weight: normal;
}

#diary dd{
width: 195px;
margin: 0px;
padding: 3px 0px 3px 0px;
float: left;
display: inline;
}


#item {
width: 650px;
margin: 40px 0px 30px 0px;
float: left;
display: inline;
text-align: left;
}

#item h3 {
width: 650px;
margin: 0px 0px 20px 25px;
float: left;
display: inline;
text-align: left;
}

.item_recome {
width: 650px;
margin: 0px 0px 0px -40px;
}

.item_recome li {
width: 190px;
margin: 0px 0px 0px 25px;
padding: 0px;
float:left;
display: inline;
font-size: 13px;
}

.item_recome img {
width: 180px;
margin: 0px;
padding: 5px;
border: 1px solid #ddd;
}

.item_recome p {
width: 180px;
margin: 10px 0px 0px 0px;
padding: 0px;
text-align: center;
line-height: 150%;
}

#about {
width: 280px;
height: 150px;
margin: 40px 0px 30px 10px;
padding: 0px;
text-align: left;
color:#999;
float: left;
display: inline;
}

	#about h2 {
	width: 280px;
	margin: 20px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	line-height: 180%;
	font-size: 13px;
	font-weight: normal;
	}
	
	#about p {
	margin: 0px;
	padding: 15px 0px 0px 0px;
	color:#999;
	font-size: 13px;
	}
	
	.more {
	width: 50px;
	margin: 0px 0px 0px 240px;
	padding: 0px;
	text-align: left;
	font-size: 13px;
	background: url(../img/arrow1.gif) no-repeat 40px 7px;
	}
	
.more2 {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	text-align: left;
	font-size: 12px;
	}

/* CSS Document
#info{
width: 650px;
margin: 40px 0px 30px 0px;
padding: 0px;
text-align: left;
color:#CDB278;
float: left;
display: inline;
}
 */	
#info{
width: 625px;
margin: 40px 0px 30px 50px;
padding: 0px;
text-align: left;
color: #999;
float: left;
display: inline;
}

#info h3 {
margin: 20px 0px 0px 0px;
font-size: 13px;
line-height: 130%;
color: #666;
}

#info p {
margin: 0px;
padding: 15px 0px 0px 0px;
color:#999;
font-size: 13px;
}

.info_image {
margin: 0px 15px 0px 0px;
padding: 0px;
border: 1px solid #ddd;
float:right;
display: inline;
}

/* ☆☆☆----------ITEM--------------------------------- */

#page_title {
width: 100%;
height: 56px;
margin: 0px;
padding: 1px 0px 0px 0px;
text-align: center;
background-image: url(http://sarira-jewelry.com/img/line_straight.jpg);
background-repeat: repeat-x;
}

#page_title2 {
width: 100%;
height: 56px;
margin: 0px;
padding: 10px 0px 0px 0px;
text-align: center;
background-image: url(http://sarira-jewelry.com/img/line_straight.jpg);
background-repeat: repeat-x;
}

/* ☆☆☆----------ABOUT--------------------------------- */

#about2 {
width: 600px;
margin: 50px auto  30px  auto;
padding: 0px 0px 0px 0px;
font-size: 12px;
text-align: left;
color:#666;
letter-spacing:  0.3em;
line-height: 220%;
}

#about2 h2 {
margin: 30px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-size: 12px;
}

#about2 p {
margin: 0px 0px 0px 0px;
padding: 0px 0px 20px 0px;
}

#about2 td {
margin: 0px 0px 0px 0px;
padding: 0px 20px 0px 0px;
}

#about2 a 		{ color: #CDB278; text-decoration: none; }
#about2 a:link		{ color: #CDB278; text-decoration: none; }
#about2 a:visited	{ color: #CDB278; text-decoration: none; }
#about2 a:active	{ color: #CDB278; border-bottom: dotted 1px #999; }
#about2 a:hover		{ color: #CDB278; border-bottom: dotted 1px #999; }


/* ☆☆☆----------CONTACT--------------------------------- */

#contact {
width: 750px;
margin: 50px auto 30px auto;
padding: 0px 0px 0px 0px;
font-size: 12px;
text-align: left;
color:#666;
letter-spacing:  0.3em;
line-height: 220%;
}

#formWrap {
	width:700px;
	margin: 0px 0px 0px 50px;
	color:#555;
	line-height:120%;
	font-size:90%;
}

#formWrap h3 {
	width:700px;
	margin: 0px auto 20px auto;
	color:#555;
	line-height:120%;
	font-size: 110%;
}

#formWrap h4 {
	width:700px;
	margin: 0px auto 20px auto;
	font-weight:normal;
}

#formWrap p {
	width:700px;
	margin: 0px auto 50px auto;
	font-weight:normal;
	line-height:220%;
}

table.formTable{
	width:100%;
	margin: 0 auto 30px auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border-bottom:0px solid #ccc;
	padding: 18px 10px 18px 10px;
	background-image: url(http://sarira-jewelry.com/img/line_straight.jpg);
background-repeat: repeat-x;
background-position: top;

}
table.formTable th{
	width:30%;
	font-weight:normal;
	text-align:left;
}

textarea{
	border: 1pt solid #CCC;
	}
	
input0{
	border: 1pt solid #CCC;
	}


/* ☆☆☆----------FOOTER--------------------------------- */

#page-top {
width: 930px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: right;
}

	#page-top a:hover		{ color: #666; border-bottom: dotted 0px #999; }
	
	#page-top a:hover img {
		opacity:0.8;
		-moz-opacity:0.8;
		filter:alpha(opacity = 80);
	}



.counter {
width: 500px;
height: 11px;
margin: 0px auto 0px auto;
padding-bottom: 10px;
color: #FFF;
font-size: 11px;
text-align: center;
}

	.counter:after {
	content: '';
	display: block;
	clear: both;
	}


#footer {
width: 100%;
height: 90px;
margin: 5px 0px 0px 0px;
padding: 0px;
text-align: center;
color: #CCC;
}

#footer_block {
width: 100%;
margin: 0px auto 0px auto;
padding: 0px 0px 10px 0px;
text-align: center;
}

.footer_navi {
width: 100%;
margin: 10px 0px 0px 0px;
padding: 0px;
text-align: left;
line-height: 180%;
color: #CCC;
float: left;
display: inline;
}

	.footer_navi ul {
	margin: 0px auto 10px auto;
	padding: 0px 0px 0px 0px;
	text-align: center;
	clear: both
	}
	
	.footer_navi li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-size: 12px;
	letter-spacing:  0.2em;
	font-weight: normal;
	}

.footer_navi a 		{ color: #666; text-decoration: none;}
.footer_navi a:link		{ color: #666; text-decoration: none;}
.footer_navi a:visited	{ color: #666; text-decoration: none;}
.footer_navi a:active	{ color: #000; text-decoration: none;}
.footer_navi a:hover { color: #000; text-decoration: none;}

#copyright {
width: 100%;
height: 30px;
font-size:9px;
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: center;
font-family : "Verdana",sans-serif;
color: #797363;
letter-spacing:  0.4em;
clear: both;
}


.back {
margin: 20px 0px 15px 20px;
text-align: center;
clear:both;
}

	
#title {
width: 170px;
height: 60px; 
margin: 0px;
padding: 0px;
clear: both;
}

.tama {
color: #82ca81;
}

.works {
width: 900px;
margin: 60px auto 0px auto;
padding: 0px 0px 0px 0px;
text-align: left;
clear: both;
}

.works h2 {
margin: 10px 0px 0px 0px;
padding: 0px 0px 20px 0px;
font-size: 75%;
}

.photo {
width: 900px;
margin: 0px auto 0px auto;
padding: 0px;
}

.photo li {
width: 69px;
height: 69px;
margin: 0px 10px 20px 10px;
padding: 0px;
border: solid 0px #cccccc;
display: inline;
float: left;
overflow: hidden;
}



.pink {
color: #CC6600;
width: 69px;
}

img.border1 {
border: 1px dotted #B8B8B8;
}