@charset "UTF-8";

/*   
Theme Name: 黄川田賢司
Description: 黄川田賢司 official_blog
Author: 白瀬礼子
Version: 2012.06.22
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(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(全ページ共通)
	◆(6)プロフィールページ(http://www.diamondblog.jp/sae_abe/?page_id=2)
========================================== */

/*  -----------------------------------------
　◆(1)全体的なルール
 ----------------------------------------- */
* {
	margin: auto;
	padding: 0;
}

body {	
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	padding: 0px; 
	margin:0px;
	background-image: url("images/body_bg.jpg");
	background-repeat:repeat-x;
	background-position:2px 17px;

}

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #ffffff; } 
a:active { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color:#aaaaaa; }

/*  -----------------------------------------
　◆(2)header.php(全ページ共通)
 ----------------------------------------- */
#headbar {
	height: 21px;
	padding: 0px 0px;
	background-color: #FFFFFF;
	border-bottom:1px solid #CCCCCC;
	font-size: 11px;
}


#headbar a{
	color: #333333;
}

#headbar a:hover{
	color: #fc8da9;
}

#headbar .link a {
	color: #333333;
}

#headbar .link a: hover {
	text-decoration: underline;
}



#headbar h1{
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	display: inline;
}

#headbar img{
	margin-top: 0px;
	margin-right: 5px;
	vertical-align: -0.3em;
	border:none;
}
#header{
	clear:both;
}

*html #headerimg {
	padding:0px;
	margin : 0px;
	text-align: center;
	background:url(images/flash.jpg) no-repeat;
	background-position: center -6px;
	height: 414px;
}

#headerimg {
	padding:0px;
	margin : 0px;
	text-align: center;
	background:url(images/flash.jpg) no-repeat;
	background-position: center -3px;
	height: 414px;
}


/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#outline{
	padding:0px 0px 0px 0px;
	margin: 0px 0 0px;
}


#container {
	/* widthは全体の幅*/
	width: 986px;
	/* background-image: url(images/bg.gif);
	background-repeat: repeat; */
	overflow: hidden;
	background-color:#000000;
	padding: 10px 0 15px !important;
}

#left_center {
	/* widthは#left_sideと#centerのwidthを足した数字
	その数字に#right_sideのwidthを足すと#outlineのwidthと同じ数字になる*/
	width: 650px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#center {
	width: 414px;
	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;
}

.index_banner{
	padding-bottom:12px;
}

#left_side {
	width: 203px;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 0px 0px;
	float: left;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	overflow: hidden;
}

#left_side a { text-decoration: underline; }
#left_side a:link { color: #ffffff; } 
#left_side a:active { color: #ffffff; }
#left_side a:visited { color: #ffffff; }
#left_side a:hover { color:#5256ca; }

#right_side {
	width: 300px;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #ffffff;
	font-size: 10px;
	line-height: 14px;
	overflow: hidden;
	text-align: center;
}

#right_side a { text-decoration: underline; }
#right_side a:link { color: #8d0223; } 
#right_side a:active { color: #8d0223; }
#right_side a:visited { color:#8d0223; }
#right_side a:hover { color:#b61339; }

/*  -----------------------------------------
　◇(3-1)#left_side(sidebar.php)
------------------------------------------ */ 
#left_side h3 {
	padding: 0px 0px 8px 0px;
	margin: 0px;
	text-align: center;
}

#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 0px 0px;
	margin: 0px 0px 15px;
}

/*  -----------------------------------------
　・(3-1-2)#side_profile
------------------------------------------ */ 
#side_profile {
	padding-bottom:10px;
}

#side_profile p {
	font-size: 10px;
	padding: 0px 20px;
	margin: 0px 0px;
}

/*  -----------------------------------------
　・(3-1-3)#qrcode
------------------------------------------ */
#qrcode {
	padding: 0 0 20px 10px;
}

#qrcode p {
	padding: 0px;
	margin: 10px 0px 0px 7px;
	font-size: 10px;
}

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */
#calendar {
	padding-bottom:20px;	
	line-height: 16px;
}

/*  -----------------------------------------
　・(3-1-5)#recententry
------------------------------------------ */ 
#recententry {
	
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 19px;
	padding-right:10px;
	padding-bottom:10px;	
	list-style-image: url(images/listmark.gif)8px 0px;
	line-height: 16px;
	font-size: 11px;
}

/*  -----------------------------------------
　・(3-1-6)#category
------------------------------------------ */ 
#category {
	
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 19px;
	padding-bottom:20px;	
	list-style-image: url(images/listmark.gif)8px 0px;
	line-height: 16px;
	font-size: 11px;
}

#archives {
	
	background-repeat: repeat-y;
	margin: 0px 0px 0px 0px;
	padding-left: 19px;
	padding-bottom:20px;	
	list-style-image: url(images/listmark.gif)8px 0px;
	line-height: 16px;
	font-size: 11px;
}


