@charset "Shift_JIS";

/**************************/
/*        基本設定        */
/**************************/


/* 基本設定 */

html {
	background: #000;
}

body {
	background: url(https://xc528.eccart.jp/e593/_template/images/bg.jpg) repeat-y center top;
	font-size: 80%;
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	line-height: 1.5;
	color: #333;
	text-align: center;
	letter-spacing: 0.05em;
}

a {
	color: #5A0000;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: bottom;
}

table {
	border: none;
	border-collapse: collapse;

}

strong {
}

em {
	color: #5A0000;
	font-style: normal;
}

ul {
	list-style: none;
}



/**************************/
/* 共通設定（クラス・id） */
/**************************/

/* 位置調整 */

.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}
.left { text-align: left;}
.center { text-align: center; }
.right { text-align: right;}
.up { position: relative; top: -1.2em; }
.margin0 { margin: 0; }

/* 回り込み */

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

	#contents p.floatleft {
		margin-right: 5px;
	}
	
	#contents p.floatright {
		margin-left: 5px;
	}
	
	img.floatleft {
		margin-right: 10px;
	}
	
	img.floatright {
		margin-left: 10px;
	}

	.leftbox {
		float: left;
		padding-right: 10px;
	}
	
	.rightbox {
		float: right;
		padding-left: 10px;
	}

.clear {
	clear: both;
}

/* テキスト制御 */

.large {
	font-size: 110%;
}

.small {
	font-size: 90%;
	letter-spacing: 0;
	line-height: 1.2;
}

.normal {
	font-weight: normal;
}

.nowrap {
	white-space: nowrap;
}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

.top { vertical-align: top;}
.middle { vertical-align: middle;}
.bottom { vertical-align: bottom;}
.left { text-align: left;}
.right { text-align: right;}
.center { text-align: center; }


.red {
	color: #C00;
}


/**************************/
/*       container        */
/**************************/

#container {
	margin: 0 auto;
	width: 830px;
	text-align: left;
	position: relative;
}



/**************************/
/*         header         */
/**************************/

#header {
	padding-top: 30px;
	background: #000 url(https://xc528.eccart.jp/e593/_template/images/header.gif) no-repeat 0 30px;
	height: 78px;
	position: relative;
}

#header h2 {
	position: absolute;
	top: 36px;
	left: 8px;
}

#header h2 a {
	display: block;
	width: 114px;
	height: 62px;
	text-indent: -9999px;
}


/**************************/
/*          navi          */
/**************************/

#navi {
	background: #000 url(http://www.sekinoichi.co.jp/images/navi.gif) no-repeat;
	height: 38px;
}

#navi li {
	float: left;
}

#navi li a {
	display: block;
	height: 38px;
	text-indent: -9999px;
}
#navi li#n1 a {	width: 90px; }
#navi li#n2 a {	width: 93px; }
#navi li#n3 a {	width: 93px; }
#navi li#n4 a {	width: 92px; }
#navi li#n5 a {	width: 94px; }
#navi li#n6 a {	width: 91px; }
#navi li#n7 a {	width: 92px; }
#navi li#n8 a {	width: 92px; }
#navi li#n9 a {	width: 93px; }


/**************************/
/*          tab           */
/**************************/

#tab {
	position: absolute;
	left: 0;
	top: 0px;
	background: #000;
	width: 100%;
}

#tab ul {
	margin: 8px auto 0;
	padding-left: 513px;
	background: url(https://xc528.eccart.jp/e593/_template/images/tab.gif) no-repeat right top;
	width: 317px;
	height: 21px;
}

#tab li {
	float: left;
}

#tab li a {
	display: block;
	width: 79px;
	height: 21px;
	text-indent: -9999px;
}






/**************************/
/*        content         */
/**************************/

#content {
	float: left;
	margin-left: 10px;
	width: 600px;
	display: inline;
	position: relative;
	min-height: 450px;
}
* html #content {
	height: 450px;
}

#content h2 {
	margin: 0 5px 10px;
}

#content h3 {
	margin: 0 5px 10px;
	padding-bottom: 7px;
	border-bottom: dotted 1px #DBCAC0;
	color: #5A0000;
}

#content h4 {
	margin: 0 5px 5px;
}

