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

*{
	padding		: 0;
	margin: 0;
}

html{
	direction	: ltr;
	border		: 0;
}

address,blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,map,ol,p,pre,ul{
	display		: block;
}

code, pre, samp, var, kbd, input, select, textarea{
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
}

img {
	border: 0px;
}

table {
	border-collapse: collapse;
	width: 698px;
	/* border-collapse: separate; */
}

input, select, textarea{
	font-size: 12px;	
}

a { color: #666; text-decoration: none; font-weight: normal;}
a:hover { color: #FF0000; text-decoration: underline;}

.c-both {
	clear:both;
}

.none {
	display:none;
}

ul,dl,ol {list-style:none;}


/* --------------------------------- */
/* フォント */

.bold {
	font-weight: bold;
}

/* フォント End */
/* --------------------------------- */



/* 初期設定 End */
/* --------------------------------- */

body {
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-family: Meiryo, Verdana, "メイリオ", "ＭＳ Ｐゴシック", Hiragino Kaku Gothic Pro, Osaka;
	font-size:12px;
	color:#666;
	text-align:center;
	line-height:1.5;
}
.tex_red {
	color: #F00;
}

