@charset "UTF-8";


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

* {
	margin: 0;
	padding: 0;
	}


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

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #555;
	font-family: Arial, Tahoma, sans-serif;
	background: #fff;
	}

a:link,
a:visited {
	color: #36c;
	text-decoration: none;
	}
a:active,
a:hover {
	color: #69f;
	text-decoration: underline;
	}

img {
	border: 0px;
	}

img.thumb,
img.pict {
	border: solid 5px #d3e7ff;
	padding: 0;
	margin-right: 10px;
	background: #fff;
	float: left;
	clear: left;
	}

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

img.pict_right {
	border: solid 5px #d3e7ff;
	margin-left: 10px;
	float:right;
	clear:left;
	}

div {
	text-align: left;
	}

table {
	border: 0px;
	border-collapse: collapse;
	}

ul {
	list-style: none;
	}

strong {
	font-weight: bold;
	}

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


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

div#layout {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background: url(http://www.omsproperties.com/template/ob16_mainimg.jpg) no-repeat top left;
	}

div#contents {
	width: 490px !important;
	width: 530px;
	margin: 0;
	padding: 20px 0 20px 40px;
	float: left;
	}

div#pagenavi {
	margin: 0;
	padding: 0 0 30px;
	text-align: center;
	}

div#sidenavi {
	width: 250px;
	margin: 0;
	padding: 55px 0 20px;
	line-height: 1.5em;
	float: right;
	}


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

div#title {
	height: 110px !important;
	height: 185px;
	margin: 0;
	padding: 75px 270px 0 50px;
	color: #fff;
	}

div#title h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
	}

div#title h1 a:link, 
div#title h1 a:visited {
	color: #fff;
	text-decoration: none;
	}
div#title h1 a:active,
div#title h1 a:hover {
	color: #fff;
	text-decoration: underline;
	}

div#title p {
	padding: 0 0 0 55px;
	background: url(http://www.omsproperties.com/template/ob16_header_tilde.gif) no-repeat 15px 5px;
	}


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

div.entry {
	margin: 0;
	padding: 0;
	}

div.entry h2 {
	margin: 0;
	padding: 0 0 3px;
	color: #c63;
	font-size: 14px;
	font-weight: bold;
	}

div.entry h2 a:link, 
div.entry h2 a:visited {
	color: #c63;
	text-decoration: none;
	}
div.entry h2 a:active,
div.entry h2 a:hover {
	color: #f96;
	text-decoration: underline;
	}

div.entry_author {
	margin: 0 0 20px;
	padding: 6px 10px;
	color: #888;
	border: 1px solid #d3e7ff;
	}

div.entry_author p {
	padding: 1px 0;
	}

div.entry_body,
div.entry_more {
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	}
div.entry_more {
	clear: both;
	}

div.entry_state {
	height: 60px !important;
	height: 75px;
	margin: 0;
	padding: 15px 10px 0 0;
	text-align: right;
	background: url(http://www.omsproperties.com/template/ob16_entry_state.gif) no-repeat left top;
	clear: both;
	}

div.entry_state p {
	width: 120px !important;
	width: 130px;
	height: 18px !important;
	height: 20px;
	margin: 0;
	padding: 2px 0 0 10px;
	text-align: center;
	background: url(http://www.omsproperties.com/template/ob16_state_ctbg.gif) no-repeat right top;
	float: right;
	}

div.entry_state p a:link, 
div.entry_state p a:visited {
	color: #fff;
	text-decoration: none;
	}
div.entry_state p a:active,
div.entry_state p a:hover {
	color: #fff;
	text-decoration: underline;
	}


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

div#comments {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.4em;
	}

div#comments h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #c63;
	font-size: 14px;
	font-weight: bold;
	}

div#comments dl.comment_body {
	margin: 0 0 20px;
	padding: 0;
	}

div#comments dl.comment_body dt {
	margin: 0;
	padding: 0 0 3px;
	border-bottom: 1px solid #d3e7ff;
	}

div#comments dl.comment_body dt span {
	color: #999;
	}

div#comments dl.comment_body dd {
	margin: 0;
	padding: 5px 0 0 20px;
	}

div#comments fieldset {
	margin: 0;
	padding: 10px 15px;
	border: 2px solid #d3e7ff;
	}

