
@charset "utf-8";

@import url("/common/css/common.css");
@import url("/common/css/content.css");


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+
+　ブログ終了のお知らせページのスタイル 　2010.04 新規作成
+
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */



/* ---------------------------------------------------------------------------------------

　ページ基本設定用

--------------------------------------------------------------------------------------- */



div {

	text-align: left; 

	}


ul.titlepage {

	margin-left: 20px;

	}


li.list-icon {

	background: url(../img/error/icon.gif) left center no-repeat;
	padding: 0 0 0 15px;
	list-style-type: none;

	}



/* ---------------------------------------------------------------------------------------

　情報エリアレイアウト用

--------------------------------------------------------------------------------------- */


div#wrapper{

	width: 900px;
	position: relative;
	left: 50%;
	margin: 20px 0 0 -450px;

	} 
		
*html div#wrapper{

	width: 900px;
	position: relative;
	left: 0%;
	margin: 20px 0 0 0;

}
	
*:first-child+html div#wrapper{

	width: 900px;
	position: relative;
	left: 0%;
	margin: 20px 0 0 0;

}


div#title{

	position: relative;
	width: 858px;
	margin-top: 10px;
	margin-left: 40px;

	}


div#title-left{

	width: 450px;
	float: left;

	}

div#title-left-blogend{

	width: 850px;
	float: left;
	background: url(../img/error/blogendbg.jpg) no-repeat right top;

	}

div#title-right{

	width: 380px;
	height: 300px;
	float: right;
	background: url(../img/error/product.gif) no-repeat 15% top;
	}


div#title:after{

	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";

	}


div#menu{

	width: 858px;
	margin-left: 40px;

	}


div#menu-header{

	width: 856px;
	margin-bottom: 30px;

	}


div#menu-contents{

	width: 896px;
	font-size: 14px;

	}


div#menu-contents-left{

	width: 450px;
	float: left;
	background: url(../img/error/list-left-bottom.gif) no-repeat left bottom;

	}


div#menu-contents-right-wrapper{

	width: 420px;
	float: right;

	}


div#menu-contents:after{

	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";

	}


div#menu-contents-right-top{

	width: 338px;
	background: url(../img/error/list-right-bottom.gif) no-repeat left bottom;

	}

div#menu-contents-right-space{

	width: 338px;
	margin-top: 20px;

	}


div#menu-contents-right-bottom{

	width: 338px;
	background: url(../img/error/list-right-bottom.gif) no-repeat left bottom;

	}


/* ---------------------------------------------------------------------------------------

　メニュー一覧用

--------------------------------------------------------------------------------------- */


/* メニューリストタイトル部 */

div.menu-list-top {

	position: relative;

}

div.menu-list-top dl img {

	vertical-align: top;
}

div.menu-list-top dl dt {

	position: absolute;
	top: 6px;
	right: 66px;
}

div.menu-list-top dl dd {

	position: absolute;
	top: 6px;
	right: 5px;
}


/* メニューリスト一覧部 */



div.menu-list-main {
	padding-bottom: 4px;
	background: url(../img/error/list-left-bottom.gif) no-repeat left bottom;
}


div.menu-list-main-right {
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: url(../img/error/list-right-bottom.gif) no-repeat left bottom;
	font-size: 100%;
	line-height: 1.5em;
}


*html div.menu-list-main-right{

	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: url(../img/error/list-right-bottom.gif) no-repeat left bottom;
	font-size: 86%;
	line-height: 1.5em;
}
	
*:first-child+html div.menu-list-main-right{

	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background: url(../img/error/list-right-bottom.gif) no-repeat left bottom;
	font-size: 86%;
	line-height: 1.5em;

}



div.menu-list-main dl {
	margin: 0px 10px;
	font-size: 100%;
	line-height: 1.5em;

}

*html div.menu-list-main dl{

	margin: 0px 10px;
	font-size: 86%;
	line-height: 1.5em;
}
	
*:first-child+html div.menu-list-main dl{

	margin: 0px 10px;
	font-size: 86%;
	line-height: 1.5em;

}


div.menu-list-main dt {
	color: #999;
	font-weight: bold;
	margin-top: 6px;
	padding-top: 6px;
	background: url(../img/share/line_dot_gray.gif) repeat-x left top;
	clear:both;
}

div.menu-list-main dt.first {
	margin-top: 0;
	background: none;
}

div.menu-list-main dd {

	margin-bottom: 1px;

}

div.menu-list-main dd img{
	float:right;
	margin-left:3px;
}


div.menu-list-main div.last {
	clear:both;
	margin-bottom:5px;
}


.img_right img{

	float: right; margin-right: 10px; margin-top: 10px;

}




