﻿@charset "utf-8";

/* ウルトラ＿サーモボタン */
.ultra_thermo{
	clear:both;
	height:25px;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	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:740px;
	margin-left:auto;
	margin-right:auto;
	padding:10px 20px;
	font-size:15px;
	color:#900;
	font-weight:bold;	
	line-height:150%;
	background-color:#fadbe4;
	border-style:none;
}

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

}
h1{
	text-align:center;
	padding-top:20px;	
}

h2{
	margin:20px 0px;
}

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

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

#col2 a{

}
#col2 img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
