@charset "utf-8";
/*////////////////////////////////////////////
	Title: base.css
	Description: デフォルトCSSのリセット、ベースパターン作りのファイル
	Created: 2007-06-11
	Author: scholex co., ltd.

	Last Up Date: 2007-06-11

////////////////////////////////////////////*/
/*////////////////////////////////////////////

	Content
	
		1. Base Set
		2. Structure Module
		3. Text Module	
		4. HyperText Module
		5. List Module
		6. Table Module
		7. Form Module
		8. Image Module
	
////////////////////////////////////////////*/

/* ----------------------------------------
 * 1. Base Set
 * ---------------------------------------- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
form,
fieldset,

textarea { 
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.6;
}

/* ----------------------------------------
 * 2. Structure Module
 * ---------------------------------------- */

body {
  font-family: 'Lucida Grande','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
  font-size:0.8em;
  background-color:#FFFFFF;
}

.clear {
	clear:both;
}

/* ----------------------------------------
 * 3. Text Module	
 * ---------------------------------------- */
address,
caption,
cite,
code,
dfn,
th {
	font-style: normal;
	font-weight: normal;
}

q:before,
q:after {
	content:'';
}

abbr,
acronym {
	border: 0;
}

/* ----------------------------------------
 * 4. HyperText Module 
 * ---------------------------------------- */
a:link {
	color:#999966;
}

a:visited {
	color:#999966;
}

a:hover {
	color: #ACAA83;
}


/* ----------------------------------------
 * 5. List Module
 * ---------------------------------------- */
ol,
ul {
	list-style: none;
}

/* ----------------------------------------
 * 6. Table Module
 * ---------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

/* ----------------------------------------
 * 7. Form Module
 * ---------------------------------------- */
fieldset { 
	border: 0;
}

input,
select,
textarea {
	font-family: 'Lucida Grande', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

/* ----------------------------------------
 * 8. Image Module
 * ---------------------------------------- */
img { 
	border: 0;
	vertical-align:top;
}

hr {
	display:none;
}


/*///////////////////////////////////////
 END base.css 
///////////////////////////////////////*/
