@charset "shift_jis";


/* @group Reset CSS */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary { 
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

/* @end */

/* @group Structure */

body {
	font: 14px/normal sans-serif;
	width: 100%;
	overflow-x: hidden;
   -webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

/* @end */

/* @group Header */

header img {
	width: 100%;
	border-bottom: 1px solid #999;
}

header h1 {
	padding: 3px;
	font-size: 14px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* @end */

/* @group Main > Article */

article {
	margin: 10px;
}

article h1 {
	margin: 15px -10px .5em;
	padding: 5px 10px 2px 10px;
}

article h2,
article h3 {
	margin: 1.5em 0 .5em;
	padding: 0 0 0 7px;
}

article p {
	margin-bottom: .5em;
}

article img {
	display: block;
	max-width: 300px;
	margin: 1em auto;
}

/* @end */

/* @group Main > Category List */

nav#category {
	margin: 40px 10px 50px;
}

nav#category h1 {
	margin: 15px -10px 12px;
	padding: 5px 10px 2px 10px;
}

nav#category ul {
	border-radius: 8px;
	border: 1px solid #ccc;
}

nav#category li {
	border-bottom: 1px solid #ccc;
}

nav#category a {
	display: block;
	position: relative;
	padding: 13px 10px;
	background: url('../images/_arrow1.png') no-repeat right center;
	font: 115%/1 sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

nav#category a span {
	position: absolute;
	top: 14px;
	right: 51px;
	font-weight: normal;
	text-align: right;
}

nav#category li:last-child {
	border: none;
}

/* @end */

/* @group Main > Entry List */

nav#single {
	margin: 0 10px -5px;
}

nav#single h1 {
	margin: 15px -10px 12px;
	padding: 5px 10px 2px 10px;
}

nav#single ul {
	border-radius: 8px;
	border: 1px solid #ccc;
}

nav#single li {
	padding: 2px;
	border-bottom: 1px solid #ccc;
}

nav#single a {
	display: block;
	position: relative;
	padding: 11px 10px;
	background: url('../images/_arrow2.png') no-repeat right center, url('../images/_pattern2.png');
	font: 115%/1 sans-serif;
	text-decoration: none;
	border-radius: 3px;
}

nav#single a .title {
	width: 95%;
	margin: 5px 0;
	line-height: 1.3;
	font-weight: bold;
}

nav#single a .exp {
	width: 95%;
	font-family: serif;
	font-size: 11px;
	text-indent: 1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

nav#single li:last-child {
	border: none;
}

/* @end */

/* @group Page > Bread */

#bread li {
	display: inline-block;
}

#bread li:after {
	content: " > ";
}

#bread li:last-child:after {
	content: "";
}

#bread {
	margin: 10px 10px -5px 10px;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
}

/* @end */

/* @group Footer */

footer {
	padding: 8px;
	border-top: 3px double #ccc;
	text-align: center;
	font: 10px serif;
}

/* @end */