div#comments fieldset legend {
	margin: 0;
	padding: 0 5px;
	color: #c63;
	font-size: 14px;
	font-weight: bold;
	}

dl#comment_form {
	margin: 0;
	padding: 0;
	}

dl#comment_form dt {
	width: 80px;
	padding: 0 0 5px;
	text-align: right;
	float: left;
	clear: left;
	}

dl#comment_form dd {
	width: 360px !important;
	width: 370px;
	padding: 0 0 5px 10px;
	text-align: left;
	float: left;
	}

dl#comment_form dd input.form,
dl#comment_form dd textarea {
	width: 300px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #ccc;
	}

div#comments fieldset p.formbutton {
	margin: 0;
	padding: 10px 0 0 90px;
	}

div#comments fieldset p.formbutton input.button {
	width: 100px;
	margin: 0 10px 0 0;
	padding: 5px;
	font-weight: bold;
	font-family: Arial, Tahoma, sans-serif;
	color: #fff;
	background: #2161d5;
	border: 1px solid #69f;
	}

div#comments fieldset p.formbutton span {
	padding: 5px 5px 5px 10px;
	margin: 0;
	}


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

div#trackback {
	margin: 0 0 40px;
	padding: 0;
	line-height: 1.4em;
	}

div#trackback h3 {
	margin: 0 0 10px;
	padding: 0;
	color: #c63;
	font-size: 14px;
	font-weight: bold;
	}

div#trackback p.tb_link {
	margin: 0 0 20px;
	padding: 6px 10px;
	text-align: center;
	background: #d3e7ff;
	}

div#trackback dl.tb_body {
	margin: 0 0 20px;
	padding: 0;
	border: 1px solid #d3e7ff;
	}

div#trackback dl.tb_body dt {
	margin: 0;
	padding: 7px 10px 3px;
	border-bottom: 1px dotted #d3e7ff;
	}

div#trackback dl.tb_body dd {
	padding: 5px 10px 7px;
	line-height: 1.4em;
	}

div#trackback dl.tb_body dd p.tb_time {
	padding: 5px 0 0;
	color: #888;
	text-align: right;
	}


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

div#profile {
	margin: 0;
	padding: 0;
	}

div#profile h2 {
	margin: 0 0 20px;
	padding: 0 0 3px;
	color: #c63;
	font-size: 14px;
	font-weight: bold;
	}

div.profile_body {
	margin: 0 0 30px;
	padding: 0 0 0 10px;
	line-height: 1.5em;
	}


/* =========== Page Navigation=========== */

div#pagenavi span {
	padding: 0 10px;
	}


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

div#sidenavi dl {
	padding: 0;
	margin: 0 0 15px;
	}

div#sidenavi dl dt {
	height: 24px !important;
	height: 30px;
	margin: 0 0 10px;
	padding: 6px 15px 0 !important;
	padding: 5px 15px 0;
	color: #fff;
	font-size: 14px;
	background: url(http://www.omsproperties.com/template/ob16_side_title.jpg) no-repeat left top;
	}

div#sidenavi dl dd {
	margin: 0;
	padding: 0 5px 15px 15px;
	}

div#sidenavi ul li {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 3px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 4px;
	}

div#sidenavi ul li ul li {
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(http://www.omsproperties.com/template/ob16_icon2.gif) no-repeat left 3px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon2.gif) no-repeat left 4px;
	}

dd#search ul li form {
	margin: 0;
	padding: 0;
	}

dd#search input.form {
	height: 16px !important;
	height: 18px;
	margin: 0 5px 0 0;
	padding: 1px;
	width: 180px;
	font-size: 12px;
	border: 1px solid #ccc;
	}

dl#recommend dd {
	margin: 0;
	padding: 0;
	}

dl#recommend dd div.amazon {
	padding: 0 0 20px;
	font-size: 10px;
	line-height: 1.4em;
	text-align: center;
	}


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

dl#calendar table {
	margin: 0;
	padding: 0;
	}

dl#calendar table th,
dl#calendar table td {
	font-size: 12px;
	text-align: center;
	border: 1px solid #fff;
	}

dl#calendar table td.calendar_month {
	border: none;
	font-family: verdana, Tahoma, sans-serif;
	}

dl#calendar table td.weekday {
	padding: 2px 0;
	width: 31px;
	}

dl#calendar table td.cell {
	padding: 2px 0;
	}

