/*全般設定
------------------------------------------------------------------------------------------*/
body {
	color: #333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font: 90%/2 "メイリオ", "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background: #fff url(http://hotkairo.com/images/bg.jpg) repeat-x;
}


h1,h2,h3,h4,h5,p{
	margin: 0px;
	padding: 0px;
}

#nav,#nav2,#nav3,#footer,#sub ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#nav,#nav2,#nav3,#footer,#sub li{
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

/*リンク色-------------------*/

a:link {color: #9A9582;}
a:visited {color: #9A9582;}
a:active {color: #CDC4B4;}
a:hover {color: #CDC4B4;}

/*その他-------------------*/

strong {
	color: #f77c5c;
	font-weight: bold;
}

em {
	color: #F7AF5C;
}



.color1 {
	color: #990000;
}

#main p, #sub p {
	margin: 0.5em 1em 1em 5px;
}

#sub p {
font-size: 80%;
}

/*コンテナー要素
------------------------------------------------------------------------------------------*/
#container {
	text-align: left;
	margin: 0px auto;
	width: 800px;
	padding-right: 4px;
	padding-left: 4px;
	background: url(http://hotkairo.com/images/container_bg.gif) repeat-y center;
}


/*ヘッダー要素
------------------------------------------------------------------------------------------*/
#header {
	background: url(http://hotkairo.com/images/header_bg.gif) no-repeat;
	height: 120px;
	position: relative;
}

#header h1 {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #efefef;
}

/*サブページのトップ----------*/
#header p {
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #efefef;
}

/*メインメニュー
------------------------------------------------------------------------------------------*/
#menu {
	border-bottom: 6px solid #EEEEEE;
}

#menu li {
	display: inline;
}


/*グローバルナビメニュー
------------------------------------------------------------------------------------------*/
#nav {
	height: 80px;
	width: 500px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	top: 40px;
	padding-left: 50px;
	font-size: 11px;
	padding-top: 8px;
}

#nav li {
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;
}

#nav a {
	display: block;
	width: 500px;
	height: 40px;
	background-image: url(http://hotkairo.com/images/nav_menu_bg.gif);
	background-repeat: no-repeat;
}

#menu1 a{background-position: 0 0; width: 110px;}
#menu2 a{background-position: -110px 0; width: 100px;}
#menu3 a{background-position: -210px 0; width: 180px;}
#menu4 a{background-position: -390px 0; width: 110px;}

#menu1 a:hover{background-position: 0 -40px;}
#menu2 a:hover{background-position: -110px -40px;}
#menu3 a:hover{background-position: -210px -40px;}
#menu4 a:hover{background-position: -390px -40px;}


/*メインコンテンツ基本設定
------------------------------------------------------------------------------------------*/
#main {
	float: left;
	width: 560px;
	display: inline;
	margin-left: 10px;
	margin-top: 3px;
	padding-bottom: 40px;
	background: #FFFFFF;
}

div.main_body {
	clear: both;
}


div.main_box {
	clear: both;
	position: relative;
	margin-bottom: 10px;
}

p.small{
font-size:80%;
padding:5px;
}

ul.inline li{
display: inline;
list-style-type: circle;
padding-right: 5px;
}

ul.inline {
padding-left: 15px;
list-style-type: circle;
}


/*-----カテゴリページ-----------------*/

div.cate_box {
	clear: both;
	position: relative;
	margin: 0 0 10px 0px;
	border: 0;
}

div.cate_box2 {
	clear: both;
	position: relative;
	margin: 0 0 10px 10px;
	border: 1px #ccc dotted;
}


span.readmore {
	margin-left: 5px;
	color: #512f0d;
	font-weight:bold;
}


/*-----右寄せ画像Box-----------------*/

div.div_right {
  margin: 1em 0 0;
  width: 100%;
  overflow: hidden; /* clear float */
  padding-left: 0px;
}

div.div_right p {
  margin: 1em 0 1em 20px;
}

div.div_right img.figure {
  float: right; /* 画像を左寄せにする場合は left */
  display: inline; /* for IE6,7 */
  margin: 0 0 1em 20px;
}


/*-----パン屑リスト-----------------*/

div.breadcrumb{
	position: relative;
	margin: 10px 0 10px 5px;
	font-size: 12px;
}

/*-----更新情報のBox-----------------*/

