/*
Theme name: SSN Design Blog
Theme URI: http://www.ssndesign.com/blog/
Description: SSN Design Basic Theme for Word Press
Author: K.NIIMI SSN design
*/

/* 普通ページ用 */
@import url("reset-fonts.css");
@import url("default.css");

/* 基本レイアウト */
div#container {
	margin: 0px auto;
	width: 760px;
}

div#logobox {
	width: 180px;
	margin-bottom: 10px;
	float: left;
}

div#header {
	width: 540px;
	background: transparent url(images/bg_header.jpg) no-repeat left top;
	height: 70px;
	margin-bottom: 10px;
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
	float: right;
}

div#wrap {
	width: 760px;
	background: transparent;
	clear: both;
}

div#sidebar {
	font-size: 7.5pt;
        background: transparent;
	width: 180px;
	float: left;
}

div#main {
	width: 560px;
	background: transparent;
	float: right;
}

div#footer {
	background: transparent;
	width: 760px;
	clear: both;
	border-top: 2px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 10px solid #999999;
}

/* ヘッダーの中身 */
div#header h1 a {
	color: #ffffff;
	font-size: 9pt;
}

div#header h1 a:hover {
	color: #9d005c;
}

div#header p {
	color: #ffffff;
	font-size: 9pt;
}

/* メインの中身 */
div#main img#title_content {
	margin-bottom: 20px;
	display: block;
	border-bottom: 2px solid #666666;
}

div#main div#content {
	background: transparent;
	float: left;
	width: 360px;
}

div#main div#sidebar2 {
	background: transparent;
	float: right;
	width: 180px;
}

div#main div#jumptopbox {
	font-size: 77%;
	background: transparent;
	text-align: right;
	margin: 0px;
	padding: 0px 0px 10px;
	clear: both;
	width: 560px;
}

/* 左サイドバーの中身 */
div#sidebar div#searchbox {
	font-size: 133%;
	background: #FFFFFF;
	padding: 5px;
	width: 170px;
	margin-bottom: 15px;
}

#sidebar ul	{
	color: #666666;
	list-style-type: disc;
	margin: 3px 0 20px 0px;
	padding: 0;
}

#sidebar ul li	{
	color: #666666;
	margin-bottom: 3px;
}
div#sidebar h3 {
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	background: #e6e6e7 url(images/bg_h3_r-column.gif) repeat-y left top;
	margin-top: 3px;
	margin-bottom: 5px;
	border-top: 1px solid #666666;
	font-size: 100%;
        text-align: center;
}
/* 左サイドバーのカレンダー */
#calendar table	{
	width: 99%;
	text-align: center;
	border-collapse: collapse;
	margin-bottom: 10px;
	}

#calendar th, #calendar td	{
	text-align: center;
	padding: 5px 0;
	border: solid 1px #ffffff;
	}

#calendar a	{
	text-decoration: none;
	color: #336699;
	}

#calendar caption	{
	padding: 3px 0;
	}

#calendar tfoot td	{
	border: none;
	}

#calendar tfoot td#prev	{
	text-align: left;
	}

#calendar tfoot td#next	{
	text-align: right;
	}

/* コンテンツの中身 */
.post {
	background: transparent;
	width: 360px;
}
.post h2 {
	font-size: 100%;
	width: 360px;
	padding-bottom: 2px;
	border-bottom: 5px solid #efeff0;
	background: transparent;
	color: #666666;
}
.post div.date {
	background: #999999;
	padding: 15px 10px 1px 0px;
	width: 350px;
	margin-bottom: 10px;
	text-align: right;
}
.post div.date p.postmetadata {
	font-size: 77%;
	color: #f7f7f8;
	line-height: 0;
}
.post div.date p.postmetadata a {
	color: #ffffff;
}
.post div.date p.postmetadata a:hover {
	color: #9d005c;
}
.post p {
	font-size: 85%;
	line-height: 2;
	margin-bottom: 10px;
}
.post img {
	background: transparent;
	margin: 10px 0px;
	padding: 5px;
	border: 1px solid #999999;
        -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.post div.navi {
	background: transparent;
	text-align: center;
	width: 360px;
	padding-top: 15px;
	margin-bottom: 10px;
	border-top: 1px solid #002e73;
	border-bottom: 1px solid #002e73;
}
.post div.navi p.navi {
	font-size: 77%;
	line-height: 0;
	margin-bottom: 10px;
}
.post p.annotation {
	font-size: 77%;
	line-height: 1.5;
	margin-bottom: 10px;
}

/* コンテンツ内の広告 */
div#imprecho div#ad4 {
	background: transparent;
	text-align: center;
	margin: 0px 0px 10px;
	padding: 5px 0px 0px;
	width: 360px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* 右サイドバーの中身 */
/* 右サイドバーの広告スペース */
div#sidebar2 div.ad1 {
	background: transparent;
	margin: 0px 0px 15px;
	padding: 0px;
	width: 180px;
	text-align: right;
}

div#main div#sidebar2 h3 {
	width: 180px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #666666;
	background: #e6e6e7 url(images/bg_h3_r-column.gif) repeat-y left top;
	margin-top: 10px;
	margin-bottom: 5px;
	border-top: 1px solid #666666;
	font-size: 93%;
        text-align: center;
}

div#main div#sidebar2 h4 {
	font-size: 85%;
	width: 180px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 2px dotted #999999;
}

div#main div#sidebar2 p {
	font-size: 85%;
	margin-bottom: 10px;
}

div#main div#sidebar2 ul {
	width: 180px;
	margin-bottom: 5px;
}

div#main div#sidebar2 ul li {
	font-size: 85%;
	width: 180px;
}

/* クラスセレクタ */
.redletter {
	color: #9d005c;
}

.annotation {
	font-size: 77%;
	color: #002e73;
	line-height: 1.5;
	margin-bottom: 10px;
}
/* コメント部分のデザイン */

#comments h3	{
	font-size: 100%;
	border-bottom: solid 1px #666666;
	padding-bottom: 5px;
	}

.com	{
	font-size: 85%;
	border-bottom: dotted 2px #666666;
	padding-bottom: 8px;
	margin-bottom: 12px;
	}

.com p	{
	margin: 5px 0;
	}

.commeta	{
	color: #666666;
	text-align: right;
	}

#tb	{
	font-size: 85%;
	border: solid 1px #ffffff;
        margin-top: 10px;
	padding: 5px;
	line-height: 1.5;
	}

#commentform	{
	font-size: 85%;
        margin-top: 10px;
	}

#commentform p	{
        margin-bottom: 10px;
}

.formitem {
        background: #ffffff;
        padding: 5px;
	border: 1px solid #666666;
}

/* キャプション */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #666666;
	text-align: center;
	background: transparent;
	padding: 5px 0;
	margin: 10px 0;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 77%;
        color: #666666;
	line-height: 1.3em;
	padding: 0px 5px;
	margin: 2px 0px 0px;
}

Q {
       quotes: "[""]";
       font-size: 100%;
       font-style: italic;
}
Q:before {
       content: open-quotes;
}
Q:after {
       content: close-quotes;
}
