@charset "utf-8";

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;
	-webkit-transition-propaty: color, background-color;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
}
a:visited { color: #999; }
a:hover { color: #ffd118; }
h1 , h2 , h3 , h4 , h5 , h6 { font-size: 100%; }
::selection { background-color: #18d1ff; color: white; }

html {
	font-size: 16px;
}

body {
	background: #1E1E1E url(http://css-eblog.com/layout/images/bg.png) center top repeat;
	color: white;
	font: 75%/1.8 "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

#header ,
#globalMenu , 
#contents ,
footer {
	text-align: left;
}

/* tric layout [=toNext] */
#logo ,
#mainMenu {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -415px;
}
#feedIcon ,
#subMenu {
	float: right;
	position: relative;
	right: 50%;
	margin-right: -415px;
}
/* over here */

/* layout style [=toNext] */
#header {
	background: #070706 url(http://css-eblog.com/layout/images/bg_header.png) center top no-repeat;
	height: 139px;
}

#logo {
	margin-top: 43px;
	-webkit-transition-property: background;
	-webkit-transition-duration: .1s;
	-webkit-transition-timing-function: ease-in-out;
}

#feedIcon {
	margin-top: 15px;
}

#logo:hover {
	background-color: rgba( 0,0,0,.3 );
	border: solid 1px black;
	display: block;
	margin-top: 42px;
	margin-left: -416px;
	-webkit-box-shadow: rgba( 0,0,0,.4 ) 2px 2px 5px;
}

#globalMenu {
	background: url(http://css-eblog.com/layout/images/bg_menu.png) left top repeat-x;
	margin-bottom: 14px;
	height: 43px;
}

#mainMenu {}

#subMenu {
	float: right;
}
#mainMenu ,
#subMenu {
	background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) left center no-repeat;
	line-height: 36px;
}
	#mainMenu li ,
	#subMenu li {
		background: url(http://css-eblog.com/layout/images/bg_gmenu_sepa.gif) right center no-repeat;
		display: inline-block;
	}
	#subMenu li:last-child {
		background: none;
	}
	
#mainMenu a ,
#subMenu a {
	background-position: center center;
	color: white;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 0 14px;
	min-width: 40px;
}
#mainMenu a:hover ,
#subMenu a:hover {
	background: url(http://css-eblog.com/layout/images/bg_gmenu_link.png) center center no-repeat;
}

#contents {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	margin: 0 auto 14px;
	width: 830px;
}

#mainContents {
	-webkit-border-image: url(bg_main.png) 2 2 2 2 round / 2px;
	-moz-border-image: url(bg_main.png) 2 2 2 2 / 2px round;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	margin-right: 14px;
	padding: 12px;
}

#subContents {
	-webkit-border-image: url(bg_sub.png) 20 20 20 20 round / 20px;
	-moz-border-image: url(bg_sub.png) 20 20 20 20 / 20px round;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 278px;
}
	#subContents > section {
		background: url(http://css-eblog.com/layout/images/bg_subbox_sepa.gif) left bottom repeat-x;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

footer {
	background: #010101 url(http://css-eblog.com/layout/images/bg_footer.png) center top no-repeat;
	-webkit-border-image: url(http://css-eblog.com/layout/images/bg_footer_border.png) 9 0 0 0 round / 9px;
	-moz-border-image: url(http://css-eblog.com/layout/images/bg_footer_border.png) 9 0 0 0 / 9px round;
	border-left: none;
	border-right: none;
}

#iconsList {
	border: solid 1px gray;
	background: -webkit-gradient( linear, left top, left bottom, from( rgba( 20,20,20,.3 ) ), to( rgba( 0,0,0,.3 ) ) );
	text-align: center;
	padding: 3px 0;
	margin: 28px auto 14px;
	width: 830px;
}
	#iconsList li {
		display: inline;
	}

#copyright {
	font-size: 80%;
	text-align: center;
}
/* over here */

/* common style [=toNext] */
.pickupList ,
.blogRecentryList {
	-webkit-border-image: url(bg_pickupbox.gif) 4 4 4 4 round /4px;
	-moz-border-image: url(bg_pickupbox.gif) 4 4 4 4 / 4px round;
}
	.pickupList a {
		-webkit-transition-duration: .3s;
	}
	.pickupList li {
		background-image: url(http://css-eblog.com/layout/images/bg_subbox_sepa.gif), -webkit-gradient( linear, left top, left bottom, from( rgba( 30,30,30,.2 ) ), to( rgba( 10,10,10,.2 ) ) );
		background-position: left bottom;
		background-repeat: repeat-x, no-repeat;
	}
	.pickupList li:nth-child(2n) {
		background-color: #393939;
	}
	.pickupList li:last-child {
		background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 30,30,30,.2 ) ), to( rgba( 10,10,10,.2 ) ) );
	}
		.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: rgba( 90,90,90,.4 );
			color: white;
		}

.blogRecentryList {
	padding: 8px 14px;
}
	.blogRecentryList li {
		background: url(http://css-eblog.com/layout/images/ico_dotte.gif), url(http://css-eblog.com/layout/images/bg_subbox_sepa.gif);
		background-position: 0 1em, left bottom;
		background-repeat: no-repeat, repeat-x;
		line-height: 1.2;
		padding: 8px 0 8px 10px;
	}
	.blogRecentryList li:last-child {
		background: url(http://css-eblog.com/layout/images/ico_dotte.gif) 0 1em no-repeat;
	}


h2.sectionTitle {
	background-image: -webkit-gradient( linear, left top, left bottom, from( rgba( 30,30,30,.2 ) ), to( rgba( 0,0,0,.2 ) ) ), url(http://css-eblog.com/layout/images/bg_sectiontitle.gif);
	background-position: left top;
	background-repeat: repeat;
	border-top: solid 1px #575757;
	border-bottom: solid 1px #575757;
	padding: 5px 8px;
	margin: 0 -12px 15px;
}
#mainContents :first-child h2.sectionTitle:first-of-type {
	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: 4em;
}
section:last-child {
	margin-bottom: 0;
}

.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;
	}
	
input[type="text"] {
	background: #4c4c4c url(http://css-eblog.com/layout/images/bg_input.gif) repeat-x scroll left top;
	border: 1px solid #696969;
	color: white;
	height: 16px;
}
input[type="text"]:focus {
	background-color: #464646;
}
/* over here */