div.whatsnew {
	background: url(http://hotkairo.com/images/whatsnew_bg.gif) no-repeat left top;
	height: 150px;
	position: relative;
	margin: 10px 0 10px 0;
	font-size: 12px;
}

ul.whatsnew {
	position: relative;
	padding: 60px 5px 0px 13px ;
	list-style-type: none;
}

ul.whatsnew li {
	background: url(http://hotkairo.com/images/arrow_gray.gif) no-repeat;
	padding-left: 30px;
	line-height: 12px;
	margin-bottom: 15px;
}

span.date {
	margin-left: 5px;
	color: #ccc;
}


span.morenews {
	position: absolute;
	top: 10px;
	right: 10px;
	padding-right: 20px;
	background: url(http://hotkairo.com/images/arrow.gif) no-repeat right;
}

/*-----３つの横並びmenu-----------------*/
#nav2 {
	height: 120px;
	width: 560px;
	position: relative;
	font-size: 11px;
	background-image: url(http://hotkairo.com/images/box_bg.gif);
}

#nav2 li {
	text-indent: -9999px;
	float:left;
	margin: 0;
	padding: 0;
}

#nav2 a {
	display: block;
	width: 560px;
	height: 120px;
	background-image: url(http://hotkairo.com/images/box_bg.gif);
	background-repeat: no-repeat;
}

#nav2 a:hover{
	background-image: url(http://hotkairo.com/images/box_bg_on.gif);
}

#point1 a{background-position: 0 0; width: 185px;}
#point2 a{background-position: -185px 0; width: 185px;}
#point3 a{background-position: -370px 0; width: 185px;}


/*-----３つの横並びボックス-----------------*/

div.row {
	width: 560px;
	height: 120px;
	margin: 10px 5px 20px 0;
}

div.col1 {
  float: left;
  width: 175px;
  height: 100px;
  margin: 9px 5px 9px 7px;
}

div.col2 {
  float: left;
  width: 175px;
  height: 100px;
  margin: 9px 5px;
}

div.col3 {
  float: left;
  width: 175px;
  height: 100px;
  margin: 9px 5px;
}

p.table {
  border: 1px solid #00cc33;
  font-size: 90%;
  margin: 2px;
  padding: 2px;
}


/*メインコンテンツのH1?H5要素
------------------------------------------------------------------------------------------*/

/*-----トップページのPOINT-----*/

h3.point1{
background: url(http://hotkairo.com/images/h3.gif) no-repeat left top;
font-size: 12px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
color: #fff;
}

h3.point2{
background: url(http://hotkairo.com/images/h3_ash.gif) no-repeat left top;
font-size: 12px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
color: #fff;
}

h3.top{
font-size: 12px;
padding: 0px 0px 0px 40px;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
color: #663333;
font-weight: normal;
border-left: 5px #663333 solid;
}

#main h3{
font-size: 120%;
color: #8a3b3b;
font-weight: bold;
margin-left: 5px;
}


#main h4{
font-size: 120%;
color: #8a3b3b;
font-weight: bold;
margin-left: 5px;
}


/*-----サブページ------------------*/

h1.pagetitle{
background: url(http://hotkairo.com/images/h2.gif) no-repeat left top;
font-size:18px;
line-height: 40px;
padding: 0px 0px 0px 40px;
margin: 10px 0px 10px 0px;
letter-spacing: 1px;
color: #512f0d;
}

h2.pagetitle{
background: url(http://hotkairo.com/images/h2.gif) no-repeat left top;
font-size:18px;
line-height: 40px;
padding: 0px 0px 0px 40px;
margin: 10px 0px 10px 0px;
letter-spacing: 1px;
color: #512f0d;
}


h2.img{
padding: 0;
margin: 0;
}

/*-----ページ内リンク用----*/
ul.faq {
	position: relative;
	padding: 10px 5px 0px 10px ;
	list-style-type: none;
}

ul.faq  li {
	background: url(http://hotkairo.com/images/arrow_gray.gif) no-repeat;
	padding-left: 30px;
	line-height: 12px;
	margin-bottom: 15px;
}

ul.faq  li a:hover{
	color: #333333;
}


/*-----カテゴリページ----*/
h1.categorytitle{
background: url(http://hotkairo.com/images/h2.gif) no-repeat left top;
font-size:20px;
padding: 0px 0px 0px 40px;
margin: 10px 0px 10px 0px;
letter-spacing: 1px;
color: #8a3b3b;
}

h2.faq {
background: #512f0d;
border: 1px #c5c4b4 solid;
font-size:14px;
padding: 5px;
margin: 20px 0px 20px 0px;
letter-spacing: 1px;
color: #f7f7f7;
}

h2.staff{
background: #fcfcfc;
font-size:20px;
padding: 0.5em;
margin: 30px 0px 20px 0px;
letter-spacing: 1px;
color: green;
}

h2.staff a{
color: #333;
}


h2.number{
background: url(http://hotkairo.com/images/h2_step.gif) no-repeat left top;
font-size:20px;
padding: 0px 0px 0px 55px;
margin: 10px 0px 10px 0px;
letter-spacing: 1px;
color: #006633;
line-height: 25px;
}

h2.plan{
font-size: 15px;
padding: 0px 0px 0px 5px;
margin: 0px 0px 0px 0px;
letter-spacing: 1px;
color: #8a3b3b;
font-weight: normal;
}

h2.address{
font-size: 15px;
margin: 0px 0px 10px 0px;
letter-spacing: 1px;
color: #8a3b3b;
}


/*-----メインカラム下のフッター基本情報-----*/

div.main-footer {
	clear: both;
	position: relative;
	margin: 20px 0 10px 0px;
	font-size: 12px;
	border: 0;
	background: #fff;
	padding: 5px;
}

/*-----2つの横並びmenu-----------------*/
#nav3 {
	height: 60px;
	width: 525px;
	position: relative;
	font-size: 11px;
	margin-top: 20px;
}

#nav3 li {
	text-indent: -9988px;
	float:left;
	margin: 0;
	padding: 0;
}

#nav3 a {
	display: block;
	width: 525px;
	height: 60px;
	background-image: url(http://hotkairo.com/images/contact_footer.gif);
	background-repeat: no-repeat;
}

#nav3 a:hover{
	background-image: url(http://hotkairo.com/images/contact_footer_on.gif);
}

#reserve2 a{background-position: 0 0; width: 260px;}
#contact2 a{background-position: -270px 0; width: 260px;}



/*サブコンテンツ
--------------------------------------------------*/
#sub {
	float: right;
	width: 200px;
	margin-top: 0px;
	margin-right: 10px;
	padding-bottom: 40px;
	background: #fff;
}

h3.submenu {
	font-size: 100%;
	font-size: 100%;
	background: url(http://hotkairo.com/images/side_menu_title.gif) no-repeat;
	text-indent: -7777px;
	margin-top: 5px;
	line-height: 30px;
}

h3.side {
	font-size: 12px;
	background: url(http://hotkairo.com/images/side_menu_bg.gif) no-repeat;
	color: #efefef;
	padding: 1px 0 0px 5px;
	margin: 10px 0 10px 0;
	line-height: 30px;
}

h4.side {
	font-size: 12px;
	background: url(http://hotkairo.com/images/side_menu_bg.gif) no-repeat;
	color: #efefef;
	padding: 1px 0 0 5px;
	margin: 10px 0 10px 0;
	line-height: 30px;
	font-weight: normal;
}

/*-----サブコンテンツ内のバナー-----*/

ul.banner li.reserve a {
	background: transparent url(http://hotkairo.com/images/reserve.gif) no-repeat;
	line-height: 60px;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 60px;
}

ul.banner li.reserve a:hover{
	background: transparent url(http://hotkairo.com/images/reserve_on.gif) no-repeat;
}

ul.banner li.phone a {
	background: transparent url(http://hotkairo.com/images/phone.gif) no-repeat;
	line-height: 60px;
	text-indent: -6999px;
	display: block;
	width: 100%;
	height: 60px;
}

ul.banner li.phone a:hover{
	background: transparent url(http://hotkairo.com/images/phone_on.gif) no-repeat;
}

ul.banner li.incho a {
	background: transparent url(http://hotkairo.com/images/banner_wakatabe.jpg) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
	margin-top: 2px;
}

ul.banner li.staff a {
	background: transparent url(http://hotkairo.com/images/banner_blog.gif) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
}

ul.banner li.suzuki a {
	background: transparent url(http://hotkairo.com/images/banner_suzuki.jpg) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
}

ul.banner li.strech a {
	background: transparent url(http://hotkairo.com/images/banner_strech.jpg) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 55px;
	margin-bottom: 10px;
}

ul.banner li.coupon a {
	background: transparent url(http://hotkairo.com/images/coupon.gif) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
}

ul.banner li.mobile a {
	background: transparent url(http://hotkairo.com/images/mobile.gif) no-repeat;
	text-indent: -7777px;
	display: block;
	width: 100%;
	height: 200px;
	margin-bottom: 10px;
}
/*-----サブ内のメインメニュー(1枚画像）-----*/

#side_main{
	width: 200px;
	height: 300px;
	background-image: url(http://hotkairo.com/images/side_mainmenu.gif);
	background-repeat: no-repeat;
}

#side_main ul {
	margin:0;
	padding: 0;
}

#side_main li {
	list-style-type: none;
	margin:0;
	padding: 0;
}

#side_main li a {
	width: 200px;
	height:0pt;
	background-image: url(http://hotkairo.com/images/side_mainmenu.gif);
	background-repeat: no-repeat;
	display:block;
	padding-top:42px;
	overflow:hidden;
}

#side_main li#s_menu1 a{background-position: 0 0;}
#side_main li#s_menu2 a{background-position: 0 42px;}
#side_main li#s_menu3 a{background-position: 0 84px;}
#side_main li#s_menu4 a{background-position: 0 126px;}
#side_main li#s_menu5 a{background-position: 0 168px;}
#side_main li#s_menu6 a{background-position: 0 210px;}
#side_main li#s_menu7 a{background-position: 0 252px;}


#side_main li#s_menu1 a:hover{background-position: -200px 0;}
#side_main li#s_menu2 a:hover{background-position: -200px -42px;}
#side_main li#s_menu3 a:hover{background-position: -200px -84px;}
#side_main li#s_menu4 a:hover{background-position: -200px -126px;}
#side_main li#s_menu5 a:hover{background-position: -200px -168px;}
#side_main li#s_menu6 a:hover{background-position: -200px -210px;}
#side_main li#s_menu7 a:hover{background-position: -200px -252px;}

/*-----サブ内のサブメニュー（リストマークを画像に）-----*/

.side_sub ul{ 
	margin:0; 
	padding:0; 
}  

.side_sub li{ 
	width: 190px;
	border-bottom: dotted #333 1px;
	margin:0 0 10px 5px; 
}  


.side_sub li a{ 
	list-style:none;
	padding-left:25px;  
	background: url(http://hotkairo.com/images/side_list.gif) left no-repeat;  
	line-height:30px;  
	text-decoration: none;
}  

/*フッター（特に変更の必要なし）
------------------------------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 100%;
	line-height: 1.5em;
	text-align: center;
	font-size: 11px;
	padding: 0px;
	border-top: 1px dotted #CCCCCC;
}

div#footer_menu {
  overflow: hidden; /* はみ出したものは隠す */
  padding-top: 10px;
}

div#footer_menu ul {
	margin: 0 0 0 -10px; /* 一番左のボーダー幅と同じ値の負のマージン */
	padding: 0px;
}

div#footer_menu li {
  padding: 0 10px;
  display: inline; /* 横並びにさせる */
  border-left: 1px dotted #999382; /* 区切り線 */
}


div.footer_copyright{
	margin-top: 10px; 
	background: url(http://hotkairo.com/images/footer.gif) no-repeat;
	color: #cdc4b4;
}

div.footer_copyright a:link{
	color: #cdc4b4;
	text-decoration: none;
}

div.footer_copyright a:hover{
	color: #f7f7f7;
}

caption {
    padding: 2px 0 2px 3px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
}

table {
    width: 550px;
    border-collapse: collapse;
    color: #333333;
}

table.2 {
    margin-left: 10px;
    width: 300px;
    border-collapse: collapse;
    color: #333333;
}

th {
    padding: 0.2em;
    border: 1px solid #cccccc;
    background: #3f7e9c;
    color: #ffffff;
    text-align: center;
}
td.row {
    width: 100px;
    padding: 0.2em;
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: bold;
    color: #333333;
}

td.row2 {
    padding: 0.2em;
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #333333;
    text-align: center;
}


td {
    width: 100px;
    padding:0.2em;
    border: 1px solid #cccccc;
    text-align: center;
    font-weight: bold;
    color: #f77c5c;
}

/*-----ブログのスタイル-----------------*/

h2.entrytitle{
background: url(http://hotkairo.com/images/h2.gif) no-repeat left top;
font-size:18px;
line-height: 40px;
padding: 0px 0px 0px 40px;
margin: 10px 0px 0px 0px;
letter-spacing: 1px;
color: #512f0d;
}

h2.entrytitle a{
text-decoration: none;
color: #512f0d;
}


h2.archivetitle{
font-size:13px;
line-height: 40px;
padding: 0px;
margin: 10px 0px 10px 0px;
letter-spacing: 1px;
color: #512f0d;
}

h3.widget-header {
	font-size: 12px;
	background: url(http://hotkairo.com/images/side_menu_bg.gif) no-repeat;
	color: #efefef;
	padding: 1px 0 0px 5px;
	margin: 10px 0 10px 0;
	line-height: 30px;
}

p.pagetop{ 
  position: absolute;
  top: 0px;
  right: 5px;
}




