@charset "UTF-8";
/*
===============================

	Base Setting

===============================
*/

* {
	margin: 0;
	padding: 0;
}

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, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489643.png") repeat-y scroll center top #ffedf5;
	color: #000;
	font-size: 12px;
	font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",Arial,Verdana,sans-serif;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

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;
}

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;
}

img	{
	border: none;
}

.clearfix:after, #contents:after, .post_meta:after {
	clear: both;
	content: "";
	display: block;
}

a {
	color: #333;
	text-decoration: underline;
	line-height: 140%;
}

a:hover {
	color: #999;
	text-decoration: underline;
}

/*
===============================

	Head

===============================
*/

#wrapper {
	width: 1050px;
	margin: 0 auto;
}

/*
===============================

	contents main

===============================
*/

#main {
	width: 470px;
	float: left;
	margin: 0 30px;
}

article {
	margin: 0 0 20px 0;
}

#main article header {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489652.png") no-repeat scroll 0 0;
	height: 175px;
	padding: 0 80px
}

#main article h1 {
	font-size: 14px;
	padding: 115px 0 0 0;
}

#main article .post_meta {
	margin-top: 20px;
}

#main article .post_meta li {
	float: left;
	border-left: 1px solid #CCC;
	padding: 0 5px;
}

#main article .post img {
	display: block;
	margin: 0 auto;
	max-width: 310px;
}

#main article .jgm_entry_desc_mark {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489648.png") repeat-y scroll 0 0;
	line-height: 140%;
	padding: 20px 80px
}

#main article footer {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489650.png") no-repeat scroll 0 0;
	height: 90px;
}

#main article footer ul {
	padding-right:40px; 
}

#main article footer ul li {
	float: right;
	border-left: 1px solid #CCC;
	padding: 0 5px;
}

#main article:nth-child(even) header {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489653.png") no-repeat scroll 0 0;
}

#main article:nth-child(even) h1 {
	padding: 110px 0 0 0;
}

#main article:nth-child(even) .jgm_entry_desc_mark {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489649.png") repeat-y scroll 0 0;
}

#main article:nth-child(even) footer {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489651.png") no-repeat scroll 0 0;
}

#page_nav {
	text-align: center;
}

#page_nav .prev a {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489656.gif") no-repeat scroll 0 0;
	padding-left: 40px;
}

#page_nav .next a {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489647.gif") no-repeat scroll right top;
	padding-right: 40px;
}

.page_top {
	text-align: right;
	padding: 20px 20px 0 0;
}

/*
===============================

	contents left

===============================
*/

h2 {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489658.gif") no-repeat scroll 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 40px;
}

#left {
	background-color: rgba(255,255,255,0.5);
	width: 230px;
	float: left;
	margin-left: 30px;
}

#left aside {
	margin-bottom: 30px;
}

#left #prof {
	margin-bottom: 50px;
}

#left #prof p {
	padding: 10px 20px 0 20px;
}

#left #twit div {
	padding: 5px 0 0 30px;
}

#left aside ul li {
	padding: 5px 0 0 20px
}

/*
===============================

	contents right

===============================
*/

#right {
	background-color: rgba(255,255,255,0.5);
	width: 230px;
	float: right;
	margin-right: 30px;
}

#right ul, #right div {
	margin-bottom: 30px;
	padding: 0 20px 0 30px;
}

#footer {
	background: url("http://img-cdn.jg.jugem.jp/8f3/619224/20121210_1489661.png") no-repeat scroll center top;
	width: 1250px;
	height: 560px;
	margin: 0 auto;
}
