/****************************************************
　■トップページ設定
****************************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	color: #555555;
	background-color:ffffff;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
/* --- IE7用フォント指定 
*:first-child+html body {
   font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
--- */



/****************************************************
　■ヘッダー　（各ページ共通）
****************************************************/

#commheader {
	height: 90px;
	background-image: url(images/header_back.png);
}
#header {
	width: 920px;
	height: 90px;
	position: relative;
	margin: 0 auto;
}
#header-inner {
	padding: 0;
	position: static;
	width: auto;
	padding: 0;
}


/****************************************************
　■コンテンツ content:870px
****************************************************/

/* --- バックテクスチャ --- */
#container-back {
	background: url(images/back_red.png);
}


/* --- コンテンツBOX --- */
#container {
	position: relative;
	width: 920px;
	margin: 0 auto;
	background-image: url(images/top_middle_back.png);/*トップ設定*/
}
#container-inner {
	position: static;
	width: auto;
	padding: 0 20px;/* real width:880px for topmovie 5px space */
}


/* --- コンテンツ Wrapper --- */
#wrapper {
	width: 870px;
	margin: 0 5px;
}

#wrapper-inner {
	padding: 0;
	position: static;
	width: auto;
}


/****************************************************
　■トップ　Flash Movie Block
****************************************************/

/* --- top main Flash block --- width:880px */
#movie-block {
	width: 880px;
	height: 290px;
	background-image: url(images/top_movie_back.png);
	margin: 10px 0;
}
#movie-block-inner {
	padding: 14px 5px 0 15px;
}

/* Flash */
#movie-block #movie {
	width: 570px;
	height: 260px;
	float: left;
}

/* Flash side banner */
#movie-banner {
	width: 280px;
	height: 270px;
	float: right;
}

#movie-banner ul {
	margin:0;
	padding: 0;
}
#movie-banner li {
	text-indent: -9990px;
	list-style: none;
}

/*** navigation 01 ***/
#movie-banner li.mb01 a {
	display: block;
	width: 280px;
	height: 89px;
	background-image: url(images/movie_navi01.png);
	background-position: left top;
}
#movie-banner li.mb01 a:hover {
	background-position: left bottom;
}

/*** navigation 02 ***/
#movie-banner li.mb02 a {
	display: block;
	width: 280px;
	height: 89px;
	background-image: url(images/movie_navi02.png);
	background-position: left top;
}
#movie-banner li.mb02 a:hover {
	background-position: left bottom;
}

/*** navigation 03 ***/
#movie-banner li.mb03 a {
	display: block;
	width: 280px;
	height: 89px;
	background-image: url(images/movie_navi03.png);
	background-position: left top;
}
#movie-banner li.mb03 a:hover {
	background-position: left bottom;
}

/****************************************************
　■風彩の森迎賓館flash　20111201
****************************************************/
#kaze-fla-block {
	width: 870px;
	height: 195px;
	margin: 0 5px 10px 5px;
	background: url(images/kazenomori_back.jpg) top left no-repeat;
}

#kaze-fla-block p {
	font-size: 11px;
	margin: 2px 0 0 0;
	padding: 0;
}

/****************************************************
　■オープン特典　20111226
****************************************************/
#open-block {
	width: 870px;
	height: 120px;
	margin: 0 5px 15px 5px;
}

/****************************************************
　■サイド - ナビゲーション
****************************************************/
#side-navi {
	width: 200px;
	margin: 0;
	float: left;
}

/*** ありがとうウェディング ***/
#thanks-banner {
	margin: 0 0 20px 0;
}

/*** 携帯サイトQRコード ***/
#qr-banner {
	margin: 0 0 20px 0;
}


/*** ありがとうWedding～３つの絆～ ***/
#memorial {
	margin: 0 0 20px 0;
}

/*** お客様の声 ***/
#voice {
	margin: 5px 0 20px;;
}
.voice-box {
	width: 200px;
	margin: 5px 0 0 0;
}
.voice-box dl {
	margin: 0;
}
.voice-box .voice-img {
	width: 60px;
	float: left;
}
.voice-box .voice-info {
	width: 130px;
	float: right;
}
.voice-box .voice-info dl {
	font-size: 12px;
}
.voice-box .voice-info dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.voice-box .voice-info dt a {
	color: #CC3366;
}
.voice-box .voice-info dt a:hover {
	color: #FF6699;
}
.voice-box .voice-info dd {
	line-height: 1.3em;
}



/****************************************************
　■メインコンテンツ　content width:650px
****************************************************/
#content {
	width: 650px;
	float: right;

	margin: 0 0 20px 0;
}

/*** センターブロック ***/
#center-content {
	width: 430px;
	float: left;
}

/* プラン案内 */
#plan {
	width: 430px;
	margin: 0;
	border-bottom: 1px solid #CC0033;
}
#plan-box {
	margin: 0;
}
#plan-box .plan-img {
	width: 178px;
	border: 1px solid #ccc;
	float: left;
}
#plan-box .plan-img img {
	margin: 4px;
}
#plan-box .plan-info {
	width: 240px;
	float: right;
}
#plan-box .plan-info dt {
	width: 215px;
	background-image: url(images/top_plan_subtitle.png);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 10px 25px;
}
#plan-box .plan-info dt a {
	color: #fff;
}
#plan-box .plan-info dt a:hover {
	color: #FFFF33;
}

#plan-box .plan-info dd {
	font-size: 70%;
	line-height: 1.4em;
}
#plan-box .plan-info dd.plan-link {
	text-align: right;
}


/* お知らせ・イベント情報 */
.center-title {
	width: 430px;
	height: 30px;
	margin: 0;
	padding: 0;
}
.center-title img{
	vertical-align: baseline;
}

