/*ページの基本設定*/
body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #9CF;
}
/*ボックス構造の設定*/
#wrap {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 12px;
	padding: 0;
}
#header {
	height: 108px;
	width: 900px;
	margin-bottom: 0px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #999;
	background-image: url(../img/headerbackgroundimg141001x900x108.jpg);
	background-position: left center;
	color: #FFF;
	background-repeat: repeat;
}
#lsidebar {
	float: left;
	width: 200px;
	font-size: 12px;
}
#centerbox{
	float: left;
	width: 670px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-top: 20px;
	margin-bottom: 20px;
}
#rsidebar{
	float: right;
	width: 200px;
	font-size: 12px;
	margin-right: 10px;
}
#dropnavi {
	text-align: center;
	float: left;
	width: 898px;
	font-size: 13px;
	margin-top: 0px;
	border: 1px solid #999;
	background-color: #CCC;
}
#footer {
	width: 890px;
	text-align: center;
	clear: both;
	padding: 5px;
	background-color: #FFF;
}
/*ヘッダーの設定*/
.headerlogo {
	float: left;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.headertext {
	float: right;
	margin-top: 30px;
	margin-right: 140px;
	margin-bottom: 10px;
}
/*lsidebarの設定*/
#lsidenonedit {
	float: left;
	width: 200px;
}
#lsideedit {
	float: left;
	width: 200px;
}
/*（lsidebar）目次の設定*/
#pageindex{
	float: none;
	width: 180px;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	line-height: 3em;
	padding: 0px;
	height: auto;
}
.pageindextitle {
	background-color: #CCC;
	font-weight: bold;
	font-size: 14px;
	margin-top: 0px;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}
#pageindex ul,li {
	list-style-type: none;
	text-indent: 0;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
