@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(#be0a20), color-stop(0.5, #be0a20), color-stop(0.5, #d64f5c), to(#d93f52)) #be0a20;
	border-bottom: 1px solid #666;
	color: #eee;
	text-shadow: -1px -1px 1px #be0a20;
}

/* @end */

/* @group Article */

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

article h2
{
	border-left: 7px solid #be0a20;
	border-bottom: 1px dotted #be0a20;
}

article h3 {
	border-left: 7px solid #CCFF00;
	border-bottom: 1px dotted #CCFF00;
}

/* @end */

/* @group List */

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

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

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 */