/*
Theme Name: pocopoco-about
Description: ぽこぽこ陽気about-テーマ
Author: 管理人
*/

/* レイアウト
----------------------------------------*/
body {
	width: 100%;
	margin: 0; padding: 0;
	font-family: Verdana, Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic", Osaka, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	text-align: center;
}

html, body {height: 100%;}  

*html ,  
*html body { /*for IE6 hacks*/
	height: 100%;
	overflow-x: hidden;
}
 
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,object,blockquote,img {
	margin: 0;
	padding: 0;
}

img {border: 0;}

ul {list-style-type: none;}

#container {
	width: 826px; margin: 0 auto; padding: 0;
	min-height: 100%; 
  	height: auto !important;
	height: 100%;
}

#content {
	width: 100%; float: left; margin: 0; padding: 0;
	text-align: center;
	background-color: none;
	background: none;
	background-image: url(../images/single-uk2012/cnt_bg.png); 
}

#content_inner {
	padding: 25px 80px 0;
      
}


	 
/* コンテンツ
----------------------------------------*/	 

/*投稿タイトル
div.post h2 {
	font-size: 120%;
	padding: 14px 0 14px 75px;
	margin: 0 0 5px;
}
*/
/*投稿文*/
.post p	{
	font-size: 80%;
	line-height: 3;
}

/*投稿日*/
p.postmeta {
	font-size: 70%;
	color: #ac1076;
	margin: 0;
	text-align: right;
}	


	

/* clearfix
----------------------------------------*/
.cleafix:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
	content: ".";
	font-size: 0.1em;
}
.cleafix {
	display: inline-block;
}


