@charset "shift_jis";


/* @group Base */

body {
	background: #fff;
}

a {
	color: #0585bb;
}

/* @end */

/* @group Header */

header h1 {
	background: -webkit-gradient(linear, left bottom, left top, from(#3c3c3c), color-stop(0.5, #414141), color-stop(0.5, #575757), to(#545454)) #3c3c3c;
	border-bottom: 1px solid #666;
	color: #eee;
	text-shadow: -1px -1px 1px #3c3c3c;
}

/* @end */

/* @group Article */

article h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#545454)) #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	color: #fff;
	text-shadow: -1px -1px 1px #3c3c3c;
}

article h2,
article h3 {
	border-left: 7px solid #3c3c3c;
	border-bottom: 1px dotted #3c3c3c;
}


/* @end */

/* @group List */

nav#category h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#545454)) #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	color: #fff;
	text-shadow: -1px -1px 1px #3c3c3c;
}

nav#single h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#545454)) #3c3c3c;
	border-bottom: 1px solid #3c3c3c;
	color: #fff;
	text-shadow: -1px -1px 1px #3c3c3c;
}

nav#category a {
	color: #000;
}

nav#category a span {
	color: #999;
}

nav#single a .title {
	color: #000;
}

nav#single a .exp {
	color: #333;
}

/* @end */

/* @group Footer */

footer {
	background-color: #f3f4f5;
	color: #555;
}

/* @end */