@charset "UTF-8";

/*------------------------------------------------------------------------------
	URL: http://www.fc-soft.jp/
	Date: 2008-00-00
	Copyright (C) BeeSystem Company All Rights Reserved.
------------------------------------------------------------------------------*/

/*	Formatting Reset
----------------------------------------------------*/

*{
	margin:0;
	padding:0;
	font-style:normal;
	text-align:left;
	line-height:1.0;
	}

/*	Redefine
----------------------------------------------------*/

body{
	color:#333;
	font-size:small;
	font-family:
		"ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro",
		"HiraKakuPro-W3",
		Osaka,
		"メイリオ",
		"Meiryo",
		"ＭＳ Ｐゴシック",
		"MS PGothic",
		Sans-Serif;
	}

h1,h2,h3,h4,h5,h6{font-size:100%;}

ul,
ul li{list-style-type:none;}

a:link		{color:#333;
             text-decoration:none}
a:visited	{color:#333;
             text-decoration:none}
a:hover,     
a:visited:hover	{text-decoration:underline}
a:active	{color:#0f80be;}

img{
	border:0;
	vertical-align:bottom;
	}
	
textarea{font-size:small;}

