@charset "utf-8";



/*=============================================================================
   Layout
=============================================================================*/
.container, .content, .inner {	clear: both;	height: auto;	}
.container:after, .content:after, .inner:after{content: ""; display: block; clear: both;}
.container {
	width: 1000px;
	position: relative;
	padding: 0px 50px;
	height: auto;
	}
.content {
	width: 100%;
	margin-bottom:50px;
	overflow: hidden;
	}
.inner {
	zoom:1;
	padding: 0px 20px;
	}
	
a:focus { outline:none;}

#index {
	color:#fff;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.5);
}

.center {
	text-align:center;
}

.shadow_white {
	box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(255,255, 255, 0.458824) 1px 0px 10px 0px;
	border: 3px double rgba(0,0,0 , 0.1 ) ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shadow_black {
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px; *
}

.midashi1 {
	text-align:center;
}

.midashi1b {
	text-align:center;
	margin-top:200px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.midashi2 {
	text-align:center;
	margin-bottom:50px;
}

.double{
	width:100%;
	text-align:center;
}
.double h2{
	position:relative;
	display:inline-block;
}
.double h2:before, .double h2:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.double h2:before{left:-224px;}
.double h2:after{right:-224px;}

.double_black {
	width:100%;
	text-align:center;
}
.double_black h2{
	position:relative;
	display:inline-block;
}
.double_black h2:before, .double_black h2:after{
	content:"";
	display:block;
	width:200px;
	height:4px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	position:absolute;
	top:50%;
	margin-top:-2px;
}
.double_black h2:before{left:-224px;}
.double_black h2:after{right:-224px;}

.ornament{
	width:100%;
	text-align:center;
}
.ornament h2{
	position:relative;
	display:inline-block;
	padding:24px 64px;
}
.ornament h2:before, .ornament h2:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #323030;
	position:absolute;
	top:0;
}
.ornament h2:before{left:-24px;}
.ornament h2:after{right:-24px;}
.ornament h2 span{
	display:block;
	width:4px;height:4px;
	border:2px solid #323030;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:-4px;
	left:50%;
	margin-left:-4px;
}

.ornament2{
	width:100%;
	text-align:center;
}

.ornament2 h2{
	position:relative;
	display:inline-block;
	padding:24px 64px 0;
	margin-bottom:0;
}
.ornament2 h2:before, .ornament2 h2:after{
	content:"";
	display:block;
	width:50%;
	height:4px;
	border-top:1px solid #323030;
	position:absolute;
	top:0;
}
.ornament2 h2:before{left:-24px;}
.ornament2 h2:after{right:-24px;}
.ornament2 h2 span{
	display:block;
	width:4px;height:4px;
	border:2px solid #323030;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	top:-4px;
	left:50%;
	margin-left:-4px;
}

.shadow {
	text-shadow: 2px  2px 5px #000,
            -2px  2px 5px #000,
             2px -2px 5px #000,
            -2px -2px 5px #000;
}

.shadow2 {
	text-shadow: 2px  2px 3px #000,
            -2px  2px 3px #000,
             2px -2px 3px #000,
            -2px -2px 3px #000;
}
	

/* menu_side
--------------------------------------------------------------------------------*/
.menu_side {
	width:250px;
	height:100%;
	background-image:url(../image/all/menu_side.png);
	position:fixed;
	top:0;
	left:0;
	z-index:10;
	box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(255,255, 255, 0.458824) 1px 0px 10px 0px; *
	/* box-shadow
box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px;
-webkit-box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px;
-moz-box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px; */
}

.menu_inner {
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.3);
	margin:auto;
}

.menu_logo {
	width:250px;
	padding:40px 0 10px;
}

.menu_navi {
	width:230px;
	padding:0 0 0 20px;
	margin-top:30px;
	color:#fff;
	font-weight:bold;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.menu_navi a:hover {
	text-decoration:underline;
}

.menu_navi ul li {
	padding-top:10px;
	background-image:url(../image/all/menu_list.png);
	background-position:0 16px;
	background-repeat:no-repeat;
	padding-left:20px;
}

.menu_navi a:hover img {
	opacity: 1.0 !important;
	filter: alpha(opacity=100) !important;
	-ms-filter: "alpha(opacity=100)" !important;
	}
	
/*.menu_footer {
	width: 230px;
	padding:10px;
	position:absolute;
	left:0;
	bottom:20px;
	}
	*/
	
.menu_footer {
	width: 230px;
	padding:10px;
	margin-top:20px;
	}
	
	
/* main
-----------------------------------------------------------------------------*/
.main {
	display: flex;
	width:100%;
}

div.main:after {
	content: "";
	display: block;
	clear: both;
}	

.main_left {
	min-width:250px;
}

@media screen and (min-width: 1400px) {
  .main_right {
	width:90%;
	margin:100px 80px 20px 0;
	text-align:left;
}
}

@media screen and (max-width: 1399px) {

.main_right {
	width:100%;
	margin:100px 0 20px 0;
	text-align:left;
}
}

.text {
	text-shadow: 1px 1px 2px rgba(0,0,0,1) !important;
}

.text2 {
	text-shadow: 1px 1px 2px rgba(0,0,0,1) !important;
}

.text_black a {
	color:#000;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: url(img/header.png) no-repeat left top;
	height: 350px;
	width: 1200px;
	position: relative;
	margin: 0px auto 150px;
	}
	#header .container {
	}
