@charset "utf-8";
/*
Theme Name: Shishidohinata Simple
Theme URI: http://www.shishidohinata.com/
Description: シシドヒナタ オフィシャルサイト用のテーマ
Version: 0.1
Author: Shishidohinata
Author URI: http://www.shishidohinata.com/
Tags: white, custom header, fixed width, two columns, widgets
Text Domain: shishidohinata

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

* {
	margin: 0;
	padding: 0;
}

/* Begin Typography & Colors */
body {
	font-size: 12px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
/*	background-color: #FFFDED;*/
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
}

#page {
	text-align: left;
	width: 800px;
	margin: 0 auto;
}

#header {
	width: 800px;
	margin-top: 30px;
}

#container {
	margin: 10px 10px 10px 10px;
}

#body{
	width: 640px;
	float: right;
}

#sidebar {
	width: 110px;
	text-align: left;
	float: left;
	margin-left: 0px;
}

#footer {
	width: 800px;
	border: none;
}
#page_top {
	text-align: center;
	width: 930px;
	margin: 0 auto;
}

#top {
	text-align: center;
	margin-top: 200px;
}

#top h1{
	text-align: center;
}

.clear { clear:both; }  
.clear hr { display:none; }  

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}

h1 {
	font-size: 20px;
	text-align: left;
	margin-top:75px;
	margin-bottom:50px;
}

h2 {
	font-size: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

h3 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}

h4 {
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 10px;
}

h1, h1 a, h1 a:hover, h1 a:visited {
	text-decoration: none;
	color: #000000;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h4 a:hover {
	color: #000000;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2 {
	text-decoration: none;
	color: #000000;
}

a, a:hover, a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: underline;
}

ul.menu, ul.menu li ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

ul.menu li a, ul.menu li  a:hover, ul.menu li  a:visited {
	text-decoration: none;
	color: #000000;
}

ul.menu li {
	list-style-position: outside;
	list-style-type: none;
}

ul.menu li ul li {
	margin-left: 16px;
}

/* In the content */
.content{
	margin-top: 15px;
	margin-bottom: 35px;
}

h2.content_title {
	margin-bottom: 10px;
}

p {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.content_footer {
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.entry {
	margin: 5px;
}

input.embed_code {
	width: 645px;
}

ul.purchase_list {
	margin-left: 1.0em;
	padding-left: 1.0em;
	list-style-image: url('http://www.shishidohinata.com/wp-content/uploads/download_file.gif');
}

table.purchase {
	width: 500px;
}

table.purchase td {
	width: 50px;
}

table.purchase td.article_name {
	width: 300px;
}

ul.content_list {
	margin-left: 1.0em;
	padding-left: 1.0em;
}

ul {
	list-style-position: inside;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.twitter_command {
	border-bottom: 1px solid #333333; 
	margin-bottom: 5px;
}

form {
	display: inline;
}

div.entry p {
	line-height: 150%;
}

ul.footer_list li {
	margin-right: 16px;
	list-style-position: outside;
	list-style-type: none;
	display:inline
}

.picture_copyright {
	margin-top: 2px;
	font-size: 8px;
	text-align: right;
}

.navigation {
	text-align: none;
}

div.alignleft {
	display:inline;
	text-align: left;
}
div.alignright {
	display:inline;
	text-align: right;
}

.commentlist {
	margin-left: 30px;
}

.comment_label {
	display:block;
}

/* Twitter */
.twitter_logo {
	margin: 0;
	padding: 0;
	border:none;
}