@charset "utf-8";
/* ::::::::::::: ファイル情報 ::::::::::::: 


汎用リセットCSS


ファイル：/common/base.css
作成日：2010/02/09
更新日：2010/02/09
作者: Chiaki Susa
更新者： 
:::::::::::::::::::::::::::::::::::::::: */

/* ::::::::::::::::::::::::::::::::::::::::::

	標準スタイルのリセット（reset.css）
	
:::::::::::::::::::::::::::::::::::::::::: */

html {
	color: #666;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
 font-size: 100%;
 font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: text-top;
}
sub {
	vertical-align: text-bottom;
}
input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
input, textarea, select {
	font-size: 100%;
}
legend {
	color: #000;
}

/* ::::::::::::::::::::::::::::::::::::::::::

	フォントの指定（fonts.css）
	
:::::::::::::::::::::::::::::::::::::::::: */

body {
	font: 13px/1.231 "ＭＳ Ｐゴシック", arial, helvetica, clean, sans-serif;
	*font: x-small;
	*font-size: small;
}
table {
	font: 100%;
	font-size: inherit;
}

/* 
	font-size
------------------------------------- 
.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%;
------------------------------------- */


/* ::::::::::::::::::::::::::::::::::::::::::

	共通設定・デフォルト値の再定義
	
:::::::::::::::::::::::::::::::::::::::::: */

/* 
	clearfix
------------------------------------- */
.clearfix:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/* 
	Layout
------------------------------------- */
.leftBox, .left {
	float: left;
}
.rightBox, .right {
	float: right;
}