#header h1 {
	background: url(../img/logo.png) no-repeat;
	height: 100px;
	width: 300px;
	position: absolute;
	top: 25px;
	}
	#header h1 a {
	height: 1px;
	width: 300px;
	padding-top: 99px;
	overflow: hidden;
	display: block;
	}

/* Flash title_img
-----------------------------------------------------------------------------*/
/*#mainVisual {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: -10;
	}
	#main_movie {
	height: 100%;
	width: 100%;
	background: url(img/index.jpg) no-repeat center center;
	background-size:cover;
	}*/
/*h2#title_img {
	clear: both;
	width: 400px;
	height: 200px;
	margin-bottom: 40px;
	}
div#flashcontent {
	width: 100%;
	height: 380px;
	text-align: center;
	background: url(../img/main_img.jpg) no-repeat center top;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	}*/


/* Contents
-----------------------------------------------------------------------------*/
div#contents {
	width: 1100px;
	height: auto;
	margin: 0px auto 20px;
	padding: 0;
	background: url(../img/body.jpg);
	}
	div#contents:after{content: ""; display: block; clear: both;}

.bgdecoTL {
	background: url(../img/bg_decoTL.jpg) no-repeat left top;
	padding: 50px 50px 0px;
	min-height: 430px;
	height: auto !important;
	height: 430px;
	}
.bgdecoR {
	}
.bgdecoRB {
	padding-bottom: 50px;
	background: url(../img/bg_decoRB.jpg) no-repeat right bottom;
	min-height: 550px;
	height: auto !important;
	height: 550px;
	}

.matbox {
	width: 640px;
	clear: both;
	padding: 20px;
	background: url(../img/mat.jpg);
	margin-bottom: 20px;
	}
	.matbox:after{content: ""; display: block; clear: both;}

.layoutbox {
	}
	.layoutbox .txtArea {
	float:left;
	width: 480px;
	}
	.layoutbox .txtArea img {
	float:right;
	margin-top: 10px;
}
	.layoutbox .imgArea {
	float:right;
	width: 510px;
	}
	.layoutbox.rev .txtArea { float:right
	}
	.layoutbox.rev .imgArea {
	}

/* gallery_box
 **************************************************/
/*div.gallery_box {
	height: auto;
	width: 680px;
	margin-bottom: 30px;
	position: relative;
	}
	div.gallery_box:after{content: ""; display: block; clear: both;}

div#gallery {}
	div#gallery li img, div#gallery li a{
	width: 105px;
	height: 70px;
	}
	div#gallery li {
	float: right;
	padding: 0px 0px 7px 7px;
	}
	div#gallery li a{
	display: block;
	border: 1px solid #bbb;
	}
	div#gallery li a:hover {
	border: 1px solid #ddd;
	}
	
	div#gallery .g_navi {
	float: right;
	width: 228px;
	height: auto;
	}
	div#gallery .g_main {
	float: left;
	width: 450px;
	height: 300px;
	margin: 0;
	}
	div#gallery .g_main img {
	border: 1px solid #bbb;
	position: absolute;
	top: 0px;
	left: 0px;
	}*/

.txtArea { }
	.txtArea p { margin-bottom: 0.6em; }



/* Footer
-----------------------------------------------------------------------------*/
#pagetop {
	position: fixed;
	bottom: 110px;
	right: -5px;
	clear: both;
	display: inherit;
	z-index: 500;
	}
	#pagetop a {
	text-align: center;
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	text-decoration: none;
	background: #543;
	color: #eee;
	height: 50px;
	width: 50px;
	padding: 10px;
	font-size: 10px;
	line-height: 130%;
	vertical-align: middle;
	display: table-cell;
	overflow: hidden;
	}

#footer {
	width: 100%;
	bottom: 0px;
	background: url(../img/black07.png);
	/*position: fixed;*/
	color: #eee;
	line-height: 1.3em;
	}
	#footer .container {
	width: 1200px;
	margin: 0px auto;
	background: url(img/footer.png);
	height: 100px;
	position: relative;
	padding: 0px;
	}
div#footer_add {
	width: 250px;
	margin-bottom:0;
	}