#pageindex ul li ul li {
	text-indent: 1em;
	font-weight: normal;
}
/*（lsidebar）個別設定*/
.lsideframe{
	clear: both;
	float: none;
	height: auto;
	width: 180px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: thin solid #999;
	padding-bottom: 10px;
	line-height: 1.5em;
}
.lsideimg {
	border: thin solid #CCC;
	padding: 0px;
	float: none;
	clear: both;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: 35px;
	text-align: center;
}
/*rsidebarの設定*/
#rsidenonedit{
	float: none;
	width: 200px;
}
#rsideedit{
	float: none;
	width: 200px;
	clear: both;
}
/*rsidebar個別設定*/
.rsideframe{
	clear: both;
	float: none;
	height: auto;
	width: 102px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: left;
	padding: 0px;
}
.rsideimg {
	border: thin solid #CCC;
	height: auto;
	width: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*sidebar共通設定*/
.sidetitlenoborder {
	background-color: #CCC;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	margin-bottom: 15px;
	font-size: 14px;
}
.sidetitleblue {
	background-color: #69F;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #FFF;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 3px;
	font-size: 14px;
}
.sidetitledoubleborder {
	background-color: #FFF;
	text-align: center;
	padding: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999;
	border-bottom-color: #999;
}
.sidesubtitle {
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	clear: left;
	margin-top: 10px;
	text-align: center;
}
.sidesubtitleunderlined {
	font-weight: bold;
	margin-left: 3px;
	margin-bottom: 10px;
	margin-right: 3px;
	clear: left;
	margin-top: 0px;
	text-decoration: underline;
	text-align: center;
}
.sideframetextnoborder {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.sideframetextwithborder {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*centerboxの設定*/
#centernonedit{
	float: left;
	width: 670px;
}
#contents{
	float: left;
	width: 670px;
}
/*パンくずリストの設定*/
#breadcrumbs {
	margin-left: 25px;
	clear: both;
	float: left;
	font-size: 16px;
	margin-bottom: 15px;
	margin-top: 15px;
}
/*（トップページ）home1の設定*/
.home1 {
	float: left;
	height: auto;
	width: 630px;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: groove;
	border-bottom-style: ridge;
	border-top-color: #9CF;
	border-bottom-color: #9CF;
}
.home1text1 {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
	line-height: 1.5em;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
	margin-bottom: 40px;
	float: left;
	width: 350px;
	clear: none;
}
.home1img1box {
	float: right;
	height: auto;
	width: 200px;
	margin-top: 40px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	padding-left: 5px;
}
.home1img1 {
	clear: none;
	float: right;
	border: thin solid #999;
}
.home1img1text {
	font-size: 10px;
	width: 200px;
	text-align: center;
	clear: both;
	margin: 0px;
	padding-top: 7px;
	height: auto;
}
.home1-2 {
	clear: both;
	float: left;
	width: 400px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	margin-right: 80px;
	margin-left: 100px;
	height: 0px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.home1img2box {
	float: left;
	height: 220px;
	width: 254px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
.home1img2 {
	float: left;
	height: 188px;
	width: 250px;
	clear: both;
	border: thin solid #999;
	margin-bottom: 5px;
}
.home1img2text {
	font-size: 10px;
	width: 250px;
	text-align: center;
	text-decoration: underline;
	clear: both;
	margin: 0px;
}
.home1text2 {
	float: right;
	height: auto;
	width: 270px;
	clear: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 20px;
}
.home1text3 {
	float: right;
	height: auto;
	width: 220px;
	clear: none;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
/*（トップページ）home2の設定*/
.home2 {
	clear: both;
	float: left;
	margin-right: 25px;
	margin-left: 25px;
	border-bottom-color: #999;
	width: 600px;
	border-bottom-width: medium;
	border-bottom-style: double;
	margin-top: 20px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
}
.home2notice {
	padding: 0px;
	height: 200px;
	width: 450px;
	margin-left: 70px;
	border: thin solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #F9F9F9;
	clear: both;
	float: left;
}
.noticetitle {
	font-size: 14px;
	color: #FFF;
	background-color: #999;
	height: 25px;
	width: auto;
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
}
.noticescrollbox {
	height: 150px;
	width: 410px;
	background-color: #F9F9F9;
	clear: both;
	float: left;
	overflow: scroll;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.noticetext {
	margin-left: 20px;
	font-size: 12px;
}
.home2text3 {
	clear: both;
	float: left;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 40px;
}
/*（トップページ）home3の設定*/
.home3 {
	text-align: left;
	width: 620px;
	clear: both;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #EEE;
	margin-bottom: 30px;
	margin-top: 30px;
}
.colorbox1 {
	background-color: #CCC;
	font-weight: bold;
	text-align: center;
	height: 100px;
	width: 100px;
	margin: 0px;
	float: left;
}
/*（トップページ）home4不在お知らせの設定*/
.home4 {
	clear: both;
	float: left;
	margin-right: 20px;
	margin-left: 20px;
	border-bottom-color: #C63;
	width: 590px;
	border-bottom-width: medium;
	border-bottom-style: double;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #C63;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #C63;
	line-height: 1.5em;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
/*（ショップおよび共通）サブインデックス（ページ一覧）の設定*/
.subindextitle {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	background-color: #56C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	clear: both;
	float: none;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
}
/*（ショップおよび共通）カテゴリタイトルの設定*/
.shopcategory {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #56C;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	clear: both;
	float: none;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
.shopsummary {
	margin-left: 70px;
	margin-top: 10px;
	margin-right: 30px;
	clear: both;
	float: left;
}
.shopsummary ul li {
	color: #69F;
	line-height: 2em;
}
.shopsummarynote {
	border: thin solid #999;
	margin-top: 30px;
	margin-left: 10px;
	margin-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 20px;
}
/*（ショップおよび共通）サブカテゴリコラムの設定*/
.subcategorycolumn {
	clear: both;
	float: left;
	height: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 630px;
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: #EEE;
	margin-top: 30px;
	margin-left: 20px;
}
.shopsubcategory {
	font-size: 14px;
	color: #FFF;
	background-color: #69F;
	width: 580px;
	height: auto;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 5px;
	float: none;
	margin-top: 0px;
	clear: both;
	margin-bottom: 20px;
}
/*（ショップおよび共通）見出しの設定*/
.title {
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
}
.nolinetitle {
	font-size: 12px;
	font-weight: bold;
	clear: both;
}
.subtitle {
	font-size: 12px;
	clear: both;
	margin-left: 20px;
}
/*（ショップおよび共通）本文の設定*/
.brieftext {
	margin-right: 30px;
	margin-left: 50px;
	margin-top: 0px;
	clear: both;
	float: left;
	width: 530px;
}
.subcategorytext {
	margin-left: 20px;
	clear: none;
}
/*（ショップ）アイテムの設定*/
.item {
	height: auto;
	clear: both;
	background-color: #F9F9F9;
	border: thin solid #CCC;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 590px;
	float: left;
	margin-left: 20px;
}
.itemimg {
	float: left;
	margin-left: 10px;
	border: 1px solid #CCC;
	margin-top: 0px;
	width: 100px;
	margin-bottom: 10px;
}
.itemcontents {
	float: right;
	width: 460px;
	margin-left: 5px;
}
.itemcode {
	background-color: #FE6;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin: 0px;
}
.nonsaleitemcode {
	background-color: #9CF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.itemtext {
	margin: 10px;
}
/*（ショップおよび共通）サブカテゴリコラムの個別設定*/
.subcategorysubcontents {
	clear: both;
	height: auto;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 540px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: thin solid #CCC;
	background-color: #F9F9F9;
	margin-top: 20px;
	float: none;
}
.nobordersubcontents {
	clear: both;
	float: left;
	height: auto;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 50px;
	width: 560px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
/*（ショップ）注文書フォームの設定*/
.orderformtemplate {
	clear: both;
	height: auto;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	width: 330px;
	border: medium solid #F00;
	background-color: #FFF;
	float: left;
	padding: 10px;
}
/*（ショップおよび共通）ページトップに戻るの設定*/
.returntopagetop {
	clear: both;
	float: left;
	padding-right: 30px;
	margin-top: 30px;
	width: 135px;
	padding-left: 50px;
}
/*（ショップおよび共通）文字色・背景色の設定*/
.yellowback {
	background-color: #FE6;
}
.blueback {
	background-color: #9CF;
}
.textred {
	color: #F00;
}
/*（ショップおよび共通）画像位置の設定*/
.imgright {
	float: right;
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.imgrightnoborder {
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 0px;
}
.imgcenter{
	border: 1px solid #999;
	margin-top: 0px;
	margin-left: 0px;
}
.imgmediumborder{
	border: 2px solid #999;
}
.imgleft {
	float: left;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.imginframe {
	border: thin solid #666;
}
/*（ショップおよび共通）YouTubeの画面位置の設定*/
.movieleft {
	float: left;
	border: 1px solid #999;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/*（ショップおよび共通）5イメージフレームの設定*/
.fiveimgframe{
	float: left;
	height: auto;
	width: 570px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 11px;
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.imgframe5{
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 100px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: thin solid #999;
}
/*（ショップおよび共通）4イメージフレームの設定*/
.fourimgframe{
	float: left;
	height: auto;
	width: 510px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 11px;
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
}
.imgframe{
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 102px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-left: 12px;
	text-align: left;
}
.imgframe2{
	padding: 0px;
	clear: none;
	float: left;
	height: auto;
	width: 200px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	text-align: left;
}
.frameimg{
	border: 1px solid #999;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	float: none;
}
/*（ショップおよび共通）挿入する表の設定*/
.datatable {
	background-color: #FFF;
	margin: 5px;
}
.datatable th{
	background-color: #EEE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.datatable td{
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
/*照明教室*/
.classcategory {
	background-color: #900;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.classsummary {
	margin-top: 10px;
	margin-left: 70px;
	padding-right: 20px;
}
.classsummary ul li {
	color: #960;
}
.classsubcategory {
	font-size: 14px;
	color: #FFF;
	background-color: #960;
	width: 615px;
	height: auto;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: none;
	margin-top: 0px;
	clear: both;
}
/*ギャラリー（トップページ）*/
.gallerybox {
	float: left;
	height: auto;
	width: 630px;
	border: thin solid #06F;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.gallerytoppageframe {
	float: left;
	width: 525px;
	clear: both;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	background-color: #D6D6D6;
	border: thin solid #999;
	padding: 20px;
}
.gallerytoppageframetitle {
	float: left;
	width: 500px;
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
}
.gallerytoppageimg {
	width: 160px;
	float: left;
	border: medium solid #66F;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
.gallerytoppagecaption {
	float: left;
	width: 280px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
/*フッター個別設定*/
.footername {
	font-weight: bold;
	clear: both;
	padding-top: 0px;
}
.footeraddress {
	font-size: 10px;
}
/*トップページ案内板の設定*/
.mainindexitem {
	height: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	width: 620px;
	float: left;
	margin-left: 0px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #999;
}
.mainindexitemimg {
	float: left;
	border: 1px solid #CCC;
	width: 100px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.mainindexitemcontents {
	float: left;
	width: 150px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*トップページ案内板ボタンの設定*/
.mainindexbutton a {
	font-size: 20px;
	background-color: #56C;
	width: 410px;
	text-align: center;
	float: left;
	height: auto;
	margin-left: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 40px;
	font-size: 24px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 15px;
	padding-bottom: 40px;
}
.mainindexbutton a:hover {
	background-color: #69F;
}
.mainindexbutton2 a {
	background-color: #56C;
	width: 265px;
	text-align: center;
	float: left;
	height: auto;
	margin-left: 30px;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 40px;
	font-size: 24px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-top: 15px;
	padding-bottom: 40px;
}
.mainindexbutton2 a:hover {
	background-color: #69F;
}
.mainindexbutton3 a {
	background-color: #999;
	width: 200px;
	text-align: center;
	float: left;
	height: auto;
	margin-left: 80px;
	display: block;
	color: #FFF;
	text-decoration: none;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	margin-top: 10px;
	padding-bottom: 20px;
}
.mainindexbutton3 a:hover {
	background-color: #69F;
}
/*ページ一覧（通信販売／照明教室）（サブカテゴリ枠なし、サムネイル画像あり）サブインデックスアイテムの設定*/
.subindexitemgreyback {
	height: auto;
	clear: both;
	background-color: #EEE;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 630px;
	float: left;
	margin-left: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
}
.subindexitemwhiteback {
	height: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 630px;
	float: left;
	margin-left: 20px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EEE;
	border-left-color: #EEE;
}
.subindexitemimg {
	float: left;
	margin-left: 20px;
	border: 1px solid #999;
	margin-top: 10px;
	width: 100px;
	margin-bottom: 10px;
	background-color: #999;
	text-align: center;
}
.subindexitemcontents {
	float: left;
	width: 420px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}
/*ページ一覧（通信販売／照明教室）サブインデックスボタンの設定*/
.subindexpagename a {
	font-size: 18px;
	float: left;
	height: 30px;
	width: 450px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #56C;
	display: block;
	margin-top: 10px;
	color: #FFF;
	padding-top: 10px;
	text-decoration: none;
	margin-left: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.subindexpagename a:hover {
	background-color: #69F;
}
/*ページ一覧（通信販売／照明教室）サブインデックスボタン2（小）の設定*/
.subindexitemimg2 {
	float: left;
	margin-left: 60px;
	border: 1px solid #999;
	margin-top: 10px;
	width: 100px;
	margin-bottom: 10px;
	background-color: #999;
	text-align: center;
}
.subindexpagename2 a {
	font-size: 16px;
	float: left;
	height: 25px;
	width: 400px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #999;
	display: block;
	margin-top: 10px;
	color: #FFF;
	padding-top: 10px;
	text-decoration: none;
	margin-left: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.subindexpagename2 a:hover {
	background-color: #69F;
}
.subindexitemcontents2 {
	float: left;
	width: 370px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 30px;
}
/*ライトの作り方一覧（サブカテゴリ枠あり、サムネイル画像あり）サブインデックスアイテムの設定*/
.subindexlightworkitemimg {
	float: left;
	margin-left: 10px;
	border: 1px solid #999;
	margin-top: 10px;
	width: 100px;
	margin-bottom: 10px;
	background-color: #999;
	text-align: center;
}
.subindexlightworkpagename a {
	font-size: 18px;
	float: left;
	height: auto;
	width: 420px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #999;
	display: block;
	margin-top: 10px;
	color: #FFF;
	padding-top: 10px;
	text-decoration: none;
	margin-left: 10px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.subindexlightworkpagename a:hover {
	background-color: #69F;
}
.subindexlightworkitemcontents {
	float: left;
	width: 400px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 30px;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
/*詳細ノート一覧（サブカテゴリ枠あり、サムネイル画像なし）サブインデックスアイテムの設定*/
.subindexdetailitem {
	height: auto;
	clear: both;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	width: 600px;
	float: left;
	margin-left: 20px;
}
.subindexdetailpagename a {
	font-size: 18px;
	float: left;
	height: auto;
	width: 520px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: #999;
	display: block;
	margin-top: 0px;
	color: #FFF;
	padding-top: 10px;
	text-decoration: none;
	margin-left: 20px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}
.subindexdetailpagename a:hover {
	background-color: #69F;
}
.subindexdetailitemcontents {
	float: left;
	width: 500px;
	margin-left: 40px;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 30px;
	padding-bottom: 10px;
	height: auto;
	margin-bottom: 5px;
}
/*ギャラリー展示室入口ボタンの設定*/
.galleryenter a {
	text-align: center;
	float: left;
	height: auto;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #FFF;
	display: block;
	background-color: #999;
	text-decoration: none;
	margin-left: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.galleryenter a:hover {
	background-color: #69F;
}
