@charset "UTF-8";
/*
Theme Name: Desperate Broadway
Theme URI: http://db.yaps.jp/blog/
Description: This is my sample theme.
Version: v1.0
Author: Kumo Takeda
Author URI: http://www.takedakumo.com/
*/

/*-----------------------------------------------------------------*/
/*-----------------------------------------------------------------*/
/*- init v1.0 -----------------------------------------------------*/
body,div,pre,p,blockquote,iframe,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
h1,h2,h3,h4,h5,h6 {
	font-style:normal;
	font-weight:normal;
	font-size:1.0em;
}
table {border-spacing:0;border-collapse:collapse;}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:middle;}
q:before,q:after {content:'';}
ul {list-style:none;}
object,embed {vertical-align:top;}
address	{font-style:normal;}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*- Global -----------------------------------------------------*/
body {
	font-family:'メイリオ', Meiryo, Arial, Helvetica, sans-serif;
	color:#ffffff;
	background:url(images/visual_all.jpg) no-repeat #000000 50% 0%;
	font-size:62.5%; /* 10px */
	line-height:1.7em;
	text-align:center;
}
p {
	line-height:1.7em;
	letter-spacing:0.08em;
}
a:link		{color:#ffffff; text-decoration:underline;}
a:visited	{color:#ffffff; text-decoration:underline;}
a:active	{color:#ffffff; text-decoration:underline;}
a:hover		{color:#faf5c4; text-decoration:none;}
h2 {
	background:url(images/h2_bg.gif) no-repeat;
	font-size:2.2em;
	font-weight:bold;
	color:#f0b0d1;
	line-height:1.6em;
	padding:30px 0 25px 20px;
	clear:both;
}
h2 a:link		{color:#faf5c4; text-decoration:none;}
h2 a:visited	{color:#faf5c4; text-decoration:none;}
h2 a:active		{color:#faf5c4; text-decoration:none;}
h2 a:hover		{color:#f0b0d1; text-decoration:none;}
h3 {
	color:#ffffff;
	font-size:1.6em;
	font-weight:bold;
	border-left:5px solid #ffffff;
	padding-top:2px;
	padding-left:8px;
	margin-bottom:20px;
}
h4 {
	font-size:2.0em;
	font-weight:bold;
	color:#faf5c4;
	padding-top:5px;
	padding-bottom:20px;
	clear:both;
}

/*- wrapper -----------------------------------------------------*/
#wrapper {
	width:960px;
	_width:980px;
	margin:0 auto;
	text-align:left;
}

/*- header -----------------------------------------------------*/
#header {
	width:960px;
	height:420px;
}
div.head {
	width:960px;
	height:400px;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
}

/*- left -----------------------------------------------------*/
#left {
	width:180px;
	float:left;
	background:url(images/logo.gif) no-repeat;
}
#left ul {
	padding-top:35px;
	font-size:1.6em;
	font-weight:bold;
	line-height:1.7em;
}
#left li a {
	background:url(images/arrow_white.gif) no-repeat 0 0.8em #000000;
	padding:3px 0 3px 10px;
	display:block;
	text-decoration:none;
}
#left li a:hover {
	background:url(images/arrow_black.gif) no-repeat 5px 0.8em #ffffff;
	padding:3px 0 3px 15px;
	color:#000000;
}
a span.new {
	color:#f0b0d1;
	font-size:0.8em;
	font-weight:nomal;
	padding-left:5px;
}
img.bnr {
	margin-top:15px;
}
.goods {
	width:180px;
	float:left;
	margin-top:30px;
}
p.side {
	font-size:1.4em;
	letter-spacing:0em;
	margin-top:10px;
}
/*- center -----------------------------------------------------*/
#center {
	font-size:1.4em;
	width:560px;
	margin-left:20px;
	float:left;
}
div.box {
	padding:0 20px 20px 20px;
}
div.post {
	border-bottom:1px solid #222222;
	paddung-bottom:30px;
	margin-bottom:20px;
}
p.postinfo {
	margin-top:40px;
	clear:both;
}
p.pagelink	{}
span.pageprev {
	float:left;
	margin-bottom:20px;
}
span.pagenext {
	float:right;
	margin-bottom:20px;
}
p.day {
	font-size:1.6em;
	font-weight:bold;
	color:#b9ae61;
	margin-bottom:5px;
}
div.box p img {
	margin-right:1px;
	margin-left:1px;
}
a.pagetop{
	width:16px;
	height:16px;
	background:url(images/pagetop.gif) no-repeat;
	margin-left:544px;
	clear:both;
	float:left;
}

/*- subnavi -----------------------------------------------------*/
#subnavi {
	width:180px;
	float:right;
}
div.subbox {
	width:180px;
	border-bottom:dotted 1px #555555;
	padding-bottom:20px;
	margin-bottom:20px;
}
div.subbox ul {
	list-style:none;
}
div.subbox li {
	font-size:1.2em;
	list-style-type:none;
	line-height:1.5em;
	padding-left:8px;
	margin-left:1px;
	margin-bottom:8px;
	background:url(images/arrow.gif) no-repeat 0 0.4em;
}

