@charset "utf-8";


/*
===== CONTENTS ===========================================

	1: reset 
	2: body and base setting
	3: link setting

==========================================================
*/


/*
===== 1: reset =================================
*/

h1,h2,h3,h4,h5,h6,p,ol,ul,li,dl,dt,dd,form{
	margin:0px;
	padding:0px;
}

/*
===== 2: body and base setting ===========================
*/

body {
	text-align:center;/* box centering */
	font-family:'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	margin: 0px 0px 0px;
	padding: 0px;
	color: #555;
	font-size: 12px;
}
* html body {
	font-size: 75%;
}
*:first-child+html body {
	font-size: 75%;
}

#wrap {
	margin: 0px auto 12px;
	padding: 10px 0px 0px;
	width: 900px;
	text-align: left;
}


h1, h2, h3, h4, h5, h6,
div, p, pre, ul, ol, dl, dt, dd,
address, form, blockquote{
	line-height: 1.5em;/* base line height */
	text-align: left;
	display: block;
}

h1, h2, h3, h4, h5, h6{
	font-size: 100%;
}

table {
	margin : 0px;
	padding: 0px;
	empty-cells: show;
}

img{
	border:none;
	vertical-align:top;
}

ul,ol{
	list-style:none;
}

input,textarea,select{
	font-size:12px;
	color:#444;
	font-family:sans-serif;
}

strong {
	font-weight: normal;
}

/*
===== 3: link setting ===========================
*/
a:link,
a:visited{
	color: #e14737;
}

a:hover,
a:active{
	color: #F18E01;
}

