

/*----------以下はコンテンツごとに張り替える画像設定----------*/
/*コンテンツのサイド帯*/
#global-layout .cell1 {
	/*background-image: url(cont-cssimg/obi.gif);*/
	background-repeat: repeat-y;
}
/*コンテンツのバナー*/
#global-layout .cell1 #banner-image {
	display: block;
	height: 132px;
	width: 692px;
	background-color: #FFFFFF;
	background-image: url(cont-cssimg/banner-image.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
/*コンテンツのサイド帯「カテゴリ」の飾り*/
#global-layout .cell1 #beta .widget-header {
display: none;
	/*display: block;
	font-size: 14px;
	line-height: 32px;
	background-image: url(cont-cssimg/wig_back.gif);
	text-indent: 12px;
	margin: 0px;
	padding: 0px;
	height: 32px;
	width: 169px;*/
}

/*----------以下は記事内のテーブル設定----------*/
/*記事のテーブル設定*/
#global-layout .cell1 #alpha .entry-content table{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	border: 3px solid #CCCCCC;
	padding: 0px;
	/*width: 100%;*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*記事のテーブルセル設定*/
#global-layout .cell1 #alpha .entry-content td{
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
	/*text-align: center;*/
	vertical-align: middle;
	line-height: normal;
}

/*----------以下はもしかして共通設定----------*/

#global-layout .cell1 .r-space {
	background-color: #FFFFFF;
	height: 15px;/*height: 3px;*/
	width: 692px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	overflow: hidden;
	position: static;
	display: block;
}
#global-layout .cell1 #main-banner {
	background-color: #FFFFFF;
	height: 156px;
	width: 692px;
	margin: 0px;
	padding: 0px;
	clear: both;
	float: none;
	display: block;
}

#global-layout .cell1 #alpha {
	width: 510px;
	float: left;
}
.mt-main-index #global-layout .cell1 #alpha{
width: 100%;
	float: none;
}

#global-layout .cell1 #alpha-inner {
	margin-bottom: 10px;
}
#global-layout .cell1 #alpha .entry-asset {
	margin-bottom: 16px;
}
#global-layout .cell1 #alpha .asset-footer {
	margin-top: 26px;
}
#global-layout .cell1 #alpha #page-title{
	font-size: 18px;
	line-height: 24px;
	padding: 0px;
	margin-top: 6px;
	margin-bottom: 12px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #7A92ED;
}
#global-layout .cell1 #alpha .entry-title {
	font-size: 18px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#global-layout .cell1 #alpha .asset-meta{
	font-size: 10px;
}




/*検索帯の設定*/
#search-obi{
	background-color: #000099;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#search-obi .kazari{
	font-size: 3px;
	line-height: 3px;
	background-image: url(cont-cssimg/search-kazari1.gif);
	background-repeat: no-repeat;
	height: 4px;
	margin: 0px;
	padding: 0px;
}
#search-obi .both{
	font-size: 3px;
	line-height: 3px;
	background-image: url(cont-cssimg/search-kazari2.gif);
	background-repeat: no-repeat;
	height: 4px;
	padding: 0px;
	clear: both;
	margin: 0px;
}
#search-obi #mytag{
	width: 510px;
	float: left;
}

#search-obi #mytag ul li{
	float: left;
	padding-right: 6px;
	padding-left: 6px;
	width: auto;
	white-space: nowrap;
}
#mytag ul li a{
	color: #FFFF99;
}
#mytag ul li a:link {
	color: #FFFF99;
}
#mytag ul li a:visited {
	color: #FFFF99;
}
#mytag ul li a:hover {
	color: #FFFF00;
}
#mytag ul li a:active {
	color: #99FF00;
}
#search-obi #mysearch{
	width: 169px;
	float: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
#search-obi #mysearch .widget-search form{
	margin: 0px;
	padding: 5px;
}
#search-obi #mysearch .widget-search form .ti{
	width: 100px;
}
/*alpha設定index用*/

