/*----------以下はコンテンツごとに張り替える画像設定----------*/
/*コンテンツのサイド帯*/
#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;
}
/*コンテンツのサイド帯「カテゴリ」の飾り*/
#global-layout .cell1 #beta .widget-header {
	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;
}
#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;
}*/
#global-layout .cell1 #alpha .asset-meta{
	font-size: 10px;
}
#global-layout .cell1 #alpha .entry-content{
	border: 1px dashed #CCCCCC;
	line-height: 24px;
	padding: 12px;
	color: #666666;
}
#global-layout .cell1 #beta {
	width: 169px;
	float: right;
	margin-bottom: 7px;
}
#global-layout .cell1 #beta .widget {
	width: 169px;
}

#global-layout .cell1 #beta .widget-content {
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}
#global-layout .cell1 #beta .widget-content ul{
	display: block;
	list-style-type: none;
	margin-top: 4px;
	margin-bottom: 12px;
}
#global-layout .cell1 #beta .widget-content li{
	display: block;
	list-style-type: none;
}
#global-layout .cell1 #beta .widget-content li ul{
	display: block;
	margin-left: 12px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 12px;
}
/*Q＆A関連リストページタイトル*/
#global-layout .cell1 #alpha .qa-asset-footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #9C9;
	margin-top: 0px;
}

/*#global-layout .cell1 #alpha .qalist-titles .entry-title {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	float: right;
	width: 380px;
}
#global-layout .cell1 #alpha .qalist-titles .asset-meta{
	float: left;
	width: 120px;
	display: block;
}*/


/*ブログトップレイアウト用*/
.mt-main-index #global-layout .cell1 {
	background-image: none;
	background-repeat: no-repeat;
}
.mt-main-index #global-layout .cell1 #alpha {
	width:auto;
	float: none;
}
.mt-main-index #global-layout .cell1 #beta {
	width: auto;
	float: none;
	margin-bottom: 7px;
}
.mt-main-index #global-layout .cell1 #beta .widget {
	width: auto;
}
.mt-main-index #global-layout .cell1 #beta .widget h3.widget-header{
	display: none;
}

.mt-main-index #global-layout .cell1 #beta .widget-content {
	width: 692px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background-image: url(cont-cssimg/top_categories_back.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.mt-main-index #global-layout .cell1 #beta .widget-content ul{
	display: block;
	list-style-type: none;
	margin: 0px;
	width: 700px;
}
.mt-main-index #global-layout .cell1 #beta .widget-content li{
	float:left;
	display: block;
	list-style-type: none;
	width: 233px;
	color: #336633;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.mt-main-index #global-layout .cell1 #beta .widget-content li .mid{
	font-size: 16px;
	line-height: 70px;
	font-weight: bold;
	display: block;
	width: auto;
	padding-left: 16px;
}
.mt-main-index #global-layout .cell1 #beta .widget-content li ul{
	display: block;
	overflow: hidden;
	width: 225px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-indent: 0px;
	background-image: none;
	background-repeat: no-repeat;
}
.mt-main-index #global-layout .cell1 #beta .widget-content li ul li{
	float:none;
	display: block;
	list-style-type: none;
	width: auto;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	background-image: url(cont-cssimg/cat_marker.gif);
	background-repeat: no-repeat;
	background-position: 14px 0px;
	padding-top: 2px;
	padding-left: 34px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 8px;
	text-indent: 0px;
}
.mt-main-index #global-layout .cell1 #alpha .asset-header{
	display: none;
}
.mt-main-index #global-layout .cell1 #alpha .qalist-titles{
	display: block;
}
.mt-main-index #global-layout .cell1 #alpha .entry-content{
	display: none;
}
.mt-main-index #global-layout .cell1 #alpha .entry-asset {
	margin-bottom: 6px;
}
.mt-main-index #global-layout .cell1 #alpha .qa-asset-footer {
	clear: both;
	border-top-style: none;
	margin-top: 0px;
}
#global-layout .cell1 #alpha .qalist-titles .entry-title {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
	float: none;
	width: auto;
	padding-left: 35px;
	background-image: url(cont-cssimg/kiji_marker.gif);
	background-repeat: no-repeat;
	background-position: 10px 0px;
}
.mt-main-index #global-layout .cell1 #alpha .qalist-titles .entry-title {
	font-size: 12px;
}
.mt-main-index #global-layout .cell1 #alpha .list_title_new{
	background-image: url(cont-cssimg/list_title_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 20px;
	text-align: left;
	text-indent: -9999px;
	height: 66px;
	width: 692px;
}
#global-layout .cell1 #alpha .qalist-titles .asset-meta{
	display: none;
}
#global-layout .cell1 #alpha .asset-meta{
	display: none;
}
/*.mt-main-index #global-layout .cell1 #alpha .entry-asset {
	display: none;	margin-bottom: 16px;
}*/

