@charset "UTF-8";
/*
Theme Name: 解析オヤジの馬券作戦ブログ
Theme URI: http://www.datasx.com/
Description: 競馬予想データSX
Version: 1
Author: 
Author URI: 
*/

/* ---------------------------------------------------------
	CSS Document Common
--------------------------------------------------------- */

html, body {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	text-align: center;
	font-size: 86%;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, "san-serif";
	line-height: 160%;
	color: #000;
}

form, h1, h2, h3, h4, h5, h6, p, ul, ol, li, blockquote {
	margin: 0;
	padding: 0;
}

* html table {
	text-align: left;
	font-size: 90%;
	font-family: "ＭＳ Ｐゴシック", "MS UI Gothic", Osaka, "san-serif";
	line-height: 160%;
	font-size: 100%;
	color: #000;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.clear {
	clear: both;
}

img {
	border: 0;
	vertical-align: middle;
}

img.f_left {
	margin-right: 14px;
}

img.f_right {
	margin-left: 14px;
}

a {
	text-decoration: underline;
	color: #00f;
}

a:hover {
	text-decoration: underline;
	color: #f0f;
}

a:active {
	outline: none;
}

a:focus {
	outline: none;
}

hr {
	clear: both;
	display: none;
}

/* ---------------------------------------------------------
	CSS Document Layout
--------------------------------------------------------- */

#container {
	width: 780px;
	min-height: 800px;
	overflow: hidden;
	margin: 0 auto;
	background: #fff url(images/container.jpg) repeat-y 0 0;
}

#contents {
	float: left;
	width: 560px;
	overflow: hidden;
}

#sidebar {
	float: right;
	width: 209px;
	overflow: hidden;
	margin-right: 4px;
}

* html #sidebar {
	margin-right: 2px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* ---------------------------------------------------------
	CSS Document Header
--------------------------------------------------------- */

#header {
	width: 780px;
	height: 192px;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 17px;
	border-bottom: solid 4px #000;
	background: #fff url(images/header.gif) no-repeat left bottom;
	position: relative;
	z-index: 1;
	text-align: left;
}

* html #header {
	height: 209px;
}

#header h1 {
	float: right;
	width: 290px;
	height: 42px;
	overflow: hidden;
	background: #cf0 url(images/title.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

* html #header h1 {
	height: 32px;
	height: 67px;
	border: 0;
	z-index: 1;
	position: absolute;
	top: 0px;
}

#header h1 a {
	display: block;
	width: 290px;
	height: 67px;
	overflow: hidden;
	background: #cf0 url(images/title.jpg) no-repeat 0 -67px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
}

* html #header h1 a {
	position: relative;
}

#header h1 a:hover {
	background: #cf0 url(images/title.jpg) no-repeat 0 0;
}

#header h2#description {
	float: left;
	width: 486px;
	height: 42px;
	overflow: hidden;
	background: #fc0;
	border: solid 4px #000;
	border-right: 0;
	text-align: center;
	font-size: 120%;
	line-height: 42px;
}

* html #header h2#description {
	width: 490px;
	height: 50px;
}

#header h2#blogname {
	text-align: center;
	font-size: 200%;
	line-height: 60px;
}

#header h2#blogname a {
	text-decoration: none;
	color: #fff;
}

#header p {
	margin-right: 20px;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}

#header #visual {
	border: solid 4px #000;
	border-top: 0;
}

/* ---------------------------------------------------------
	CSS Document Page Template
--------------------------------------------------------- */

h3.pagetitle {
	width: 496px;
	margin: 30px auto 0;
	border: solid 4px #000;
	padding: 20px 0;
	background: #BFF51B url(images/entry_title.jpg) no-repeat 0 0;
	text-align: center;
	font-size: 170%;
	font-weight: bold;
	line-height: 100%;
	color: #000;
}

/* ---------------------------------------------------------
	CSS Document Entry Header
--------------------------------------------------------- */

