@charset "shift_jis";



/*===================================
 * file name : reset.css
===================================== */

body{font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳＰゴシック",Osaka,sans-serif;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}  
fieldset,img{border:0;vertical-align:bottom;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}    
ol,ul {list-style:none;}
table{border-collapse:collapse;border-spacing:0;}  
caption,th {text-align:left;}   
hr {display:none;}


a , button , form{
	outline:none;
}

body{font-size:77%;line-height: 1.4;font:x-small;}
* html body { font-size: 77%; }
h1,h2,h3,h4,h5,h6{font-size:100%;}
select, input, textarea {font-size:99%;}
table {font-size:inherit;font:100%;}
.size_1{font-size:77%;}

.size_3{font-size:114%;}
.size_4{font-size:129%; color:#3BA6D2; font-weight:bold;}
.size_5{font-size:136%;}


/*======================================
	1-2.Universal selector
=======================================*/

* {line-height: 1.4;font-size: 100%;font-weight: normal;font-style: normal;}


/*----------------------------------------
floatクリア指定
----------------------------------------*/
/*for IE 5.5-7*/
.clearfix { zoom: 1; }
/*for modern browser*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */










/*----- link -----*/
a:link {
	color: #851786;
	text-decoration: none;
}
a:visited {
	color: #851786;
	text-decoration: none;
}
a:active {
	color: #851786;
	text-decoration: none;
}
a:hover { 
	color: #851786;
	text-decoration: underline;
}



html,body{
	height: 100%;
	text-align: center;
    margin: 0px auto;
	color:#545454;
	/*overflow: auto;  Opera 9.51用    */
	behavior:url("/js/csshover1.htc");
}

body > #indexWrapper {
	height:auto;
}

#indexWrapper {
	position:relative;
	min-height:100%;
	height:100%;
	width:100%;
	_line-height:1.8;
}

/*  header
========================================================================================================================*/
#header {
	background:url(../img/headerBg.gif) repeat-x left top;
	text-align:center;
}

#headerInner {
	width:960px;
	margin:0 auto;
	text-align:left;
}

/*  leftBox
===============================================*/

#headerLeftBox {
	float:left;
	width:400px;
	padding:4px 0 0 0;
}

#headerLeftBox img{
	margin:10px 0 6px 0;
}

/*  rightBox
============================================*/

#headerRightBox {
	float:right;
	width:525px;
	padding:4px 0 0 0;
}

/*----- headerList -----*/

#headerListBox ul {
	float:right;
}

#headerListBox li {
	display:inline;
	background:url(../img/arrowIcon.gif) no-repeat left 50%;
	padding:0 0 0 8px;
	margin:0 0 0 8px;
}

#headerListBox a:link , #headerListBox a:visited , #headerListBox a:active{
	color: #545454;
}

#headerListBox a:hover{
	color: #851786;
	text-decoration:none;
}

/*----- subNavi -----*/
#subNavi {
	height:33px;
	margin:20px 0 0 0;
}

#subNaviLeftBox {
	float:left;
}

#subNaviRightBox {
	float:right;
	width:347px;
}

.tabMenu {
	background:url(../img/subNavi.gif) no-repeat 0 0;
	height:33px;
}

.tabMenu li {
    float:left;
    height:33px;
    overflow:hidden;
    text-indent:-9999px;
}

.tabMenu li a {
	background:url(../img/subNavi.gif) no-repeat 0 0;
	display:block;
	height:33px;
}

#subNavi01, #subNavi01 a { width:116px; }
#subNavi01 a:hover { background-position:0 -33px; }
#subNavi01-On a { width:116px; background-position:0 -33px; }

#subNavi02, #subNavi02 a { background-position:-116px 0; width:116px; }
#subNavi02 a:hover { background-position:-116px -33px; }
#subNavi02-On a { width:116px; background-position:-116px -33px; }

#subNavi03, #subNavi03 a { background-position:-232px 0; width:115px; }
#subNavi03 a:hover { background-position:-232px -33px; }
#subNavi03-On a { width:115px; background-position:-232px -33px; }




/*  navi
============================================================================*/
#navi {
	background:url(http://horseman-academy.jp/img/naviBg.jpg) repeat-x;
	width:100%;
}

