@charset "utf-8";
/*
Theme Name: goyou_original
Theme URI: http://blog.goyou-anime.jp
Description: さらいや五葉　つれづれblogオリジナルテーマ
Version: 1.0
Author: goyou
Author URI: http://blog.goyou-anime.jp
Tags: goyou
*/


/* Begin Typography & Colors */
body {
	margin:0px;
	padding:0px;
	font-size:10px;
	font-family:
		Verdana,
		Arial,
		Meiryo,
		"メイリオ",
		"Hiragino Kaku Gothic Pro",
		"ヒラギノ角ゴ Pro W3",
		Osaka,
		"MS P Gothic",
		"ＭＳ Ｐゴシック",
		sans-serif;
	line-height: 1.7em;
	color:#fff;
	background-image:url(/wp-content/themes/goyou_org/images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000;
}

h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}



img{ border: none;}


a{
	text-decoration: none;
	color:#fff;
}
a:hover{
	text-decoration: underline;
	color:#ccc;
}

#page {
	width:780px;
	margin:auto;
	position: relative;
	overflow: hidden;
}

h1{
	width:780px;
	height: 160px;
	margin:auto;
}
h1 a.headlink1{
	text-indent: -9999px;
	display: block;
	width:560px;
	height: 160px;
	float: left;
	margin-left:-30px;
}
h1 a.headlink2{
	text-indent: -9999px;
	display: block;
	width:240px;
	height: 160px;
	float: right;	
}

#content {
	width:540px;
	float: left;
}

#content h2{
	background-image:url(/wp-content/themes/goyou_org/images/title_bg.gif);
	background-repeat:no-repeat;
	padding:7px 11px;
	line-height: 1.1em;
	font-size:1.6em;
	margin:10px 0px 0px 0px;
}
	#content h2 a{
		color:#fff;
		text-decoration: none;
	}
	#content h2 a:hover{
		color:#fff;
		text-decoration:underline;
	}


.entry{
	background-image:url(/wp-content/themes/goyou_org/images/entry_bg_m.png);
	background-repeat:repeat-y;
	padding:13px 10px 30px 10px;
	width:520px;
}
*html .entry{
	background-image: none;
	background-color: #222;
	overflow: hidden;
	width:510px;
}

.entry img{
	display: block;
	margin:0px auto 20px 0px;
	border:solid 5px #eee;
	padding:0px;
}

.entry p{
	font-size:1.2em;
	width:515px;
	overflow: hidden;
}


table.navigation{
	padding:0px 10px 5px 10px;
	width:530px;
	margin:0px 0px 5px;
	height: 24px;
	background-image:url(/wp-content/themes/goyou_org/images/entry_b_bg.gif);
	background-repeat:no-repeat;
	border: none;
}
	table.navigation td{
		font-size: 1.2em;
		width:50%;
		border: none;
		padding:0px;
	}
	table.navigation td.l{
		text-align: left;
	}
	table.navigation td.r{
		text-align: right;
	}
	

#footlink{
	padding:0px 10px 5px 10px;
	width:530px;
	margin:0px 0px 5px;
	height: 24px;
	background-image:url(/wp-content/themes/goyou_org/images/footnavi_bg.gif);
	background-repeat:no-repeat;
	border: none;
}
	#footlink td{
		font-size: 1.2em;
		width:33%;
		border: none;
		padding:0px;
	}
	#footlink td.l{
		text-align: left;
	}
	#footlink td.c{
		text-align:center;;
	}
	#footlink td.r{
		text-align:right;
	}


/********************************************
* sidebar
***********************************************/

#sidebar{
	width:240px;
	float: right;
	margin:0px 0px 120px 0px;
}
*html #sidebar{
	overflow: hidden;
}

#sidebar .side_content{
	background-color:#fff;
}
	#sidebar .side_content .bg{
		background-image:url(/wp-content/themes/goyou_org/images/sidebar_bg_b.gif);
		background-repeat:no-repeat;
		background-position:bottom;
		padding-bottom: 10px;
	}


#sidebar a{
	color:#FF6600;
}

#sidebar h2{
	background-image:url(/wp-content/themes/goyou_org/images/sidebar_bg.gif);
	background-repeat:no-repeat;
	padding:6px 11px;
	line-height: 1.1em;
	font-size:1.6em;
	margin:10px 0px 0px 0px;
}
	#sidebar h2 a{
		color:#fff;
		text-decoration: none;
	}
	#sidebar h2 a:hover{
		color:#fff;
		text-decoration:underline;
	}

#sidebar ul{
	width:230px;
	padding:10px 0px 0px 5px;
	margin:0px;
}
	#sidebar ul li{
		list-style-position:outside;
		list-style-type: none;
		border-bottom:dotted 1px #ccc; 
		margin:0px 0px 3px 0px;
	}
	#sidebar ul li a{
		display: block;
		background-image:url(/wp-content/themes/goyou_org/images/icon.gif);
		background-repeat:no-repeat;
		background-position:0px 5px;
		font-size: 1.2em;
		line-height: 1.1em;
		padding:3px 0px 5px 20px;
	}



#wp-calendar{
	width:210px;
	margin:0px auto 20px auto;
	border-collapse:collapse;
}
	#wp-calendar caption{
		font-size:1em;
		color:#000;
		text-align: center;
		padding-bottom:8px;
	}


	#wp-calendar th{
		font-size: 0px;
		line-height: 0px;
		padding: 0px;
		border-bottom: dashed 1px #ccc;
	}
	#wp-calendar td{
		color:#333;
		text-align: center;
		border-bottom: dashed 1px #ccc;
	}
	#wp-calendar a{
		color:#FF9900
	}
	#wp-calendar #prev{
		text-align: left;
	}
	#wp-calendar #next{
		text-align: right;
	}

/*************************************
* footer
*************************************/



#footer{
	width:780px;
	height: 50px;
	background-image:url(/wp-content/themes/goyou_org/images/footer.gif);
	clear: both;
}
#footer p{
	padding:2px;
	text-align: right;
	
}




