@charset "shift_jis";

/* U-GATEブログ　デフォルト　1 */

@import url("page1.css");


/*html, body {
	height:100%;
}*/

body {
	width:100%;
	background-color:#FFFFFF;
	color:#333333;
	margin:0;
	padding:0;
	position:relative;
}

/*  float クリアー  */
.cl_both {
	clear:both;
}





/*  TXETリンク プロパティ  */
a {
	color:#06F;
	text-decoration:none;
}

a:hover {
	color:#F60;
	text-decoration:underline;
}

#no_line {
	text-decoration:none;
}

#on_line {
	text-decoration:underline;
}



/*  見出し  */
h1 {
	font-size:1.8em;
	text-align:left;
	padding:0;
	margin:0;
}


/*　テキスト基本　*/
p {
	font-size:0.75em;
	padding:0;
	margin:0;
	line-height:1.5em;
}



/*  テキスト強調・装飾  */
em {
	font-weight:bold;
	font-style:normal;
}

strong {
	font-size:1.0em;
}

#fb1 {
	font-weight:bold;
}

.gry1 {
	color:#999;
}

/*  行揃え  */
#txt_c1 {
	text-align: center;
}

#txt_r1 {
	text-align:right;
}

#txt_l1 {
	text-align:left;
}

/*  非表示  */
.hide {
	display:none;
}


/*  画像  */
img {
	border:none;
}

/*  HR  */
hr {
	display:none;
}






