@charset "UTF-8";

/*   
Theme Name: ダイヤモンドブログ
Description: パターンA 
Author: 徳村嘉奈子
Version: 2009.06.03
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(1)全体的なルール
	◆(2)header.php(全ページ共通)
	◆(3)３カラム全体のルール(#outline内)
		◇(3-1)left_side(sidebar.php)
			・(3-1-1)トップ(#top)
			・(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)リンク(#link)
		◇(3-2)right_side(add_side.php)
			・(3-2-1)仕事依頼(#workrequest)
			・(3-2-2)ダイヤモンドブロガー(#blogger)
			・(3-2-3)ピックアップサイト(#addlink)
		◇(3-3)center(index.php)
			・(3-3-1)インフォメーション(.info)
			・(3-3-2)記事(.post)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

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

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

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #0000FF; } 
a:active { color: #0000FF; }
a:visited { color: #0000FF; }
a:hover { color:#3333ff; }

.clearbox:after {
content: “.”;
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearbox {display: inline-table;}
/* Hides from IE-mac \*/
* html .container {height: 1%;}
*+html .container {min-height: 1%;}
.clearbox {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}


/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headerimg {
	background:url(images/hirakura_header.jpg) no-repeat;
	padding-right: 20px;
	margin: 0px;
	text-align: right;
	background-position: center;
	height: 130px;
	position: relative;
}
#headerimg p {
	font-size: 12px;
	padding-top: 14px;
	color: #ffffff;
}
* html #headerimg p {
	font-size: 12px;
	padding-top: 0px;
	color: #ffffff;
}
#headerimg p span {
	font-weight: bold;
}

.header_btn {
	float: right;
	list-style: none;
	width: 252px;
	padding-top: 30px;
}
* html .header_btn {
	padding-top: 0px;
}
*:first-child+html .header_btn {
	padding-top: 0px;
}
.header_btn li{
	float: left;
	width: 118px;
	padding-left: 8px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#container {
	/* widthは全体の幅*/
	width: 920px;
	background: url(images/hirakura_bg.jpg) repeat-y;
	overflow: hidden;
}
#innerbox {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

#left_center {
	width: 660px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
}
#right_center {
	width: 705px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin: 0px;
}
#center {
	width: 450px;
	float: left;
	margin: 0px 0px;
	overflow: hidden;
}

*html #center {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}
#left_side {
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #000000;
	overflow: hidden;
	/*background: url(images/side_bg.gif) repeat-y;*/
}
#menu {
	list-style: none;
	border: 1px solid #666666;
	background: #cccccc;
	padding: 0;
	margin: 0 auto;
	width: 160px;
}
#menu img{
	vertical-align: bottom;
}
#menu li {
	background: url(images/menu_bg.jpg) no-repeat;
	width: 150px;
	height: 30px;
	padding-left: 20px;
	font-size: 14px;
	color:#006699;
	line-height: 240%;
	font-weight: bold;
}
* html #menu li {
	background: url(images/menu_bg.jpg) no-repeat;
	width: 140px;
	height: 30px;
	line-height: 210%;
}
*:first-child+html #menu li {
	background: url(images/menu_bg.jpg) no-repeat;
	width: 140px;
	height: 30px;
	line-height: 210%;
}
#menu li a:link { color: #006699; } 
#menu li a:active { color: #006699; }
#menu li a:visited { color:#006699; }
#menu li a:hover { color:#0099cc; }
.img_banner {
	text-align: center;
	padding-top: 18px;
}
#right_side {
	width: 245px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000000;
	overflow: hidden;
}
#profile_box {
	width: 216px;
	padding-right: 20px;
}
.right_profile {
	width: 200px;
	line-height: 140%;
}
.right_profile span {
	font-weight: bold;
}
.img_profile {
	padding-bottom: 4px;
	text-align: center;
}
.profile_link {
	font-size: 110%;
	text-align: right;
	padding-top: 10px;
}
.img_banner_fc {
	padding-top: 5px;
	padding-bottom: 10px;
}
.top_link {
	width: 100%;
}
#link_box {
	list-style: none;
	padding: 20px;
}
#link_box li {
	background: url(images/link_banner.gif) no-repeat;
	width: 200px;
	height: 98px;
	float: left;
	padding: 8px;
	margin: 0;
	position: relative;
	}