/*- footer -----------------------------------------------------*/	  
#footer {
	border-top:2px solid white;
	width:960px;
	margin-top:20px;
	float:left;
}
#footer address	{
	font-size:1.0em;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/*- 記事内の画像 -----------------------------------------------------*/
.aligncenter {
	border:1px solid #444444;
	display:block;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:auto;
	padding:3px;
}
.alignleft {
	border:1px solid #444444;
	float:left;
	margin-top:10px;
	margin-right:20px;
	margin-bottom:20px;
	margin-left:auto;
	padding:3px;
}
.alignright {
	border:1px solid #444444;
	float:right;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:20px;
	margin-left:20px;
	padding:3px;
}
p.wp-caption-text {
	font-size:0.8em;
	text-align:center;
	padding-top:5px;
	padding-bottom:2px;
}

/*- コメント -----------------------------------------------------*/
#com {
	border:solid 1px #777777;
	padding:20px;
	margin-bottom:20px;
	clear:both;
}
div.compost {
	border-bottom:dotted 1px #555555;
	padding-bottom:10px;
	margin-bottom:20px;
}
p.cominfo {
	text-align:right;
	margin-top:5px;
}
p.comfeed {
	background-color:#151515;
	padding:8px;
	margin-top:20px;
	margin-bottom:10px;
}
p.comfeed img {
	vertical-align:middle;
}
p.trurl	{
	background-color:#151515;
	padding:8px;
}
p.send {
	padding-top:10px;
	text-align:center;
}
#com input {
	font-size:1.2em;
}
#com textarea {
	font-size:0.8em;
	width:520px;
	margin-top:10px;
}

/*- カレンダー -----------------------------------------------------*/
#wp-calendar {
	font-size:1.2em;
	line-height:1.8em;
	width:100%;
}
#wp-calendar td, #wp-calendar th {
	background-color:#000000;
	text-align:center;
}
#wp-calendar td a {
	background-color:#000000;
	color:#f0b0d1;
}
#wp-calendar td a:hover {
	background-color:#ffffff;
	color:#000000;
}
#wp-calendar caption {
	padding-bottom:5px;
	text-align:left;
}
#wp-calendar #prev {
	text-align:left;
	padding-top:3px;
	padding-left:3px;
}
#wp-calendar #next {
	text-align:right;
	padding-top:3px;
	padding-right:3px;
}

/*- RSSフィード -----------------------------------------------------*/
p.feed {
	font-size:1.2em;
	border:solid 1px #333333;
	padding:5px;
}
p.feed a {
	text-decoration:none;
}
p.feed img {
	vertical-align:middle;
	padding-right:8px;
}

