@charset "utf-8";

html { font-size: 16px; overflow: auto; }
img { 	border: none; vertical-align: middle; }
input { vertical-align: middle; }
html , body , div , p , dl , dt , dd , ul , ol , li , form , h1 , h2 , h3 , h4 , h5 , h6 { margin: 0; padding: 0; }
header , section , nav , article , footer , aside { 	display: block; }
ul { list-style: none; }
a { color: #18d1ff; }
a:visited { color: #999; }
a:hover { color: #ffd118; }
h1 , h2 , h3 , h4 , h5 , h6 { font-size: 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;
	position: relative;
}

/* negative margin */
header#header ,
nav#globalMenu ,
footer ,
#footerInner {
	margin: 0 -500%;
	padding: 0 500%;
	position: relative;
	zoom: 1;
}

/* for fixed */
#warning {
	background-color: #444;
	border-top: solid 1px #575757;
	border-bottom: solid 1px #575757;
	text-align: center;
	position: absolute;
	position: fixed;
	left: 0;
	top: 0;
	padding: 14px 0;
	width: 100%;
	height: 70px;
	opacity: .8;
	-moz-opacity: .8;
	filter: alpha( opacity=80 );
	z-index: 10;
}

/* for Layout */
#container {
	margin: 0 auto;
	width: 830px;
}

header#header {
	background: #070706 url(http://css-eblog.com/layout/images/bg_header.png) center top no-repeat;
	height: 139px;
}
	header#header h1 {
		float: left;
		padding: 37px 0;
		width: 486px;
	}

footer {
	background: #010101 url(http://css-eblog.com/layout/images/bg_footer.png) center top no-repeat;
}

#footerInner {
	background: url(http://css-eblog.com/layout/images/bg_footer_border.png) left top repeat-x;
	padding-top: 31px;
}

#copyright {
	font-size: 80%;
	text-align: center;
	margin-top: 22px;
	padding-bottom: 6px;
}

#feedIcon {
	float: right;
	padding: 8px 0;
	width: 78px;
}

nav#globalMenu {
	background: url(http://css-eblog.com/layout/images/bg_menu.png) left top repeat-x;
	text-align: right;
	line-height: 36px;
	margin-bottom: 8px;
	height: 43px;
}
	nav#globalMenu a {
		text-decoration: none;
	}

#mainMenu {
	background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) left center no-repeat;
	float: left;
	min-width: 10%;
	white-space: nowrap;
	text-align: left;
}
	#mainMenu li {
		background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) right center no-repeat;
		display: inline-box;
		display: inline-block;
		/display: inline;
		zoom: 1;
	}
		#mainMenu li a {
			display: block;
			padding: 0 14px;
		}
	
#subMenu {
	background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) left center no-repeat;
	display: inline-box;
	display: inline-block;
	/display: inline;
	zoom: 1;
}
	#subMenu li {
		background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) right center no-repeat;
		display: inline-box;
		display: inline-block;
		vertical-align: middle;
		/display: inline;
		zoom: 1;
	}
		#subMenu li a {
			display: block;
			padding: 0 14px;
		}
	#subMenu li.search {
		background: none;
		padding-left: 14px;
		padding-right: 0;
	}
	
	
#contents {
	background: url(http://css-eblog.com/layout/images/bg_contents.png) left top repeat-y;
	margin-bottom: 14px;
}
	
#contentsInner {
	background: url(http://css-eblog.com/layout/images/bg_contents_bottom.png) left bottom no-repeat;
	padding-bottom: 14px;
	zoom: 1;
}
	#contentsInner:after {
		content: ".";
		clear: both;
		display: block;
		line-height: 0;
		height: 0;
		visibility: hidden;
	}

#mainContents {
	background: url(http://css-eblog.com/layout/images/bg_contents_top.png) left top no-repeat;
	float: left;
	margin-right: 14px;
	padding: 14px 14px 0;
	width: 510px;
}

#subContents {
	background: url(http://css-eblog.com/layout/images/bg_contents_top.png) right top no-repeat;
	float: right;
	padding: 14px 14px 0;
	width: 250px;
}

.blogRecentryList {
	padding: 8px 14px;
}
	.blogRecentryList li {
		background: url(http://css-eblog.com/layout/images/ico_dotte.gif) 0 0.7em no-repeat;
		line-height: 1.2;
		padding-left: 10px;
		margin-bottom: 0.6em;
	}
	.blogRecentryList li:last-child {
		margin-bottom: 0;
	}

#iconArea {
	background: url(http://css-eblog.com/layout/images/bg_footer_btn.png) center top no-repeat;
	line-height: 31px;
	height: 31px;
}

#iconsList {
	text-align: center;
}
	#iconsList li {
		display: inline;
	}

/* common style */
h2.sectionTitle {
	background: #222 url(http://css-eblog.com/layout/images/bg_sectiontitle.gif) left top repeat;
	border-top: solid 1px #575757;
	border-bottom: solid 1px #575757;
	padding: 8px 12px;
	margin: 0 -12px 15px;
}

h2.sectionTitle.firstChild {
	margin-top: -14px;
}

h3.sectionTitle {
	background: url(http://css-eblog.com/layout/images/ico_title.gif) 14px 0.6em no-repeat;
	border-bottom: 1px solid #8B8B8B;
	letter-spacing: 0.3em;
	margin: 0 -12px 15px;
	padding: 3px 0 3px 30px;
}

section {
	margin-bottom: 7em;
}

#subContents section {
	background: url(http://css-eblog.com/layout/images/bg_subbox_sepa.gif) left bottom repeat-x;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
	
.pickupBox {
	background: url(http://css-eblog.com/layout/images/bg_box_bottom.png) left bottom no-repeat;
	margin-bottom: 1em;
}
.pickupBoxInner {
	background: url(http://css-eblog.com/layout/images/bg_box_top.png) left top no-repeat;
	padding:4px;
	zoom: 1;
}

.pickupList {}
	.pickupList li {
		background: url(http://css-eblog.com/layout/images/bg_subbox_sepa.gif) left bottom repeat-x;
		zoom: 1;
	}
	.pickupList li:last-child {
		background: none;
	}
		.pickupList li a {
			background: url(http://css-eblog.com/layout/images/ico_novisited.gif) 7px 0.7em no-repeat;
			color: white;
			display: block;
			text-decoration: none;
			line-height: 1.3;
			padding: 8px 8px 8px 28px;
		}
		
		.pickupList li a:visited {
			background: url(http://css-eblog.com/layout/images/ico_visited.gif) 7px 0.7em no-repeat;
			color: #999;
		}
		
		.pickupList li a:hover {
			background-color: #5f5f5f;
			color: white;
		}
		
.subContentsTitle {
	background: url(http://css-eblog.com/layout/images/ico_title.gif) left center no-repeat;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 14px;
}

.categoryList {}
	.categoryList li{
		background: url(http://css-eblog.com/layout/images/ico_dotte.gif) left 0.5em no-repeat;
		line-height: 1.4;
		padding-left: 10px;
		margin-bottom: 7px;
	}