@charset "utf-8";

/* 基本スタイルweddingページ
--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
body {
text-align:center;
	font-size: 75%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.4;
	color: #333333;
	background: #F4F4F4 url(../images/body_bg.gif) left top repeat-x;
}
a {
	color: #003399;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E3037F;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
img {
	border: none;
	vertical-align: top;
}
#wrapper {
	width: 741px;
	background: #FFFFFF;
	padding-top: 66px;
}
h4{text-shadow:#999999;
background-image:
url(../images/h4.gif);
color: #666666;
}

/* ロゴとナビゲーション
---------------------------------------------*/
h1 {
	position: absolute;
	left: 17px;
	top: 8px;
	color:#CCCCCC;
	}
	h2 {
	color:#662E00;
	font-size: 100%;
}

#globalNav {
	position: absolute;
	top: 33px;
	
	width: 741px;
	height: 33px;
	list-style-type: none;
	background:#E27CB5 url(../images/global_nav_bg.gif) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 94px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:33px;
	padding-top: 33px;
	background-image: url(../images/global_nav.gif);
	color: #FFFFFF;
}

/*  背景画像の位置
---------------------------------------------*/
	
	/* 通常 */
	#nav01 a { background-position:  0     0; }
	#nav02 a { background-position: -94px  0; }
	#nav03 a { background-position: -188px 0; }
	#nav04 a { background-position: -282px 0; }
	#nav05 a { background-position: -376px 0; }
	#nav06 a { background-position: -470px 0; }
	#nav07 a { background-position: -564px 0; }
	
	/* 現在位置 */
	#nav01 a.stay { background-position:  0     -66px; }
	#nav02 a.stay { background-position: -94px  -66px; }
	#nav03 a.stay { background-position: -188px -66px; }
	#nav04 a.stay { background-position: -282px -66px; }
	#nav05 a.stay { background-position: -376px -66px; }
	#nav06 a.stay { background-position: -470px -66px; }
	#nav07 a.stay { background-position: -564px -66px; }

	/* オンマウス */
	#nav01 a:hover { background-position:  0     -33px; }
	#nav02 a:hover { background-position: -94px  -33px; }
	#nav03 a:hover { background-position: -188px -33px; }
	#nav04 a:hover { background-position: -282px -33px; }
	#nav05 a:hover { background-position: -376px -33px; }
	#nav06 a:hover { background-position: -470px -33px; }
	#nav07 a:hover { background-position: -564px -33px; }



/* メインイメージと2段組
---------------------------------------------*/
#content {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
	background: #FFFFFF ;
	padding-bottom: 30px;
}
#info {

	float: left;
	width: 100%;
	background: #FFFFFF;
	
	
}

#about {
	float: left;
	width: 246px;
	}
#newsRelease {
text-align:left;
	float: left;
	width: 493px;
	padding-left: 1px;
}
#pan {
	clear: both;
	color: #333333;
	background: FFFFFF;
		background: url(../images/content_botom.gif) left bottom repeat-x;
	
	}
	
	#footer {
	clear: both;
	color: #FFFFFF;
	background: #333333;
	}

/* 本文のレイアウト
---------------------------------------------*/
#setumei {
line-height: 33px;
font-size: 110%;
color:#766947;
padding-top: 10pix;
font-weight:bold;
background: url(../images/setsumei_botom.gif) left bottom repeat-x;}
#about h3, #newsRelease h3 {
	color: #FFFFFF;
	background: #ffffff url(../images/title02_bg.gif) left top repeat-x;
		}
#about .section {
text-align:left;
	margin: 6px 5px 0 5px;
	border-bottom: 1px solid #ccc;
}
#about .section p {
	margin: 0px 0;
}


#coment{
color:#999999;
}
#alubum {color: ##5B2451}
#page {
text-align:right;
color:#5B2451
}
#moji {
text-align: left;
padding:0px 10px 0px 10px;
color: #660000;
	background: url(../images/about_botom.gif) left bottom repeat-x;
}
#setumei2{
text-align:left;
font-size: 100%;
color:#766947;


font-weight:bold;
background: url(../images/setsumei2_botom.gif) left bottom repeat-x;}

/* アルバムメユーのレイアウト
---------------------------------------------*/
ul#menu {
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  list-style: none;
  color: #794c2c;
  background-color: #eee9e2;
}
ul#menu li {
  display: block;
  margin: 0;
  padding: 0;
  }
ul#menu li span {
  display: block;
 }
li#c01 a { background: url(../images/flow01.gif) 7px 5px no-repeat; }
li#c02 a { background: url(../images/flow02.gif) 7px 5px no-repeat; }
li#c03 a { background: url(../images/flow03.gif) 7px 5px no-repeat; }
li#c04 a { background: url(../images/flow04.gif) 7px 5px no-repeat; }
li#c05 a { background: url(../images/flow05.gif) 7px 5px no-repeat; }
li#c10 a { background: url(../images/flow10.gif) 7px 5px no-repeat; }

ul#menu li a {
  display: block;
 min-height: 110px;
  padding: 5px 7px 5px　200px;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
  color: #aa8f78;
  background-color: #dcd3c5;
}
ul#menu li a:hover {
  color: #794c2c;
  background-color: #eee9e2;
}

ul#menu li#c10 a {
  border-bottom: none;
}

