/*
Theme Name: DAICHIFIVE1
Theme URI: http://wordpress.org/
Description: daichifive!
Version: 1.0
Author: DAICHIFIVE
Tags: two columns
*/


/* -----------------------------------------
common
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}

body {
	margin: 0;
	border-top: solid 5px #000;
	padding: 0;
	background: #eee;
	color: #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 10px;
	line-height: 1.6;
}

body.msie {
	font-size: 62.5%;
}

body.win {
	font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

img {
	vertical-align: middle;
}

a {
	color: #e08;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}


/* -----------------------------------------
header
------------------------------------------*/

#kami {
	width: 400px;
	height: 450px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 190px;
	z-index: 5;
}


#branding {
	border-top: solid 70px #fff;
	font-family: Arial, Helvetica, sans-serif;
}

	#branding h1 {
		width: 900px;
		margin: 0 auto;
		padding: 20px 0 0 0;
		font-weight: 100;
		line-height: 1.1;
	}

	#branding h1 a {
				font-size: 1.6em;
			}

			#branding h1 a strong {
				color: #000;
				font-weight: bold;
				font-size: 1.6em;
			}

		#branding h1 a:hover,
		#branding h1 a:hover strong {
			text-decoration: none;
			color: #e08;
		}

	#branding p {
		width: 900px;
		margin: 0 auto;
		padding: 0 0 20px 0;
		line-height: 1.1;
		color: #666;
	}

	#branding p strong,
	#headernavi strong {
		color: #000;
		font-size: 1.2em;
	}

#headernavi {
	background: #fff;
	padding: 20px 0;
	color: #666;
	font-size: 1.2em;
}

	#headernavi p {
		width: 900px;
		margin: 0 auto;
	}

/* -----------------------------------------
content
------------------------------------------*/

#content {
	background: #fff;
	padding:70px 0 50px 0;
	margin: 0;
}

#content-in {
	width: 900px;
	margin: 0 auto;
}

	#maincol {
		width: 600px;
		float: left;
		line-height: 1.8;
	}
	
		#maincol h2#pagetitle {
			margin: 0 0 35px 0;
			border: solid 1px #ccc;
			color: #666;
			padding: 0 5px;
			font-weight: 100;
		}

		#maincol h2#pagetitle strong {
			font-size: 1.4em;
			color: #000;
		}

	#subcol {
		width: 260px;
		float: right;
	}

		#subcol h3 {
			margin: 0;
			padding: 0;
			color: #e08;
		}

		#subcol h3 strong {
			color: #000;
			font-size: 1.2em;
		}
	
	div.adsense {
		margin: 0 0 20px 0;
		text-align: center;
	}

/* -----------------------------------------
popular
------------------------------------------*/
#popular {
	margin: 0 0 20px 0;
}

#popular ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#popular ol li  {
	margin: 0 0 0 0;
	border: solid 1px #ccc;
	border-bottom: none;
	padding: 10px 15px;
}

#popular ol li h4 {
	margin: 0;
	color: #666;
}

#popular ol li h4.title a {
	font-size: 1.2em;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	font-family: sans-serif;
}

#popular ol li time {
display: block;
}

#popular div.adsense  {
	margin: 0 0 10px 0;
	border: solid 1px #ccc;
	padding: 10px 0;
	text-align: center;
}


#popular div.adsense p  {
	margin: 0;
}



/* -----------------------------------------
tags
------------------------------------------*/

#tags {
	border: solid 1px #ccc;
	padding: 15px;
	margin: 0 0 20px 0;
}
	#tags .st-tag-cloud {
		z-index: 10;
		position: relative;
		overflow: hidden; /* for IE */
	}

	#tags a.st-tags {
	    background: #000;
	    color: #fff;
	    padding: 5px;
	}

	#tags a.st-tags:hover {
	    background: #e08;
	    text-decoration: none;
	}


/* -----------------------------------------
favorites
------------------------------------------*/

#subcol .favorites {
	margin: 0 0 10px 0;
}

	#subcol .favorites ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

		#subcol .favorites ul li {
			width: 86px;
			height: 86px;
			float: left;
			text-align: center;
		}

		#subcol .favorites li a img {
			border: solid 2px #000;
		}

		#subcol .favorites li a:hover img {
			border: solid 2px #e08;
			opacity: 0.8;
		}

/* -----------------------------------------
story
------------------------------------------*/

.storyheader {
	border-left: solid 3px #000;
	padding-left: 32px;
}

	.storyheader .storytitle {
		font-size: 1.8em;
		margin: 0;
		line-height: 1.4;
	}

	.storyheader .storytitle2 {
		font-size: 1.54em;
		margin: 0;
		line-height: 1.1;
	}

		.storyheader .storytitle a,
		.storyheader .storytitle2 a {
			display: block;
			color: #000;
		}

		.storyheader .storytitle a:hover,
		.storyheader .storytitle2 a:hover {
			color: #e08;
			text-decoration: none;
			background: #eee;
		}

	.storyheader .meta {
		color: #666;
		padding: 5px 0 0 0;
		margin: 0;
	}

		.storyheader .meta strong {
			font-size: 1.4em;
			color: #000;
		}