/*  -----------------------------------------
　・(3-1-7)#link
------------------------------------------ */
#link {
	padding-bottom:10px;	
}

#link div.center{
	padding-bottom:8px;
}

/*  -----------------------------------------
　◇(3-2)#right_side(add_side.php)
------------------------------------------ */
#right_side h3 {
	padding: 0px 0px 8px 0px;
}

#right_side img {
	padding: 0px;
	margin: 0px;
}

#right_side .center {
	text-align: center;
	margin: 0px auto;
}

#right_side .center2 {
	text-align: center;
	margin: 10px auto;
}


#right_side .bottom {
	padding-bottom: 15px;
}

/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#spnsor div.center{
	padding-bottom:10px;
}


/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest {
	
	background-repeat: repeat-y;
}

/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger {
	
	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-repeat: repeat-y;
	overflow: hidden;
}

/*  -----------------------------------------
　◇(3-3)#center(index.php)
------------------------------------------ */ 
/* 記事が10件以上になると表示されるナビ */
.navigation {
	text-align: center;
	padding: 8px;
	font-size: 11px;
	color: #ffffff;
}

.navigation a:link { color: #2eccf1; } 
.navigation a:active { color: #2eccf1; }
.navigation a:visited { color:#2eccf1; }
.navigation a:hover { color:#2eccf1; } 

#center .wp-comment {
	text-align: center;
}

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	clear: both;
	border: none;
	font-size: 12px;
	margin-bottom: 10px;
	border:solid 2px #c7b56d;
	padding: 0px 0px 10px 0px;
}

/* タイトル『インフォメーション』の色 */
.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 0px;
	list-style: none;
	line-height: 18px;
}

.info_time {
	float: left;
	width: 20%;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #ffffff; } 
.info_title a:active { color: #ffffff; }
.info_title a:visited { color: #ffffff; }
.info_title a:hover { color:#aaaaaa; } 

.info_title {
	float: left;
	width: 75%;
	border-bottom:1px dotted #CCCCCC;
}

/* 『インフォメーション一覧』の色 */
.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-repeat: no-repeat;
}

.info ul {
	overflow: auto;
	padding-left: 10px; 
	width: 400px;
}

.info li {
	color: #ffffff;
	list-style: none;
}


.info_bottom {
	clear:both;
	font-size: 11px;
	text-align: right;
	padding: 8px 10px 0 0;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	padding: 0px 0px 10px 0px;
	clear: both;
	border: none;
	margin-bottom: 10px;
	border:solid 2px #c7b56d;
}

.post h2 a:link { color: #e0c34d; } 
.post h2 a:active { color: #e0c34d; }
.post h2 a:visited { color: #e0c34d; }
.post h2 a:hover { color:#e0c34d; } 

.post h2 {
	margin: 0px;
	font-size: 16px;
	/* 記事のタイトルの色リンク無しの状態時 */
	font-weight: bold;
	background-image: url("images/post1.gif");
	padding: 13px 0px 0px 12px;
	height: 33px;
	font-family: ＭＳ Ｐ明朝, 細明朝体, ヒラギノ明朝 Pro W3;
	color:#e0c34d;
	overflow: hidden;
}

.post .content img {
	padding-top:5px;
	padding-bottom:5px;
}

.post .metadata_top {
	padding-right: 20px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	color: #ffffff;
}

.post .story {
	font-size:12px;
	line-height:160%;
	margin: 0px 8px;
}

.post .story a { text-decoration: underline; }

.imageframe {
	/* float: left; */
	display: block;
	clear: both;
}

.post .alignright {
	float: right;
	display: block;
	clear: both;
}

.post .aligncenter {
	display: block;
	margin: 0px auto;
	clear: both;
}

.post .alignleft {
	float: left;
	display: block;
	clear: both;
}

.post .metadata_bottom {
	padding-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	clear: both;
}

.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;
	border-color: #ffffff #ccc #ccc #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;
	width: 975px;
	font-size: 11px;
	text-align: center;
	color: #333333;
	background-color:##E7FFFF;
	/* background-image: url(images/blog_footer.gif);
	background-repeat: repeat-x; */
	padding: 20px 0 0 0;
}

#copyright {
	padding: 15px;
}

#copyright p {
	padding: 0px;
	margin: 0px;
}

/*  -----------------------------------------
　◆(5)#profile_detail
------------------------------------------ */
.profile_detail{
	padding:0px;
	margin:0px;
}

.profile_detail ul{
	width:400px;
	list-style:none;
	line-height:160%;
	padding-top:12px;
}

.profile_detail ul li.left{
	clear:both;
	color:#FF3300;
	font-weight:bold;
	float:left;
	width:130px;
	border-bottom:1px dotted #333333;
}

.profile_detail ul li.right{
	width:220px;
	border-bottom:1px dotted #333333;
	float:left;
}

dt.p_t{
	color:#FFFFFF;
	padding:5px;
	background-color:#333333;	
}

dd.p_d{
	padding-top:5px;
	padding-bottom:8px;
}

div.indent lined{
	background-color:#FF0000;
}


.profile_detail{
	width:90%;
}

.profile_detail ul{
	padding:0px;
	margin:0px;
	list-style:none;
}


.profile_detail ul li.profile_li_title{
	font-weight:bold;
	color:#920c2c;
}

.profile_detail ul li.profile_li_end{
	border-bottom:1px dotted #333333;
}

.profile_detail table{
	padding:0px;
	border-top:1px solid #333333;
	border-right:1px solid #333333;
}

.profile_detail table tr td{
	padding:0px;
	border-left:1px solid #333333;
	border-bottom:1px solid #333333;
}

/* -----read_buttonページ--------- */

#read_button {
	padding: 4px 0;
	text-align: center;
	margin: auto;
}
#read_button p {
	padding: 0;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
}
#read_button img {
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0px 0px 0px;
}

/*  -----------------------------------------
　◆(6)プロフィールページ(http://www.diamondblog.jp/sae_abe/?page_id=2)
 ----------------------------------------- */
#profile_table {
	font-size: 10px;
	padding: 5px 5px 0 5px;
}

#profile_table .attachment {
	margin-right: 10px;
}