#naviInner {
	width:960px;
	height:47px;
	margin:0 auto;
	background:url(http://horseman-academy.jp/img/headerNavi.jpg) no-repeat;
}

/*----- smoothmenu ----------------------------------*/
.smoothmenu {
	text-indent:-9999px;
	width:100%;
}

.smoothmenu ul{
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/*----- トップレベル・メニュー -----*/
.smoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	width: 160px;
}

/*----- トップレベル・メニューリンク -----*/
.smoothmenu ul li a{
	display: block;
	width: 160px;
	height: 47px;
}

/*----- セカンドレベル・メニュー -----*/
.smoothmenu ul li ul{
	position: absolute;
	margin:-4px 0 0 0;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
}

/*----- セカンドレベル・メニューリスト -----*/
.smoothmenu ul li ul li{
	display: list-item;
	float: none;
	height: 26px;
}

.smoothmenu ul li ul li a{
	width: 160px;
	height: 26px;	
}


/* Holly Hack for IE \*/


/*----- トップレベルメニューホバー -----*/
#navi1 a:hover { background: url(http://horseman-academy.jp/img/headerNavi01.jpg) no-repeat; }
#navi2 a:hover { background: url(http://horseman-academy.jp/img/headerNavi02.jpg) no-repeat; }
#navi3 a:hover { background: url(http://horseman-academy.jp/img/headerNavi03.jpg) no-repeat; }
#navi4 a:hover { background: url(http://horseman-academy.jp/img/headerNavi04.jpg) no-repeat; }
#navi5 a:hover { background: url(http://horseman-academy.jp/img/headerNavi05.jpg) no-repeat; }
#navi6 a:hover { background: url(http://horseman-academy.jp/img/headerNavi06.jpg) no-repeat; }


/*----- 学校紹介 -----*/
#navi2 ul { 
    background:url(../img/subnavi01.gif) no-repeat; /* 1枚の画像 */
    width: 160px;
	height: 235px;
	list-style: none;
}

#navi2-1 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-1.gif) no-repeat; }
#navi2-2 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-2.gif) no-repeat; }
#navi2-3 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-3.gif) no-repeat; }
#navi2-4 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-4.gif) no-repeat; }
#navi2-5 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-10.gif) no-repeat; }
#navi2-6 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-5.gif) no-repeat; }
#navi2-7 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-7.gif) no-repeat; }
#navi2-8 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-8.gif) no-repeat; }
#navi2-9 a:hover { background: url(http://horseman-academy.jp/img/subnavi01-9.gif) no-repeat; }


/*----- コース紹介 -----*/
#navi3 ul { 
    background:url(../img/subnavi02.gif) no-repeat; /* 1枚の画像 */
    width: 160px;
	height: 79px;
	list-style: none;
}

#navi3-1 a:hover { background: url(http://horseman-academy.jp/img/subnavi02-1.gif) no-repeat; }
#navi3-2 a:hover { background: url(http://horseman-academy.jp/img/subnavi02-2.gif) no-repeat; }
#navi3-3 a:hover { background: url(http://horseman-academy.jp/img/subnavi02-3.gif) no-repeat; }



#navi5 ul { 
    background:url(http://horseman-academy.jp/img/subnavi04.gif) no-repeat; /* 1枚の画像 */
    width: 160px;
	height: 53px;
	list-style: none;
}

#navi5-1 a:hover { background: url(http://horseman-academy.jp/img/subnavi04-1.gif) no-repeat; }
#navi5-2 a:hover { background: url(http://horseman-academy.jp/img/subnavi04-2.gif) no-repeat; }


#navi6 ul { 
    background:url(http://horseman-academy.jp/img/subnavi05.gif) no-repeat; /* 1枚の画像 */
    width: 160px;
	height: 79px;
	list-style: none;
}

#navi6-1 a:hover { background: url(http://horseman-academy.jp/img/subnavi05-1.gif) no-repeat; }
#navi6-2 a:hover { background: url(http://horseman-academy.jp/img/subnavi05-2.gif) no-repeat; }
#navi6-3 a:hover { background: url(http://horseman-academy.jp/img/subnavi05-3.gif) no-repeat; }


