/*==============================================================

CSS for Kiuchism／木内貴志公式
Modified: 2008.2.22

==============================================================*/

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
/*リセット*/
* {
	margin:0;
	padding:0;
	line-height:1.22em;
}
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * 
 */
/*テキスト*/
body {
 	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:13px;
	*font-size:small;
	*font:x-small;
}
.text10 { font-size:77%; }
.text11 { font-size:85%; }
.text12 { font-size:93%; }
.text13 { font-size:100%; }
.text14 { font-size:108%; }
.text15 { font-size:116%; }
.text16 { font-size:123.1%; }
.text17 { font-size:131%; }
.text18 { font-size:138.5%; }
.text19 { font-size:146.5%; }
.text20 { font-size:153.9%; }
.text21 { font-size:161.6%; }
.text22 { font-size:167%; }
.text23 { font-size:174%; }
.text24 { font-size:182%; }
.text25 { font-size:189%; }
.text26 { font-size:197%; }

/*画像枠線*/
img {
	border:0;
}
a:link img,
a:visited img,
a:hover img {
	border:0
}
/*テーブル*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {
	font:99% arial,helvetica,clean,sans-serif;
}
hr {
	display:none;
}
/*画像の左寄せ*/
div.leftbox {
	float:left;
}
/*画像の右寄せ*/
div.rightbox {
	float:right;
}
/*ページスイッチ*/
div.pageswitch {
	text-align:center;
	font-size:85%;
	color:#666;
}
div.pageswitch a {
	color:#999E19;
}


/*==============================================================
共通パーツ
==============================================================*/

/*本日の1枚*/
table.pickup {
	width:161px;
	height:172px;
	border-collapse:collapse;
	margin:0 auto;
}
table.pickup td {
	background:url(img/bg_frame.gif) no-repeat;
	text-align:center;
	margin:0;
	padding:0;
}
table.pickup img {
	border:0;
	margin:-8px 0 0 -8px;
}
