@charset "utf-8";

/******************************************************************************************
	共通 
******************************************************************************************/
* {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
html {
	width:100%;
}
pre,code, kbd, samp, tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}
body {
	font:13px/1.231 arial, helvetica, clean, sans-serif;
	*font-size:small;
	*font:x-small;
	background: url(../../null) fixed;
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
}
body, td, th {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	line-height:1.4;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
	font-size:12px;
}
table {
	font-size:inherit;
	font:100%;
}
div, p, form, hr {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
img {
	border:0px;
}
h1 {
	font-size:100%;
	font-weight:normal;
	margin:0px;
}
h2 {
	font-size:100%;
	margin:0px;
}
.xx-large {
	font-size:167%;
}
.x-large {
	font-size:138.5%;
}
.large {
	font-size:108%;
}
.medium {
	font-size:100%;
}
.small {
	font-size:93%;
}
.x-small {
	font-size:85%;
}
li {
	margin:0px 0px 0px 25px;
}
/******************************************************************************************
	フォーム
******************************************************************************************/

/******************************************************************************************
	リンク 
******************************************************************************************/
a:link, a:visited {
	color:#EE786B;
	text-decoration:none;
}
a:hover {
	color:#FFAA00;
	text-decoration:underline;
}
a:active {
	color:#EE786B;
}