/* main
====================================================================*/

#main {
	background:url(http://horseman-academy.jp/img/z-mainBg.gif) repeat-x;
	width:100%;
	height:219px;
}

#mainInner {
	width:960px;
	margin:0 auto;
	padding:7px 0 0 0;
}

#mainLeftBox {
	float:left;
	width:715px;
}

#mainRightBox {
	float:right;
	width:225px;
}

/* course 
=========================================================================*/
#course {
	text-align:left;
	border-bottom:1px solid #cbcbcb;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	background-color:#e3e3e3;
	padding:3px;
}

#course dt{
	background:url(http://horseman-academy.jp/img/z-courseTitle.gif) no-repeat 0 0;
	float:left;
	height:44px;
	text-indent:-9999px;
	width:95px;
	margin:0 9px 0 0;
}

.course dd a {
	display:block;
	float:left;
	width:144px;
	height:44px;
	text-indent:-9999px;
}

#course01 a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Jockey.jpg) no-repeat 0 0;
}

#course01 a:hover {
	background-position:0 -44px;
}

#course01-On a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Jockey.jpg) no-repeat 0 -44px;
}

#course02 a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Stabler.jpg) no-repeat 0 0;
}

#course02 a:hover {
	background-position:0 -44px;
}

#course02-On a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Stabler.jpg) no-repeat 0 -44px;
}

#course03 a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Trainer.jpg) no-repeat 0 0;
}

#course03 a:hover {
	background-position:0 -44px;
}

#course03-On a {
	margin:0 9px 0 0;
	background:url(http://horseman-academy.jp/img/z-Trainer.jpg) no-repeat 0 -44px;
}

#course04 a {
	background:url(http://horseman-academy.jp/img/z-Horseman.jpg) no-repeat 0 0;
}

#course04 a:hover {
	background-position:0 -44px;
}

#course04-On a {
	background:url(http://horseman-academy.jp/img/z-Horseman.jpg) no-repeat 0 -44px;
}

#spb06 a {
	background:url(../img/pickupBanner06.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb06 a:hover {
	background-position:0 -60px;
}

#spb06-On a {
	background:url(../img/pickupBanner06.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb07 a {
	background:url(../img/z-pickupBanner07.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb07 a:hover {
	background-position:0 -60px;
}

#spb07-On a {
	background:url(../img/z-pickupBanner07.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}


/*----- right -----*/
#mainRightBox p a{
	background:url(http://horseman-academy.jp/img/oonishiBlogImg02.jpg) no-repeat 0 0;
	width:225px;
	height:201px;
	text-indent:-9999px;
	display:block;
}

#mainRightBox p a:hover{
	background-position:0 -201px;
}


/* /header
=====================================================================================================================*/

/*  contents
=========================================================*/
#contents {
	width:960px;
	height:auto;
	margin:0 auto;
	padding-bottom:150px;
	padding-top:5px;
	text-align:left
}

#contentsLeftBox {
	width:715px;
	float:left;
}

#contentsRightBox {
	width:225px;
	float:right;
	padding:5px 0 0 0;
}


/* blogDesign
============================================================*/
.blog { 
	margin-bottom: 30px;
}

.navi {
	text-align:center;
}

h3.title { 
	margin-bottom: 8px;
	padding-bottom: 5px;
	font-size: 123.1%;
	font-weight: bold;
	border-bottom:2px solid #cbcbcb;
}

.bookmark {
	padding:20px 0 0 0;
	}

#calendar { 
	margin-bottom: 10px;
}

#calendar table { 
	width: 100%;
}

#calendar caption {
	padding-bottom: 5px;
	text-align: center;
}

#calendar table th {
	color: #333333;
	font-weight: bold;
}

#calendar table td a {
	text-decoration:underline;
}

#calendar table td a:hover {
	text-decoration:none;
}

div.sidetitle { 
	color: #545454;
	font-weight: bold;
	font-size: 116%;
	border-bottom:2px solid #cbcbcb;
	margin-bottom:5px;
}

div.side, div.side-tag { 
	margin-bottom: 10px;
}

div.syndicate { 
	margin-bottom: 10px;
}




