@CHARSET "UTF-8";
/*
	Theme Name: Rye's Blog Theme
	Theme URI: http://glproject.net/
	Description: RyeのBlogテーマなんでゴザイマスですのよ 冬をイメージしたテーマでゴザイマスですのよ
	Author: Rye
	Author URI: http://glproject.net/rye/
	Version: 1.0
*/

/* 全体のルール */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color: #555555;
	/*background-image:url(./img/FL133_L.jpg);*/
	background-repeat: no-repeat;
	background-attachment: fixed;
}

div#page {
	width: 730px;
	margin: 5px auto;
	height:auto;
	border: 0px solid #c3c3c3;
}

div#container {
	/*background: #ffffff;*/
	line-height: 105%;
}

div#header {
	padding: 30px;
	background: #ffffff;
	border-bottom: 2px dotted #c3c3c3;
}

div#header h1 a{
	text-decoration: none;
	color: #c3c3c3;
	font-size: 50px;
}

div#description{
	font-size: 25px;
	color: #c3c3c3;
}

/* ページ */
div#radio {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
}

div.radio h2 {
	border-left: 4px solid #c3c3c3;
	padding-left: 4px;
	font-size: 16px;
}

div#content {
	width: 430px;
	float: left;
	margin: 0 20px 20px 20px;
}

div.post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #999;
	clear: both;
}

div.post h2 {
	/*
	font-size: 1em;
	margin-bottom: 0.5em;
	*/
	border-left: 4px solid #c3c3c3;
	padding-left: 4px;
	font-size: 16px;
}

div.post h2 a{
	text-decoration: none;
}

div.post h2 a:link { color: #555555; }
div.post h2 a:visited { color: #000080; }
div.post h2 a:hover { color: #F4F4F4; }
div.post h2 a:active { color: #ff8000; }

.postmetadata {
	margin-top: 20px;
	font-size: 0.65em;
	color: #666;
}

div#content p {
	font-size: 0.75em;
	margin-bottom: 1em;
}

div#content ul {
	margin-left: 20px;
}

div#content ol {
	margin-left: 40px;
}

div#content blockquote {
	margin-left: 20px;
}

div#content img {
	border: none;
	float: left;
	padding: 5px;
}

/* サイドバー */
div#sidebar {
	width: 180px;
	float: left;
}

div#sidebar ul {
	margin: 0 0 15px 15px;
}

div#sidebar li, div#sidebar li li {
	list-style: none;
	line-height: 1.6em;
}

div#sidebar li li {
	font-size: 0.75em;
}

div#sidebar li li li {
	font-size: 1em;
}

div#sidebar li h2 {
	font-size: 12px;
	color: #c3c3c3;
}

div#sidebar input#s {
	width: 100px;
}
div#sidebar a:link { color: #555555; }
div#sidebar a:visited { color: #000080; }
div#sidebar a:hover { color: #F4F4F4; }
div#sidebar a:active { color: #ff8000; }

/* フッタ */
div#footer {
	clear: both;
	padding: 20px;
	text-align: center;
	font-size: 0.75em;
}