div#footer_bnr {
	height: auto;
	width: auto;
	padding-top: 10px;
	float: right;
	padding-bottom: 10px;
	}
	div#footer_bnr li {
	height: 45px;
	width: 220px;
	margin-left: 10px;
	float: right;
	}

/*div#footernavi {
	margin: 0px 5px 5px 0px;
	width: 570px;
	height: 44px;
	padding: 0px;
	font-size: 0.92em;
	}
	div#footernavi ul {
	margin-bottom: 4px;
	}
	div#footernavi li {
	padding: 0px 9px;
	border-right: 1px solid #6c533b;
	display: inline;
	}
	div#footernavi li:first-child {
	border-left: 1px solid #6c533b;
	}
	div#footernavi a {
	color: #BBAA88;
	text-decoration: underline;
	}
	div#footernavi a:hover {
	color: #bb6644;
	text-decoration: underline;
	}*/

.footer_yadobnr {
	max-width:550px;
	height:50px;
	text-align: right;
	font-size: 12px;
	color:#fff;
	float:right;
	margin-top:600px;
	}
	
.footer_yadobnr a {
	color:#fff;
}

.footer_yadobnr2 {
	height:50px;
	text-align: right;
	font-size: 12px;
	color:#fff;
	padding:20px 0 20px;
	clear:both;
	margin-right:20px;
	}
	
.footer_yadobnr2 a {
	color:#fff;
}

.top_yadobnr {
	max-width:550px;
	height:50px;
	float:right;
	font-size: 12px;
	color:#fff;
	margin:0 20px 20px 0;
}
	
.footer_yadobnr a {
	color:#fff;
}

#copyright {
	margin: 0px;
	padding: 7px 0px 0px;
	height: 18px;
	width: auto;
	font-size: 10px;
	text-indent: 0px;
	overflow: hidden;
	}

/*------------------- rss -----------------------------*/
.mini {
	width:300px;
	clear:both;
	margin-bottom:5px;
	padding:0 5px 10px;
}
/*
.mini a {
	color:#004E10;
}

.mini a:hover {
	text-decoration:underline;
}


.mini h2 {
	margin-top:0;
	margin-right:5px;
	line-height:1.4em;
	font-size:1em;
	font-weight:bold
}

.miniright {
	float:right;
	width:540px;
	padding-right:5px;
}

.miniright p {
	margin-top:0;
}

.minileft {
	float:left;
	width:200px;
	height:150px;
	overflow:hidden;
}
*/

/*----------------- movie -----------------------*/
#index_movie_img {
	background-image:url(../../movie/top.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -110;
}

video#index_movie {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(../../movie/top.png) no-repeat;
  background-size: cover;
}

@media (max-device-width: 1280px) and (orientation: landscape) {

#index_movie_img {
	background-image:url(../../movie/top.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -90;
}
}

@media (max-device-width: 800px) and (orientation: portrait) {

#index_movie_img {
	background-image:url(../../movie/top.png);
	background-repeat: no-repeat;
	background-size:cover;
	position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -90;
}
}

/*------------------ top --------------------------*/
/*.top_aisatsu {
	width:80%;
	max-width:750px;
	padding-bottom:50px;
	position:absolute;
	bottom:100px;
	right:100px;
	color:#fff;
	font-size:18px;
	line-height:36px;
}*/

.top_aisatsu {
	max-width:750px;
	color:#fff;
	font-size:18px;
	line-height:36px;
	margin:25% 5% auto auto;
}

.top_aisatsu h1 {
	font-size:24px;
}

.top_box0 {
	min-width:1020px;
	margin:0 auto;
}

/*----------------- kannai -----------------------*/
.main_contents {
	color:#000;
	width:90%;
	background:rgba(255,255,255,.7);
	padding:50px;
	font-size:16px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	/* box-shadow */
	box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(1, 23, 9, 0.458824) 1px 0px 10px 0px;
}

.kannai_box0 {
	min-width:1020px;
	margin:0 auto;
}

