@charset "UTF-8";

html{
    font-size: 100%;
} 

body{
	font-size: 1em;
	font-family: georgia,Times New Roman,serif;
	color: #444;
	padding: 0;
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
#container {
    width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;

	-moz-box-shadow: 0px 0px 5px #999999;
	-webkit-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	/* For IE 8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#999999')";
   /* For IE 5.5 - 7 */
   filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=90, Color='#999999');

}
#wrap {
	background-image: url(../images/wrap_bg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	
	


}
#menu_bg {
	padding-left: 28px;
}
#menu {
	float: left;
	width: 225px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	font-size: 0.7em;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#footer_menu {
	float: right;
	text-align: right;
}
#footer ul {
	list-style-type: none;
	display: inline;
	text-align: right;
	margin-right: 25px;
}
#footer_menu li {
	display: inline;
	margin-left: 10px;
	padding: 10px;
	color: #000000;
	list-style-type: none;
}

#footer_menu li a:link {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}

#footer_menu li a:hover {
	color: #000000;
	text-decoration: underline;
	list-style-type: none;
}
#footer_menu li a:visited {
	color: #000000;
	text-decoration: none;
	list-style-type: none;
}
td {
	padding: 0px;
}
table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
}
#home_title  h1  {
	display: none;
}
#home_title {
	margin-top: 60px;
	margin-left: 40px;
}
#home_contents {
	margin-left: 40px;
	font-size: 0.86em;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 30px;
	line-height: 1.3em;
	background-image: url(../images/home/latte_BG.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
}
#home_contents2 {
	margin-left: 40px;
	font-size: 0.86em;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.3em;
	background-image: url(../images/home/latte_BG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 30px;
}
#container #wrap #home_contents2 #news02 .breadcrumb_arrow a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
#home_news {
	margin-left: 40px;
	font-size: 0.86em;
	color: #666666;
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 1.3em;
	margin-right: 35px;
}
.news {
	padding: 10px;
	border: 1px dotted #C5A56E;
}
.news2 {
	padding: 10px;
	border: 1px dotted #C5A56E;
	height: 120px;
}
.news3 {
	padding: 10px;
	border: 1px dotted #C5A56E;
	height: 210px;
}
.news4 {
	padding: 10px;
	border: 1px dotted #C5A56E;
	height: 170px;
}
.news5 {
	padding: 10px;
	border: 1px dotted #C5A56E;
	height: 100px;
}
.dropcaps {
	float: left;
	width: 43px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
#landing_title {
	margin-left: 25px;
}
#landing_title h1 {
	display: none;
}
.green_text {
	font-weight: normal;
	color: #83A642;
}
#landing_contents {
	margin-left: 40px;
	font-size: 0.86em;
	color: #666666;
	margin-bottom: 30px;
	line-height: 1.3em;
}
#landing_contents h2 {
	color: #4f3726;
	font-weight: normal;
	line-height: 2em;
}
#submenu {
	background-color: #FBF7EF;
}
#submenu_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #FFFFFF;
	background-color: #C5A56E;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AB8E5E;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AB8E5E;
}
#submenu ul {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}
#submenu li {
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6E564D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7A5340;
	font-size: 0.8em;
	padding-bottom: 5px;
	list-style-type: none;
}
#submenu li a:link {
	color: #7A5340;
	text-decoration: none;
}
#submenu li a:visited {
	color: #7A5340;
	text-decoration: none;
}
#submenu li a:hover {
	color: #7A5340;
	text-decoration: underline;
}

#left_contents {
	width: 380px;
}
#breadcrumb {
	text-align: right;
	margin-right: 45px;
	font-size: 0.65em;
	margin-top: 10px;
	color: #333333;
}
.breadcrumb_arrow {
	color: #669900;
}
#breadcrumb a:link {
	color: #333333;
	text-decoration: none;
}
#breadcrumb a:visited {
	color: #333333;
	text-decoration: none;
}
#breadcrumb a:hover {
	color: #333333;
	text-decoration: underline;
}
#menulist td {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 5px;
	padding-left: 10px;
}
#menulist h3 {
	margin-top: 0px;
	font-size: 1em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h2 {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.menu_small {
	font-size: 0.9em;
}
.bdr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C5A56E;
	margin-top: 40px;
	margin-bottom: 40px;
}
#button {
	font-size: 80%;
	background-position: center;
	float: right;
	width: 110px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 4px solid #FBF7EF;
	padding: 2px;
}
#button a:hover {
	background-color: #FBF7EF;
	display: block;
}
#button a:link {
	display: block;
	color: #666666;
	text-decoration: none;
}
#button  a:visited {
	display: block;
	color: #666666;
}
.left_contents_gallery {
	width: 380px;
}
#left_contents_event {
	width: 380px;
}
#left_contents_event h3 {
	font-size: 0.95em;
}
#pagetop {
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
}
#pagetop a:link {
	color: #666666;
	text-decoration: none;
}
#pagetop a:visited {
	color: #666666;
	text-decoration: none;
}
#pagetop a:hover {
	color: #666666;
	text-decoration: underline;
}
.dropcaps .hide {
	display: none;
}
#contact td {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.86em;
}
#contact {
	margin-left: 20px;
	line-height: 1em;
}
#contact a:link {
	color: #666666;
	text-decoration: none;
}
#contact a:hover {
	color: #666666;
	text-decoration: underline;
}
#contact a:visited {
	color: #666666;
	text-decoration: none;
}
#home_news h2 {
	font-size: 1.7em;
	color: #4f3726;
	font-weight: normal;
}
#left_contents_event #email a {
	color: #7A5340;
	text-decoration: underline;
}
#home_news a:link {
	color: #666666;
	text-decoration: none;
	font-size: 1.2em;
}
#home_news a:hover {
	color: #666666;
	text-decoration: underline;
}
#home_news a:visited {
	color: #666666;
	text-decoration: none;
}
.brown_bold {
	font-weight: bold;
	color: #4F3726;
	font-size: 1.15em;
}
#anniversary {
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: normal;
	color: #4f3726;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	background-color: #FFFFFF;
	background-image: url(../images/news/kanoko.gif);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 65px;
	border: 3px solid #83A642;
}
#newyear {
	margin-top: 20px;
	padding: 5px;
	border: 5px solid #E3E3E3;
	margin-bottom: 20px;
	height: 100px;
	font-size: 1.2em;
	color: #83A642;
}
.red {
	color: #990000;
}
.newyear_link a/* jellyfish */
  {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	line-height: 25px;
	text-decoration: none;
}
#left_contents_event a {
	color: #000000;
}
/* jellyfish */.jelly_bdr {
	padding: 10px;
	border: 3px solid #E6E6E6;
}
#jelly {
	margin-top: 20px;
	padding: 5px;
	border: 5px solid #E3E3E3;
	margin-bottom: 20px;
	height: 100px;
	font-size: 1.1em;
	color: #83A642;
}
#jelly2 {
	margin-top: 20px;
	padding: 5px;
	border: 5px solid #E3E3E3;
	margin-bottom: 20px;
	height: 100px;
	font-size: 0.95em;
	color: #83A642;
}
