@charset "Shift_JIS";

/* 全体構造
----------------------------------------------------------------------------- */.noborder {	border-style		:	none;
			border-width		:	0px;
}
.body {		background-color	:	#484341;
			background-position	:	left top;
			background-image	:	url("back.gif");
			background-repeat	:	repeat-y;
}


/* フォント/リンク
----------------------------------------------------------------------------- */
.font1 {	font-size			:	13px;
			padding				:	0px;
			line-height			:	150%;
			letter-spacing		:	normal;
			word-spacing		:	normal;
			color				:	#cccccc;
            font-weight			:	400;
            font-family			:	"ＭＳ Ｐゴシック","Tahoma","ＭＳ ゴシック",
  									"OSAKA",sans-serif;
}
.font2 {	font-family			:	"ＭＳ Ｐゴシック","Tahoma","ＭＳ ゴシック",
									"OSAKA",sans-serif;
			font-size			:	11px;
			padding				:	0px;
			line-height			:	120%;
			letter-spacing		:	normal;
			word-spacing		:	normal;
			color				:	#cccccc;
            font-weight			:	400;
}
.kuuhaku {	font-family			:	"Arial",sans-serif ;
			font-size 			:	1px;
}
a:hover {	color				:	#000000;
			text-decoration		:	underline;
}
.under {	text-decoration		:	none;
}