/*
@import url(http://akuuma.com/mt-static/themes-base/blog.css);
@import url(http://akuuma.com/mt-static/themes/minimalist-red/screen.css);
*/

body {
	font-family:"メイリオ",Meirio,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:80%;
	margin:0;
	padding:0;
	line-height:1.7;
}


html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6 {

}
table {
    border-spacing: 0;
}
fieldset,img,abbr,acronym {
    border: 0;
} 
/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul {
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
	color:#339900;
	text-decoration:underline;
}

a:hover {
	color:#66CC00;
	text-decoration:none;
}

hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

.font_small{
	font-size:80%;
	}
	
.font_small02{
	font-size:90%;
	}

.mtentries_recent01{
	font-size:90%;
	margin:0 0 10px 0;
	}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }



/* Layout ----------------------------------------------------------------- */



#container-inner {
    width: 940px;
    min-height: 100%;
    margin: 0 auto;

}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #content-inner, #footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
}

#header-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding:0 20px;
	}



/* Wide-Thin-Thin */

.layout-wtt #alpha {
    width: 560px;
}

.layout-wtt #beta {
    left: 190px;
    width: 190px;
}

.layout-wtt #gamma {
    right: 190px;
    width: 190px;
}


/* Thin-Wide-Thin */

.layout-twt #alpha {
    left: 190px;
    width: 560px;
}

.layout-twt #beta {
    left: -560px;
    width: 190px;
}

.layout-twt #gamma {
    width: 190px;
}


/* Wide-Thin */

.layout-wt #alpha {
    width: 750px;
}

.layout-wt #beta {
    width: 190px;
}


/* Thin-Wide */

.layout-tw #alpha {
    left: 190px;
    width: 750px;
}

.layout-tw #beta {
    left: -750px;
    width: 190px;
}


/* Medium-Wide */

.layout-mw #alpha {
    left: 330px;
    width: 610px;
}

.layout-mw #beta {
    left: -610px;
    width: 330px;
}

/* Wide-Medium */

.layout-wm #alpha {
    width: 610px;
}

.layout-wm #beta {
    width: 330px;
}


/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.trackbacks,
.archive,
.search-form {
    
}

.comments-img{
	width:45px;
	float:left;
	}

.comments02{
	width:440px;
	float:right;
	background:#f6f6f6;
	border-top:1px solid #c3c3c3;
	padding:10px;
	margin:0 0 20px 0;
	}


.asset-header,
.asset-content,
.asset-body,
.comments-header,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
	font-size:90%;
}


.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}


.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment{

}

.comment .asset-meta,
.trackback .asset-meta {
	font-size:90%;
}

.comment-content {
    clear: none;
	margin:5px 0;
	padding:10px 0 10px 0;
	border-top:1px solid #cccccc;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 30px 0;
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.widget-content ul ul {

}

.widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.search_bg01{
	background:url(http://akuuma.com/img/search_bg01.gif) no-repeat;
	width:300px;
	height:38px;
	padding:15px 0 0 220px;
	margin:15px 0 25px 0;
	}
	
.search_input01{
	width:220px;
	font-size:140%;
	}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}


/*

A Six Apart theme adapted for Movable Type default templates 
name: Minimalist Red  
designer: Lilia Ahner  
designer_url: http://lilia.vox.com 
layouts: layout-wtt, layout-twt, layout-wt, layout-tw
*/


/* Content */

.asset-content {
    margin: 5px 0;
}

.asset-more-link {
    font-weight: bold;
}


.asset-footer {
    border-top: 1px solid #ccc;
}

.content-nav {
    margin: 5px 0 10px;
}

.archive-title {
    margin: 5px 0 30px;
    font-size: 26px;
    font-weight: bold;
}

.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    padding: 5px;
	background:#a5ffa9;
	font-size:90%;
	border-top:1px solid #68d26d;
	border-bottom:1px solid #68d26d;
}

.comments_bottom{
	font-size:85%;
	margin:0 0 15px 0;
	}

.trackbacks-header02{
	margin:3px 0;
	font-size:90%;
	}


