@charset "utf-8";
/* CSS Document */

/* ========= ProductNote ==========

	FileName:reset.css
	Product:pixeliere.com
	AutorName:pixeliere
	date:2010-4-20
	update:2010-4-20
	
	**主な用途:ブラウザリセットを行う。**
	
	** ===== 定義の順序 ===== **
	1.タグ
	2.id,class
	
	
	
*/



/* ========== 1. タグ ========== */

body {
margin:0;
padding:0;
font:13px/1.5em;
text-align:center;
background-color:#ffffff;
/*font-family: Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";*/
color:#333333;


}

address {
font-style:normal;
}

div,td,th {
	text-align:left;
	line-break: strict;
}


/* ---------- イメージ ---------- */
img {
border:0;
}

p,pre,address {
margin:0;
font:13px/1.5em;
line-break: strict;
line-height:1.3em;
}

/* ---------- リスト ---------- */
li {
	margin: 0;
	list-style: none;
	
}
ol, ul, dl {
margin: 0;
padding:0;
}

dt {
margin: 0;
padding: 0;
}

dd {
margin: 0;
padding: 0;
}

/* ---------- 見出し ---------- */
h1 {
font-size:16px;
line-height:20px;
font-weight:bold;
margin:0;
}

h2 {
font-size:14px;
line-height:18px;
font-weight:bold;
margin:0;
}

h3 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}


h4,h5,h6 {
font-size:12px;
line-height:16px;
font-weight:bold;
margin:0;
}

/*
h5,h6 {
font-size:8px;
line-height:10px;
font-weight:normal;
margin:0px;
}
*/

/* ---------- リンク ---------- */
a,a:link,a:visited {
	color:#0066FF;
	text-decoration:none;
}

a:hover {
	color:#F66;
	text-decoration:underline;
}

/* ---------- フォーム ---------- */
select {
display:block;
}

form {
margin:0;
}

/*------------------------------*/



/* ========= 2.id,class ======== */

/*
 ----- id,classの命名規則について ------
	基本的にアッパーキャメルケース (UCC)を採用する
	（例）idページボディ#pageBody
*/

/* ____ フロートボックス解除用。htmlでは<br class="clear">で使用 ____ */
.clear {
clear:both;
font-size:1px;
height:1px;
}

/* ____ clearFix ____ */	
.clearFix {
overflow:hidden;

}

*html .clearFix {
zoom:1;
}

.floatLeft {float:left}/*　左に配置　*/
.floatright {float:right}/*　右に配置　*/
.alignRight {text-align: left;}/*　左揃え　*/
.alignRight {text-align: right;}/* 右揃え */
.alignCenter {text-align: center;}/* 中央揃え */


/* 入力モード */
.ime-auto { ime-mode: auto; }
.ime-act { ime-mode:active; }
.ime-inact { ime-mode: inactive; }
.ime-mode { ime-mode: disabled }


/* ========= 飛ばし ======== */
.indent {
text-indent:-9999px;
font-size:9px;
line-height:10px;
}
