@charset "utf-8";
/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	line-height:1.2em;
	font-size: 13px;
	color: #333333;
	font-weight:nomal;
	text-decoration: none;
	}

body{
	scrollbar-arrow-color : #663300;
	scrollbar-darkshadow-color : #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-face-color : #FFFFFF;
	scrollbar-highlight-color : #663300;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color : #663300;
}

div#main {
	width:100%;
	margin:auto;
	text-align:center;
	}

#main img {
	border:0;
	}

.image {
	width:700px;
	margin:0;
	text-align:left;
	}

/* -----------------------------商品詳細-----------------------------  */

div.detail {
width:698px;
margin:20px auto 0;
padding:0;
border-top-style:solid;
border-left-style:solid;
border-right-style:solid;
border-width:1px;
border-color:#669966;
}

table#detail {
margin:0 auto 15px;
width:700px;
border-style:solid;
border-width:1px;
border-color:#669966;
border-collapse:collapse;
}
 
table#detail th{
background-color:#e5f7e5;
border-right-style:solid;
border-bottom-style:solid;
border-width:1px;
border-color:#696;
border-collapse:collapse;
font-size: 13px;
color: #696;
font-weight:normal;
text-align:left;
padding:3px 0px 3px 25px;
width:20%;
}
 
table#detail td{
border-bottom-style:solid;
border-width:1px;
border-color:#696;
border-collapse:collapse;
font-size: 12px;
color: #333;
padding:3px 3px 3px 5px;
text-align:left;
line-height:1.2em;
}

/* 糸が数種類の場合　*/

table.yarn {
margin:15px auto;
width:500px;
border-style:solid;
border-width:1px;
border-color:#633;
border-collapse:collapse;
}
 
table.yarn th{
background-color:#C99;
border-right-style:solid;
border-bottom-style:solid;
border-width:1px;
border-color:#633;
border-collapse:collapse;
font-size: 13px;
color: #633;
font-weight:normal;
text-align:left;
padding:3px 0px 3px 10px;
width:15%;
}
 
table.yarn td{
border-bottom-style:solid;
border-width:1px;
border-color:#633;
border-collapse:collapse;
font-size: 13px;
color: #333;
padding:3px 3px 3px 5px;
text-align:left;
line-height:1.2em;
}

/* -----------------------------講座の特徴項目-----------------------------  */

/* 外枠 */
.lesson {
	width:700px;
	margin:auto;
	font-size:12px;
	clear:right;
	}


/* 見出し */
.headline {
	font-size:14px;
	color:#999966;
	font-weight:bold;
	text-align:left;
	padding:3px;
	border-bottom-color:#999966;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

.headline img {
    margin-right:5px;
	}


/* 内容 */
.matter {
	padding:3px;
	margin-bottom:10px;
	text-align:left;
	font-size:13px;
	color:#666666;
	line-height:1.2em;
	border-bottom-color:#999966;
	border-bottom-style:dotted;
	border-bottom-width:1px;
}

/* -----------------------------JavaScript関連-----------------------------  */

/* 拡大ボタン */

.buttonJV {
	width:700px;
	text-align:right;
	}

/* -----------------------------商品サムネイル-----------------------------  */

.thumb {
 	width:690px;
	margin:20px auto 10px;
	overflow:hidden;
	text-align:center;
	}

.thumb img {
	margin-left:3px;
	margin-right:3px;
	border:0;
	}

/* -----------------------------リンク文字-----------------------------  */

a.basic {
	color: #0066cc;
	font-weight:nomal;
	text-decoration: none;
}
a.basic:link,:visited {
	font-weight:normal;
	text-decoration:underline;
}
a.basic:hover,:active {
	color: #6699ff;
	font-weight:nomal;
	text-decoration: underline;
}

