@charset "utf-8";

/* 基本スタイル
---------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: sans-serif;
	color: #333333;
	background: #ffffff;
	line-height: 1.4;
}
p {
	/*\*/
	letter-spacing: 0.1m;
	/**/
}

/* フォントメニュー
	---------------------------------------------*/

/* トップメニュー */
div#topmenu {font-size:100%; font-weight:200 ; font-family: sans-serif; color:ffffff; line-height: 1.2;  text-decoration:none; } 
div#topmenu.a:link {font-size:100%; font-weight:200 ; font-family: sans-serif; color:ffffff; line-height: 1.2; text-decoration:none; } 
div#topmenu.a:hover {font-size:100%; font-weight:200 ; font-family: sans-serif; color:FF6600; line-height: 1.2; text-decoration:underline; } 
div#topmenu{
	/*\*/
	letter-spacing: 0em;
	/**/
}

/* インフォ
	---------------------------------------------*/

/* トップメニュー */
div#info {font-size:110%; font-weight:200 ; font-family: sans-serif; color:333333; line-height: 1.6;  text-decoration:none; } 
div#info.a:link {font-size:100%; font-weight:200 ; font-family: sans-serif; color:ffffff; line-height: 1.6; text-decoration:none; } 
div#info.a:hover {font-size:100%; font-weight:200 ; font-family: sans-serif; color:F09402; line-height: 1.6; text-decoration:underline; } 
div#info{
	/*\*/
	letter-spacing: 0px;
	/**/
}

/* リンク
---------------------------------------------------- */
a:link {
  color: #336699;
   text-decoration:none;
}
a:visited {
  color: #800080;
     text-decoration:none;
}

a:hover, a:active {
  color: #FF6600;
  text-decoration: underline;
}
