@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body {
	background:#EFEFEF;
	font-size:80%;
	color:#444;
	font-family:"ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
}
a {
	color:#0066CC;
}
a:hover {
	color:#FF6600;
}
a:visited {
	color:#6825a5;
}
#container {
	background:#FFF;
	width:900px;
	margin:0 auto;
	overflow:hidden;
}
#headBox {
	padding:20px;
	float:left;
	background:url(/images/logo.gif) no-repeat 20px center;
}
	#headBox h1{
		float:left;
		font-size:100%;
	}
	#headBox #stickam {
		display:block;
		color:#666;
		text-decoration:none;
		float:left;
		width:172px;
		height:54px;
		text-indent:-9999px;
		overflow:hidden;
	}
	#headBox h1 a{
		display:block;
		color:#666;
		text-decoration:none;
		padding:38px 0 0 15px;
		line-height:1.2;
		float:left;
	}
	#headBox ul{
		float:right;
	}
	#headBox li{
		list-style-type:none;
		background:url(/images/icon_topmenu.gif) no-repeat left center;
		text-indent:15px;
	}
#naviBox {
	border-top:solid 1px #FFC677;
	border-bottom:solid 1px #d78203;
	background:#ff8800;
	color:#FFF;
	float:left;
	padding:5px 20px;
}
	#naviBox p {
		float:left;
		font-weight:bold;
		line-height:1.6;
	}
	#naviBox div {
		float:right;
	}
input.blogSearch {
	width:150px;
}
#mainBox {
	padding:0 20px 0 30px;
}
#main {
	float:left;
	width:550px;
}
	#main div.date {
		font-size:120%;
		font-weight:bold;
		color:#666;
		padding-top:40px;
	}
	#main h2 {
		background:url(/images/icon_title.gif) no-repeat left center;
		font-size:130%;
		border-bottom:dashed 1px #f85d00;
		margin-bottom:20px;
		line-height:2;
		text-indent:20px;
	}
	#main h2 a{
		display:block;
		text-indent:20px;
		text-decoration:none;
		color:#333;
	}
	#main div.entry {
		padding-left:20px;
		line-height:1.4;
		color:#111;
		font-size:120%;
	}
	#main p {
		margin-bottom:1.2em;
		overflow:hidden;
		width:530px;
	}
	#main div.link {
		text-align:right;
		padding-bottom:30px;
	}
		#main div.link a {
			border-right:solid 1px #DDD;
			border-bottom:solid 1px #DDD;
			padding:5px 10px 5px 5px;
		}
#subMenu {
	padding:10px 0 0;
	width:250px;
	float:right;
}
	#subMenu h2{
		font-size:130%;
		margin:30px 0 10px;
		background:url(images/bg_subtitle.gif) repeat-x left bottom;
		padding-bottom:10px;
	}
	#subMenu ul{
		margin-left:15px;
	}
	#subMenu li{
		line-height:1.6;
		color:#888;
	}
	#subMenu option{
		padding:2px 5px;
		border-bottom:dashed 1px #DDD;
		margin-right:40px;
		line-height:1.6;
	}
#player table{
	margin:0 auto;
}
ul#feed {
	margin:30px 0 0;
}
	#feed li.rss1{
		list-style-type:none;
		background:url(/images/icon_rss.gif) no-repeat left center;
		text-indent:15px;
	}
#footer {
	clear:both;
	text-align:center;
}
	#footer div a{
		border-left:solid 1px #999;
		border-right:solid 1px #999;
		padding:0 20px;
	}
	#footer p{
		border-top:solid 1px #BBB;
		clear:both;
		background:none;
		padding:20px;
		margin-top:5px;
	}
#pageLink{
	margin:15px 0 0;
	text-align:center;
	font-size:100%;
}
#main ul br {display:none;}
#main ul {margin-left: 2em;}
p {text-indent: 1em;}
h3 {padding: 1em 0 1em 0;}

