a{ text-decoration: none; }

h2.title { 
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",Meiryo, "メイリオ", sans-serif;
color: #045657;
font-size: 18px;
font-weight: bold;
margin: 10pt 10pt 10pt 10pt;
}

body{  
background-image: url(../img/hed_bg.jpg);  
background-repeat: repeat-x;   
background-color: #ffffff;
font-family: "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",Meiryo, "メイリオ", sans-serif;
}

a:link { color: #444444; } 
a:visited { color: #444444; } 
a:hover { color: #444444; }
a:active { color: #444444; }
a{ text-decoration: none; }

#main{
margin-left:auto;    /* 左側マージンを自動的に空ける */
margin-right:auto;   /* 右側マージンを自動的に空ける */
text-align:left;     /* 中身を左側表示に戻す */
width:930px;         /* 幅を決定する */
 }

#menu{
width:201px; 
float:left;        
 }
 
#content{
width:400px;         /* 幅を決定する */
float:left;          /* ボックス回り込み(左) */
margin-left:29px;    /* 左側マージンを29px空ける */
margin-bottom:80px; 
 }
 
 #contentnaka{
width:700px;         /* 幅を決定する */
float:left;          /* ボックス回り込み(左) */
margin-left:29px;    /* 左側マージンを29px空ける */  
margin-bottom:80px;
 }
 
#movie{
width:270px; 
float:left; 
margin-left:30px; 
 }
.vacation {
    width: 400px;
    border: 1px solid #8E8E8E;
	border-radius: 5px;
	margin-top: 20px;
}
.vacation .winter{
	color: blue;
	font-size: 22px;
	margin: 15px;
}
.date {
	color: red;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	margin: 10px;
}
.date_a {
	color: green;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.5;
	margin: 10px;
	text-align: left;
	padding: 15px;
	margin-top: -35px;

}
.unique{
	font-size: 18px;
	text-align: left;
	margin: 25px;
	line-height: 1.2;
}
.unique a {
	color: red;
}
.greeting {
	font-size: 14px;
	text-align: center;
	line-height: 1.4;
}
.greeting_a {
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
	padding: 25px;
	margin-top: -15px
}
.greeting_b {
	font-size: 14px;
	text-align: left;
	line-height: 1.2;
	padding: 25px;
	margin-top: -45px
}
span.hedcopy{
font-size: 18px;
color: #444444;
line-height: 18px;
font-weight: bold;
letter-spacing: 1px;
}

span.pankuzu{
font-size: 10px;
color: #444444;
}

footer {
    clear:both !important;
    padding:14px;
    background-color: #bcf5f6;
    border:none;
    color:#0a9ea0;
    font-size:0.8em;
    text-align:center;
}