.entry {
	width: 496px;
	overflow: hidden;
	margin: 30px auto 0;
	border: solid 4px #000;
	text-align: left;
}

.entry_title {
	float: left;
	width: 330px;
	height: 50px;
	overflow: hidden;
	padding: 10px 20px 0;
	border-right: solid 4px #000;
	border-bottom: solid 4px #000;
	background: #BFF51B url(images/entry_title.jpg) no-repeat 0 0;
	text-align: left;
	font-size: 140%;
	line-height: 130%;
}

* html .entry_title {
	width: 370px;
	height: 60px;
}

.entry_title a {
	display: block;
	margin-left: 38px;
	text-decoration: none;
	color: #000;
}

.entry_date {
	float: right;
	width: 110px;
	height: 50px;
	overflow: hidden;
	padding: 10px 0 0 12px;
	border-bottom: solid 4px #000;
	background: #f60;
	text-align: left;
	font-size: 130%;
	font-weight: bold;
	color: #fff;
}

* html .entry_date {
	width: 118px;
	height: 60px;
}

.entry_body {
	clear: both;
	padding: 18px 20px 0;
	line-height: 200%;
}

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

.entry_footer {
	clear: both;
	padding: 9px 20px;
	border-top: solid 4px #000;
	background: #ECE9D8;
	text-align: right;
}

.entry_footer a {
	text-decoration: none;
	font-size: 96%;
	color: #00f;
}

.entry_footer a:hover {
	text-decoration: underline;
	color: #f0f;
}

/* ---------------------------------------------------------
	CSS Document Page Top
--------------------------------------------------------- */

p.pagetop {
	clear: both;
	margin: 20px 0 0;
	text-align: right;
	line-height: 100%;
}

p.pagetop:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* ---------------------------------------------------------
	CSS Document Links Body
--------------------------------------------------------- */

ul#links a {
	display: block;
}

ul#links li {
	padding: 20px 10px 20px;
	background: url(images/entry_line.jpg) no-repeat 0 0;
	list-style: none;
}

/* ---------------------------------------------------------
	CSS Document Contact Form
--------------------------------------------------------- */

form.wpcf7-form p {
	margin-bottom: 10px;
}

form.wpcf7-form p#contactsubmit {
	padding-top: 10px;
	margin-bottom: 0;
}

* + html form.wpcf7-form p#contactsubmit input {
	padding: 5px 10px 0;
	font-size: 110%;
	line-height: 90%;
}

* html form.wpcf7-form p#contactsubmit input {
	padding: 3px 10px 0;
	font-size: 110%;
	line-height: 90%;
}

* + html #commentform input#submit ,
* + html form.wpcf7-form p#contactsubmit input {
	padding: 5px 0 0;
	font-size: 110%;
	line-height: 90%;
}

* html #commentform input#submit {
	padding: 2px 0 0;
	font-size: 110%;
	line-height: 90%;
}

/* ---------------------------------------------------------
	CSS Document Search Body
--------------------------------------------------------- */

p.pagetitle {
	margin-top: 15px;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	line-height: 100%;
	color: #36f;
}

.search_body {
	padding: 20px 10px;
	background: url(images/entry_line.jpg) no-repeat 0 0;
	font-size: 90%;
	line-height: 170%;
}

.search_body p {
	padding-left: 16px;
	padding-right: 16px;
}

.search_body h3 {
	padding-left: 16px;
	font-size: 110%;
}

.search_body p.entry_cat {
	background: url(images/happa.gif) no-repeat 0 2px;
}

.search_body h3 a {
	color: #f60;
}

/* ---------------------------------------------------------
	CSS Document Navigation
--------------------------------------------------------- */

.navigation {
	height: 20px;
	overflow: hidden;
	margin-left: 26px;
	margin-right: 26px;
	padding: 20px;
	background: url(images/entry_line.jpg) no-repeat 0 0;
}

