/* :: GENERAL STYLES :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

body {
	margin: 0;
	padding: 0;
	/* This removes the border around the viewport in old versions of IE */
	border: 0;
	width: 100%;
	background: #fff;
	/* Minimum width of layout - remove line if not required */
	min-width: 955px;
	font-family: 'Hiragino Kaku Gothic Pro', 'MS P Gothic', sans-serif;
}

body.en {
	font-family: Verdana, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6,h7,p,ul,ol,div,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5em;
}

a     { outline: 0; }
a img { border-style: none; }
table { margin: 0; border-collapse: collapse; }
label { margin-right: 15px; }

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

.cll { clear: left; }
.clr { clear: right; }
.clb { clear: both; }

.clx:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;	
}
.clx { display: inline-block; }
.clx { display: block; }

.css { display: none; }


/* :: HEADER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#header {
	width: 100%;
	height: 150px;
}

#header h1 {
	margin: 0;
	padding: 3px 15px 0 15px;
	border-bottom: 1px solid #ddd;
	color: #666;
	font-size: 83%;
	font-weight: normal;
}

#logo {
	margin: 10px 10px 0 10px;
}


/* :: BODY :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#body-wrap {
	/* background: #ddd url(../img/) repeat-y top left; <- #lft-col */
}

#body {
	/* background: url(../img/test2.gif) repeat-y top right; <- #rgt-col */
	height: 1%;
}

#ctr-col-wrap {
	float: left;
	width: 100%;
}

#ctr-col {
	margin: 0 200px;
}

#lft-col {
	float: left;
	margin-left: -100%;
	width: 200px;
	text-align: center;
}

#rgt-col {
	position: relative;
	left: -200px;
	width: 200px;
	margin-left: 100%;
	text-align: center;
}

* html #rgt-col {
	position: static;
	float: left;
	margin-left: -200px;
}

*:first-child+html #rgt-col {
	position: static;
	float: left;
	margin-left: -200px;
}

/* -- Center Column ------------------------------------------------------------------- */

#ctr-col h2 {
	margin-top: 2em;
	font-size: 120%;
	font-weight: bold;
}

body.en #ctr-col h2 {
	font-size: 110%;
	line-height: 1.2em;
}

#ctr-col h2.page-title {
	margin-top: 0;
}

#ctr-col h3 {
	margin-top: 1.5em;
	font-size: 100%;
	font-weight: bold;
}

#ctr-col p {
	margin-top: 1em;
}

#ctr-col p.page-title {
	margin-top: 0;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	line-height: 1.2em;
}

#ctr-col p#page-top {
	padding-top: 2em;
	text-align: right;
	font-size: 75%;
}

#ctr-col img.img-right {
	float: right;
	margin: 0 0 20px 20px;
}

#ctr-col img.img-left {
	float: left;
	margin: 0 20px 20px 0;
}


/* -- Left Column --------------------------------------------------------------------- */

#lft-col #navi {
	padding-bottom: 10px;
}

#lft-col #navi .btn {
	padding-bottom: 20px;
}

#lft-col #nges {
	margin-top: 30px;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 83%;
	line-height: 1.2em;
}


/* -- Right Column -------------------------------------------------------------------- */

#rgt-col #sushi-counter {
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
}

#rgt-col #sushi-counter em {
	font-size: 140%;
}

#rgt-col #sushi-counter-zukan img {
	margin-left: 15px;
}

#rgt-col #rgt-front img {
	margin: 20px 0 0 17px;
}

#rgt-col #rgt-inside img {
	margin: 0 0 0 23px;
}

#rgt-col #rgt-blog {
	font-size: 83%;
	font-weight: bold;
}


/* :: FOOTER :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

#footer {
	margin-top: 30px;
	width: 100%;
	height: 50px;
	border-top: 1px solid #ddd;
}

#footer p#copy {
	margin: 0;
	padding: 10px;
	color: #666;
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 83%;
}


/* -- END -- */

