@charset "utf-8";

* { margin: 0; padding: 0; }
img { border: none; vertical-align: middle; }
ul { list-style: none; }
a { color: white; }
a:hover { color: #ffd118; }
p { margin-bottom: 1.5em; width: 80%; }
strong { font-weight: bold; font-size: 80%; line-height: 1.3; }
h1 {
	background:#222222 url(http://css-eblog.com/layout/images/bg_sectiontitle.gif) repeat scroll left top;
	border-bottom:1px solid #575757;
	border-top:1px solid #575757;
	font-size: 120%;
	margin:-14px -12px 2em;
	padding:8px 12px;
	position: relative;
	zoom: 1;
}
h2 {
	background:transparent url(http://css-eblog.com/layout/images/ico_title.gif) no-repeat scroll 2px 0.6em;
	border-bottom:1px solid #8B8B8B;
	font-size: 110%;
	letter-spacing:0.3em;
	margin-bottom:15px;
	padding:3px 0 3px 18px;
}

html {
	font-size: 16px;
	overflow: auto;
}
* html {
	overflow: hidden;
	overflow-x: auto;
	height: 100%;
}

body {
	background: #1E1E1E url(http://css-eblog.com/layout/images/bg.png) center top repeat;
	color: white;
	font: 75%/1.6 "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	overflow-x: hidden;
	min-width: 830px;
	height: 100%;
	position: relative;
}
* html body {
	overflow-y: auto;
}

#header {
	background: #050404 url(http://css-eblog.com/layout/images/bg_header.png) center top no-repeat;
	margin: 0 -500%;
	padding: 0 500%;
	width: 100%;
}
* html #header {
	position: relative;
	zoom: 1;
}
*:first-child+html #header {
	position: relative;
	zoom: 1;
}
	#header p#logo {
		padding: 37px 0;
		margin-bottom: 0;
	}

ul.menuList {
	background: #232220 url(http://css-eblog.com/layout/images/bg_menu.png) left top repeat-x;
	margin: 0 -500%;
	padding: 0 500%;
	height: 43px;
}
	ul.menuList li {
		display: inline;
		line-height: 36px;
		padding: 12px;
	}
		ul.menuList li a {
			text-decoration: none;
		}

#container {
	margin: 0 auto;
	width: 830px;
}

#frame {
	background: url(http://css-eblog.com/layout/images/bg_contents_top_for_search.png) left top no-repeat;
	margin: 13px auto 42px;
	padding-top: 14px;
	width: 830px;
}
	#frame #wrap {
		background: url(http://css-eblog.com/layout/images/bg_contents_bottom_for_search.png) left bottom no-repeat;
		padding-bottom: 14px;
	}
	#frame #wrapInner {
		background: url(http://css-eblog.com/layout/images/bg_contents_for_search.png) left top repeat-y;
		padding: 0 14px;
		zoom: 1;
	}
		#wrapInner:after {
			content: ".";
			clear: both;
			display: block;
			line-height: 0;
			height: 0;
			visibility: hidden;
		}
