@charset "UTF-8";
/* CSS Document */

/* ////////////////////////////////////////

　　デフォルトCSSリセット

//////////////////////////////////////// */

/* reset
------------------------------------- */
body, div, p, blockquote, pre, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}
body {
	height: 100%;
	background-color:#ffffff;
}
br {
	letter-spacing: 0;
}
hr {
	display:none;
}
table {
	border-collapse: collapse;
	border-spacing:0;
}
caption, th {
	text-align: left;
}
th, td {
	vertical-align:top;
}
fieldset, img {
	border: 0;
	vertical-align:bottom;
}
li {
	list-style: none;
}
em {
	font-style: normal;
}
address, caption, cite, code, dfn, th, var {
	color:#333;
	font-size:77%;
	font-style: normal;
	font-weight: bold;
}


/* fonts
------------------------------------- */
body {
	font: 13px/1.231 "小塚ゴシックPro", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
 *font-size:small; /* IE 7およびIE 6標準準拠モードに適用*/
 *font:x-small; /* IE 6後方互換モードに適用*/
 line-height:20px;
}
table {
	font-size:inherit; /* モダンブラウザ */
	font:100%; /* IE 5-5.5、6(後方互換モード)に適用 */
}
pre, code, kbd, samp, tt {
	font-family:monospace;
 *font-size:100%;
	line-height:100%;
}
select, input, button, textarea {
	font: 13px/1.231 "小塚ゴシックPro", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, sans-serif;
}


/** font-size(13pxを基準とした場合)
（参照）
YUI Library: Fonts CSS
http://developer.yahoo.com/yui/fonts/
YUI Fonts CSSファイル 
http://yui.yahooapis.com/2.7.0/build/fonts/fonts-min.css

(参考)http://colo-ri.jp/develop/2008/03/css.html
------------------------------------- 
.font10 font-size: 77%;
.font11 font-size: 85%;
.font12 font-size: 93%;
.font13 font-size: 100%;
.font14 font-size: 108%;
.font15 font-size: 116%;
.font16 font-size: 123.1%;
.font17 font-size: 131%;
.font18 font-size: 138.5%;
.font19 font-size: 146.5%;
.font20 font-size: 153.9%;
.font21 font-size: 161.6%;
.font22 font-size: 167%;
.font23 font-size: 174%;
.font24 font-size: 182%;
.font25 font-size: 189%;
.font26 font-size: 197%;
------------------------------------- */



/*　hypertext
-----------------------------------*/
a{
	color:#333;
	text-decoration: none;
	outline:none;
}

a:visited{
	color:#804F1B;
	outline:none;
}

a:focus,a:hover{
	color:#804F1B;
	text-decoration:underline;
	outline:none;
}




/* clearfix
---------------------------------- */
 /* new clearfix */  
.clearfix:after {  
visibility: hidden;  
display: block;  
font-size: 0;  
content: " ";  
clear: both;  
height: 0;  
}  
* html .clearfix             { zoom: 1; } /* IE6 */  
*:first-child+html .clearfix { zoom: 1; } /* IE7 */  