﻿@import "common.css";
/* ■■ 目次 ■■
/* index.cssはcourse.htmlのみで使用するユニークなCSSです。
　 レイアウトや汎用classなどはcommon.cssに記述しています。
--------------------------------------------------------------------------------
*/


/* ■■■■ course.html ■■■■ */

/* ■ 見出しh1 ■ */
#ttl {
	width:771px;
	margin: 30px 39px 0px 39px;
	background: url(../images/ttl_h1.jpg) no-repeat;
}
#ttl ul{
	width:771px;
	padding: 14px 0px 12px 0px;
}
#ttl li{
	padding: 19px 0px 0px 0px;
}
#ttl h2{
	color: #E6E6D2;
	font-size: 119%;
	line-height: 1.2;
	font-weight: bold;
}

/* ■ コンテンツエリア-01 ■ */
#maincontainer {
	width:850px;
	clear:both;
	margin: 0px 33px 0px 33px;
}
/* ■ コンテンツエリア-02 ■ */
#maincontainer2 {
	text-align:left;
	width:710px;
	margin: 0px 70px 0px 70px;
}
#maincontainer2 dl {
	margin: 12px 0px 0px 0px;
	width:710px;
}
#maincontainer2 dl dt {
 float:left;   
 width:291px;   
}
#maincontainer2 dl dd {  
 float:left;  
 width:410px;
	font-weight: bold;
	font-size: 88%;
	line-height: 1.4;text-align:justify; text-justify:distribute;
}  


/* ■ アーユルヴェーダコースについて ■ */

/* ■ 文章 ■ */
#read {
	margin: 0px 0px 0px 0px;
}
#read ul{
	width:710px;
}
#read li{
	padding: 0px 0px 0px 56px;
	font-size: 88%;
	line-height: 1.5;
}
#read .ttl{
	margin: 20px 0px 0px 0px;
	color: #3E6012;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
}
#read .ttl1{
	margin: 20px 0px 20px 0px;
}
#read .ttl2{
	width:710px;
	height:55px;
	background: url(../images/bg_ttl01.gif) no-repeat;
}
#read .ttl3{
	padding: 24px 0px 0px 56px;
	font-size: 125%;
	line-height: 1.2;
	font-weight: bold;
}

/* ■ 注意 ■ */
#attn {
	margin: 30px 0px 0px 56px;
	text-align:left;
}
#attn ul {
	padding: 18px 18px 18px 18px;
	width:612px;
	border: 1px solid #B5B57C;
	background: #E6E6C9;
}
#attn li{
	padding: 0px 0px 0px 0px;
	font-size: 75%;
	line-height: 1.6;
}

/* ■ アーユルヴェーダコースについて ■ */
#course {
	margin: 20px 0px 0px 0px;
	width:710px;
	text-align:left;
}
#course ul{
	padding: 10px 6px 16px 80px;
	color: #FFFFFF;
	background: #04002D url(../images/illust03.gif) no-repeat left top;
}
#course li{
	font-size: 75%;
	line-height: 1.5;
}
#course a{ font-size:132%; color: #01B7B8; font-weight: bold;
}
#course a:hover { color:#01EFEF; } 
