﻿/*
Theme Name: platinum
Theme URI: http://www.kyoto-toyopet.jp/blog/
Description: The original WordPress theme for Kyoto Toyopet.
Version: 1.0
Author: Media Chrome
Author URI: http://www.m966.ne.jp
*/

* {
	margin: 0;
	padding: 0;

}

a img {
	border: none;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
	font-size: 0.9em;
}

body {
	background: #dadadb;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "MS UI Gothic", Meiryo, Osaka;
	text-align: center;
}

cite {
	font-size: 75%;
	font-style: italic;
}

ul,li {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.center {
	text-align: center;
	
}

/*----------------------------------------------------------
ClearFix
----------------------------------------------------------*/

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*----------------------------------------------------------
common parts
----------------------------------------------------------*/

div#container {
	width: 900px;
	height: auto;
	margin: auto;
	padding: 0;
	background: #fff;

}

div#content {
	width: 900px;
	height: auto;
	padding: 10px 0 0 0;
}

.clear {
	clear: both;
}

/*----------------------------------------------------------
Header
----------------------------------------------------------*/
div#header {
	width: 900px;
	height: 159px;
	background: url(images/img_header.jpg) center bottom no-repeat;
}

div#header h1 {
	text-indent: -9999px;
}

div#header p {
	text-indent: -9999px;
}

div#headerPri {
	width: 900px;
	height: 159px;
	background: url(images/img_headerPri.jpg) center bottom no-repeat;
}

div#headerPri h1 {
	text-indent: -9999px;
}

div#headerPri p {
	text-indent: -9999px;
}

/*----------------------------------------------------------
広告バナースペース
----------------------------------------------------------*/
div#info {
	width: 490px;
	height: auto;
	padding: 0 15px 20px 15px;
}

div#info p {
	font-size: 0.9em;
	text-align: left;
	padding: 10px 0 0 0;
}

/*----------------------------------------------------------
投稿欄
----------------------------------------------------------*/
div#post {
	width: 520px;
	height: auto;
	padding: 0;
	line-height: 1.4em;
	float: left;
	color: #333333;

}

div#post .storytitle {
	text-align: left;
	color: #b31c2b;
	display: block;
	padding: 0 5px;
	margin: 20px 0 0 10px;
	line-height: 2;
	
}

div#post .storytitle a,a:link,a:visited {
	color: #b31c2b;
	text-decoration: none;
	
}

div#post .storytitle a:hover {
	text-decoration: underline;
	
}

div.post {
	width: 490px;
	text-align: left;
	padding: 0 15px 40px 15px;
	background: url(images/img_border.jpg) center bottom no-repeat;
	
}

div.post a,a:link,a:visited {
	color: #1ca9e3;
	text-decoration: none;
	
}

div.post .meta {
	height: auto;
	text-align: left;
	font-size: 0.8em;
	padding: 0 5px;
	color: #999999;
	
}

div.post .meta a,a:link,a:visited {
	color: #1ca9e3;
	text-decoration: none;
	
}

div.post .meta a:hover {
	text-decoration: underline;
	
}

div.post .storycontent {
	width: 490px;
	height: auto;
	padding: 0;
	
}

div.post .storycontent a,div.post .storycontent a:link,div.post .storycontent a:visited {
	color: #1ca9e3;
	text-decoration: none;
	
}

div.post .storycontent a:hover {
	text-decoration: underline;
	
}

div.post p {
	margin: 10px 0;
	font-size: 0.9em;

}

div.pageMove {
	margin: 20px 0;
	
}

div.pageMove a,a:link,a:visited {
	color: #2b81d8;
	text-decoration: none;

}

div.pageMove a:hover {
	text-decoration: underline;

}

/*-----------------------
プリウストーク
-------------------------*/
div.post .pageMeta {
	height: auto;
	text-align: right;
	font-size: 0.8em;
	padding: 0 5px;
	color: #999999;
	
}

div.cat {
	height: auto;
	text-align: left;
	font-size: 0.9em;
	padding: 30px 15px;
	
}

div.cat h4 {
	font-size: 1.1em;
	font-weight: normal;
	background: #EBEBEB;
	padding: 3px 5px;
	margin: 0 0 10px 0;
	
}

/*-----------------------
sidebar
-------------------------*/

div#sidebar a:hover {
	text-decoration: underline;

}

div#sidebar {
	width: 200px;
	height: 100%;
	float: left;
	text-align: left;
	padding: 0 5px 100px 5px;
	font-size: 14px;
}

div#sidebar h2 {
	height: 28px;
	line-height: 2;
	text-align: left;
	padding: 0 0 0 38px;
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	background: url(images/bg_sidettl.jpg) left bottom no-repeat;
}

div#sidebar ul ul {
	margin: 0 0 15px 0;
}

div#sidebar li li {
	margin: 0 0 0 15px;
}

div#sidebar li img {
	vertical-align: middle;
	margin: 0 3px 0 0;
}

div#sidebar form {
	margin: 0;
	margin: 0;

}

div#sidebar2 {
	width: 167px;
	height: 100%;
	float: left;
	text-align: left;
	padding: 0 2px 0 1px;

}

div#sidebar2 li img {
	vertical-align: middle;
	margin: 0 0 5px 0;
}

/*-----------------------
footer
-------------------------*/

div#footer {
	width: 880px;
	height: auto;
	border-top: #f39e1e 5px;
	background: #f0851d;
	color: #000000;
	clear: both;
	text-align: left;
	font-size: 0.8em;
	padding: 3px 10px;
	
}

div#footerPri {
	width: 880px;
	height: auto;
	border-top: #f39e1e 5px;
	background: #9ec4df;
	color: #000000;
	clear: both;
	text-align: left;
	font-size: 0.8em;
	padding: 3px 10px;
	
}

/*----------------------------------------------------------
Archive
----------------------------------------------------------*/
div#post .pageTitle {
	font-size: 1em;
	border-bottom: #663300 dotted 1px;
	margin: 20px 0 10px 5px;
	padding: 0;
	text-align: left;

}

div#post .archiveList {
	text-align: left;
	padding: 0 0 0 10px;
	font-size: 0.8em;

}

div#post .archiveList li {
	padding: 0 0 10px 0;

}

div#post .archiveList a {
	font-size: 120%;
	
}