#content p {
	margin: 0 5px 5px;
}

#content ul {
}

#content li {
}

#content table {
}

#content th {
}

#content td {
}

#content hr {
	margin-bottom: 25px;
	border-top: solid 2px #DBCAC0;
	clear: both;
}

#content hr.noline {
	margin-bottom: 15px;
	border: none;
	color: #fff;
}


/* title */

#title {
	position: relative;
	margin-bottom: 10px;
}

#title p {
	position: absolute;
	left: 5px;
	top: 60px;
	font-size: 110%;
	font-weight: bold;
	font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3";
}

a.button:hover {
	position: relative;
	left: 1px;
	top: 1px;
}


/**************************/
/*          side          */
/**************************/

#side {
	float: right;
	margin-right: 10px;
	width: 176px;
	display: inline;
	position: relative;
}

/* サブメニュー */

#side-navi {
	margin-bottom: 15px;
	padding: 1px;
	border: solid 1px #ccc;
}

#side-navi ul {
	margin: 3px;
	margin-bottom: -3px;
	overflow: hidden;
}

#side-navi ul li {
	margin-bottom: 1px;
	padding-bottom: 2px;
	border-bottom: dotted 1px #ccc;
	letter-spacing: 0;
}

#side-navi ul li a {
	padding-left: 20px;
	background: url(https://xc528.eccart.jp/e593/_template/images/side-listmark.gif) no-repeat 5px center;
	height: 36px;
	line-height: 36px;
	color: #600;
	text-decoration: none;

	display: block;
	white-space: nowrap;
}

#side-navi ul li a:hover {
	color: #600;
	background: url(https://xc528.eccart.jp/e593/_template/images/side-hover.gif) no-repeat left center;
}


/* バナー */

.banner {
	margin-left: 1px;
}

.banner li {
	margin-bottom: 7px;
}


/**************************/
/*         footer         */
/**************************/

#footer {
	clear: both;
	margin: 0 auto;
	background: #000;
	width: 100%;
	color: #fff;
	position: relative;
}

#footer-inner {
	margin: 0 auto 10px;
	padding: 0 0 0 115px;
	border-top: solid 15px #000;
	background: url(https://xc528.eccart.jp/e593/_template/images/footer-pic.jpg) no-repeat 0 center;
	width: 705px;
	text-align: left;
	position: relative;
}

#footer a {
	color: #fff;
}

#footer h2 {
	padding: 0;
	font-weight: bold;
	color: #fff;
}

#footer address {
	margin-bottom: 7px;
	font-style: normal;
	font-size: 90%;
	line-height: 1.3;
}

.contact a {
	padding: 2px 5px 1px 10px;
	border: solid 1px #fff;
	background: url(https://xc528.eccart.jp/e593/_template/images/footer-arrow.gif) no-repeat 5px center;
	text-decoration: none;
}

.contact a:hover {
	background: #666 url(https://xc528.eccart.jp/e593/_template/images/footer-arrow.gif) no-repeat 5px center;
}


/* フッターナビ */

#footer-navi {
	position: absolute;
	right: 0;
	top: 0;
}

#footer-navi ul {
	margin-bottom: 6px;
	border-right: solid 1px #fff;
	line-height: 1.1;
	text-align: right;
}

#footer-navi li {
	padding: 0 2px 0 4px;
	border-left: solid 1px #fff;
	color: #333;
	font-size: 80%;
	letter-spacing: -0.02em;
	display: inline;
}

#footer-navi li a {
	text-decoration: none;
}

#footer-navi li a:hover {
	text-decoration: underline;
}


#copyright {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 80%;
}


#home #navi {
	margin-bottom: 15px;
}

Hhome #content {
	width: 580px;
}

#home #side {
	width: 200px;
}





#tab2 {
	position: absolute;
	left: 0;
	top: 0px;
	background: #000;
	width: 100%;
}

#tab2 ul {
	margin: 8px auto 0;
	padding-left: 750px;
	background: url(https://xc528.eccart.jp/e593/_template/images/tab-home.gif) no-repeat right top;
	width: 80px;
	height: 21px;
}

#tab2 li {
	float: left;
}

#tab2 li a {
	display: block;
	width: 80px;
	height: 21px;
	text-indent: -9999px;
}