.storycontent {
	font-size: 1.5em;
	border-left: #666 solid 1px;
	padding: 10px 0 0 34px;
	margin: 0;
	color: #666;
}

.storycontent .excerpt {
	margin-bottom: 2em;
}

	.storycontent h3 {
		border-bottom: solid 1px #666;
		color: #000;
		font-size: 1.1em;
		margin: 2em 0 1em 0;
	}

	.storycontent strong {
		color: #000;
	}

	.storycontent pre {
		background: #000;
		color: #fff;
		font-size: 0.8em;
		padding: 10px;
		font-family: Verdana, sans-serif;
		overflow: auto;
		white-space: pre-wrap;
	}

	.storycontent blockquote {
		background: #eee;
		padding: 10px;
		margin: 10px 0;
	}

	.storycontent cite {
		text-align: right;
		display: block;
		font-size: 0.8em;
	}

	.storycontent table {
		border-collapse: collapse;
		width: 100%;
		margin: 0 0 10px 0;
	}

	.storycontent th {
		border: solid 1px #ccc;
		background: #eee;
		padding: 5px;
	}

	.storycontent td {
		border: solid 1px #ccc;
		padding: 5px;
	}

.storyexcerpt {
	font-size: 1.2em;
	border-left: #666 solid 1px;
	padding: 1px 0 0 34px;
	margin: 0 0 40px 0;
	color: #666;
}

	.storyexcerpt p {
		padding: 10px 0;
		border-bottom: solid 1px #ccc;
		margin: 0;
	}

.download {
	background: #eee;
	padding: 20px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.download a.downloadbutton {
	background: #000;
	color: #fff;
	padding: 10px;
}

.download:hover a.downloadbutton:hover{
	background: #e08;
	text-decoration: none;
}

.download span {
	padding: 9px;
	border: solid 1px #666;
}

.relatedpost {
	margin-top: 60px;
}

ul.st-related-posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.st-related-posts li {
	margin: 0 0 10px 0;
}

ul.st-related-posts h4 {
	margin: 0;
	font-weight: 100;
}

ul.st-related-posts p {
	color: #666;
	font-size: 0.8em;
	margin: 0;
}

.amazon {
	margin: 60px;
	padding-bottom: 30px;
	background: url(http://blog.daichifive.com/wp-content/uploads/amazon.gif) no-repeat bottom left;
}

	.amazon p {
		margin: 0;
	}
	

/* -----------------------------------------
pagebar
------------------------------------------*/

.pagebar {
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
}

	.pagebar a,
	.pagebar span {
		padding: 5px;
		font-size: 1.2em;
		border:solid 1px #666;
	}

	.pagebar a:hover,
	.pagebar span {
		background: #e08;
		text-decoration: none;
		color: #fff;
	}


/* -----------------------------------------
footer
------------------------------------------*/

#footer {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

	#footer #gototop {
		margin: 0 0 0 783px;
		font-family: Arial, Helvetica, sans-serif;
	}

		#footer #gototop a {
			display: block;
			background: #fff;
			color: #666;
			padding: 5px;
			text-align: center;
		}

			#footer #gototop a strong {
				color: #000;
				font-size: 1.2em;
			}

		#footer #gototop a:hover {
			background: #e08;
			text-decoration:none;
			color: #fff;
		}

			#footer #gototop a:hover strong {
				color: #fff;
			}

	#footer h3 {
		font-size: 1.2em;
		margin: 0 0 5px 0;
		padding: 0;
	}

	#footer ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#footer #category {
		width: 600px;
		float: left;
	}
	
		#footer #category li {
			width: 200px;
			float: left;
		}

		#footer #category li a {
			display: block;
			margin: 0 10px 5px 0;
			padding: 2px 5px;
			background: #000;
			color: #fff;
		}

		#footer #category li a:hover {
			background: #e08;
			text-decoration: none;
		}
	
	#footer #archive {
		width: 260px;
		float: right;
		font-family: Arial, Helvetica, sans-serif;
	}

		#footer #archive ul li {
			border-top: solid 1px #ccc;
			margin: 0;
			padding: 4px 0;
			color: #666;
			font-size: 1.2em;
		}

			#footer #archive ul li a {
				font-weight: bold;
				color: #e08;
			}

				#footer #archive ul li strong a {
					color: #000;
				}
				
				#footer #archive ul li strong a:hover {
					color: #e08;
				}

	#footer #credit {
		clear: both;
		padding: 20px 0 0 0;
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
	}

		#footer #credit strong {
			color: #000;
			font-size: 1.2em;
		}

#trackbackurl {
	border-left: solid 3px #000;
	padding-left: 32px;
	margin: 0 0 20px 0;
}

#trackbackurl h3 {
	margin: 20px 0 5px 0;
	font-size: 1.4em;
}

#trackbackurl input {
	width: 100%;
}

h3#comments {
	border-left: solid 3px #000;
	padding-left: 32px;
	margin: 0;
	font-size: 1.4em;
}

ol.commentlist {
	border-left: solid 1px #000;
	padding: 1px 0 1px 34px;
	margin: 0;
}

ol.commentlist li {
	border: solid 1px #ccc;
	margin: 10px 0 0 0;
	padding: 10px;
	font-size: 1.2em;
	color: #666;
}