.search-results-header {
    margin-bottom: .25em;
}


/* Utility */

.widget-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header,
.search-form-header,
.search-results-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}


/* Layout ----------------------------------------------------------------- */


#header-inner, #content-inner, #footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#header-inner, #beta-inner, #gamma-inner {
    padding-right: 0;
    padding-left: 0;
}

#content { 
    margin-top: 20px;  
    margin-bottom: 30px;  
}


#header-inner,
#content-inner,
#footer-inner {
    position: relative;
    width: 940px;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#header {
	width:940px;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px dotted #cccccc;
}

#header-content {
    width: 842px; 
    margin: 30px 0 40px 20px;
}

#header-name {
	width:410px;
	height:64px;
    font-weight: bold;
	background:url(http://akuuma.com/img/logo.gif) no-repeat;
	float:left;
}

#header-name a {
	width:410px;
	height:64px;
	display:block;
	text-indent:-9999px;
	font-size: 34px;
    font-weight: bold;
}

#header-info{
	float:right;
	width:490px;
	font-size:120%;
	font-weight:bold;
	line-height:1.2;
	margin:10px 0 0 0;
	}
	
.headder_info_red{
	color:#FF0000;
	font-size:140%;	
	}

#header-description {

}


#header-inner {
    position: relative;
}




/* Content ---------------------------------------------------------------- */


.asset-footer {
    border-top-color: #ddd;
}

.comments-header,
.comments-open-header,
.trackbacks-header,
.archive-header,
.search-form-header,
.search-results-header {
    color: #333;
}

.asset-name a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}


/* Widget ----------------------------------------------------------------- */

.widget-header,
.widget-content {

}

.widget-header { 
    margin-bottom: 8px;
	background:url(http://akuuma.com/img/side_titlebar_bg01.gif) no-repeat;
	width:165px;
	height:27px;
	padding:5px 0 0 25px;
	font-size:100%;
}

.widget-header02 { 
    margin-bottom: 8px;
	background:url(http://akuuma.com/img/center_titlebar01.gif) no-repeat;
	width:485px;
	height:28px;
	padding:5px 0 0 35px;
	font-size:115%;
	color:#FFFFFF;
}

.widget-header03 { 
    margin:0 0 5px 0;
	padding:0;
	border-bottom:1px dotted #0b9900;
	font-size:140%;
	color:#0b9900;
}

.widget-header04 { 
    margin-bottom: 8px;
	background:url(http://akuuma.com/img/center_titlebar02.gif) no-repeat;
	width:485px;
	height:28px;
	padding:5px 0 0 35px;
	font-size:115%;
	color:#FFFFFF;
}


.widget-header05 { 
    margin-bottom: 8px;
	background:url(http://akuuma.com/img/center_titlebar03.gif) no-repeat;
	width:485px;
	height:28px;
	padding:5px 0 0 35px;
	font-size:115%;
	color:#6c4c00;
}

.widget-header a:hover {
    text-decoration: underline;
}


/* "Powered By" Widget */

.widget-powered .widget-content {
    padding: 10px;
    text-align: center;
}


/* Calendar Widget */

.widget-calendar .widget-content table {
    font-size: 10px;
}


/* Footer Widgets */

#footer .widget {
    margin: 10px 0;
}

#footer .widget-content {
    padding-right: 0;
    padding-left: 0;
}

#footer .widget-powered .widget-content {
    padding: 0;
    text-align: left;
}


/* Footer ----------------------------------------------------------------- */

#footer {
	text-align:center;
	padding:10px 0;
	background:#009900;
	margin:5px 0 0 0;
	font-size:80%;
	color:#ffffff;
}

#footer-content {
    margin: 20px 0;
}


#footer_navi{
	text-align:center;
	padding:30px 0 0 0;
	font-size:85%;
	}

/* Utilities -------------------------------------------------------------- */

#header:after,
#header-inner:after,
#content:after,
#alpha-inner:after,
#beta-inner:after,
#gamma-inner:after,
#footer:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}


#header-inner,
#content-inner,
#footer-inner,
.asset-body {
    height: 1%;
}


