@charset "UTF-8";

/*   
Theme Name: zono blog
Description: 前園オフィシャルウェブサイト 
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;
	font-family: verdana, sans-serif;
	font-size: 12px;
	padding-top: 0px; 
}

body img{
	border: none;
}

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

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

#headbar .link {
	float: left;
}

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

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

#headbar .link a img {
	margin-right: 5px;
	vertical-align: -0.8em;
}

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

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



#header {
	padding-top:30px;
	padding-bottom: 0px;
	/* ヘッダーだけ別の背景を指定する場合のみ指定 */
	width: 809px;
	background-position: center top;
	margin:auto;
}
#header h1{
	display:inline-block;
	padding: 0px;
	margin:0px;	
	text-align:left;
	padding-bottom:5px;
}

h1 img{
	margin:auto;
	background-color:#FF0000;
}

#headerimg {
	/* flashが読み込まれるまでの間表示させる画像の読み込み */
	text-align: center;
	height: 540px;
}

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

#left_center {
	width: 568px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#right_side {
	width: 230px;
	padding: 0px;
	margin: 0px;
	float: right;
	color: #663300;
}

#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: 0px 0px;
	margin: 3px 0px;
	background-color: #ffffff;
}


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

#workrequest div.center ul{
	list-style:none;
}

#workrequest div.center ul li{
	padding-bottom:12px;
}


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

/*  -----------------------------------------
　・(3-3-1).info
------------------------------------------ */ 
.info {
	margin-top:0px;
	padding: 16px 0px 0px 0px;
	border: none;
	font-size: 12px;
	clear: both;
}


.info_back{
	padding:0px 20px 0px 20px;
	margin:0px;
	background:url(images/top/info_back.gif) 0px 0px;
	background-repeat:repeat-y;
	height:220px;
	border-bottom:1px solid #CCCCCC;
	overflow:hidden
}

.zono_news{
	padding:0px;
	margin:0px;
}



.info_news{
	width:100%;
	padding-top:12px;
}


.info_box{
	padding-bottom:12px;
}
	

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

.info_list:after{
	clear:both;
}



ul.post-meta{
	margin:0px;
	padding-top:0px;
	list-style:none;
	color:#666666;
}

.info_time {
	float: left;
	width:35%;
	font-size:10px;
	color:#840000;
	padding-top:10px;
	line-height: 14px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}


.info_title{
	float: left;
	width:55%;
	font-size:10px;
	color:#333333;
	line-height: 14px;
	margin:0px;
	padding-top:10px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}

*:first-child+html .info_time {
	float: left;
	width:35%;
	font-size:10px;
	color:#840000;
	padding-top:10px;
	line-height: 8px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}

*:first-child+html .info_title{
	float: left;
	width:55%;
	font-size:10px;
	color:#333333;
	line-height: 8px;
	margin:0px;
	padding-top:10px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}

* html .info_time {
	float: left;
	width:35%;
	font-size:10px;
	color:#840000;
	padding-top:10px;
	line-height: 8px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}

* html .info_title{
	float: left;
	width:55%;
	font-size:10px;
	color:#333333;
	line-height: 8px;
	margin:0px;
	padding-top:10px;
	padding-bottom:4px;
	border-bottom: 1px dotted #CCCCCC;
}



.info_contents p{
	font-size:10px;
	color:#333333;
	margin:0px;
	padding-bottom:5px;
	line-height:160%;
	border-bottom: 1px dotted #CCCCCC;
}

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



/* 『インフォメーション一覧』の色 */
.info_bottom a:link { color: #ff4400; text-decoration:underline; } 
.info_bottom a:active { color: #000000; }
.info_bottom a:visited { color:#ff4400;text-decoration:underline; }
.info_bottom a:hover { color:#000000;text-decoration:underline; } 

.info_bottom{
	padding-top:12px;
	clear:both;
	font-size: 10px;
	text-align:right;
}



/*  -----------------------------------------
　・(3-3-1).topix
------------------------------------------ */ 
.topix {
	margin:0px;
	padding: 16px 0px 0px 0px;
	border: none;
	font-size: 12px;
	overflow:hidden;
}


.topix_back{
	background:url(images/top/topix_back.gif) 0px 0px;
	background-repeat:repeat-y;
	border-bottom:1px solid #CCCCCC;
	height:220px;
	overflow:hidden;
}

.topix_news{
	width:100%;
	padding-top:18px;
	text-align:center;
}



.info_box{
	padding-bottom:12px;
}


	

.topix_list {
	padding: 8px 12px;
	list-style: none;
	line-height: 12px;
	text-align:left;
}

.topix_time {
	font-size:10px;
	color:#ff7446;
	border-bottom: 0px dotted #333333;
}


.topix_title{
	font-size:10px;
	color:#333333;
	font-weight:bold;
	line-height: 12px;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom: 0px dotted #CCCCCC;
}

.topix_contents {
	font-size:10px;
	color:#333333;
	margin:0px;
	padding-bottom:5px;
	line-height:160%;
	border-bottom: 0px dotted #333333;
	overflow:hidden;
}

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



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

.topix_bottom{
	clear:both;
	font-size: 11px;
	height:2px;
}




/*  -----------------------------------------
　・(3-3-2).post
------------------------------------------ */ 
.post {
	width:90%;
	padding: 20px 10px 20px 10px;
	margin-left:5px;
	clear: both;
	border: none;
	border:1px solid #CCCCCC; 
	margin-bottom:20px;
	line-height:200%;
	overflow:hidden
}


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

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

.post .content {
}

.post .metadata_top {
	clear:both;
	padding-left:10px;
	padding-right: 10px;
	padding-bottom:5px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: left;
	color: #2f8400;
	border-bottom:1px dotted #CCCCCC;
}

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

.post .story img {
	border: 1px solid #cccccc;
}

.post .metadata_bottom {
	padding-right: 10px;
	margin-bottom: 5px;
	font-size: 11px;
	text-align: right;
	color: #333333;
}

.post .footer img {
	boorder: none;
}

.date {
	float:left;
	height:40px;
	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{

}

.navi_table{
	width:90%;
}

,navi_table td{
	width:30%;
}






/*  -----------------------------------------
　◆(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_banner{
	clear:both;
	width:100%;
	text-align:center;
	padding:0px;
	margin:0px;
}

#footer_banner ul{
	padding-top:12px;
	list-style:none;
	width:740px;
}

#footer_banner ul li{
	padding-left:12px;
	float:left;
}

#footer {
	padding:0px;
	margin:0px;
	clear: both;
	height: 100%;
	font-size: 11px;
	text-align: center;
}

#copyright {
	padding: 0px 0px 15px 0px;
}



#copyright ul{
	list-style:none;
}

#copyright ul li{
	float:left;
}

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

}