/* sideMenu
=============================================================================*/
#sideMenu {
	width:223px;
	border:1px solid #ae53a0;
}

#sideMenu h3{
	padding:1px;
}

#sideMenu li{
	border-top:1px dotted #cbcbcb;
}

#sideMenu li a{
	background:#ffffff url(../img/arrowIcon.gif) no-repeat 14px 11px;
	padding:7px 0px 5px 28px;
	display:block;
	color:#545454;
}

#sideMenu li.activeMenu a{
	background:#ffeafa url(../img/arrowIcon.gif) no-repeat 14px 11px;
	text-decoration:none;
	color:#ae53a0;
}

#sideMenu li a:hover{
	background:#ffeafa url(../img/arrowIcon.gif) no-repeat 14px 11px;
	text-decoration:none;
	color:#ae53a0;
}

#sideMenu li.kari{
	text-decoration:none;
	padding:7px 0 5px 28px;
}

/* sidePickupBanner
==================================================================*/
#sidePickupBanner {
	margin:20px 0 0 0;
}

#sidePickupBanner li {
	width:225px;
	height:60px;
	text-indent:-9999px;
}

#spb01 a {
	background:url(http://horseman-academy.jp/img/z-pivkupBanner02.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb01 a:hover {
	background-position:0 -60px;
}