/* Custom Styles ---------------------------------------------------------- */

#header-nav-inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
}


/*---TOPページ　安心競馬予想サイト----*/

.btn_back_toppage{
	margin:0 0 10px 0;
	}

.top_sitelist_bg01{
	background:url(img/top_sitelist_bg01.gif) no-repeat;
	width:162px;
	height:287px;
	padding:0 4px 3px 4px;
	float:left;
	margin:0 1px 15px 1px;
	_margin:0 1px 15px 1px;
	}

.top_sitelist_a{
	color:#fff000;
	}

.top_sitelist_thum{
	text-align:center;
	margin:0 0 10px 0;
	}

.top_sitelist_bg01 h3{
	font-size:110%;
	margin:8px 0 3px 0;
	padding:0 0 0 40px;
	height:45px;
	background:url(http://akuuma.com/img/icon_ansin.gif) no-repeat;
	line-height:1.4;	}
	
.top_sitelist_bg01 p{
	font-size:80%;
	margin:0 0 5px 0;
	color:#ffffff;
	}

.top_sitelist_hyouka_bg{
	background:url(http://akuuma.com/img/bg_hyouka.gif) no-repeat;
	width:81px;
	height:21px;
	margin:0 auto 6px auto;
	padding:1px 0 0 80px;
	color:#ffff00;
	font-size:100%;
	}
	
.top_comment_list li{
	padding:0 0 2px 0;
	margin:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
	}
	
.top_comment_list_btn{
	text-align:center;
	display:block;
	}


.published{
	font-size:85%;
	}
	
/*---カテゴリ---*/
	
.widget-archive-widget-archive-category-widget ul h4{
	background:#00b509;
	border-right:1px solid #0fc11a;
	border-left:1px solid #0fc11a;
	color:#FFFFFF;
	font-weight:bold;
	padding:3px 10px;
	width:168px;
	font-size:100%;
	}

.widget-content ul ul li{
	padding:0;
	margin:0;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;	
	font-size:90%;
	font-weight:normal;
	width:188px;
	}
	
.widget-content ul ul li a{
	width:153px;
	padding:7px 10px 7px 25px;
	display:block;
	background:url(http://akuuma.com/img/icon01.gif) no-repeat 9px 11px #f6f6f6;
	}
	
.widget-content ul ul li a:hover{
	background:url(http://akuuma.com/img/icon01.gif) no-repeat 9px 11px #8fff71;
	color:#008606;
	}
	

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


.widget-recent-entries-widget-archives-widget ul li a{
	width:153px;
	padding:7px 10px 7px 25px;
	border-bottom:1px dotted #cccccc;
	display:block;
	background:url(http://akuuma.com/img/icon01.gif) no-repeat 6px 9px;
	font-size:80%;
	}

.widget-link ul li a{
	width:156px;
	padding:7px 10px 7px 22px;
	border-bottom:1px dotted #cccccc;
	display:block;
	background:url(http://akuuma.com/img/icon01.gif) no-repeat 6px 9px;
	font-size:80%;
	}
	
/*---人気ランキング---*/
	
.rank_title_box{
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom:1px dotted #cccccc;
	display:block;
	text-decoration:none;
	}
	
.rank_title_box:hover{
	background:#edff54;
	color:#008606;
	}
	
.rank_title{
	font-size:85%;
	}
	
.rank_title span{
	color:#FF0000;
	}

.rank_img{
	width:90px;
	float:left;
	margin:0 0 10px 0;
	}
	
.rank_text{
	width:90px;
	float:right;
	font-size:80%;
	margin:0 0 10px 0;
	color:#000000;
	}
	
/*---ブログ記事詳細---*/
.asset-name{
	background:url(http://akuuma.com/img/titlebar_big01.jpg) no-repeat;
	width:455px;
	height:35px;
	padding:8px 0 0 65px;
	margin:0 0 15px 0;
	font-size:130%;
	}


.blog_detail_img{
	width:160px;
	float:left;
	margin:0 0 15px 0;
	}
	
.blog_detail_text{
	width:350px;
	float:right;
	margin:0 0 15px 0;
	border-top:1px solid #2dd435;
	border-left:1px solid #2dd435;
	font-size:90%;
	}
	
.blog_detail_text td{
	padding:3px;
	border-right:1px solid #2dd435;
	border-bottom:1px solid #2dd435;
	}
	
.blog_detail_text_td01{
	background:#49ff52;
	}
	
.blog_detail_title01{
	color:#009d08;
	border-bottom:1px solid #009d08;
	margin:0 0 5px 0;
	}
	
.blog_detail_p01{
	margin:0 0 40px 0;
	}

	
.asset-meta{
	font-size:90%;
	margin:0 0 10px 0;
	}

/*---ウェブページ---*/
.contents_area01{
	}

/*---規約---*/
.contents_area01 h4{
	border-bottom:1px solid #cccccc;
	margin:0 0 3px 0;
	}

.contents_area01 p{
	margin:0 0 15px 0;
	font-size:90%;
	}
	
.contents_area01 h5,
.contents_area01 h6{
	font-size:100%;
	}
	
/*---悪質競馬とは---*/
.about_ul{
	font-size:80%;
	margin:5px 0;
	}
	
.about_ul li{
	list-style:decimal;
	margin:0 0 3px 20px;
	color:#0000CC;
	border-bottom:1px dotted #0000CC;
	}
	
.about_link{
	display:block;
	margin:5px 0 0 0;
	font-size:120%;
	font-weight:bold;
	}

/*---相互リンクについて---*/

.bn01 {
	color: #FF6600;
	padding-top: 12px;
}
.bn_img_460x60 {
	background-image: url(http://akuuma.com/img/460_60.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 460px;
	text-indent: -9000px;
}
.bn_img_234x60 {
	background-image: url(http://akuuma.com/img/234_60.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 234px;
	text-indent: -9000px;
}
.bn_img_200x40 {
	background-image: url(http://akuuma.com/img/200_40.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
	text-indent: -9000px;
}
.bn_img_88x31 {
	background-image: url(http://akuuma.com/img/88_31.jpg);
	background-repeat: no-repeat;
	height: 31px;
	width: 88px;
	text-indent: -9000px;
}

.bn_form {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.source_area {
	padding-top: 8px;
	padding-bottom: 14px;
}


/* -----------------------------------------------------------
 Form
----------------------------------------------------------- */
.mail_detail_text{
	width:500px;
	margin:0 0 15px 0;
	border-top:1px solid #2dd435;
	border-left:1px solid #2dd435;
	font-size:90%;
	}
	
.mail_detail_text td{
	padding:3px;
	border-right:1px solid #2dd435;
	border-bottom:1px solid #2dd435;
	}
	
.mail_detail_text_td01{
	background:#49ff52;
	width:15%;
	}

.commentOpen {
	padding: 1.2em;
	margin: 0px 0px 5em;
}
.commentOpen legend {
	color: #0099CC;
	text-transform: uppercase;
	margin: 0px 0px 1em -0.5em;
}

#commentForm dt label {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
}
#commentForm dt strong {
	font-size: 10px;
	font-weight: normal;
	color: #CC0000;
}
#commentForm input#comment-author,
#commentForm input#comment-email,
#commentForm input#comment-tel,
#commentForm input#comment-kana,
#commentForm input#comment-hope1,
#commentForm input#comment-hope2,
#commentForm input#comment-address,
#commentForm textarea  {
	padding: 0.2em;
	border-top: 1px solid #999999;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #999999;
	font-size: 12px;
	background-color: #FCFCFC;
}
#commentForm textarea  {
	width: 98%;
	height: 100px;
}
#commentForm input#comment-author,
#commentForm input#comment-email,
#commentForm input#comment-kana,
#commentForm input#comment-hope1,
#commentForm input#comment-hope2,
#commentForm input#comment-address,
#commentForm input#comment-tel {
	width: 60%;
}
#commentForm select {
	width: 60px;
}
#commentForm dd {
	padding-bottom: 10px;
}