#profile_table .pro_title {
	color: #FC8DA9;
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

#profile_table .pro_in {
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #e5e5e5;
}

#profile_table2 {
	width: 387px;
	font-size: 10px;
	padding: 0px 5px 5px 5px;
}

#profile_table2 tr {
	height: 23px;
}

#profile_table2 td {
	height: 23px;
	padding: 7px 5px;
	border-bottom: 1px solid #e5e5e5;
}

#profile_table2 .pro_title2 {
	color: #FC8DA9;
}

#profile_table2 .pro_box .box_title {
	color: #FC8DA9;
}

#profile_table2 .pro_box {
	color: #ffffff;
}


.amazon_bnr {
	margin: 0px auto 10px;
    text-align: center;
}


#right_side .bnr_center {
    margin: 25px auto 0;
    text-align: center;
}


/*  -----------------------------------------
　・recent_entry・ranking・related_entry
------------------------------------------ */ 
.recent_area h3 {
	margin-right:17px;
	padding: 0 0 0px;
}

.recent_area a { text-decoration: underline; }
.recent_area a:link { color: #f4d926!important; } 
.recent_area a:active { color: #f4d926!important; }
.recent_area a:visited { color:#f4d926!important; }
.recent_area a:hover { color:#fff3a4!important; }

.recent_entry_box {
	width: 300px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 0px;
}

.recent_entry_box h3{
		margin-right:17px;
}


.recent_entry_box img {
	margin: 0 auto;
	padding: 0;
	float: left;
}

.recent_entry {
	background: url("images/recent_img/recent_entry_bg.gif") no-repeat scroll 0 0 transparent;
    font-size: 11px;
    height: auto;
    line-height: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 9px 0 0 87px;
    width: 206px;
}
.recent_entry a:active { color:#f4d926; } 
.recent_entry a:hover { color:#fff3a4; } 

.recent_entry li {
	height: 16px;
    line-height: 17px;
    margin: 0;
    overflow: hidden;
    padding-bottom: 4px;
    text-align: left;
    width: 203px;
}


/*  -----------------------------------------
　・ranking
------------------------------------------ */ 
.ranking_box {
	width: 300px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 0px;
}

.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:#f4d926; } 
.ranking a:hover { color:#fff3a4; } 

.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 20px;
	padding: 0px 0px 0px 0px;
}

.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:#f4d926; } 
.related_entry a:hover { color:#fff3a4; } 

.related_entry li {
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 203px;
	overflow: hidden;
}

/*  -----------------------------------------
　◆flashcontent内のメニュー
 ----------------------------------------- */

*html #headerimgmenu {
    height: 50px;
    padding-right: 458px;
    padding-top: 380px;
    width: 500px;
}

#headerimgmenu {
    height: 50px;
    padding-right: 458px;
    padding-top: 383px;
    width: 500px;
}

#headerimgmenu ul{
 list-style: none outside none;
 }

#headerimgmenu li{
float:left;
 }


/**** バナースペース ****/
.banner_space .banner {
	text-align: center;
	margin: 0 0 10px 0;
	line-height: 1.2em;
}
.banner_space .banner a {
	display: inline-block;
}
.banner_space .banner a img:hover {
	opacity: 0.7;
}

.banner_space .banner a img {
	width: 414px;
	height: 114px;
}


