@charset "UTF-8";





/* ======== Basic ======== */

html {

   overflow-y:scroll;

}



body {

   margin:0;

   padding:0;

   line-height:1.6;

   letter-spacing:1px;

   font-family:Verdana, Helvetica, sans-serif;

   font-size:13px;

   color:#fff;

   background:#f38181;

}



br {

   letter-spacing:normal;

}



a {

   color:#fff;

   text-decoration:none;

}



a:hover {

   color:#FCC;

}



img {

   border:0;

   vertical-align:bottom;

}



h1,h2,h3,h4,h5,h6 {

   margin:0;

}





/* ======== contents ======== */

#top {

   width:960px;

   margin:0 auto;

}



#header {

   position:relative;

   width:760px;

   margin-bottom:10px;

}



#pr {

   position:absolute;

   left:0;

   top:0;

   width:480px;

}



#icatch {

   width:760px;

}



#contents {

   float:left;

   width:960px;

}



#main {

   float:left;

   width:744px;

}



#sub {

   float:right;

   width:200px;

}



#main p {

   margin:0 0 1em 0;

}



#main dt {

   margin-bottom:3px;

}



#main dd {

   padding:0;

   margin:0 0 0.5em 1em;

   padding:3px;

   background:#f7efda;

}



#main div.icatch {

   margin-bottom:20px;

}



#movie {

	width: 400px;

	float: left;

	margin-bottom:35px;

	}

#sub_txt {

	width:324px;

	float:right;

	line-height:170%;

	}

.w_txt {

	font-size:13px;

	color:#FFF;

	padding-left:20px;

	}

.blog_txt {

	font-size:11px;

	color:#FFF;

	text-align:center;

	}	

.message {

	padding-left:20px;

	margin-top:20px;

	}	



/* ======== sub menu======== */

#sub .section {

   margin-bottom:10px;

}



#sub h2 {

   padding:2px 5px;

   font-size:14px;

   font-weight:bold;

   color:#fff;

   background:#B2136B;

}



#sub ul {

   margin:0 0 0 5px;

   padding:0;

}



#sub li {

   padding: 0 0 3px 0;

   line-height:1.4;

   list-style:none;

}



#sub li a {

   display:block;

   background:url("../images/bg_list.gif") 0 5px no-repeat;

}



/**** 2013/10/11 追加****/

#footer,address {

	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	font-style: normal;

}

#footer a:link {

  color: #31719C;

  text-decoration: underline;

}



#footer a:visited {

	color: #669;

	text-decoration: underline;

}



#footer a:hover {

	color: #F23000;

	text-decoration: none;

}