/*カテゴリリスト（インデックス）*/
#myindex{
	clear: both;
	float: none;
	margin-left: -12px;
	width: 704px;
	padding-top: 20px;
}
#myindex ul li{
	float: left;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 12px;
}
#myindex h3{
	color: #FF0000;
	width: 692px;
	margin-left: 12px;
	padding-top: 6px;
	font-size: 1.4em;
	font-weight: bold;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 0px;
}
#myindex ul .news{
	display: none;
}
#myindex ul li ul{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	margin-top: 3px;
	padding-top: 3px;
	width: 222px;
	display: block;
}
#myindex ul li ul li{
	float: none;
	border-style: none;
	font-weight: normal;
	background-image: url(cont-cssimg/linkmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	font-size: 0.85em;
	margin: 0px;
}
#myindex ul li ul li a{
	width: 206px;
	white-space: normal;
	display: block;	/*background-image: url(cont-cssimg/linkmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px;*/
	}

/*beta設定(インデックス下位のカテゴリリスト)*/
#global-layout .cell1 #beta {
	width: 169px;
	float: right;
	margin-bottom: 7px;
	margin-top: 10px;
}
#global-layout .cell1 #beta .widget {
	width: 169px;
}

#global-layout .cell1 #beta .widget-content {
	width: 169px;
	margin-right: auto;
	margin-left: auto;
}
#global-layout .cell1 #beta .widget-content ul{
	display: block;
	list-style-type: none;
	margin-top: 4px;
}
#global-layout .cell1 #beta .widget-content ul li{
	display: block;
	list-style-type: none;
	font-weight: bold;
	color: #000000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
	padding-bottom: 10px;
	padding-top: 2px;
}
#global-layout .cell1 #beta .widget-content ul li ul{
	display: block;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
#global-layout .cell1 #beta .widget-content ul li ul li{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 3px;
}
#global-layout .cell1 #beta .widget-content li a{
	font-weight: normal;
	font-size: 1em;
	line-height: normal;
	letter-spacing: -0.1em;
	background-image: url(cont-cssimg/linkmark.gif);
	background-repeat: no-repeat;
	padding-left: 16px;
	display: run-in;
}

/*インデックスの新商品リスト*/
#alpha #alpha-inner #indexlist div{
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	height: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#alpha #alpha-inner #indexlist{
	width: 692px;
	margin-top: 12px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#alpha #alpha-inner #indexlist .newlineup-tit{
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #F00;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCC;
	display: block;
	height: 30px;
	padding-top: 4px;
}
#alpha #alpha-inner #indexlist .entry-asset{
	padding: 0px;
	float: left;
	width: 229px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EAEAEA;
	clear: none;
}
#alpha #alpha-inner #indexlist .asset-header{
	clear: both;
	float: none;	
	
}
#alpha #alpha-inner #indexlist h2,#alpha #alpha-inner #indexlist .entry-title{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 70px;
	overflow: hidden;
}
#alpha #alpha-inner #indexlist h2 img{
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding: 0px;
}
#alpha #alpha-inner #indexlist h2 a{
	font-size: 0.7em;
	line-height: 1.3em;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	width: 170px;
	padding-left: 10px;
}
#alpha #alpha-inner #indexlist h2 font{
	display: block;
}
/*関連リンクなどの指定*/
#sublinks{
	width:100%;
	clear: both;
	padding-top: 20px;
}
#sublinks .links-inner{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 100%;
	padding-top: 10px;	
}
#alpha #alpha-inner #sublinks .links-line{
	line-height: normal;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#alpha #alpha-inner #sublinks .links-line .tit{
	float: left;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: 60px;
	height: 16px;
}
#alpha #alpha-inner #sublinks .links-line ul{
	float: left;
	argin-left: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
}
#alpha #alpha-inner #sublinks .links-line ul li{
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: block;
	margin-left: 12px;
	background-image: url(cont-cssimg/dd_mark.gif);
	background-repeat: no-repeat;
}
#alpha #alpha-inner #sublinks .links-line ul li a{
	padding: 0px;
	line-height: 16px;
	font-family: "MS UI Gothic";
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
}
/**/