dl#calendar table td span.today {
	font-weight: bold;
	}

dl#calendar table td span.today a {
	font-weight: bold;
	text-decoration: underline;
	}

dl#calendar table td span.today a:active,
dl#calendar table td span.today a:hover {
	font-weight: bold;
	text-decoration: underline;
	}


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

div#footer {
	height: 100px !important;
	height: 130px;
	margin: 0 auto;
	padding: 30px 230px 0 0;
	background: url(http://www.omsproperties.com/template/ob16_footer_bg.jpg) no-repeat bottom;
	}

div#footer address {
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	}

div#footer address span {
	padding: 0 10px;
	}

div#footer address span.addleft {
	padding: 0 10px 0 0;
	}



/* =========== Entry & Profile TAGs ===========
　（エントリおよびプロフィールの中で使えるタグまとめ） */

div.profile_body h5,
div.entry h5 {
	margin: 0 0 20px;
	padding: 6px 10px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #d3e7ff;
	border-left: 5px solid #d3e7ff;
	}

div.profile_body blockquote,
div.entry blockquote {
	padding-left: 20px;
	background: url(http://www.omsproperties.com/template/ob12_entry_header.gif) repeat-y left top;
	}

div.profile_body ul li,
div.entry ul li {
	margin: 0;
	padding: 2px 0 2px 18px;
	list-style: none;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 5px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 6px;
	}

div.profile_body ul li ul li,
div.entry ul li ul li {
	margin: 0;
	padding: 2px 0 2px 16px;
	list-style: none;
	background: url(http://www.omsproperties.com/template/ob16_icon2.gif) no-repeat left 5px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon2.gif) no-repeat left 6px;
	}

div.profile_body ol,
div.entry ol {
	list-style-type: decimal;
	padding-left: 25px;
	}

div.profile_body strong,
div.entry strong {
	font-weight: bold;
	}

div.profile_body em,
div.entry em {
	font-style: italic;
	}

div.profile_body ins,
div.entry ins {
	text-decoration: underline;
	}

div.profile_body del,
div.entry del {
	text-decoration: line-through;
	}

div.profile_body table,
div.entry table {
	border: 0;
	vertical-align: top;
	}

div.profile_body table th,
div.entry table th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table td,
div.entry table td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	}

div.profile_body table.setborder,
div.entry table.setborder {
	border: 0;
	vertical-align: top;
	border: 1px solid #d3e7ff;
	}

div.profile_body table.setborder th,
div.entry table.setborder th {
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #d3e7ff;
	border-bottom: 2px solid #36c;
	background: #e3eef9;
	}

div.profile_body table.setborder td,
div.entry table.setborder td {
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border: 1px solid #d3e7ff;
	}

div.profile_body dl,
div.entry dl {
	margin: 0;
	padding: 0;
	}

div.profile_body dl dt,
div.entry dl dt {
	padding: 0 0 2px;
	font-weight: normal;
	border-bottom: 2px solid #d3e7ff;
	}

div.profile_body dl dd,
div.entry dl dd {
	margin: 0;
	padding: 2px 0 2px 30px;
	list-style: none;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat 12px 5px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat 12px 6px;
	}

div.profile_body .amazon,
div.entry .amazon {
	margin: 0;
	padding: 0;
	}

img.amazon_pict,
div.profile_body .amazon a img,
div.entry .amazon a img {
	margin: 0;
	padding: 0;
	border: 5px solid #d3e7ff;
	}

div.profile_body .amazon_text,
div.entry .amazon_text {
	margin: 0;
	padding: 0 0 5px;
	}

div.profile_body .amazon_text a,
div.entry .amazon_text a {
	margin: 0;
	padding: 0 0 0 18px;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 2px !important;
	background: url(http://www.omsproperties.com/template/ob16_icon1.gif) no-repeat left 3px;
	}

div.profile_body input.form,
div.entry input.form {
	width: 400px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #d3e7ff;
	}

div.profile_body textarea,
div.entry dd textarea {
	width: 400px;
	font-size: 12px;
	background: #fff;
	border: 1px solid #d3e7ff;
	}

div.profile_body input.button,
div.entry dd input.button {
	padding: 3px 10px;
	font-size: 12px;
	color: #fff;
	background: #2161d5;
	border: 1px solid #69f;
	}
