@charset "UTF-8";

/*   
Theme Name: koshikawa
Description: ブログ 
Author: 小林慧子
Version: 2009.02.13
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)メニュー(#menu)
			・(3-1-2)プロフィール(#side_profile)
			・(3-1-3)QRコード(#qrcode)
			・(3-1-4)カレンダー(#calendar)
			・(3-1-5)最新記事(#recententry)
			・(3-1-6)カテゴリー(#category)
			・(3-1-7)スポンサー(#sponsor)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#diamondblogger)
			・(3-2-3)ショップリンク(#shoplink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: 0px auto;
	padding: 0;
}

body {	
	background-color: #0c0c31;
	color: #000066;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #000066; } 
a:active { color: #000066; }
a:visited { color:#000066; }
a:hover { color:#000066; }

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headbar {
	height: 21px;
	border-bottom:1px solid #CCCCCC;
	padding: 0px 30px;
	background-color: #FFFFFF;
	font-size: 11px;
}

#headbar .link {
	float: left;
}

#headbar .link a {
	color: #333333;
}

#headbar .link a: hover {
	text-decoration: underline;
}

#headbar img {
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: -0.2em;
	border:none;
}

/* headbar右側広告スペース */
#headbar .add {
	float: right;
}

#headbar .add a img {
	margin-right: 5px;
}

#headerimg {
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	background-position: top;
	height: 350px;
	width: 920px;
}

#headerimg h1 {
	padding: 0px;
	background-position: top;
	margin: 0px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#outline {
	/* widthは全体の幅*/
	width: 920px;
	background-image: url(images/main_re.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #dbdbe8;
	border-top: 1px #ffffff solid;
	overflow: hidden;
	padding-top: 15px;
}

#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 685px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#center {
	width: 450px;
	float: right;
	padding: 0px 0px;
	margin: 6px 0px 0px 0px;
	font-size: 90% verdana, sans-serif;
	line-height: 16px;
	font: 90% verdana, sans-serif;
	overflow: hidden;
}

#left_side {
	width: 200px;
	padding: 0px;
	margin: 6px 25px 0px 10px;
	float: left;
	color: #000066;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#left_side a { text-decoration: underline; }
#left_side a:link { color: #000066; } 
#left_side a:active { color: #000066; }
#left_side a:visited { color:#0000660; }
#left_side a:hover { color:#990000; }

#right_side {
	width: 200px;
	padding: 0px;
	margin: 6px 10px 0px 25px;
	float: right;
	color: #000066;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #000066; } 
#right_side a:active { color: #000066; }
#right_side a:visited { color:#000066; }
#right_side a:hover { color:#990000; }

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding: 0px;
	margin: 0px;
}

#left_side img {
	padding: 0px;
	margin: 0px;
}

#left_side .center {
	text-align: center;
	margin: 5px auto 0px auto;
}

#left_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-1-1)#menu
------------------------------------------ */ 
#menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

/*  -----------------------------------------
　・(3-1-2)#side_profile
------------------------------------------ */ 
#side_profile {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

#side_profile p{
	font-size: 10px;
	padding: 0px 15px;
}

#profile_name {
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px 15px;
}

.data {
	margin: 3px 0px;
	padding: 0px 15px;
	font-size: 11px;
}

.notice {
	font-size: 11px;
	font-weight: bold;
	margin: 3px 0px;
	padding: 0px 15px;
}

/*  -----------------------------------------
　・(3-1-3)#qrcode
------------------------------------------ */
#qrcode p {
	padding: 0px;
	margin: 10px 0px 0px 7px;
	font-size: 10px;
}

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */
#calendar {
	line-height: 16px;
	padding: 0px;
	margin-top: 10px;
}

/*  -----------------------------------------
　・(3-1-5)#recententry
　・(3-1-6)#category
------------------------------------------ */ 
#listarea {
	padding: 5px 0px 0px 20px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}

