﻿@charset "utf-8";

/* ウルトラ＿サーモボタン */
.ultra_thermo{
	clear:both;
	height:25px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding-bottom:15px;
}

.ultra_thermo li{
	list-style:none;
	float:left;
	width:150px;
	height:25px;
	line-height:25px;
	margin-right:5px;
	font-size:15px;
	color:#900;
	font-weight:bold;
	border:1px solid #fff;
	border-radius:5px;
}

.ultra_thermo a{
	text-decoration:none;
	color:#900;	
	display:block;
	width:150px;
	height:25px;
}
.ultra_thermo li a:hover{
	color:#fff;
	background-color:#900;

}

/* コンテンツ */
#main_cnt{
	clear:both;
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px;
	font-size:15px;
	color:#900;
	font-weight:bold;	
	line-height:150%;
	background:url(../img/thermo_bg.jpg) no-repeat 12px 10px;
	background-color:#fadbe4;

}

.title{
	clear:both;
	text-align:left;
	font-size:18px;
	margin-left:20px;
	padding-top:110px;

}
h1{
	text-align:left;
	margin:5px 0px 0px 20px;	
}

#col1{
	clear:both;
	float:left;
	width:200px;
	padding-top:30px;
	text-align:center;

}

	
#col2{
	float:right;
	width:500px;
	margin-top:40px;
	text-align:left;
}
#col2 p{
	margin:0px 0px 10px;
}

#col2 a{
	color:#00f;
}
#col2 img{
	border-style:none;
}
