@charset "UTF-8";

/*   
Theme Name: 出川哲郎
Description: ブログ20120123
Author: 徳村嘉奈子
Version: 2009.01.26
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(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)
			・(3-3-3)バナー(.index_banner)
	◆(4)コメント投稿(comments.php)
	◆(5)footer.php(全ページ共通)
========================================== */

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

body {	
	background-color: #120404;
	color: #ffffff;
	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: #ffffff; } 
a:active { color: #ffffcc; }
a:visited { color:#ffffff; }
a:hover { color:#ffffcc; }

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headbar {
	height: 25px !important;
	border-bottom:1px solid #CCCCCC;
	padding: 0px 0px;
	background-color: #FFFFFF;
	font-size: 11px;
	margin: -25px 0 0 !important;
	*margin: 0px 0 0!important;
	_margin: 0px 0 0!important;
	position: fixed;
	width: 100%;
}

#headbar h1 a { text-decoration: none; }
#headbar h1 a:link { color: #000000; } 
#headbar h1 a:active { color: #000000; }
#headbar h1 a:visited { color:#000000; }
#headbar h1 a:hover { color:#ffffcc; }

#headbar a{
	color:#333333;
}

#headbar a:hover{
	color:#990000;
}

#headbar .link {
	float: left;
}

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

#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;
	padding-top:5px;
	text-align:right;
}

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

#headerimg {
	padding: 0px;
	margin: 25px 0 0 !important;
	_margin: 0px 0 0 !important;
	text-align: center;
	background-position: center;
	height: 446px;
}

#headerimg h1{
	padding: 0px;
	margin: 0px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#outline {
	/* widthは全体の幅*/
	width: 900px;
	/* background-image: url(images/bg.gif);
	background-repeat: repeat; */
	/*background-color: yellow;*/
	overflow: hidden;

}

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

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

*html #center {
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
}

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

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

#right_side {
	width: 300px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000000;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #000000; } 
#right_side a:active { color: #990000; }
#right_side a:visited { color:#000000; }
#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: 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;
	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)#sponsor
------------------------------------------ */
#sponsor {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

#sponsor .sponsor_center {
	width: 170px;
	padding-bottom:16px;
}

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

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

/*  -----------------------------------------
　・(3-1-8)#archives
------------------------------------------ */ 
#archives {
	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-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding: 20px 0 0 0;
	margin: 0px;
}

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

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

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

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

/*  -----------------------------------------
　・(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
------------------------------------------ */
#shoplink {
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

#shoplink .shoplink_center {
	width: 200px;
}

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

#shoplink .shoplink_center p {
	padding: 0px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　◇(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 15px;
	list-style: none;
	line-height: 18px;
}

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

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

/* 『インフォメーション一覧』の色 */
.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: 468px;
}

.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
------------------------------------------ */ 
#center .post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
	margin-bottom: 10px;
}

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

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

#center .post .content {
	background: url(images/post2.gif);
	background-repeat: repeat-y;
}

#center .post .metadata_top {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
}

#center .post .story {
	margin: 0px 30px;
	font-size: 12px;
}

#center .post .story a { text-decoration: underline; }

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

#center .imageframe {
	/* float: left; */
	display: block;
	clear: both;
}

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

#center .post .metadata_bottom {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

#center .post .footer img {
	boorder: none;
}


/*  -----------------------------------------
　・(3-3-3).index_banner
------------------------------------------ */ 
#center .index_banner {
	margin-bottom: 8px;
	text-align: center;
}

/*  -----------------------------------------
　◆(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: 378px;
	padding: 0px 0px;
	margin: 0px auto;
	font-size: 11px;
}

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

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

/* コメントの承認待ち設定をしているブログの場合のみ表示されるアナウンス */
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;
	color: #ffffff;
	/* background-image: url(images/blog_footer.gif);
	background-repeat: repeat-x; */
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
}
/* -----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;
	color: #ffffff;
}
#read_button img {
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
}


/*  -----------------------------------------
　・recent_entry
------------------------------------------ */ 