#news {
	width: 430px;
	margin: 20px 0 5px 0;
}
.entry-news {
	display: block;
	overflow: auto;
	width: 420px;
	height:150px;
	margin: 0 0 0 5px;
	padding: 0 5px 0 0;
}
#news .entry-news dl {
	font-size: 80%;
	margin: 8px 0;
	border-bottom: 1px dotted #CC3333;
}
#news .entry-news dt {
	font-weight: bold;
	color: #E26D8D;
	background-image: url(images/mark_red.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0 0 2px 18px;
	float: left;
	margin: 0 10px 0 0;
}
#news .entry-news dd {
	margin: 0 0 3px 18px;

}

/* イベントカレンダー　バナー */
.center-banner {
	margin: 15px 0 30px 0;
}


/* スタッフブログ　新着情報 */

#blog-news {
	width: 420px;
	display: block;
	overflow: auto;
	height: 300px;
	margin: 0 0 0 10px;
}

#feed, #feed2 {
	margin: 0;
	padding: 0;
}

.news-list {
	margin: 0;
	padding: 0;
}
.news-list p {
	margin: 0 0 3px 0;
	padding: 3px 0 1px 15px;
	font-size: 70%;
	border-bottom: 1px dotted #ccc;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: left;
}
/*
.news-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.news-list li {
	font-size: 70%;
	margin: 3px 5px 0 0;
	padding: 3px;
	border-bottom: 1px dotted #ccc;
}
.news-list li a {
	color: #3366CC;
	text-decoration: none;
}
.news-list li a:hover {
	color: #FF6699;
	text-decoration: underline;
}
*/



/*** 右ブロック ***/
#right-content {
	width: 200px;
	float: right;
}

/* お問合せバナー */
#banner-contact {
	margin: 0 0 20px 0;
	width: 200px;
	height: 100px;
}
#banner-contact dt a {
	display: block;
	width: 200px;
	height: 100px;
	background-image: url(images/side_contact.png);
	background-position: left top;
}
#banner-contact dt a:hover {
	background-position: left bottom;
}

#movie-banner li.mb01 a {
	display: block;
	width: 280px;
	height: 89px;
	background-image: url(images/movie_navi01.png);
	background-position: left top;
}
#movie-banner li.mb01 a:hover {
	background-position: left bottom;
}

/************ バナーグループ **************/

#banner-group {
	margin: 0;
}
#banner-group ul {
	list-style: none;
	text-indent: -9990px;
}

/* 挙式・パーティー */
#banner-group li.bg01 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner01.png);
	background-position: left top;
}
#banner-group li.bg01 a:hover {
	background-position: left bottom;
}

/* アクイールスタッフ */
#banner-group li.bg02 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner02.png);
	background-position: left top;
}
#banner-group li.bg02 a:hover {
	background-position: left bottom;
}

/* 料理・ケーキ */
#banner-group li.bg03 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner03.png);
	background-position: left top;
}
#banner-group li.bg03 a:hover {
	background-position: left bottom;
}

/* ドレス他 */
#banner-group li.bg04 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner04.png);
	background-position: left top;
}
#banner-group li.bg04 a:hover {
	background-position: left bottom;
}
/* プラン案内 */
#banner-group li.bg05 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner05.png);
	background-position: left top;
}
#banner-group li.bg05 a:hover {
	background-position: left bottom;
}

/* レストラン案内 */
#banner-group li.bg06 a {
	display: block;
	width: 200px;
	height: 85px;
	margin: 0 0 4px 0;
	background-image: url(images/side_banner06.png);
	background-position: left top;
}
#banner-group li.bg06 a:hover {
	background-position: left bottom;
}



/* ブログへのバナー */
.blog-link {
	margin: 20px 0;
}
#content .blog-link img {
	margin: 0 0 10px 0;
}

/****************************************************
　■フッター 
****************************************************/
#footer-back {
	width: 100%;
	height: 90px;
	background-image: url(images/footer_back.png);
	margin: 0;
	clear: both;
}

#footer {
	width: 920px;
	height: 83px;
	position: relative;
	margin: 0 auto;
	background: url(images/footer.png);
	font-size: 75%;
	text-align: center;
	padding: 7px 0 0 0;
}
#footer .footer-contact {
	padding: 40px 25px 0 0;
	text-align: right;
}


/****************************************************
　■フッター下テキストリンク 
****************************************************/
#under-link {
	width: 840px;
	margin: 5px auto;
	padding: 0;
	position: relative;
}
#under-link p {
	font-size: 75%;
	text-align: center;
	margin: 0 0 50px 0 ;
}





/**********************************
　■各ページ共通設定
***********************************/

.clearing {
	height: 0px;
	clear: both;
}

.hide {
	font-size: 1px;
	text-indent: -2000px;
	height: 0;
	width: 0;
}

/* --- リンクテキスト共通設定 --- */
a {
	color: #555555;
	text-decoration: none;
}
a:hover{
	color: #CC3366;
	text-decoration: underline;
}

/* --- 見出し共通設定 --- */

h1 {
}
h2 {
}
h3 {
}
h4 {
}


/* --- <p>段落　共通設定 --- */
 p {
	line-height: 1.5em;
}

img {
	border: none;
	vertical-align:baseline;
}


/* --- 強調 --- */
em {
	color: #FF6699;
	font-weight: 700;
	font-style: normal;
}
strong {
	color: #3366CC;
	font-weight: 700;
}

/* --- 色指定 --- */
span.green {
	color: #669933;
}
span.pink {
	color: #CC3366;
}
span.blue {
	color: #6699FF;
}
span.gray {
	color: #999;
}
span.orange {
	color: #FF9933;
}
span.gold {
	color: #CC9933;
}
span.gold-small {
	color: #CC9933;
	font-size: 90%;
}