.kannai_box00 {
	width:940px;
	min-height:500px;
	background:rgba(255,255,255,.5);
	padding:40px;
	/*color:#323030;*/
	color:#000;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	margin:0 auto 60px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.kannai_box1 {
	max-width:500px;
	min-height:480px;
	float:left;
	background:rgba(255,255,255,.8);
	padding:40px 50px;
	/*color:#323030;*/
	color:#000;
	margin-right:20px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.kannai_box1 p {
	margin:30px 0;
}

.kannai_box2 {
	max-width:500px;
	min-height:480px;
	float:right;
	background:rgba(255,255,255,.8);
	padding:40px 50px;
	/*color:#323030;*/
	color:#000;
	margin-left:20px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.kannai_box2 p {
	margin:30px 0;
}

.margin-top20 {
	margin-top:20px;
}

.margin-top40 {
	margin-top:40px;
}

.padding-top100 {
	padding-top:100px;
}

/*----------------- ryori -----------------------*/
.ryori-movie {
	width:940px;
	margin:0 auto 40px;
}

.yusyoku-left {
	float:left;
	margin:0 20px 20px 0;
	box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(255,255, 255, 0.458824) 1px 0px 10px 0px;
	border: 3px double rgba(0,0,0 , 0.1 ) ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#000 !important;		
}

.yusyoku-right {
	float:right;
	margin:0 0 20px 0;
	box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(255, 255, 255, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(255,255, 255, 0.458824) 1px 0px 10px 0px;
	border: 3px double rgba(0,0,0 , 0.1 ) ;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	color:#000 !important;
}

/*----------------- gallery -----------------------*/
.gallery-back {
	background-image:url(../image/gallery/gallery_back.jpg);
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #000;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
}

.gallery_box00 {
	max-width:940px;
	min-height:500px;
	background:rgba(255,255,255,.5);
	padding:40px;
	/*color:#323030;*/
	color:#000;
	text-shadow: 0px 0px 0px rgba(0,0,0,0.0);
	margin:0 auto 60px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

/*----------------- access -----------------------*/
.access {
	width940px;
	margin:0 auto 50px;
	background:rgba(255,255,255,.8);
	padding:40px 50px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.access:after {
	content:"";
	display:block;
	clear:both;
}

.access2 {
	width940px;
	margin:0 auto;
	background:rgba(255,255,255,.8);
	padding:40px 50px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.access3 {
	width940px;
	margin:0 auto;
	background:rgba(255,255,255,.8);
	padding:40px 50px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.access3:after {
	content:"";
	display:block;
	clear:both;
}

.chushaku {
	background: rgba(255,255,255,0.3);
	border:double 5px rgba(0,0,0,0.3);
	padding:25px 50px;
	margin-bottom:25px;
}

.kanko2 {
	display:inline-block;
	width:245px;
	margin:10px 0 !important;
}

.kanko2 a {
	color:#323030;
}

.kanko a {
	color:#323030;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
}

/*------------------ reservation --------------------------*/
.reservation_table {
	border-top:solid 1px #323030;
	border-left:solid 1px #323030;
	width:800px;
	margin:0 auto;
}

.reservation_table td {
	border-bottom:solid 1px #323030;
	border-right:solid 1px #323030;
	padding:20px;
	background: rgba(255,255,255,0.8);
}

.table_left {
	width:60px;
	background: rgba(66,105,66,0.3) !important;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}

.news_box00 {
	max-width:940px;
	min-height:500px;
	background:rgba(255,255,255,0.5);
	padding:40px;
	color:#323030;
	text-shadow: 2px 3px 3px rgba(0,0,0,0.3);
	margin:0 auto 60px;
	box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.458824) 1px 0px 10px 0px;
	-moz-box-shadow:rgba(0,0, 0, 0.458824) 1px 0px 10px 0px;
}

.ryokin {
	width:750px;
	margin:50px auto;
}

.ryokin li {
	list-style:square;
	margin:10px;
}

.ryokin2 {
	width:750px;
	margin:50px auto;
}

.ryokin2 li {
	list-style:decimal;
	margin:10px;
}

.kazari {
	margin:0 auto -70px;
	padding-top:70px;
}

.table-mail {
    width: 750px;
    border-collapse: collapse;
    font-size: 14px;
	margin:0 auto;
	line-height:2em;
}

.table-mail th {
    width: 20%;
    padding: 15px;
    color: #FFF;
    background-color: #444444;
    border: 1px solid #a6a6a6;
}

.table-mail td{ padding: 15px; background-color: #FFF; border: 1px solid #a6a6a6;}

.table-mail th { width:20%; padding:15px; color:#FFF; background-color:#619E0F; border: 1px solid #a6a6a6;}

.margin-30 {
	margin-top:-30px;
}

.photo {
	float:right;
	margin-top:-140px;
}

.photo img {
	margin-right:30px;
}

.plan_link {
	margin-bottom:10px;
	text-align:right;
}

.plan_link a {
	color:#323030;
	font-weight:bold;
}

/*-------------------------- rss -----------------------------------*/
.mini {
	width:750px;
	clear:both;
	border-bottom:dashed 1px #000;
	padding:15px 5px;
	margin:0 auto;
}

.mini:after {
	content:"";
	display:block;
	clear:both;
}

.mini a {
	color:#323030;
}

.mini a:hover {
	text-decoration:underline;
}


.mini h2 {
	margin-top:0;
	margin-right:5px;
	margin-bottom:15px;
	line-height:1.8em;
	font-size:1.4em;
	font-weight:bold
}

.miniright {
	float:right;
	width:530px;
	margin-top:10px;
}

.miniright p {
	margin-top:0;
}

.minileft {
	float:left;
	width:200px;
	height:120px;
	overflow:hidden;
}