/* 角屋角成ブログ専用CSS */


html {
	background-color: #FFFFFF;
}


body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	font-size: 14px;
	color: #000;
	background-color: #FFFFFF;
}


.iPhoneBody {
	background-color: #FFFFFF;
}


/* マーキー */
marquee {
	background: -moz-linear-gradient(top,#fffcaf 0%,#bcb72f);
	background: -webkit-gradient(linear, left top, left bottom, from(#fffcaf), to(#bcb72f));
	font-size: 16px;
	color: #000;
	padding: 4px 0;
	margin-bottom:20px;
}


/* 更新日表示 */
.daytext {
	color:#FFFFFF;
	font-size: 18px;
	font-weight:bold;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
}
.greenglade{
	background: -moz-linear-gradient(top,#839f00 0%,#bfdb3e);
	background: -webkit-gradient(linear, left top, left bottom, from(#839f00), to(#bfdb3e));
}
.blueglade{
	background: -moz-linear-gradient(top,#0d56ff 0%,#86aafe);
	background: -webkit-gradient(linear, left top, left bottom, from(#0d56ff), to(#86aafe));
}


/* ブログリンク */
.bloglink {
	font-size: 16px;
	text-align: center;
	padding-bottom:10px;
}
.space{
	margin:4 0px;
}
.green{
	background-color: #e3f1a3;
	color:#566900;
}
.blue{
	background-color: #bbcdff;
	color:#0d56ff;
}
/* リンクボタン */
.linkbotan {
	text-align:center;
	margin:0 auto;
	width:90%;
}
.linkbotan img{
	width:50%;
}


/* 過去のブログ */
.backlist {
	color:#605f00;
	font-size: 16px;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 4px;
}
.backlist a {
	text-decoration: none;
	color: #00F;
	padding: 0px 0;
	display:block;
}
.backlist img {
	width:80%;
	border:solid 2px #605f00;
}


/* 雑誌あおり（スロマガ） */
.magazin-slo {
	background-color: #a1bc26;
	color:#000;
	font-size: 16px;
	padding: 8px 18px;
	height: 100px;
	text-align:left;
	margin-bottom:10px;
}
.magazin-slo img {
	margin-right: 8px;
	display: block;
	float: left;
}
.magazin-slo a {
	text-decoration:none;
	color:#000;
}
.magazin-slo font {
	font-weight:bold;
}
/* 雑誌あおり（ドラゴン） */
.magazin-dra {
	background-color: #86aafe;
	color:#000;
	font-size: 16px;
	padding: 8px 18px;
	height: 100px;
	text-align:left;
	margin-bottom:10px;
}
.magazin-dra img {
	margin-right: 8px;
	display: block;
	float: left;
}
.magazin-dra a {
	text-decoration:none;
	color:#000;
}
.magazin-dra font {
	font-weight:bold;
}