/*==========================================================
+ 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;
}

/*==========================================================
+ 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: 471px;
}
#header2 {
	font: 14px/18px "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #666666;
	text-align: right;
	height: auto;
	width: 230px;
	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: #ff0066;
	font-weight: bold;
}
.style2 {
	width: 480px;
	text-align: right;
}
.style3{
	color:#339900;
	font-weight: bold;
}
.style4{
	color:#CC9900;
	font-weight: bold;
}
.style5{
	color:#333399;
	font-weight: bold;
}
/*\*/
* 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: 10px;
}
#beta {
	left: -550px;
	width: 200px;
}
#beta-inner .widget-content {
	padding: 10px 25px;
}
#beta li {
	list-style: none;
}

#alpha2, #beta2 {
	position: relative;
	display: inline;
	float: left;
	margin-bottom: 10px;
	padding: 0;
	height: auto;
}
#alpha2 {
	left: 200px;
	width: 550px;
}
#alpha-inner2 {
	margin: 10px 25px;
}
#alpha2 ul {
	margin-bottom: 5px;
}
#alpha2 li {
	list-style: none;
}
#alpha2 .entry p {
	margin-bottom: 10px;
}
#beta2 {
	left: -550px;
	width: 200px;
}
#beta-inner2 .widget-content2 {
	padding: 10px 25px;
}
#beta2 li {
	list-style: none;
}

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


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

.entry h3{
	padding-top: 7px;
	margin-bottom: 15px;
}

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;
}
#page-title {
	margin-top: 10px;
	background: url(http://loveba.jp/img/mtp/blog/title.gif) center top no-repeat;
	text-align: left;
	padding: 16px 0 0 12px;
	color: #666666;
	height: 60px;
}
#page-title h1 {
	font-weight: bold;
	font-size: 16px;
}

/*==========================================================
+ 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;
}

/*==========================================================
+ about-us
========================================================== */

.masuTableTd1{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}

.masuTableTd2{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
}
.masuTableTd3{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	font-weight:bold;
	color:#FF3366;
}
.masuTableTd4{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF6600;
	font-weight:bold;
	color:#FF3366;
	text-align:right;
}
.masuTableTd5{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color:#33CCFF;
}

.masuTableTd6{
	height: 30px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #33CCFF;
}
.qapoint{
	color:#0099CC;
}


#pro{
float:left; 
padding:10px 0px 10px 20px;
width:340px;
}
#pro-p{
float:left;
width:130px;
}
.pro-staff{
float:left; 
padding:10px 0px 10px 20px;
width:370px;
}
.pro-p-staff{
float:left;
width:100px;
}
/* 参加者の声 */
.sankaManTh { border-bottom:1px dashed #0099CC; padding:10px 0 2px 0; color:#0099CC; font-weight:bold; }
.sankaManTd { border-bottom:1px solid #0099CC; padding:2px 15px; background-color:#CCF3FF; }
.sankaWomanTh { border-bottom:1px dashed #FF6699; padding:10px 0 2px 0; color:#FF6699; font-weight:bold; }
.sankaWomanTd { border-bottom:1px solid #FF6699; padding:2px 15px; background-color:#FFD7E4; }
.sankastaffTh { border-bottom:1px dashed #FF9900; padding:10px 0 2px 0; color:#FF9900; font-weight:bold; }
.sankastaffTd { border-bottom:1px solid #FF9900; padding:2px 15px; background-color:#FFE6B4; }
.sankaWomanTd p{
margin-top:10px;
}
.sankaManTd p{
margin-top:10px;
}
.sankastaffTd p{
margin-top:10px;
}

/* ブログイベント記事 */
*.blogevent_float_l
      {
         float: left;
         margin-right: 1em;
      }
*.blogevent_float_r
      {
         float: right;
         margin-left: 1em;
      }
*.blogevent_floatclear
      {
         clear: both;
      }
.eventblogBox{
		width:490px;
		  text-align:left;
		  margin-top:15px;
		  font-size:110%;
		  line-height:1.8em;
}
.eventblogBox2{
		  padding:15px 10px;
}

.eventblog-textarea li{
	margin:2px 20px 0 10px;
	padding:0px 0  4px 14px;
	background: url(../eventblog/img/event_arrow.gif) bottom left no-repeat;
	list-style:none;
	}
/* 個別カウンセリング */
.counseling_ybox{
	background-color:#FFC;
	margin:0;
	padding:0 15px 10px 0;
}
.counseling_ybox2{
	background-color:#FFC;
	margin:0;
	padding:10px 15px 10px 0;
}
.counseling_ybox3{
	background-color:#FFC;
	margin:15px 0 0 0;
	padding:0 15px 7px 0;
}
.counseling_ybox h2{
	text-align:left;
	margin-bottom:10px;
}
.counseling_ybox3 h2{
	text-align:left;
	margin-bottom:10px;
}
.counseling_yboxtxt{
	margin:5px 0 0 35px;
	font-size:14px;
}
.counseling_yboxtxt2{
	margin:0 0 0 20px;
	font-size:14px;
	line-height:160%;
}
.counseling_yboxtxt_ore{
	font-weight:bold;
	color:#F60;
}
.counseling h4{
	margin:20px 0 10px 0;
}
.counseling_b{
	text-align:center;
	margin-bottom:15px;
}
.counseling_b2{
	text-align:left;
	margin:15px 0 20px;
}
.counseling_b3{
	text-align:left;
	margin:5px 0 5px;
}
.counseling_ladies{
	background:url(../counseling/img/box_bg.gif) repeat;
	margin:0 0 2px 0;
	padding:15px;
}
.counseling_mens{
	background:url(../counseling/img/box_bg2.gif) repeat;
	margin:0 0 2px 0;
	padding:15px;
}
.counseling_ladies_tag{
	margin-bottom:10px;
	padding:5px;
	width:15%;
	border-left: solid 5px #F69797;
	border-right: solid 2px #F69797;
	border-top: solid 2px #F69797;
	border-bottom: solid 2px #F69797;
	background-color:#FFF;
	color:#630;
	font-weight:bold;
}
.counseling_mens_tag{
	margin-bottom:10px;
	padding:5px;
	width:15%;
	border-left: solid 5px #3366CC;
	border-right: solid 2px #3366CC;
	border-top: solid 2px #3366CC;
	border-bottom: solid 2px #3366CC;
	background-color:#FFF;
	color:#630;
	font-weight:bold;
}
/* スキー */
.sonow_bbox{
	background-color:#E2F1FF;
	margin:0;
	padding:10px 15px 10px 0;
}
.sonow_bboxtxt{
	margin:0 0 0 20px;
	font-size:14px;
	line-height:160%;
}
.snow_pink{
	color:#FF65B2;
	font-weight:bold;
}
