@charset "euc-jp";

/****************************************************
　======利用規約======
　●著作権は放棄しておりません。カスタマイズ後も著作権表示は消さずにご利用ください。
　（“Template by ナマムギ”というfooterにある著作権リンクを削除しないでください。）
　●再配布は禁止とさせていただきます。
　●模倣やカスタマイズ後の配布はご遠慮ください。
　●テンプレート内で使用している素材の無断転用をご遠慮ください。
****************************************************/


/*
	reset
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
#wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clearfix {
	zoom:1;
}
.clearfix:after {
    content: ""; 
    display: block; 
    clear: both;
}


/*
	layout
*/

#wrapper {
	min-width: 990px;
	margin: 0 auto;
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #F5EBE9;
}
	/* IE6 */
	* html #wrapper {
		border-left: 960px solid #F5EBE9;
		zoom: 1;
	}
	* html #wrapper #inner_wrap {
		margin-left: -960px;
		position: relative;
		zoom: 1;
	}
#header {
	height: 200px;
	padding: 0 200px 0 15px;
	background-color: #333;
	color: #F5EBE9;
	margin-bottom: 40px;
	background-image: url(http://img-cdn.jg.jugem.jp/ef3/1967268/20160819_2559337.png);
	background-repeat: no-repeat;
	background-position: right center;
	line-height: 1.4;
}
#container_wrap {
	margin: 0 15px;
}
#container {
	width: 100%;
	float: left;
	margin-right: -200px;
}
#contents {
	width: 100%;
	float: right;
	margin-left: -200px;
}
#inner_cont {
	margin: 0 230px;
	position: relative;
}
#left-sidebar {
	float: left;
	width: 200px;
	position: relative;
	z-index: 3;
}
#right-sidebar {
	float: right;
	width: 200px;
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
}
#footer {
	height: 85px;
	clear: both;
	padding: 0 15px;
	background-color: #333;
	color: #F5EBE9;
}
#pagetop {
	position: relative;
	top: -50px;
	margin-left: 230px;
	text-align: right;
	z-index: 2;
}


/*
	header
*/

#header a {
	color: #F5EBE9;
	text-decoration: none;
}
#header a:hover {
	text-decoration: underline;
}
#header h1 {
	padding-top: 75px;
}
#header h1 a {
	font-size: 24px;
	font-weight: bold;
}


/*
	footer
*/

#footer .copyright {
	text-align: left;
	list-style-type: none;
}
#footer .copyright a {
	color: #F5EBE9;
}
#pagetop a {
	color: #000;
}


/*
	sidebar
*/

#left-sidebar h2,
#right-sidebar h2 {
	display: none;
}
.side_nav {
	clear: both;
	margin-bottom: 20px;
}
.side_nav a {
	color: #000;
}
.side_nav .ttl {
	margin: 0 0 5px;
	padding: 5px 8px 12px 0;
	font-size: 14px;
	background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20120313_924610.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	color: #F5EBE9;
	line-height: 1.5;
	clear: both;
}
	/* IE6 */
	* html .side_nav .ttl {
		zoom: 1;
	}
/* calendar */
.calendar table {
	margin: 0 2px;
}
.calendar td {
	line-height: 2;
	text-align: center;
}
.calendar .cell {
	width: 28px;
}
.calendar .sun {
	color: #EB4844;
}
.calendar .sat {
	color: #32B5EC;
}
/* search form */
.side_nav form {
	text-align: right;
}
.form {
	width: 120px;
}
/* text_list */
.text_list ul {
	margin-left: 20px;
	list-style-position: outside;
	line-height: 1.2;
}
.text_list li {
	margin-top: 4px;
}
.text_list span {
	margin-left: 4px;
	font-size: 10px;
	color: #999;
}
.text_list .powered span {
	display: block;
	margin-left: 0;
}
/* amazon */
.amazon {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 10px;
	text-align: center;
	color: #666;
	border-bottom: 1px dotted #CCC;
}
.amazon a {
	font-size: 12px;
}
.amazon_text {
	margin: 0 10px;
	text-align: left;
}


