@charset "EUC-JP";

/* =========== reset =========== */

* {
	margin: 0;
	padding: 0;
	}


/* =========== Global Settings =========== */

body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #808080;
	line-height: 1.5em;
	font-family: verdana, Arial, "£Í£Ó £Ð¥´¥·¥Ã¥¯", sans-serif;
	background: #fff url(http://lake.grandcashing.com/template/ob07_header_bg.jpg) no-repeat;
	scrollbar-3dlight-color:#fff;
	scrollbar-arrow-color:#fff;
	scrollbar-base-color:#fff;
	scrollbar-darkshadow-color:#fff;
	scrollbar-face-color:#4a6db1;
	scrollbar-highlight-color:#4a6db1;
	scrollbar-shadow-color:#fff;
	scrollbar-track-color:#fff;
	}

a:link,
a:visited {
	color: #4a6db1;
	text-decoration: none;
	}

a:active,
a:hover {
	color: #72b0ea;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

img.pict {
	border: solid 1px #aaa;
	margin:1px 5px 5px 0px;
	float:left;
	clear:left;
	}

img.pict_right {
	border: solid 1px #aaa;
	margin:1px 0px 5px 5px;
	float:right;
	clear:left;
	}

img.pict2 {
	border : solid 1px #aaa;
	margin:1px 5px 5px 0px;
	clear:left;
	}

p {
	margin-bottom: 1em;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

.clear {
	font-size: 1px;
	line-height: 1px;
	clear: both;
	}


/* =========== Layout =========== */

div#layout {
	width: 730px !important;
	width: 790px;
	padding: 0 30px;
	}

div#header {
	width: 730px;
	height: 220px !important;
	height: 210px;
	margin-bottom: 30px;
	}

div#contents {
	width: 490px !important;
	width: 490px;
	padding-left: 30px;
	float: left;
	}

div#pagenavi {
	width: 450px;
	text-align: center;
	font-size: 10px;
	padding-bottom: 25px;
	}

div#sidenavi {
	width: 200px;
	float: right;
	}

div#footer {
	width: 730px;
	height: 25px;
	border-top: 3px solid #577cae;	
	margin: 30px 0px;
	}


/* =========== Header =========== */

div#title {
	width: 660px !important;
	width: 700px;
	height: 70px !important;
	height: 170px;
	padding: 170px 0px 0px 42px;
	text-align: right;
	float: left;
	}

div#title h1 {
	font-size: 20px;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 2px;
	}

div#title h1 a:link, 
div#title h1 a:visited {
	color: #4a6db1;
	text-decoration: none;
	}

div#title h1 a:active,
div#title h1 a:hover {
	color: #72b0ea;
	text-decoration: none;
	}

div#title p {
	padding: 5px 0px;
	font-size: 12px;
	color: #72b0ea;
	}

dl#search {
	width: 175px !important;
	width: 200px;
	height: 50px !important;
	height: 70px;
	padding: 10px;
	font-size: 10px;
	background-color: #fff;
	border: 2px solid #ddd;
	}

dl#search input.form {
	width: 118px !important;
	width: 120px;
	height: 16px !important;
	height: 18px;
	background-color: #dcebff;
	border: 1px solid #8aaad1;
	}

dl#search input.button {
	height: 18px !important;
	height: 18px;
	margin-left: 2px;
	font-size: 10px;
	color: #fff;
	font-family: verdana, Arial, sans-serif;
	background-color: #72b0ea;
	border: 1px solid #8aaad1;
	}


/* =========== Entry =========== */

div.entry {
	width: 450px;
	padding-bottom: 70px;
	}

div.entry h2 {
	width: 425px !important;
	width: 450px;
	padding: 0px 0px 6px 25px;
	font-size: 12px;
	background: transparent url(http://lake.grandcashing.com/template/ob07_entry_header.gif) no-repeat bottom;
	margin-bottom: 5px;
	}

div.entry h2 a:link,
div.entry h2 a:visited  {
	color: #4a6db1;
	text-decoration: none;
	}

div.entry h2 a:active,
div.entry h2 a:hover {
	color: #72b0ea;
	}

div.entry_author {
	width: 450px;
	font-size: 10px;
	text-align: right;
	margin-bottom: 20px;
	}

div.entry_body {
	margin-bottom: 18px;
	}

div.entry_more {
	margin-bottom: 18px;
	}

div.entry_state {
	clear: both;
	width: 450px;
	font-size: 10px;
	text-align: right;
	}

div.entry blockquote {
	padding-left: 40px;
	color: #666;
	}

div.entry ul{
	list-style-type: disc;
	padding-left: 20px;
	margin-bottom: 30px;
	}

div.entry ol{
	list-style-type: decimal;
	padding-left: 20px;
	margin-bottom: 30px;
	}

div.entry em{
	font-weight: bold;
	}

div.entry table {
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	margin-bottom: 18px;
	}

div.entry table th {
	padding: 5px;
	border-bottom: 1px solid #36c;
	border-right: 1px solid #ddd;
	}

div.entry table td {
	padding: 5px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	vertical-align: top;
	}

div.entry dl {
	margin-bottom: 18px;
	}

div.entry dl dt {
	color: #666;
	font-weight: bold;
	padding-bottom: 10px;
	}

div.entry dl dd {
	padding: 0px 0px 10px 20px;
	}


/* =========== Comment =========== */

div#comments {
	width: 450px;
	padding-bottom: 50px;
	}