* html .navigation {
	height: 60px;
}

/* ---------------------------------------------------------
	CSS Document Comment
--------------------------------------------------------- */

p#trackback_url {
	padding-top: 10px;
	text-align: center;
}

#comments p.pagetitle {
	padding-top: 15px;
}

p.comment_footer {
	text-align: right;
	padding-top: 3px;
	color: #666;
}

#respond {
	width: 520px;
	overflow: hidden;
	margin: 0 auto;
}

#respond h3 {
	padding: 10px;
	border-bottom: solid 4px #000;
	background: #F5EBB8;
	text-align: left;
	font-size: 110%;
}

#respond form {
	padding: 10px 20px;
}

#respond p {
	margin-bottom: 10px;
	font-size: 90%;
}

#respond label {
	float: left;
	width: 105px;
	overflow: hidden;
}

#respond textarea {
	width: 450px;
	font-size: 100%;
}

/* ---------------------------------------------------------
	CSS Document Sidebar
--------------------------------------------------------- */

.sidebar_block {
	margin-top: 30px;
	margin-right: 26px;
	border: solid 1px #e1d1bf;
}

#sidebar ul {
	margin: 8px 10px 10px;
}

#sidebar li {
	padding: 5px 5px 5px 10px;
	background: url(images/sidebar_li.gif) no-repeat 0 9px;
	text-align: left;
	line-height: 120%;
	list-style: none;
}

#sidebar li a {
	text-decoration: none;
	color: #000;
}

#sidebar li a span ,
#sidebar li a:hover {
	text-decoration: underline;
	color: #f60;
}

#sidebar li a:hover span {
	text-decoration: underline;
	color: #363;
}

#sidebar p.tagCloud {
	margin: 10px;
}

#sidebar select {
	margin: 10px;
	font-size: 90%;
}

#sidebar form {
	margin: 10px;
	font-size: 90%;
}

/* ---------------------------------------------------------
	CSS Document Latest Entry
--------------------------------------------------------- */

#latest_entry {
	padding: 5px 0 5px;
	border-bottom: solid 4px #000;
	background: #ff6 url(images/side_icon.jpg) no-repeat 0 3px;
}

#latest_entry h3 {
	height: 37px;
	overflow: hidden;
	margin-left: 35px;
	background: url(images/latest_entry.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------------------
	CSS Document Categories
--------------------------------------------------------- */

#cat_list {
	padding: 5px 0 5px;
	border-bottom: solid 4px #000;
	background: #ff6 url(images/side_icon.jpg) no-repeat 0 3px;
}

#cat_list h3 {
	height: 37px;
	overflow: hidden;
	margin-left: 35px;
	background: url(images/category.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------------------
	CSS Document Latest Comments
--------------------------------------------------------- */

#latest_comment {
	padding: 5px 0 5px;
	border-bottom: solid 4px #000;
	background: #ff6 url(images/side_icon.jpg) no-repeat 0 3px;
}

#latest_comment h3 {
	height: 37px;
	overflow: hidden;
	margin-left: 35px;
	background: url(images/latest_comment.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------------------
	CSS Document Tag Cloud
--------------------------------------------------------- */

#tag_cloud {
	padding: 5px 0 5px;
	border-bottom: solid 4px #000;
	background: #ff6 url(images/side_icon.jpg) no-repeat 0 3px;
}

#tag_cloud h3 {
	height: 37px;
	overflow: hidden;
	margin-left: 40px;
	background: url(images/tag_cloud.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

/* ---------------------------------------------------------
	CSS Document Profile
--------------------------------------------------------- */

#profile {
	border-bottom: solid 4px #000;
	background: #ECE9D8;
	text-align: left;
}

#profile h3 {
	width: 193px;
	height: 180px;
	overflow: hidden;
	background: url(images/profile.jpg) no-repeat 0 0;
	text-align: left;
	text-indent: -9999px;
}

