a:link{
	text-decoration	:	none;		/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color		:	#6B8E23;	/*未訪問リンクのカラー*/
}

a:visited{
	text-decoration	:	none;		/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color		:	#2E8B57;	/*訪問済みリンクのカラー*/
}

a:active{
	text-decoration	:	none;		/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color		:	#FA8072;	/*クリックしたときのカラー*/
}

a:hover{
	text-decoration	:	none;		/*下線を消す（下線を出したいときはtext-decoration:underline）*/
	color		:	#20B2AA;	/*マウスが乗ったときのカラー*/
	position	:	relative;
	top		:	1px;
	left		:	1px;		/* マウスが乗ったとき引っ込む */
}

body{
	margin				:	0px;
	font-family			:	verdana;
	scrollbar-face-color		:	#ccddee;	/*スクロールバー本体の色*/
	scrollbar-highlight-color	:	#ffffff;	/*スクロールバー左側（上）の影*/
	scrollbar-shadow-color		:	#ffffff;	/*スクロールバー右側（上）の影*/
	scrollbar-3dlight-color		:	#ccddee;	/*スクロールバーの左側（下）の影*/
	scrollbar-arrow-color		:	#ffffff;	/*矢印の色*/
	scrollbar-track-color		:	#ffffff;	/*背面の色*/
	scrollbar-darkshadow-color	:	#ccddee;	/*スクロールバー右側（下）の影*/
}

pre.aa { 
 font-family: "ＭＳ Ｐゴシック", sans-serif; 
 line-height: 1; 
} 

body.bbs{
background		:	url(../picture/background/sky_right.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.cgi{
background		:	url(../picture/background/sky_right.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;	font-size		:	12px;
}

body.diary{
background		:	url(../picture/background/haruoto3.gif);
background-repeat: no-repeat;
background-position:	center bottom;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.entrance{
background		:	url(../picture/background/haruoto3.gif);
background-repeat: no-repeat;
background-position:	center bottom;
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.index{
background		:	url(../picture/background/sky_right.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.link{
background		:	url(../picture/background/sky_right.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.menu{
	background		:	url(../picture/background/sky_left.jpg);
	background-attachment	:	fixed;
	background-repeat	:	no-repeat;
	overflow-y		:	hidden;
}

body.menu1{
background		:	url(../picture/background/title2.png);
background-attachment:fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

body.myself{
background		:	url(../picture/background/sky_right.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
background-attachment	:	fixed;
}

body.pc{
background		:	url(../picture/background/sky_right.jpg);
background-attachment	:	fixed;
background-repeat:no-repeat;
background-position:0% 0%;}

iframe{
	border		:	0px;
	hspace		:	0px;
	vspace		:	0px;
	marginheight	:	0px;
	marginwidth	:	0px;
}