.recent_entry_box {
	width: 300px;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

.recent_entry_box a { text-decoration: underline; }
.recent_entry_box a:link { color: #ffffff!important; } 
.recent_entry_box a:active { color: #ffffff!important; }
.recent_entry_box a:visited { color:#ffffff!important; }
.recent_entry_box a:hover { color:#c697be!important; }

.recent_entry_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.recent_entry {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 8px 0px 0px 87px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/recent_entry_bg.gif) no-repeat;
}
.recent_entry a:active { color:#ffffff; } 
.recent_entry a:hover { color:#ffffff; } 

.recent_entry li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}


/*  -----------------------------------------
　・ranking
------------------------------------------ */ 
.ranking_box {
	width: 300px;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

.ranking_box a { text-decoration: underline; }
.ranking_box a:link { color: #ffffff!important; } 
.ranking_box a:active { color: #ffffff!important; }
.ranking_box a:visited { color:#ffffff!important; }
.ranking_box a:hover { color:#c697be!important; }

.ranking_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.ranking {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 8px 0px 0px 87px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/ranking_bg.gif) no-repeat;
}
.ranking a:active { color:#ffffff; } 
.ranking a:hover { color:#ffffff; } 

.ranking li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}


/*  -----------------------------------------
　・related_entry
------------------------------------------ */ 
.related_entry_box {
	width: 300px;
	height: auto;
	margin: 0 auto 0px;
	padding: 0px 0px 10px 0px;
	background: url(images/side2.jpg);
	background-repeat: repeat-y;
}

.related_entry_box a { text-decoration: underline; }
.related_entry_box a:link { color: #ffffff!important; } 
.related_entry_box a:active { color: #ffffff!important; }
.related_entry_box a:visited { color:#ffffff!important; }
.related_entry_box a:hover { color:#c697be!important; }

.related_entry_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.related_entry {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 8px 0px 0px 87px;
	list-style: none;
	line-height: 16px;
	font-size: 11px;
	background: url(images/recent_img/related_entry_bg.gif) no-repeat;
}
.related_entry a:active { color:#ffffff; } 
.related_entry a:hover { color:#ffffff; } 

.related_entry li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}



/*********** TOPリスト表示用 *************/

.post_list li:first-child {
	border-top: 1px dotted #cccccc;
}

.post_list li li {
	border-top: none !important;
}

.post_list li {
	width: 100%;
	display: block;
	height: 130px;
	border-bottom: 1px dotted #cccccc;
	padding-top: 10px;
}

.post_list h5{
	font-family: 'Lora', serif;
	font-size: 18px;
	color: #87c6bd;	
	border-bottom: 1px solid #717171;
	height: 27px;
	line-height: 27px;
	font-weight: normal;
}

.post_list figure {
	width: 25%;
	float: left;
	padding-top: 15px;
}

.post_list img {
	width: 100%;
	border-radius: 5px;
}


.post_list figcaption {
	width: 75%;
	float: right;
	padding-top: 10px;
}

.post_date {
	padding-left: 20px;
}

.post_list h2 {
 	padding-left: 20px;
	padding-bottom: 5px;
	font-size: 110%;
}

.blog_articles {
	padding-left: 20px;
	line-height: 115%;
}

.icon_new_posts {
	color: #f51c38;
	padding-right: 10px;
}

.post_date {
	color: #f59c1c;
}


/**** index.phpの記事ページング ****/
.index_paging {
	padding: 10px 0 15px 0;
	margin: 0 auto;
	text-align: center;
}
.index_paging a {
	display: inline-block;
	width: 90px;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	margin: 0 5px;
	padding: 5px 10px;
	border-radius: 5px;
}

/**** single.phpの記事ページング ****/
.single_paging {
	margin: 10px 5px 15px 5px;
}
.single_paging table {
	width: 100%;
	border-collapse: collapse;
	border: none;
	border-spacing: 0;
}
.single_paging table a {
	display: block;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 12px;
	line-height: 22px;
}
.single_paging table .prev { width: 40%; }
.single_paging table .top {	width: 20%; }
.single_paging table .next { width: 40%; }

.single_paging table .prev a {
	width: 118px;
	float: left;
	text-align: left;
	padding-left: 30px;
	background-position: left center; 
	background-repeat: no-repeat;
	background-color: #cccccc;
}
.single_paging table .top a {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 5px 0;
	background-color: #cccccc;
}

.single_paging table .next a {
	width: 118px;
	float: right;
	text-align: right;
	padding-right: 30px;
	background-position: right center; 
	background-repeat: no-repeat;
	background-color: #cccccc;
}


.index_paging a:link,.index_paging a:visited {
	background: #980511;
	color: #ffffff;
}

.latest_list_title {
	background: #ffffff;
	padding: 7px 8px;
	color: #000000;
	font-size: 14px;
	border-radius: 2px;
	margin-bottom: 10px;
}

.borderNone {
	border-top: 0px none !important;
	border-bottom: 0px none !important;
}
