@charset "UTF-8";
/*
2011年3月作成
2歳3歳若駒情報馬の記事ページのスタイルシートと
検索結果ページのスタイルを記述
-------------------------------------------------------------------*/


/**
 * 初期化
/*------------------------------------------------------*/
	body {
		margin: 0;
		padding: 0;
		border: none;
		text-align: center;
		line-height: 1.3;
	}
	/* image */
	img,
	/* block */
	div, p, blockquote,
	/* heading */
	h1, h2, h3, h4, h5, h6,
	/* list */
	ul, ol, li, dl, dt, dd,
	/* form */
	form, fieldset, textarea
	{
		border: 0;
		margin: 0;
		padding: 0;
		font-size: 100%;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
		/*list-style: none;*/
	}
	a { cursor:pointer; }
	
	a:hover img.hovering {opacity:0.8;filter:alpha(opacity=80);-ms-filter: "alpha( opacity=80 )";
/*border: 3px solid #FF7373;*/}

/*------------------------------------------------------*/
	.clearfix {

		zoom:1;

	}

	.clearfix:after {

		content: ".";

		display: block;

		height: 0px;

		clear: both;

		line-height: 0;

		visibility: hidden;

	}

/*
フレーム右スクロールバー表示設定*/
.sideScrollBox {
    border: 1px solid #C1C1C1;
    margin-bottom: 20px;
    outline: medium none;
}


/*
競走馬情報記事ページ
-------------------------------------------------------------------------*/
/*２歳馬用背景*/
div#page {
	margin: 0 auto;
	width: 994px;/*1011;px*/
	font-size: 14px;
	text-align: left;
}

div#contents {
	height: 552px;
	background: url(../../apps/imgs/article/bg_kiji.jpg) no-repeat left bottom;
	position: relative;
	z-index: 2;
}

div.section#kiji {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	/*padding-right: 20px;*/
	/*padding-bottom: 50px;*/
	/*padding-left: 20px;*/
}
/*記事画像*/
p.column img {
	float: left;
	margin: 0 20px 0 0;
	width: 400px;/*202407追加*/
	height: auto;/*202407追加*/
}

/*記事内容*/
p.column {
	padding: 5px 20px;
}

/*フッター
------------------------------------------*/
#foot {
	clear: both;
	position: relative;
	width: 994px;/*1011;px*/
	height: 38px;
	background:url(../../apps/imgs/article/footer.jpg) no-repeat left top;
	z-index: 1;
}

/*戻るボタン*/
.back {
	position: absolute;
	top: 7px;
	left: 13px;
}

/*画像*/
h1 {
	margin-bottom: 20px;
	text-align: left;
}

/*馬名・性別*/
h2.name {
	position: relative;
	width: 902px;
	height: 50px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0.2em 0 0 1em;
	font-size:180%;
	font-weight: bold;
	color: #000000;
	/*background: url(../../apps/imgs/article/h2_border.gif) no-repeat left top;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;*/
	background: url(../../apps/imgs/article/h2_title.jpg) no-repeat left top;
}
/*日付*/
h2.name span.date {
	position: absolute;
	top: 13px;
	right: 45px;
	font-size: 70%;
	font-weight: bold;
}

/*
競走馬検索結果ページ枠・タイトル
-------------------------------------------------------------------------*/
div.section#search {
	width: 700px;
	margin: 0 auto;
}

/*検索結果*/
h2.search_name {
	position: relative;
	width: 695px;/*868px;*/
	height: 50px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0.1em 0 0 8.5em;
	font-size:200%;
	font-weight: bold;
	color: #000000;
	background: url(../../apps/imgs/article/search.gif) no-repeat left top;
}

/*記事下リンク*/
#nextlink {
	margin-left:78px;
}