/*カテゴリリストと記事の共通設定*/
#global-layout .cell1 #alpha #alpha-inner #myarchive-block,#global-layout .cell1 #alpha #alpha-inner #myentry-block{
	margin-top: 12px;
}
/*カテゴリリストカスタム*/
#myarchive-block #sublinks{
	width:100%;
	clear: both;
	padding-top: 0px;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-title,#global-layout .cell1 #alpha #alpha-inner #myarchive-block .search-results-header{
	font-weight: bold;
	color: #FF0000;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
	margin: 0px;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .content-nav{
	background-color: #EAEAEA;
	padding-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}

#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-asset{
	font-weight: bold;
	display: block;
	clear: both;
	margin: 0px;
	padding:0px;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .asset-header{  
margin: 0px;
padding: 0px;

}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-asset .entry-title{
	display: block;
	height: auto;
	padding-top: 0px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	margin: 0px;
	width: 100%;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-asset .entry-title img{
	float: left;
	width: 30px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-asset .entry-title a{
	float: left;
	font-size: 0.75em;
	margin-left: 12px;
	display: block;
	width: 430px;
	line-height: normal;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
}
#global-layout .cell1 #alpha #alpha-inner #myarchive-block .entry-asset .entry-title font{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*記事のカスタム*/
#myentry-block #sublinks{
	background-repeat: no-repeat;
	width:100%;
	clear: both;
	padding-top: 0px;
	background-image: url(cont-cssimg/myentry-end.gif);
	margin-top: 0px;
}
#myentry-block #sublinks .links-inner{
	width: 100%;
	padding-top: 20px;
	border-top-style: none;
	margin-top: 0px;
}

#global-layout .cell1 #alpha #myentry-block .entry-asset{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#global-layout .cell1 #alpha #myentry-block .entry-content{
	line-height: 24px;
	color: #666666;
	border-right-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	font-weight: normal;
	border-left-width: 3px;
	border-left-color: #CCCCCC;
	margin-bottom: 0px;
	border-bottom-style: none;
	margin-top: 0px;
	border-bottom-color: #CCCCCC;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}
#global-layout .cell1 #alpha #myentry-block .entry-content p{
	display: run-in;
	margin-bottom: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#global-layout .cell1 #alpha #myentry-block .entry-content p strong{
	color: #FF0000;
	font-weight: bold;
}
#global-layout .cell1 #alpha #alpha-inner #myentry-block .entry-asset .asset-header{
	display: block;
	border-style: none;
	margin: 0px;
	width: 100%;
	background-image: url(cont-cssimg/myentry-tit-back.gif);
	background-repeat: no-repeat;
	padding-top:0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#global-layout .cell1 #alpha #alpha-inner #myentry-block .entry-asset .asset-header .entry-title{
	font-size: 1.25em;
	color: #FF0000;
	padding-top: 12px;
	padding-left: 14px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#global-layout .cell1 #alpha #alpha-inner #myentry-block .entry-asset .asset-header .entry-title font{
	font-size: 0.8em;
	color: #FF0000;
	padding-left: 10px;
}
/*#global-layout .cell1 #alpha .entry-content .mt-image-none{
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 80px;
	text-align: center;
}*/
#global-layout .cell1 #alpha #myentry-block .entry-content img{
	vertical-align: middle;
	margin-right: 0px;
	margin-left: 80px;
	margin-top: 12px;
}
#global-layout .cell1 #alpha #alpha-inner #myentry-block .category-block{
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}
.mt-page-archive #global-layout .cell1 #alpha #page-title{
	font-size: 1.3em;
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	color: #990000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