#spb01-On a {
	background:url(http://horseman-academy.jp/img/z-pivkupBanner02.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb02 a {
	background:url(http://horseman-academy.jp/img/z-pivkupBanner04.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb02 a:hover {
	background-position:0 -60px;
}

#spb02-On a {
	background:url(http://horseman-academy.jp/img/z-pivkupBanner04.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}
#spb03 a {
	background:url(../img/z-pivkupBanner09.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb03 a:hover {
	background-position:0 -60px;
}

#spb03-On a {
	background:url(../img/z-pivkupBanner05.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb04 a {
	background:url(../img/pivkupBanner04.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb04 a:hover {
	background-position:0 -60px;
}

#spb04-On a {
	background:url(../img/pivkupBanner04.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb05 a {
	background:url(../img/pivkupBanner05.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb05 a:hover {
	background-position:0 -60px;
}

#spb05-On a {
	background:url(../img/pivkupBanner05.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

/*#spb06 a {
	display: none;
	background:url(../img/pickupBanner06.jpg) no-repeat 0 0;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}

#spb06 a:hover {
	display: none;
	background-position:0 -60px;
}

#spb06-On a {
	display: none;
	background:url(../img/pickupBanner06.jpg) no-repeat 0 -60px;
	height:60px;
	display:block;
	margin:10px 0 0 0;
}
*/

/* sideClubBanner
==================================================================*/
.sideClubBanner {
	margin:20px 0 0 0;
}

.sideClubBanner li {
	width:225px;
	height:59px;
	text-indent:-9999px;
}

.sideClubBanner li a {
	background:url(../img/z-clubBanner01.jpg) no-repeat 0 0;
	display:block;
	height:59px;
}


#scb01 , #scb01 a { height:59px; }
#scb01 a:hover { background-position:-225px 0; }
#scb01-On a { width:225px; background-position:-225px 0; }


#scb02 ,#scb02 a { background-position:0 -59px; height:60px; }
#scb02 a:hover{background-position:-225px -59px; }
#scb02-On a { width:225px;height:60px; background-position:-225px -59px; }

/*sideBanner
=================================================================*/

.sideBanner {
	margin:20px 0 0 0;
}

.sideBanner li {
    width:225px;
	height:59px;
    text-indent:-9999px;
}

.sideBanner li a {
	background:url(http://horseman-academy.jp/img/sidebanner.gif) no-repeat 0 0;
	display:block;
	height:59px;
}

#banner01, #banner01 a { height:59px; }
#banner01 a:hover { background-position:-225px 0; }
#banner01-On a { width:225px; background-position:-225px 0; }

#banner02, #banner02 a { background-position:0 -59px; height:59px;}
#banner02 a:hover { background-position:-225px -59px; }
#banner02-On a { width:225px; background-position:-225px -59px; }

#banner03, #banner03 a { background-position:0 -118px; height:59px;}
#banner03 a:hover { background-position:-225px -118px; }
#banner03-On a { width:225px; background-position:-225px -118px; }

#banner04, #banner04 a { background-position:0 -177px; height:59px;}
#banner04 a:hover { background-position:-225px -177px; }
#banner04-On a { width:225px; background-position:-225px -177px; }

#banner05, #banner05 a { background-position:0 -236px; height:59px;}
#banner05 a:hover { background-position:-225px -236px; }
#banner05-On a { width:225px; background-position:-225px -236px; }

#banner06, #banner06 a { background-position:0 -295px; height:60px;}
#banner06 a:hover { background-position:-225px -295px; }
#banner06-On a { width:225px; background-position:-225px -295px; }


/*  footer
================================================================*/
#footer {
	width:100%;
	min-width:960px;
	position:absolute;
	bottom:0;
	left:0;
	border-top:1px solid #e7cbe2;
	margin:20px 0 0 0;
}

#footerInner {
	margin:0 auto;
	width:960px;
	padding:10px 0 20px 0;
	text-align:left;
}

/*----- left -----*/
#footerLeftBox {
	width:690px;
	float:left;
	padding:15px 0 0 0;
}

#footerLeftBox li {
	float:left;
	border-left:1px solid #cbcbcb;
	margin:0 10px 0 0;
	padding-left:10px;
}

.footerLastLi {
	padding-right:10px;
	border-right:1px solid #cbcbcb;
}

#footer a:link , #footer a:visited , #footer a:active {
	color:#545454;
}

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

#footerLeftBox address ,#footerLeftBox p {
	font-size:92%;
}

/*----- right -----*/
#footerRightBox {
	width:260px;
	float:right;
}

#footerRightBox dd {
	font-size:92%;
	padding:4px 0 0 5px;
}


/* common
======================================================================================================*/

/*----- padding margin -----*/
.pt3 { padding-top:3px; }
.pt5 { padding-top:5px; }
.pt10 { padding-top:10px; }
.pt15 { padding-top:15px; }
.pt33 { padding-top:33px; }

.pb15 { padding-bottom:15px; }

.pl10 { padding-left:10px; }

.pr15 { padding-right:15px; }

.ptb10 { padding:10px 0 10px 0; }
.ptb15 { padding:15px 0 15px 0; }

.mt10 {	margin-top:10px; }
.mt20 { margin-top:20px; }

.mt30 { margin-top:30px; }
.mt48 { margin-top:48px; }

.mb5 { margin-bottom:5px; }
.mb10 { margin-bottom:10px; }
.mb37 { margin-bottom:37px; }

.ml10 { margin-left:10px;}

.mtb10 { margin:10px 0; }
.mtb20 { margin:20px 0; }

/*----- color -----*/
.keyColor { color:#ae53a0; }
.caution-color { color:#db0078; }
.blue { color:#3ba6d2; }
.gray { color:#545454; }
.black { color:#000; }

.bgGray { background-color:#f5f5f5; }

/*----- other -----*/
.valign { vertical-align:top; }


/*----- border -----*/
.h4border { 
	border-bottom:1px dotted #CBCBCB;
	font-weight:bold;
	font-size:114%;
	color:#AE53A0;
	margin:15px 0 10px;
}

.borderDotted { border-bottom:1px dotted #cccccc; }
.tableBorder { border-bottom:1px solid #d9d9d9 !important; }

/*----- font -----*/
.fontBold { font-weight:bold; color:#ae53a0; font-size:138.5%;}

/*----- text -----*/
.nowrap{ white-space:nowrap; }
.textCenter { text-align:center; }
.textRight { text-align:right; }

/*----- anchor -----*/
.anchorText { text-align:right; }
.anchorText a{ background:url(../img/arrowIcon.gif) no-repeat left 50%; padding:0 0 0 10px; }
.anchorLine a{ text-decoration:underline; }
.anchorLine a:hover{ text-decoration:none; }

/*----- float -----*/
.floatLeft { float:left; }
.floatRight { float:right; }

/*----- other -----*/
#pageTopLink { margin:10px 0 0 0; text-align:right; }


input, textarea {
font-family:Arial,'ＭＳ Ｐゴシック',sans-serif;
font-size:12px;
}