@charset "utf-8";

html,body {
	padding: 0;
	padding-bottom: 10px;
	margin: 0;
	height: 100%;
	height: auto;
	font-size: 17px;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
}

/************
 index styles
 ***********/

#page {
	position: relative;
	height: 100%;
	height: auto;
	min-height: 630px;
	max-width: 980px;
	padding-bottom: 10px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	box-shadow: 2px 2px 10px #555;
}

#header {
	float: left;
}

#header img {
	position: relative;
	top: 5px;
	left: 5px;
	width: 200px;
	float: left;
	z-index: 2;
}

#header div {
	position: absolute;
	top: 70px;
	left: 220px;
	float: right;
	font-weight: bold;
	color: #3c3b8d;
	font-size: 25px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#impressum {
	padding: 5px;
	float: right;
}

#impressum a {
	margin-right: 5px;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	font-size: 15px;
}

#menu_stripe {
	height: 45px;
	width: 100%;
	top: 155px;
	position: absolute;
	background: #fff;
	box-shadow: 2px 2px 10px #555;
	border-top: solid 2px #aaa;
	border-bottom: solid 2px #aaa;
	z-index: 1;
}

#menu_stripe div {
	padding-left: 220px;
}

#menu_stripe a {
	margin-top: 8px;
	margin-right: 20px;
	font-weight: bold;
	font-size: 25px;
	display block;
	float: left;
	text-align: center;
	width: 170px;
}

#blossoms {
	position: absolute;
	top: 220px;
	left: 50px;
}

#content {
	/*min-height: 200px;*/
	padding: 10px;
	height: auto;
	width: 730px;
	overflow: visible;
}

#content_animation {
	overflow: visible;
	border: solid 1px #aaa;
	box-shadow: 2px 2px 10px #555;
	position: relative;
	margin-top: 30px;
	left: 220px;
	background-image: url(images/background_content.png);
	background-repeat: repeat;
	width: 750px;
}

#kanji {
	background-repeat: no-repeat;
	position: absolute;
	top: 200px;
	left: 620px;
	z-index: 0;
}

#social {
	position: absolute;
	top: 300px;
	left: 20px;
	z-index: 3;
}

#social div {
	position: relative;
	margin-bottom: 5px;
	overflow: hidden;
}

#facebook_box {
	position: relative;	
	min-height: 95px;
	max-height: 95px;
	width: 180px;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;		
	background-color: #fff;			
	/*height: 290px;*/
}

#facebook_box iframe {
	height: 590px;
	background-color: #fff;
}

#footer {
	font-size: 10px;
	color: #888;
	padding-right: 10px;
	padding-top: 10px;
	float: right;
}

#map {
	position: relative;		
	float: right;
	width: 500px;
	height: 300px;
	border: solid 1px #aaa;
	box-shadow: 2px 2px 10px #555;
}

#businesshours_table{
	font-size: 15px;
}

.image div, .image_right div {
   font-size: 10px;
}

.image_right {
   float: right;
}

/************
 menu styles
 ***********/
 
/* FLOATS */
#menu_gyudon, #menu_oyakodon, #menu_side_dish, #menu_desert {
	width: 400px;
	float: left;
}

#menu_toppings, #menu_drinks, #menu_kimchi_salad {
	float: right;
	max-width: 260px;
}

#menu_set, #menu_curry {
	float: left;
	width: 710px;
}

/* OTHERS */
.menu {
	margin: 10px;
	padding: 5px;
	border: solid 1px #aaa;
	box-shadow: 2px 2px 10px #555;
	min-width: 250px;
}
.menu_set_table {
	width: 100%;
}
.menu_set_table td {
	width: 25%;
	text-align: center;
}
.menu_soup-salad_table td {
	text-align: center;
	width: 50%;
}
.menu_note {
	font-size: 10px;
}
.price {
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 0px;
}
.price_amount {
	font-weight: bold;
}
.price_amount_right {
	font-weight: bold;
	float: right;
	font-size: 20px;
	clear: both;
}
.price_note_jap, .price_note_ger  {
	float: left;
	margin-right: 10px;
}
#menu_gyudon .menu_image,
#menu_oyakodon .menu_image,
#menu_curry .menu_image {
	float: left;
}
.menu_image {
	padding: 10px;
	text-align: center;
}
.menu_image_right {
	float: right;
}
.menu_image div {
	font-size: 15px;
	text-align: center;
}
.menu_title {
	font-weight: bold;
	font-size: 20px;
}
.menu_space {
	margin-top: 30px;
}

/************
 CLASS styles
 ***********/
 
 /* news */
.news {
	margin: 30px;
	padding: 10px;
	border: solid 1px #aaa;
	box-shadow: 2px 2px 10px #555;
}
.news_header {
	border-bottom: 2px dashed #aaa;
	margin-bottom: 10px;
}
.news_title {
	font-weight: bold;
	font-size: 20px;
}
.news_date {
	float: right;
}

/* other */
.float_clear {
	clear: both;
}
.rotate_bot {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ie-transform: rotate(-45deg);
transform: rotate(-45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678,sizingMethod='auto expand');
zoom: 1;
background-color:transparent;

color: red;
font-weight: bold;
position: absolute;
top: 1960px;
left: 500px;
}
.rotate_top {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ie-transform: rotate(45deg);
transform: rotate(45deg);
filter: progid:DXImageTransform.Microsoft.Matrix(
            M11=0.7071067811865474,
            M12=-0.7071067811865477,
            M21=0.7071067811865477,
            M22=0.7071067811865474,
            SizingMethod='auto expand');
zoom: 1;
background-color:transparent;

color: red;
font-weight: bold;
font-size: 25px;
position: absolute;
top: 85px;
left: 520px;
}

/************
 TAG styles
 ***********/
 
a {
	text-decoration: none;
	color: #3c3b8d;
}