/*
	main
*/

.main a {
	color: #22CFD5;
}


/*
	title
*/

h2.ttl {
	margin-bottom: 20px;
	padding: 3px 0 6px 35px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(http://img-cdn.jg.jugem.jp/9c6/2392221/20120313_924612.gif);
	background-repeat: no-repeat;
	background-position: left top;
	line-height: 1.5;
}
	/* IE6 */
	* html h2.ttl {
		padding-top: 7px;
	}
h3.ttl {
	margin: 30px 20px 10px;
	font-size: 18px;
	font-weight: bold;
}


/*
	entry
*/

.entry {
	margin-bottom: 40px;
	border-bottom: 1px dotted #CCC;
	line-height: 1.5;
}
.entry .pict {
	border-style: none;
}
.entry p {
	margin: 20px 0;
}
.entry ul {
	margin: 20px 20px 20px 40px;
}
.entry ol {
	margin: 20px 20px 20px 40px;
}
.entry blockquote {
	margin: 20px;
	padding: 10px;
	border: 1px solid #E3C7C1;
	background-color: #E3C7C1;
}
.entry_meta {
	margin: 0 !important;
	padding-bottom: 10px;
	list-style-type: none;
}
.entry_meta li {
	float: left;
	padding: 0 5px;
	margin-bottom: 4px;
	line-height: 1.2;
	color: #666;
	border-right: 1px solid #CCC;
}
.entry_meta li img {
	display: block;
	float: left;
}
.entry_meta li:first-child {
	border-left: 1px solid #CCC;
}


/*
	comment
	trackback
*/

.res_meta {
	margin-top: 10px;
	border-left: 1px solid #CCC;
	list-style-type: none;
}
.res_meta li {
	float: left;
	padding: 0 5px;
	line-height: 1.2;
	border-right: 1px solid #CCC;
	color: #666;
}
#comments {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dotted #CCC;
}
.comment_box {
	padding: 20px;
	line-height: 1.5;
}
#comments form {
	margin: 20px;
}
#comments form dt {
	text-transform: capitalize;
	font-weight: bold;
}
#comments form dd {
	margin-bottom: 4px;
}
#comments form dd input,
#comments form dd textarea {
	font-size: 12px;
	width: 400px;
}
#trackback {
	margin-bottom: 50px;
}
#trackback .url {
	margin-left: 20px;
}
#trackback .url input {
	width: 400px;
}
#trackback dl {
	margin: 0 20px 30px;
	line-height: 1.5;
}
#trackback dt {
	font-weight: bold;
}
#trackback dd {
	margin-bottom: 10px;
}

/*
	related
*/

#related ul {
	margin: 0 30px 50px;
	line-height: 2;
}
#related li a {
	color: #000;
}
#related li span {
	margin-left: 10px;
	font-size: 10px;
	color: #666;
}


/*
	profile
*/

#profile dl {
	margin: 0 30px;
}
#profile dt {
	font-size: 14px;
	font-weight: bold;
	line-height: 2;
}
#profile dd {
	padding-bottom: 10px;
	border-bottom: 1px dotted #CCC;
}


/*
	sequel
*/

.sequel {
	margin-bottom: 25px;
	padding-bottom: 25px;
	list-style-type: none;
	border-bottom: 1px dotted #CCC;
}
.sequel li {
	width: 45%;
	line-height: 1.5;
}
.sequel .prev {
	float: left;
}
.sequel .next {
	float: right;
	text-align: right;
}
.sequel span {
	display: block;
	font-weight: bold;
	line-height: 2;
}


/*
	pager
*/

#pager {
	margin-bottom: 60px;
}
#pager span {
	float: left;
	display: block;
	line-height: 1.5;
	font-weight: bold;
}
#pager span a {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 3px 7px;
}
#pager span a:hover {
	color: #22CFD5;
}
#pager .current {
	color: #FFF;
	background: #333;
	padding: 3px 7px;
}

/* ad */
#jgSideAdContainer {
	float: right;
	width: auto;
}