/*==========================================================
+ common
========================================================== */
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
body {
	color: #333333;
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: url(http://loveba.jp/img/bg.gif);
}
a:link, a:visited {
	text-decoration: none;
	color: #FF6600;
}




a:hover {
	text-decoration: underline;
	color: #FF6600;
}




a img{
	border: none;
}




.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
	font-size: 1px;
	line-height: 0px;
}
.com {
	text-align:left;
	width:460px;
	height:73px;
	background-image:url(../img/com.gif);
	background-repeat:no-repeat;
	padding:15px 15px;
	margin:10px 0 0;
}




/*==========================================================
+ header
========================================================== */




/* ブログのバナー背景部分に画像を指定 */
#header {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 774px;
}
#header-inner {
	height: 70px;
	width: 774px;
	background: url(http://loveba.jp/img/banner_bg.gif) no-repeat;
}
#header1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 70px;
	width: 489px;
}
#header2 {
	font: 12px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	text-align: right;
	height: auto;
	width: 270px;
	float: right;
	padding-right: 10px;
	padding-top: 40px;
}
#title {
	height:25px;
	text-align:left;
	margin:5px 0 0 20px;
	font-size:11px;
	padding:0;
	font-weight:normal;
}



#menu {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 774px;
}




div:after {
    content: "";
    display: block;
    clear: both;
    height: 0.01px;
    overflow: visible;
		visibility: hidden;
}




.style1{
	color: #996600;
}
.style2 {
	color: #663300;
	font-weight: bold;
}
.style3 {
	font-weight: bold;
}
.style4 {
	font-size: 1.2em;
}
.style5 {
	color: #ff0033;
}
.entry hr {
	margin: 10px 0 12px;
}




/*\*/
* html #header-inner {
    height: 1em;
    overflow: visible;
}




/*==========================================================
+ レイアウト
========================================================== */




#container {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(http://loveba.jp/img/con_bg.gif) repeat-x top;
}
#container-inner {
  width: 774px;
	height: auto;
  margin: 0 auto;
	padding-bottom: 15px;
  text-align: left;
	background: url(http://loveba.jp/img/contents_bg.gif) repeat-y;
}
div#pagebody {
	text-align: left;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 725px;
}
div#pagebody div#pagebody-inner {
	margin: 0px;
	padding: 0px;
}




/* ２カラム （本文 = alpha | 左サイドバー = beta） */




#alpha, #beta {
	position: relative;
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	height: auto;
}
#alpha {
	left: 200px;
	width: 550px;
}
#alpha-inner {
	margin: 10px 25px;
}
#alpha ul {
	margin-bottom: 12px;
}
#alpha li {
	list-style: inside disc;
	padding-left: 30px;
}
#alpha .entry p {
	margin-bottom: 8px;
}
#beta {
	left: -550px;
	width: 200px;
}
#beta-inner .widget-content {
	padding: 10px 25px;
}
#beta li {
	list-style: none;
}




/*\*/
* html #pagebody {
	height: 1em;
	overflow: visible;
}




/*==========================================================
+ エントリー
========================================================== */




div.entry h3{
	margin-bottom: 15px;
}




div.entry {
	margin: 0px;
	padding: 0px;
}




div.entry a:link {
	text-decoration: none;
	color: #990066;
}




div.entry a:visited {
	text-decoration: none;
	color: #990066;
}




div.entry a:hover {
	text-decoration: underline;
	color: #990066;
}




div.entry2 {
	margin: 0px 0px 10px;
	padding: 5px;
	background: #F4E4F0;
}




.entry-header {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-left: 20px;
}
.eh {
	width: 430px;
	padding-left: 30px;
	padding-top: 10px;
	text-align: left;
	font-weight: bold;
}
div.entry div.entry-content {
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	margin: 0px 0px 10px;
}




div.entry div.entry-content div.entry-body {
	margin: 0px;
	padding: 0px;
}




div.entry-footer {
	padding: 5px;
	border-top: 1px dashed #990066;
	border-bottom: 1px dashed #990066;
	margin: 0px;
}




div.trackbacks {
	font-size: 12px;
	color: #666666;
}




div.trackbacks h3{
	background: url(http://loveba.weblogs.jp/blog/img/typeb/title_bg.gif) no-repeat;
	height: 28px;
}
.trackbacks-header {
	padding-left: 15px;
	font-size: 12px;
	padding-top: 4px;
	color: #333333;
}




div.trackbacks-info {
	padding: 5px;
	font-size: 12px;
	color: #333333;
}




/*==========================================================
+ footer
========================================================== */




#footer {
	margin: 0 auto;
	padding: 0 0 10px;
	width: 774px;
	background: url(http://loveba.jp/img/mtp/fotter_bg.gif) repeat-y;
	height: auto;
	text-align: left;
}
.footer-menu {
	padding: 7px 7px 10px;
	border-top: 1px dashed #999999;
}
#footer a:link {
	color: #666666;
	text-decoration: underline;
}




#footer a:visited {
	text-decoration: underline;
	color: #666666;
}




#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
