/* customize */
body{
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic";
	line-height:1.5;
	color:#222222;
}

a{color:#441111;text-decoration:underline;}
a:hover, a:active, a:focus{opacity:0.8;color:#441111;text-decoration:none;}

/* header */
#header{}
#header h1{color:#33AA66;text-align:center;margin:0;}
#header h1 span{font-size:16px;}


/* profile */
#profile{margin-top:10px;margin-bottom:10px;background:#F8F8F8;}
#profile h2{font-size:24px;}
#profile #main{
	background-image:url(../img/zen/1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height:200px;
}
#profile #main h2{color:#FFFFFF;padding:80px 0;}

#profile .blog_button{
}
#profile .blog_button a{
	display:inline;
	/*background:#33AA66;
	font-size:24px;
	color:#FFFFFF;*/
	margin:0;
	padding:0;
	text-decoration:none;
}
#profile .phone_number{font-size:28px;}

/* items */
#items{}
#items > .row{background:#FCFCFC;}
#items .item{border:3px dotted #CCCCCC;padding:10px;margin:10px 0;}
#items .item h2{text-align:center;font-size:20px;}
#items .item h2{}

/* footer */
#footer > .row{color:#333333;padding:10px 5px;}
#footer address{font-style:normal;}