/* ------------------------------
 contents_center
------------------------------ */
.program {
	width: 874px;
	text-align: left;
	margin:0 13px;
	text-align:center;
}
.program h1{
	margin:5px 0px 0px 0px;
}
/* ------------------------------
 h1（タイトル）
------------------------------ */
h1{
	margin: 13px;
	font-size: 11pt;
}

/* ------------------------------
 レイアウト main635px sub235px
------------------------------ */
#wrapper_con{
	margin:0;
	padding:0;
}
#mainbox {
	width: 615px;
	text-align: left;
	background-color: #FFFFFF;
	padding-left: 20px;
	margin-left:10px;
	float: left;
}
#subbox {
	width: 225px;
	background-color: #FFFFFF;
	padding: 0 5px;
	margin-right:10px;
	float: right;
	text-align: center;
}

/* ------------------------------
 mainbox text 635px
------------------------------ */
.text{
	font-size:1.2em;
	line-height:1.3;
	color:#333333;
	border:thin solid #F0F0F0;
	padding:10px;
	text-align:center;
}
.text strong{
	font-size:1.4em;
	line-height:1.5;
	font-weight:bold;
}
.text_s{
	font-size:0.9em;
	line-height:1.3;
	color:#333333;
	padding:3px;
}
.text a:link {
	color: #333333;
	text-decoration:underline;
}
.text a:visited {
	color: #333333;
	text-decoration:underline;
}
.text a:hover {
	color: #FF6600;
	text-decoration: none;
}
.text a:active {
	color: #FF6600;
	text-decoration: none;
}

/* ------------------------------
 subnbox text 
------------------------------ */
.text_sub{
	margin:0 13px;
	padding:10px;
	text-align:left;
	font-size:1.2em;
	line-height:1.3;
	color:#333333;
	border:thin solid #F0F0F0;
}
.letter {
	background-image: url(img/mail_bg.gif);
	color: #333333;
	background-repeat: repeat-y;
	width: 200px;
	margin:0 13px;
	text-align: left;
}
.mail {
	color: #333333;
	font-size:1.2em;
	line-height: 1.5;
	padding:0 15px;
}
.letter li {
	font-size: 12px;
	text-indent: 10px;
	list-style-type: none;
	text-align: left;
	font-weight: bold;
}

/* ------------------------------
 バナーエリア
------------------------------ */
.bn {
	clear:both;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}



/* ------------------------------
 font
------------------------------ */
.style1 {
	color: #FF9A9C;
	font-weight:bold;
}
.style2 {
	color: #A5C3BD;
	font-weight: bold;
}
.fontM{
	font-size:1.3em;
	line-height:1.4;
}

/* ------------------------------
 プレゼント情報
------------------------------ */

h3	{
	font-size:1.2em;
	text-decoration: underline;
	color: #333333;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h5	{
	font-size:10pt;
	color:#FF0000;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 10px;
}
.present	{
	font-size:11pt;
	color:#FF6699;
	font-weight:bold;
}
table#present{
	width: 615px;
	border: 1px #E3E3E3 solid;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	line-height: 150%;
}
table#present th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
}
table#present td {
	padding: 5px;
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 1.0em;
	vertical-align: top;
}
table#present img{
	border:1px solid #999999;
	padding: 3px;
}

/* ------------------------------
 mainbox コーヒー講座 635px
------------------------------ */
.coffee{
	font-size:1.2em;
	line-height:1.5;
	color:#663300;
	border:thin solid #F0F0F0;
	padding:10px;
	background-image: url(img_coffee/bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.coffee strong{
	font-size:1.4em;
	line-height:1.5;
	font-weight:bold;
}
.coffee_s{
	font-size:0.9em;
	line-height:1.3;
	color:#333333;
	padding:3px;
}

.coffee_sub{
	margin:0 13px;
	padding:10px;
	text-align:left;
	font-size:1.0em;
	line-height:1.3;
	color:#663300;
	border:thin solid #F0F0F0;
}

.coffee a:link {
	color: #333333;
	text-decoration:underline;
}
.coffee a:visited {
	color: #333333;
	text-decoration:underline;
}
.coffee a:hover {
	color: #FF6600;
	text-decoration: none;
}
.coffee a:active {
	color: #FF6600;
	text-decoration: none;
}

/* ------------------------------
 リスト(横並び)
------------------------------ */
dl.data{
	margin: 0;
	padding: 0;
}

dl.data dt{
	float: left;
	width: 27em;
	margin:0 0 0 15px;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.5;
	color:#663300;
	font-size:0.9em;
	text-align:left;
}

dl.data dd{
	margin:0 10px;
	padding: 5px 0 3px 23em;
	line-height: 1.5;
	border-bottom: 1px #CCCCCC dotted;
	text-align:left;
}

/* ------------------------------
 リスト(行間狭)
------------------------------ */
dl.data_s{
	display:inline-block;
	text-align:left;
	width:595px;
}

dl.data_s dt{
	float: left;
	width: 7em;
	margin:0 0 0 15px;
	padding: 5px 0 3px 0;
	font-weight: bold;
	line-height: 1.5;
	color:#666666;
	font-size:1em;
}

dl.data_s dd{
	margin:0 10px;
	padding: 5px 0 3px 8em;
	line-height: 1.5;
	border-bottom: 1px #CCCCCC solid;
	font-size:1.0em;
}