#listarea li {
	border-bottom: 1px dotted #333333;
	margin-right: 10px;
}

#listarea li a {
	text-decoration: none;
}

/*  -----------------------------------------
　・(3-1-7)#sponsor
------------------------------------------ */
#sponsor .sponsor_center {
	width: 180px;
	margin-top: 5px;
}

#sponsor .sponsor_center img {
	text-align: center;
}

#sponsor .sponsor_center p {
	padding: 0px;
	margin: 0px 0px;
	font-size: 10px;
	line-height: 12px;
}

/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding: 0px;
	margin: 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 5px auto 15px auto;
}

#right_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */

/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger .blogger_center {
	width: 180px;
}

#blogger .blogger_center img {
	text-align: center;
	margin: 4px auto 0px auto;
}

#blogger .blogger_center p {
	padding: 0px;
	margin: 0px;
}

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#shoplink .shoplink_center {
	width: 200px;
	text-align: center;
}

#shoplink .shoplink_center img {
	text-align: center;
	margin: 4px auto 0px auto;
}

#shoplink {
	margin-top: 5px;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
}

#center .wp-comment {
	text-align: center;
}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	clear: both;
	border: none;
	font-size: 12px;
	margin-bottom: 10px;
}

/* タイトル『インフォメーション』の色 */
.info h2 a:link { color: #ffffff; } 
.info h2 a:active { color: #ffffff; }
.info h2 a:visited { color:#ffffff; }
.info h2 a:hover { color:#ffffff; } 
	
.info h2 {
	padding: 0px;
	margin: 0px;
}

.info_list {
	padding: 10px 0px 0px 25px;
	list-style: none;
	line-height: 18px;
}

.info_time {
	float: left;
	width: 20%;
}

h4 {
	background-color: #dad8f1;
	text-align: left;
	padding: 2px 2px 2px 5px;
	margin: 0px;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #ffffff; } 
.info_title a:active { color: #ffffcc; }
.info_title a:visited { color:#ffffff; }
.info_title a:hover { color:#ffffcc; } 

.info_title {
	float: left;
	width: 75%;
}

/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #ffffff; } 
.info_bottom a:active { color: #ffffcc; }
.info_bottom a:visited { color:#ffffff; }
.info_bottom a:hover { color:#ffffcc; }

.info .info_list {
	background: url(images/info2.jpg);
	background-repeat: no-repeat;
	height: 70px;
}

.info ul {
	overflow: auto;
	padding-left: 10px; 
	height: 72px;
	width: 458px;
}

.info li {
	list-style: none;
}


.info_bottom {
	background: url(images/info3.jpg);
	background-repeat: no-repeat;
	font-size: 11px;
	text-align: right;
	padding-right: 30px;
	height: 27px;
}

.bnr {
	margin-bottom: 5px;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
	margin-bottom: 10px;
}

.post h2 a:link { color: #ffffff; } 
.post h2 a:active { color: #ffffff; }
.post h2 a:visited { color:#ffffff; }
.post h2 a:hover { color:#ffffff; } 

.post h2 {
	margin: 0px;
	color: #ffffff;
	font-size: 12px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	background: url(images/post1.gif) 0px  0px no-repeat;
	background-color: #ffffff;
	border: 1px #ffffff solid;
	border-bottom: none;
	padding: 6px;
	height: 38px;
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
}

.post .content {
	background-color: #ffffff;
}

.post .metadata_top {
	margin: 0px 20px 5px 20px;
	font-size: 11px;
	text-align: right;
}

.post .story {
	margin: 0px 20px;
	line-height: 18px;
	width: 410px;
}

.post .story_info {
	margin: 0px 20px;
	line-height: 18px;
	width: 410px;
	padding-bottom: 10px;
}

.post .story .attention {
	text-align: center;
	margin-bottom: 20px;
}

.post .story ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	line-height: 16px;
}

.post .story li {
	margin: 0px;
	padding: 0px;
}

.post .alignright {
	float: right;
	display: block;
	clear: both;
}

.post .metadata_bottom {
	padding: 20px 20px 0px 0px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

.post .footer {
	background-image: url(images/post3.gif);
	height: 54px;
}

.post .footer img {
	boorder: none;
}

/*  -----------------------------------------
　◆(4)comments.php(コメント)
------------------------------------------ */
#comments {
	font-size: 11px;
}

#comments .trackback {
	padding-left: 10px;
	font-size: 10px;
}

.trackback {
	/* ★widthは項目のサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 5px auto;
}

input#trackback {
	/* ★widthはトラックバックURL表示欄のサイズ */
	width: 390px;
	height: 20px;
	padding: 0px 0px;
	margin: 0px auto;
	border: 1px solid #aaaaaa;
}

#comments p {
	padding: 0px;
	margin: 0px;
}

/* 「コメント」「コメントする」の見出し */
#comments h3 {
	font-size: 14px;
	padding: 5px 0px 3px 50px;
	margin: 0px;
}

#commentlist .metadata_bottom {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 5px;
}

ol#commentlist {
	/* widthはユーザーのコメントを表示するボックスのサイズ */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
}

ol#commentlist li.commentcontent {
	list-style: none;
	border: 1px solid;
	background-color: #ffffff;
	/* コメントごとの下の余白 */
	margin-bottom: 15px;
}

ol#commentlist p {
	/* コメントのテキストの余白 */
	padding: 10px 10px;
}

/* コメントの承認待ち設定をしているブログの場合のみ表示されるアナウンス */
ol#commentlist p.note {
	padding: 3px 8px;
	border: 1px solid #ff0000;
}

#comments form {
	/* widthは「コメントする」フォームのサイズ
	widthのサイズを変える場合は★部分も変更すること */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
	font-weight: bold;
}

form#commentform label {
	/* ★widthは項目のサイズ */
	width: 140px;
	float: left;
	padding: 0px;
	margin: 5px 5px 0px 0px;
}

form#commentform p {
	clear: both;
	padding: 0px;
	margin: 0px;
}

form#commentform sub {	
	padding: 0px;
	margin: 0px;
	display: block;
}

input#author, input#email, input#url {
	/* ★widthは入力欄のサイズ */
	width: 250px;
	height: 20px;
	border: 1px solid #aaaaaa;
	padding: 0px 0px;
	margin: 5px 0px;
}

textarea {
	border: 1px solid #aaaaaa;
	width: 385px;
	padding: 5px;
	margin-bottom: 10px;
}

p.submitbutton {
	text-align: center;
}

p.submitbutton input {
	font-weight: bold;
}

/*  -----------------------------------------
　◆(5)#footer
------------------------------------------ */
#footer {
	clear: both;
	height: 100%;
	font-size: 11px;
	text-align: center;
	/* background-image: url(images/blog_footer.gif);
	background-repeat: repeat-x; */
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
}

/*  -----------------------------------------
　◆(ページ：profile)
------------------------------------------ */

#profile01 ,#profile02 ,#profile03 {
	font-size: 11px;
	width: 100%;
}

#profile01 img {
	padding-right: 6px;
}

#profile01 {
	margin-bottom: 10px;
}

#profile02 {
	border: 1px #cccccc solid;
	margin-bottom: 10px;
}

#profile01 th ,#profile02 th ,#profile03 th {
	text-align: left;
	background-color: #f4f4f4;
	width: 90px;
	padding: 0px 4px;
	margin: 2px 0px;
}

#profile03 {
	border: 1px #cccccc solid;
}

.year {
	width: 45px;
}
/* -----read_buttonページ--------- */

#read_button {
	padding: 10px 0;
	text-align: center;
	margin: auto;
}
#read_button p {
	padding-top: 5px;
	margin: 10px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	font-size: 10px;
}
#read_button img {
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
	border: none;
}

.index_banner{
	padding-bottom:8px;
}