#profile p {
	margin: 0 15px 10px;
}

/* ---------------------------------------------------------
	CSS Document Menu
--------------------------------------------------------- */

#menu {
	padding-top: 1px;
	border-bottom: solid 4px #000;
	background: #C6E9FB url(images/menu.jpg) no-repeat right top;
	text-align: left;
}

#menu a:hover img {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

/* ---------------------------------------------------------
	CSS Document Outline
--------------------------------------------------------- */

#outline {
	padding: 10px 0 15px;
	text-align: center;
}

#outline h3 {
	height: 30px;
	overflow: hidden;
	background: url(images/outline.jpg) no-repeat center;
	text-align: left;
	text-indent: -9999px;
}

#outline p {
	margin: 10px 0 0;
	line-height: 130%;
}

#outline p.left {
	margin: 10px 10px 0;
}

#outline a:hover img {
	opacity: 0.6;
	filter: Alpha(opacity=60);
}

/* ---------------------------------------------------------
	CSS Document Mart
--------------------------------------------------------- */

#sidebar #mart h3 {
	text-align: center;
}

#sidebar #mart p {
	margin: 0 8px;
	padding: 10px 0;
	font-size: 90%;
	line-height: 140%;
}

#sidebar #mart img {
	margin: 5px;
}

#sidebar #mart p.right {
	padding: 0 0 10px 0;
	text-align: right;
}

/* ---------------------------------------------------------
	CSS Document Calendar
--------------------------------------------------------- */

table#wp-calendar {
	margin: 0 auto 10px;
	border-collapse: collapse;
	text-align: center;
	font-size: 90%;
	line-height: 150%;
}

table#wp-calendar caption {
	padding: 10px 0 0;
}

table#wp-calendar th {
	padding: 0 6px;
	color: #AF786D;
}

table#wp-calendar td {
	padding: 0 6px;
}

* + html table#wp-calendar td#next ,
* + html table#wp-calendar td#prev {
	padding-bottom: 10px;
}

* html table#wp-calendar td#next ,
* html table#wp-calendar td#prev {
	padding-bottom: 10px;
}

/* ---------------------------------------------------------
	CSS Document banner
--------------------------------------------------------- */

#sidebar .bana {
	margin-top: 30px;
	margin-right: 26px;
	font-size: 90%;
	line-height: 140%;
}

#sidebar .bana p {
	margin-bottom: 15px;
}

#sidebar .bana p img {
	margin-bottom: 5px;
}

/* ---------------------------------------------------------
	CSS Document Page Top
--------------------------------------------------------- */

p.pagetop {
	clear: both;
	margin-right: 70px;
	padding: 10px 0;
	text-align: right;
	font-size: 90%;
}

/* ---------------------------------------------------------
	CSS Document Footer
--------------------------------------------------------- */

#footer {
	clear: both;
	border: solid 4px #000;
	background: #fff url(images/footer.jpg) no-repeat center top;
	text-align: center;
}

* html #footer {
	background: #fff url(images/footer.jpg) no-repeat 4px 4px;
}

#footer h3 {
	padding: 10px 0 0;
}

#footer p {
	padding: 10px;
}

#footer a {
	text-decoration: none;
	color: #000;
}

#footer a:hover {
	text-decoration: underline;
	color: #00f;
}

#footer p#copyright {
	clear: both;
	border-top: solid 4px #000;
	background: #ECE9D8;
	text-align: center;
	font-size: 86%;
}
#smap{
	text-align:left;
	width:500px;
	margin:10px auto;
}
#smap h2{
font-size:14px;
text-align:left;
padding:2px;
margin:10px auto;
background-color:#DBDCD6;
font-weight:normal;
}
#smap ul{
font-size:12px;
list-style-position:inside;
margin:6px;
}
#smap li{
line-height:18px;
list-style-type:disc;
padding-left:50px;
}
#smap li strong{
text-indent:-40px;
}
