/* 一括で全ての要素の余白をゼロに指定 */
* {
	padding: 0;
	margin: 0;
}

/* ---------------------------------------- link */

a:link {
	color: #0000ff;
	text-decoration: underline;
}
a:visited {
	color: #990099;
	text-decoration: underline;
}
a:hover {
	color: #36C;
	text-decoration: underline;
}
img {
	border: none;
}
strong {
	color: #039;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */

body {
	text-align: center;
	padding: 0;
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-y: scroll;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
	text-align: left;
	margin: 0em auto 0;
	width: 980px;
	background: #FFF;
}
#wrapper_in {/*重ねないと背景色が全体に出ない*/
	float: left;
	width: 980px;
	padding-top: 10px;
	background: #FFF;
}

/* ---------------------------------------- #header */

#header {
	padding: 0px;
	margin-bottom: 15px;
}

/* ---------------------------------------- #container  */

#container {
	clear: both;
}

/* ---------------------------------------- #main  */

#main {
	float: right;
	width: 790px;
}
#main_in {
	padding-left: 5px;
	padding-bottom: 50px;
	background: url(../images/home_bg.jpg) repeat-y;/*	padding: 15px;*/
}
#main p, #main td p {
	font: 1em;/*フォントサイズ*/
	line-height: 2em;
	margin-bottom: 1.5em;
}
#main td p {
	padding-right: 20px;
	padding-left: 20px;
}
/* ---------------------------------------- #path  */

#path {

}

/* ---------------------------------------- #sidebar内の指定 */

#left-sidebar {
	float: right;
	width: 190px;
	font-size: 0.9em;
}
#left-sidebar .sidetitle {
	background: #36C;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
}
#left-sidebar p {
	margin-bottom: 20px;
}
#footer {
	clear: both;
	text-align: center;
	padding : 30px 0 20px;
	margin: 0;
	height: 80px;
}

/* -- リスト -- */

.localnavi {
	list-style-type: none;
	margin-bottom: 2em;
}
.localnavi li {
	display: inline;
	font-size: 1.2em;
}
.localnavi a {
	text-decoration: none;
	display: block;
	padding: 0.8em 5px 0.8em 30px;
	color: #0033CC;
	border-bottom: 1px solid #cccccc;
	background: url(../images/jewelry/blue.png) no-repeat left center;
}
.localnavi a:hover {
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #154D32;
	font-weight: bold;
	background: url(../images/jewelry/red.png) no-repeat left center;
}

/* -- 見出し -- */

h1 {
	text-align: right;
	font-size: 1em;
	font-weight: normal;
}
h2 {
	font-size: 1em;
	margin-bottom: 1.5em;
	line-height: 50px;
	height: 50px;
	color: #00C;
	padding-left: 20px;
	letter-spacing: 0.5em;
}
h3, h4, h5, h6 {
	font-size: 14px;
	margin-bottom: 15px;
	color: #154D32;
}

/* ---------------------------------------- #footer内の指定 */

#footer p {
	text-align: center;
	line-height: 1.6em;
}
#footer a:link, #footer a:visited, #footer a:hover {
	color: #000000;
	text-decoration: none;
}

/*----- tbl1 -----*/

.tbl1 {
	border: 1px #CCCCCC solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 15px;
}
.tbl1 th {
	padding: 5px;
	border: #CCCCCC solid;
	border-width: 0 0 1px 1px;
	white-space: nowrap;
	background: #eeeeee;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}
.tbl1 td {
	padding: 5px;
	border: 1px #CCCCCC solid;
	border-width: 0 0 1px 1px;
}
/*----- class -----*/

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.photo {
	padding: 5px;
	border: 1px solid #C1C1C1;
	margin-bottom: 10px;
}
.margin-bottom {
	margin-bottom: 30px;
}
#nextpage {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
}
.msg {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	background: #FF9;
	padding: 20px;
}