#link_box li img{
	position: absolute;
	top: 8px;
	left: 12px;
}
#link_box li span{
	position: absolute;
	top: 75px;
	width: 190px;
	text-align: center;
}

/*  -----------------------------------------
　◇(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: 0px auto;
}

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

/*  -----------------------------------------
　・(3-1-1)#top
------------------------------------------ */ 
#top {
	padding: 0px 0px 10px 0px;
	margin: 0px 0px;
}

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

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

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

#qrcode p {
	padding: 0px;
	margin: 10px 0px 0px 7px;
	font-size: 10px;
}

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */
#calendar {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
	line-height: 16px;
	padding: 0px 0px;
}

/*  -----------------------------------------
　・(3-1-5)#recententry
------------------------------------------ */ 
#recententry {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}

/*  -----------------------------------------
　・(3-1-6)#category
------------------------------------------ */ 
#category {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 20px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	font-size: 11px;
}

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

/*  -----------------------------------------
　◇(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: 0px auto;
}

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

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

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

#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 0px;
}

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#addlink {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
}

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

#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: #ffffcc; }
.info h2 a:visited { color:#ffffff; }
.info h2 a:hover { color:#ffffcc; } 
	
.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%;
}

/* リスト内の『タイトル』の色 */
.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: 70px;
	width: 432px;
}

.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;
}

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

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

.post h2 {
	margin: 0px;
	font-size: 18px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	background: url(images/post1.gif) 0px  0px no-repeat;
	padding: 15px 12px 0px 25px;
	height: 53px;
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
}
.post .content {
	background: url(images/post_02.jpg);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
.p_header img{
	vertical-align: bottom;
	height: 10px;
	margin: 0;
	padding: 0;
}
.kihon dt {
	font-size: 110%;
	color: #0000FF;
	line-height: 160%;
}
.kihon dt em{
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.kihon dd {
	padding-left: 2em;
}
#topics {
	list-style: none;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}
#topics li {
	border-bottom: dashed 1px #666666;
	width: 100%;	
	padding-top: 4px;
}
.metadata_top {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
}
.post2 {
	width: 690px;
	background: url(images/post_2.gif);
	background-repeat: repeat-y;
	margin: 0;
	padding: 0;
}
.story {
	margin-left: 25px;
	margin-right: 25px;
}
.post .story a { text-decoration: underline; }

.imageframe {
	float: left;
	display: block;
	clear: both;
}

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

.aligncenter {
	display: block;
	margin: 0px auto;
	clear: both;
}

.alignleft {
	float: left;
	display: block;
	clear: both;
}

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

.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;
	border-color: #ccc;
	/* コメントごとの下の余白 */
	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;
	font-size: 11px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}
#copyright {
	width: 900px;
	background: #0aafe3;
	line-height: 180%;
}

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


/*  -----------------------------------------
　page
------------------------------------------ */
#posttitle {
	background: url(images/hirakura_posttitle.jpg);
	background-repeat: no-repeat;
	width: 690px;
	height: 44px;
	margin: 0;
}

#posttitle p{
	line-height: 44px;
	margin: 0;
	padding-left: 10px;
	padding-top: 2px;
	color: #006699;
	font-weight: bold;
}


#posttitle p a:link{
	color: #006699;
}
#posttitle p a:hover{
	color: #0099ff;
}
#posttitle p a:active{
	color: #006699;
}
#posttitle p a:visited{
	color: #006699;
}
.category3 {
	font-weight: bold;
	font-size: 14px;
	padding-top: 5px;
}
.category3 a:link {
	color: #000000;
	text-decoration: none; 
}
.category3 a:visited {
	color: #000000;
	text-decoration: none; 
}
.category3 a:hover {
	color: #000000;
	text-decoration: none; 
}
.category3 a:active {
	color: #000000;
	text-decoration: none; 
}
.linkpage h2{
	color: #0099cc;
	font-size: 120%;
}
.linkpage ul {
	list-style: none;
	padding-bottom: 20px;
}
.linkpage ul li{
	color: #0099cc;
	padding-top: 10px;
	padding-bottom: 6px;
	border-bottom: dotted #333333 1px;
}
.linkpage ul li pagenav{
	display: none;
}
.sitemap li {
	color: #cccccc;
	border-bottom: solid #cccccc 1px;
}
