@charset "utf-8";

body{
	font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, sans-serif;
	padding:40px 8% 20px 8%;
	background:#fff;
	color:#333:
}

#blog-title{
	background:url('http://pamgau.net/skins/01pamgau/images/horse_s.gif') right bottom no-repeat scroll transparent;
	height:100px;
}

#blog-title a{
	font-size:378%;
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

#description{
	font-size:107%;
}

#description a{
	position:absolute;
	top:40px;
	left:8%;
	color:#333;
	text-decoration:none;
	width:370px;
	padding:68px 0 0 0;
	background:url('http://pamgau.net/skins/01pamgau/images/title.gif') left top no-repeat scroll transparent;
}

#topnavi{
	background:#8faaa5;
	text-align:right;
	padding:4px;
	margin-bottom:40px;
	font-size:107%;
}

#topnavi li{
	display:inline;
	color:#000;
	padding:0 4px;
}

#topnavi li a{
	color:#eee;
	text-decoration:none;
}

#topnavi li a:hover{
	color:#fff;
	background:#5f716e;
}

#searchbox{
	display:inline;
}

img#feed-icon{
	margin:0;
	padding:0;
	vertical-align:middle;
}

.item-title{
	font-size:167%;
	font-weight:bold;
	padding-bottom:6px;
	margin-bottom:12px;
	border-bottom:#a1a1a1 dotted 1px;
}

.item-body{
	margin-bottom:10px;
}
.item-body h3{
	font-size:152%;
	font-weight:bold;
	margin-bottom:8px;
}

.item-body h4{
	font-size:136%;
	font-weight:bold;
	margin-bottom:8px;
}

.item-body p{
	font-size:122%;
	line-height:1.6;
	text-indent:1em;
	margin-bottom:8px;
}

.item-body ul{
	font-size:122%;
	list-style-type:disc;
	list-style-position:inside;
	margin-bottom:1.6em;
}

.item-body ul li{
	margin:0 1em 6px 2em;
}

.item-body pre{
	margin:0.8em 1em 1.6em 1em;
	font-size:92%;
	padding:6px;
	border:#888 solid 1px;
	background:#ded;
}

strong{
	font-weight:bold;
}

.item-footer{
	text-align:right;
	margin-bottom:40px;
}


