/*default.css*/
body {
	margin: 0px;
	padding: 0px;
}

/* リンク関連 */
a:link { color: #666666; text-decoration: none;}
a:visited { color: #666666; text-decoration: none;}
a:hover { color: #00A1DE; text-decoration: none;}
a:active { color: #00A1DE; text-decoration: none;}

/* フォント関連 */
.text1{
	color:#666666;
	font-size:80%;
	line-height:1.5em;
}
.text2{
	color:#666666;
	font-size:70%;
	line-height:1.5em;
}
/*color Pink*/
span.p_step1{
	color:#C90062;
}
span.p_step2{
	margin-left:10px;
	color:#C90062;
}
/*color Blue*/
span.b_step1{
	color:#00A1DE;
}
span.b_step2{
	margin-left:10px;
	color:#00A1DE;
}
/*color Yellow*/
span.y_step1{
	color:#ECC200;
}
span.y_step2{
	margin-left:10px;
	color:#ECC200;
}
/*color Purple*/
span.pu_step1{
	color:#A31A7E;
}
span.pu_step2{
	margin-left:10px;
	color:#A31A7E;
}
/*color Green*/
span.g_step1{
	color:#7AB800;
}
span.g_step2{
	margin-left:10px;
	color:#7AB800;
}
span.w_green{
	color:#7AB800;
}

/* テーブル関連 */
td.tr2{
	border:1px solid #000000;
}
td.tr3{
	background-image:url(../images/tablet_05.jpg);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:middle;
	width:475px;
	height:21px;
}
td.tr4{
	background-image:url(../images/tablet_10.jpg);
	background-repeat:no-repeat;
	text-align:right;
	vertical-align:middle;
	width:475px;
	height:21px;
}

/*レフターなしページ用テキスト位置調整*/
p.w224 {
	width: 224px;
	margin: 0px;
	padding: 0px;
	float: left;
}
