/* basic layout
----------------------------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
.areaname {
	display: none;
}
body {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	background-color: #F2F2F2;
	color: #333333;
	margin: 0px;
	padding: 0px;
	margin-left : auto ;
	margin-right : auto ;
	line-height : 1.5;		
}
#basic {
	width: 809px;
	margin: 0px auto;
	padding: 0px;
}
h1 {
	font-weight: normal;
	font-size: 14px;
	color: #FFFFFF;
}
a img {
    border-style:none;
}
.clear{
	clear:both;
}
li {
	list-style-type: none;
}

/* a
----------------------------------------------*/
a{
	font-weight: bold;
}
a:link {
	color: #006633;
	}

a:visited {
	color: #006633;
	}

a:active {
	color: #006633;
	}

a:hover {
	color: #52C28A;
	}

/* header（タイトル）
----------------------------------------------*/
#header {
	background-color: #F2F2F2;
	background-image:  url(http://helloyoga.jp/img/title.jpg);
	height: 118px;
}
#header a{
	color: #ffffff;
	text-decoration: none; 
}

/* submain（ムービー）
----------------------------------------------*/
#submain {
	text-align: center;
}
#slideCont {
	border:none;
	text-align:center;
	}
#slideCont img {
	margin: 4px;
	}

/* main（枠・バック）
----------------------------------------------*/
#main {
	background-image:  url(http://helloyoga.jp/img/main_background.gif);
	background-repeat: repeat;	
}
#main_top {
	background-image:  url(http://helloyoga.jp/img/main_top.gif);
	height: 38px;
}
#main_bottom {
	background-image:  url(http://helloyoga.jp/img/main_bottom.gif);
	height: 30px;
}
/* main（文字）
----------------------------------------------*/
/* #main p{
	font-size: 14px;
}	*/
/* webページ本文、
　お問い合わせ 
*/

p.menu{
	font-size: 14px;
	text-align: center;
	margin-top: 26px;
}
/* ガイド */

/* main_ue（パンくず）
----------------------------------------------*/
#main_ue{
	font-size: 12px;
	background-color: #F0F0F0;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 20px;	
	padding: 4px 10px;
}

/* main_left（サイドバー）
----------------------------------------------*/
h2.stamp{
	background-image: url(http://helloyoga.jp/img/waku01.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	color: #FFFFFF;
}
#main_left{
	width: 160px;
	float:left;
	padding-left: 40px;
}
#main_left p{
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 6px 0px;
}
#main_left p.stamp{
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 0px 4px;
	margin-top: 14px;
	margin-right: 4px;
	margin-bottom: 16px;
}
#main_left table.stamp{
	border: 2px solid #FF9900;
	margin-bottom: 10px;
	background-image: url(http://helloyoga.jp/img/haikeigif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#main_left img.stamp{
	margin-right: 6px;
}
#main_left table{
	border: 2px solid #FF9900;
	margin-bottom: 10px;
}
#main_left .pr{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* main_right（個別ページへ）
----------------------------------------------*/
/*
#main_right{
	width: 535px;
	float:right;
	padding-right: 40px;	 
}
#main_right p {
	font-size: 12px;
	margin-top: 10px;
	color: #333333;
	list-style-type: none;
	padding: 0px;
}
#main_right p.bold {
	color: #CC6600;
	font-size: 14px;
	margin-top: 10px;
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
}
#main_right p.detail {
	font-size: 14px;
	color: #333333;
	list-style-type: none;
	padding: 0px 0px 0px 20px;
	margin: 10px 0px 10px 0px;
	font-weight: lighter;
	background-image:  url(http://helloyoga.jp/img/list.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#main_right p.news {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 20px;
	text-align: left;
	padding-bottom: 10px;
}
#main_right p.news_t {
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	text-align: left;
}
*/

/* footer
----------------------------------------------*/
#footer{
	background-image:  url(http://helloyoga.jp/img/footer.gif);
	height: 58px;	
}
#footer p{
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	padding-top: 24px;
}
//