div#comments h3 {
	width: 450px;
	height: 20px !important;
	height: 35px;
	font-size: 12px;
	color: #577cae;
	margin-bottom: 15px;
	padding-left: 15px;
	background: transparent url(http://lake.grandcashing.com/template/ob07_comtb_header.gif) no-repeat;
	}

div#comments dl.comment_body {
	width: 450px;
	padding-bottom: 30px;
	}

div#comments dl.comment_body dt {
	width: 450px !important;
	width: 450px;
	padding: 5px 0px 5px 10px;
	margin-bottom: 5px;
	background: transparent url(http://lake.grandcashing.com/template/ob07_comments_body.gif) no-repeat;
	}

div#comments h4 {
	width: 430px !important;
	width: 450px;
	font-size: 12px;
	font-weight: bold;
	color: #808080;
	background-color: #ccc;
	padding: 5px 10px;
	}

dl#comment_form {
	width: 406px !important;
	width: 450px;
	border: 2px solid #ddd;
	padding: 20px;
	}

dl#comment_form dt {
	padding-bottom: 2px;
	}

dl#comment_form dd {
	padding-bottom: 5px;
	}

dl#comment_form dd label {
	padding: 0px 10px;
	}

dl#comment_form dt label#labelsubmit {
	display: none;
	}

dl#comment_form dd input.form {
	background-color: #eee;
	border: 1px solid #CCC;
	}

dl#comment_form dd textarea {
	width: 300px !important;
	width: 302px;
	background-color: #EEE;
	border: 1px solid #CCC;
	}

dl#comment_form dd input.button {
	width: 100px !important;
	width: 100px;
	height: 20px !important;
	height: 20px;
	padding: 0px 5px;
	margin-right: 10px;
	font-size: 10px;
	color: #fff;
	font-family: verdana, Arial, sans-serif;
	background-color: #808080;
	border: 1px solid #ccc;
	}

div#comments dl.comment_body dt {
	width: 430px !important;
	width: 450px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 10px;
	}

div#comments dl.comment_body dd {
	width: 430px !important;
	width: 450px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 12px;
	}


/* =========== Trackback =========== */

div#trackback {
	width: 450px;
	padding-bottom: 20px;
	}

div#trackback h3 {
	width: 450px;
	height: 20px !important;
	height: 35px;
	font-size: 12px;
	color: #577cae;
	padding-left: 15px;
	background: transparent url(http://lake.grandcashing.com/template/ob07_comtb_header.gif) no-repeat;
	}

p.tb_link {
	width: 440px !important;
	width: 450px;
	font-size: 10px;
	color: #808080;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
	}

div#trackback dl.tb_body {
	width: 450px;
	padding-bottom: 30px;
	}

div#trackback dl.tb_body dt {
	width: 430px !important;
	width: 450px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 10px;
	border-bottom: 1px solid #ccc;
	}

div#trackback dl.tb_body dd {
	width: 430px !important;
	width: 450px;
	padding: 5px 10px;
	margin-bottom: 5px;
	font-size: 12px;
	}


/* =========== Profile =========== */

div#profile {
	width: 450px;
	padding-bottom: 50px;
	}

div#profile h2 {
	font-size: 14px;
	width: 420px !important;
	width: 450px;
	padding: 0px 0px 6px 30px;
	background: transparent url(http://lake.grandcashing.com/template/ob07_entry_header.gif) no-repeat bottom;
	margin-bottom: 30px;
	}

div.profile_body {
	margin-bottom: 18px;
	}

/* =========== Side Navigation =========== */

div#sidenavi dl {
	margin-bottom: 50px;
	}

div#sidenavi dt {
	width: 160px !important;
	width: 200px;
	padding: 1px 20px 2px;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #577cae;
	background: transparent url(http://lake.grandcashing.com/template/ob07_navi_title.gif) no-repeat bottom left;
	}

div#sidenavi ul {
	padding-left: 15px;
	list-style-position: outside;
	list-style-image: url(http://lake.grandcashing.com/template/ob07_point.gif);
	}

dd div.amazon {
	margin: 0px 10px;
	line-height: 1.6em;
	font-family: "Verdana","Osaka","£Í£Ó ¥´¥·¥Ã¥¯";
	}


/* =========== Calendar =========== */

div#calendarline dl {
	margin-bottom: 50px;
	}

div#calendarline dt {
	width: 730px !important;
	width: 750px;
	padding: 1px 20px 2px;
	margin-bottom: 10px;
	font-size: 12px;
	text-align: center;
	color: #808080;
	}


/* =========== Extra =========== */

dl#extra ul {
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 11px; 
	}


/* =========== Footer =========== */

div#footer address {
	padding: 10px 0px 0px 0px;
	text-align: center;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	}
