@charset "UTF-8";
/*
Theme Name: mstb css
Theme URL: http://www.mstb.jp/
Description: baseCSS.
Version: 1.0
Author: 南信州観光公社
Author URL: http://www.mstb.jp/
*/

/* CSS Document */

body {
margin:0 10px;
padding:0;
background:#FFFFFF;
}
.contentbox {
width:800px;
margin:0;
padding:0;
background:url(../img/background.jpg) repeat-y;
}
.contents {
position:relative;
width:730px;
margin:0;
padding:0;
text-align:left;
background:#FFFFFF;
overflow: hidden;
}
.contents:after {
content: "";
display: block;
clear: both;
height: 1px;
overflow: hidden;
}
/*\*/
* html .contents {
height: 1em;
overflow: visible;
}
/**/
.main {
float:left;
width:550px;
margin:0;
padding:0;
}
.side {
float:right;
width:160px;
margin:0;
padding:0;
}

/* 全体
----------------------------- */
/* ヘッダー */
.contents h1 {
width:730px;
height:100px;
background:url(../img/header.jpg) no-repeat -4px 0;
padding:10px 0 0 0;
text-indent:-9999px;
margin:0;
font-size:14px;
color:#333333;
font-weight:normal;
}
.contents h1 a {
width:730px;
height:100px;
display:block;
text-decoration:none;
font-size:14px;
color:#333333;
}
/* カバー */
.contents h2 {
width:730px;
height:271px;
background:url(../img/top-cover.jpg) no-repeat -1px 0;
margin:0;
padding:10px 0 0 0;
text-indent:-9999px;
font-size:14px;
color:#333333;
font-weight:normal;
}
.contents h2 a {
width:730px;
height:271px;
display:block;
text-decoration:none;
font-size:14px;
color:#333333;
}

/* フッター
----------------------------- */
.footer {
clear:both;
position:relative;
width:730px;
margin:0 0 0 0;
padding:0;
background:#ffffff;
overflow: hidden;
}

.footer:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .footer {
    height: 1em;
    overflow: visible;
}
/**/
.address {
width:730x;
margin:0;
padding:2px 0;
background:#e9e9e9 url(../img/bacground-u.jpg) repeat-x bottom left;
}
.address p {
margin:0;
padding:0 25px;
text-align:center;
color:#999999;
font-size:10px;
line-height:100%;
}


/* 共通パーツ
----------------------------- */
.main p {
margin:10px;
padding:0;
color:#333333;
font-size:12px;
line-height:150%;
}
.main p a {
color:#3366CC;
text-decoration:none;
}
.main p a:hover {
color:#FF9900;
}
.side p {
margin:0;
padding:0;
color:#333333;
font-size:14px;
line-height:145%;
}
.side p a {
color:#3366CC;
text-decoration:none;
}
.side p a:hover {
color:#FF9900;
}

/* backup!
----------------------------- */
.back {
clear:both;
}
p.back {
margin:10px;
padding:0 11px 0 0;
text-align:right;
color:#666666;
font-size:10px;
}
p.back a {
margin:0;
padding:0;
font-size:10px;
color:#666666;
text-decoration:none;
}
p.back a:hover {
margin:0;
padding:0;
font-size:10px;
color:#FF9900;
text-decoration:none;
}
.backup {
clear:both;
margin:0 0 0 10px;
padding:0 11px 0 0;
text-align:right;
}
.backup p {
color:#CCCCCC;
font-size:10px;
}
.backup p a {
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}
.backup p a:hover {
font-size:10px;
color:#FF9900;
text-decoration:none;
}
p.backup {
padding:0 11px 0 0;
color:#CCCCCC;
font-size:10px;
}
p.backup a {
padding:0 11px 0 0;
font-size:10px;
color:#CCCCCC;
text-decoration:none;
}
p.backup a:hover {
padding:0 11px 0 0;
font-size:10px;
color:#FF9900;
text-decoration:none;
}


/* 共通装飾
----------------------------- */
.boldred {
color:#CC0000;
font-weight:bold;
}
.boldblue {
color:#003399;
font-weight:bold;
}
.boldgreen {
color:#006600;
font-weight:bold;
}
.backred {
background:#FFCCFF;
}
.backblue {
background:#CCFFFF;
}
.backgreen {
background:#99FF99;
}
span.new {
display: none;
color: red;
font-weight: normal;
font-size:10px;
}
/* 回り込み解除
----------------------------- */
.clear-text {
clear:both;
}
