@charset "UTF-8";

/*   
Theme Name: yamataku0803
Description: yamatakublog
Author: 松浦悠馬
Version: 2008.11.19
*/

/* =======================================
 -----------------------------------------
　目次
 -----------------------------------------
	◆(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)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: auto;
	padding: 0;
}

body {	
	/*background-color: #cccccc;*/
	color: #333333;
	background-image: url(images/background.jpg);
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
}

body img{
	border: none;
}

a { text-decoration: none; }
a:link { color: #748e56; } 
a:active { color: #3399cc; }
a:visited { color:#748e56; }
a:hover { color:#ff9cf0; } 

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

#headbar .link {
	float: left;
}

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

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

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

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

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

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

#headbar h1 {
    vertical-align: 1px !important;
}


#header {
	padding-bottom: 0px;
	/* ヘッダーだけ別の背景を指定する場合のみ指定 */
	background-position: center top;	
}

#headerimg {
	padding-top: 20px;
	padding-bottom:8px;
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	text-align: center;
	background:url(images/heaer.jpg) center 50px no-repeat;;
	height: 477px;
}

/*  -----------------------------------------
　◆(3)３カラム全体のルール(#outline内)
 ----------------------------------------- */
#outline {
	/* widthは全体の幅*/
	width: 957px;
	margin:auto;
	background-image: url(images/body_back.jpg);
	background-repeat: repeat-y;
	overflow: hidden;
	border: 0px;
}

#left_center {

	width: 634px;
	float: left;
	padding: 0px;
	margin: 0px;
}


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

#left_side {
	width: 212px;
	padding: 0px;
	padding-left:0px;
	margin: 10px 0px 0px 0px;
	float: left;
	color: #333333;
	font-size: 12px;
	word-break: break-all;
	line-height: 14px;
}

#right_side {
	width: 312px;
	padding: 0px;
	padding-right:0px;
	margin: 10px 0px 0px 0px;
	float: right;
	color: #663300;
	font-size: 10px;
	line-height: 14px;
}

#right_side a { text-decoration: none; }
#right_side a:link { color: #840000; } 
#right_side a:active { color: #2f8400; }
#right_side a:visited { color:#840000; }
#right_side a:hover { color:#2f8400; } 

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

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

/*  -----------------------------------------
　・(3-1-2)#side_profile
------------------------------------------ */ 
#side_profile{
	padding-top:22px;
	padding-bottom:22px;
}

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

.profile_table{
	width:100%;
	margin-top:12px;
}

.profile_table td{
	padding:8px 0px 8px 0px; 
}


.profile1{
	padding-left:0px;
	font-size:80%;
	padding-bottom:12px;
}

.profile2{
	padding-top:12px;
}

.profile3{
	border-bottom:1px dotted #CCCCCC;
	padding:0px;
	margin-right:12px;
	padding-bottom:8px;
}

.profile4{
	color:#2f8400;
	line-height:200%;
}

.profile_rezit{
	font-size:10px;
	padding-left:14px;
	padding-bottom:8px;
	text-decoration:underline;
}

/*  -----------------------------------------
　・(3-1-3)#qrcode
------------------------------------------ */ 
#qrcode{
	color:#2f8400;
	padding-top:15px;
	padding-bottom:15px;
}


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

/*  -----------------------------------------
　・(3-1-4)#calendar
------------------------------------------ */ 

#calendar {
	color:#748e56;
	padding:22px 10px 22px 0px;
	line-height: 16px;
}

#calendar a:link{ color:#840000; }
#calendar a:visted{ color:#840000; } 

/*  -----------------------------------------
　・(3-1-5)#recententry
------------------------------------------ */ 
#recententry {
	padding:22px 0px 22px 0px;
	margin: 0px 0px 0px 30px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
	overflow: hidden;
}

/*
#recententry ul {
	word-break:keep-all;
}

#recententry li {
	word-break:keep-all;
}
*/
/*  -----------------------------------------
　・(3-1-6)#category
------------------------------------------ */ 
#category {
	padding:22px 0px 22px 0px;
	margin: 0px 0px 0px 30px;
	list-style-image: url(images/listmark.gif);
	line-height: 16px;
}

/*  -----------------------------------------
　・(3-1-7)#sponsor
------------------------------------------ */
#sponsor {
	padding:22px 0px 22px 0px;
}

#sponsor .sponsor_center {
	width: 170px;
}

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

#sponsor .sponsor_center p {
	padding: 0px;
	margin: 3px 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: 3px auto;
}

/*  -----------------------------------------
　・(3-2-1)#workrequest
------------------------------------------ */
#workrequest{
	padding:22px 0px 22px 0px;
}




/*  -----------------------------------------
　・(3-2-2)#blogger
------------------------------------------ */
#blogger{
	padding:22px 0px 22px 0px;
}

#blogger .blogger_center {
	width: 180px;
}

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

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

/*  -----------------------------------------
　・(3-2-3)#shoplink
------------------------------------------ */
#shoplink{
	padding:0px 0px 22px 0px;
}

#shoplink .shoplink_center {
	width: 300px;
}

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

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

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

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	padding: 0px 0px 0px 0px;
	clear: both;
	border: none;
	background: url(images/info_center.gif) 0px  0px repeat-y;
	font-size: 12px;
}

/* タイトル『インフォメーション』の色 */
.info h2 a:link { color: #e27694; } 
.info h2 a:active { color: #3399cc; }
.info h2 a:visited { color:#e27694; }
.info h2 a:hover { color:#840000; } 
	
.info h2 {
	padding: 0px;
	margin: 0px;
	font-size: 16px;
	font-weight: bold;
	background: url(images/info_icon.gif) 0px  0px no-repeat;
	padding: 0px 0px 0px 0px;
	width:406px;
	height: 22px;
	background-color: white;
}



.info_list {
	padding: 8px 10px;
	list-style: none;
	line-height: 18px;

}

.info_time {
	float: left;
	width: 20%;
	color:#840000;
	border-bottom: 0px dotted #333333;
}

/* リスト内の『タイトル』の色 */
.info_title a:link { color: #385c44; } 
.info_title a:active { color: #3399cc; }
.info_title a:visited { color:#385c44; }
.info_title a:hover { color:#840000; } 

.info_title{
	float: left;
	width: 75%;
	border-bottom: 1px dotted #333333;
}

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

.info_bottom{
	clear:both;
	font-size: 11px;
	text-align: right;
	background: url(images/info_footer.gif) 0px 0px no-repeat;
	height:35px;
	padding: 0px 0px 0px 0px;
}

.info_bottom img{
	padding-top:8px;
	padding-right:18px;
}

/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	width:406px;
	padding: 0px 0px 0px 0px;
	margin-left:0px;
	clear: both;
	border: none;
	margin-top:8px;
	margin-bottom:20px;
	line-height:200%;
	overflow:hidden;
	background: url(images/info_center.gif) 0px  0px repeat-y;
}




.post h2 a:link { color: #385c44; } 
.post h2 a:active { color: #3399cc; }
.post h2 a:visited { color:#385c44; }
.post h2 a:hover { color:#840000; } 

.post h2 {
	margin: 0px;
	font-size: 12px;
	/* 記事のタイトルの色リンク無しの状態時 */
	color: #385c44;
	font-weight: bold;
	background: url(images/post_title.gif) 0px  0px no-repeat;
	padding: 22px 0px 12px 14px;
}

.post .content {
	padding: 0px 10px 0px 18px;
}

.post .metadata_top {
	clear:both;
	padding-left:14px;
	padding-right: 10px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: #71503d;
}

.post .story {
	margin: 0px 10px;
}

.post .content img {
    max-width: 370px;
}
.post .content img {
	border: 0px solid #cccccc;
}

.post .metadata_bottom {
	padding-top:22px;
	padding-right: 24px;
	margin-bottom: 0px;
	font-size: 11px;
	text-align: right;
	color: #333333;

}


.post .footer {
	clear:both;
	background: url(images/info_footer.gif) 0px 0px no-repeat;
	width:406px;
	height:35px;
}

.date {
	float:left;
	height:auto;
	width:40px;
	margin-top:0px;
	margin-right:0px;
	padding:0px;
	/*background:#2f8400;*/
	border:0px dotted #000;

}

.date p {

	text-align:center;
	color: #FFFFFF;
	margin:0 0 0 0px;
	text-transform:uppercase;
}


.date span.month {
	color:#FFFFFF;
	font-size: 12px;
	display:block;
	margin:0px;
	padding: 0px;
	font-weight: bold;
}

.date span.day {
	margin:0px;
	font-size:10px;
	display:block;
	color:#FFFFFF;
	background-color:#2f8400;
}


.navi_table{
	width:95%;
	padding:0px;
	margin:0px;
}

.navi_table td{
	padding:0px;
	margin:0px;
	width:30%;
}

.navi_left{
	text-align:left;
}

.navi_right{
	text-align:right;
}

div.post img {
	border:1px solid #ccc;
}


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

#comments .trackback {
	color: #666;
	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;
	color: #666666;
	padding: 5px 0px 3px 50px;
	margin: 0px;
}

#commentlist .metadata_bottom {
	text-align: right;
	color: #333333;
	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: #efefef #ccc #ccc #efefef;
	/* コメントごとの下の余白 */
	margin-bottom: 15px;
}

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

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

#comments form {
	/* widthは「コメントする」フォームのサイズ
	widthのサイズを変える場合は★部分も変更すること */
	width: 400px;
	padding: 0px 0px;
	margin: 0px auto;
	color: #666666;
	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;
	color: #555;
}

/*  -----------------------------------------
　◆(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;
}

img.centered { 
 display: block;
 margin-left: auto;
 margin-right: auto;
 }

img.alignright { 

 padding: 4px;
 margin: 0 0 2px 7px;
 display: inline;
 } 

img.alignleft { 
 padding: 4px;
 margin: 0 7px 2px 0;
 display: inline;
}


.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.profile_detail ul{
	width:400px;
	list-style:none;

}

.profile_detail ul li.left{
	clear:both;
	color:#11220f;
	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;
}
/* -----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;
}


/*  -----------------------------------------
　・recent_entry・ranking・related_entry
------------------------------------------ */ 

.recent_area {
	/*background: url("images/recent_img/recent_entry_bg.jpg") no-repeat scroll 0 0 transparent;*/
    padding: 0px 0px 0 0;
    width: 310px;
}

.recent_area h3 {
    margin: 0;
    padding: 0 0 0px 5px;
}

.recent_area a { text-decoration: underline; }
.recent_area a:link { color: #fff!important; } 
.recent_area a:active { color: #fff!important; }
.recent_area a:visited { color:#fff!important; }
.recent_area a:hover { color:#ccc!important; }

.recent_entry_box {
	width: 300px;
	height: auto;
	margin: 0 auto 20px;
	padding: 0px 0px 0px 0px;
}

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

.recent_entry {
	width: 206px;
	height: auto;
	margin: 0;
	padding: 9px 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_area {
	/*background: url("images/recent_img/ranking_bg.jpg") no-repeat scroll 0 0 transparent;*/
    height: auto;
    max-height: 283px;
    padding: 0px 0px 0 0;
    width: 310px;
}

.ranking_area h3 {
    margin: 0;
    padding: 0 0 0px 5px;
}
.ranking_area a { text-decoration: underline; }
.ranking_area a:link { color: #fff!important; } 
.ranking_area a:active { color: #fff!important; }
.ranking_area a:visited { color:#fff!important; }
.ranking_area a:hover { color:#ccc!important; }

.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: 9px 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_area {
	/*background: url("images/recent_img/related_entry_bg.jpg") no-repeat scroll 0 0 transparent;*/
    height: 283px;
    padding: 0px 0px 0 0;
    width: 310px;
}

.related_area h3 {
    margin: 0;
    padding: 0 0 0px 5px;
}

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

.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: 9px 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;
}


.ad_link {
	width: 325px;
	height: 260px;
	padding: 0px 0px 0px 5px;
	/*background: url(images/ad.jpg);
	background-repeat: repeat-y;*/
	overflow: hidden;
}

.right_box {
	background: url("images/right_bg.jpg") no-repeat scroll 0 0 transparent;
	width: 330px;
	padding: 0 0 5px;
}




/**** バナースペース ****/
.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: 408px;
	height: 108px;
}





