body 		 {
			  background:url(../img/common/bg.jpg) repeat;
			  margin:0;
			  padding:0;
			  font-size:small;
			  color:#5A5858;
			  text-align:left;
			 }
/* メインコンテンツグループ*/
#contents    {
			  background:#FFFFFF;
			  width:780px;
			  border-left:1px solid #EAE3DA;
			  border-right:1px solid #EAE3DA;
			  border-bottom:1px solid #EAE3DA;
			  margin-left:auto;
			  margin-right:auto;
			  position:relative;
			 }
#head_logo   {	
			  margin-top:5px;
			  margin-left:10px;
			 }
/* 更新日付 */
#update      {
			  position:absolute;
			  top:2px;
			  left:520px;
			  font-size:90%;
			  color:#4B4B4B;
			  text-align:right;
			  padding-right:10px;
			 }
/* お問い合わせボタン*/
#mail       a{
			  position:absolute;
			  top:25px;
			  left:615px;
			  width:158px;
			  height:33px;
			  text-decoration:none;
			  background:url(../img/common/mail_btn.gif) top left no-repeat;
			  text-indent:-3000px;
			  display:block;
			 }
#mail       a:hover{
			  background-position:0 -33px;
			 }
/* メニューグループ*/
#menu_box    {
			  width:780px;
			  margin-top:10px;
			 }
/* メニューボタン1 */
#btn1		a{
				width:170px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn1.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn1 		a:hover	{
				background-position:0 -20px;

			}
/* メニューボタン2 */
#btn2		a{
				width:70px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn2.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn2 		a:hover	{
				background-position:0 -20px;

			}
/* メニューボタン3 */
#btn3		a{
				width:80px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn3.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn3 		a:hover	{
				background-position:0 -20px;

			}
/* メニューボタン4 */
#btn4		a{
				width:70px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn4.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn4 		a:hover	{
				background-position:0 -20px;

			}
/* メニューボタン5 */
#btn5		a{
				width:70px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn5.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn5 		a:hover	{
				background-position:0 -20px;
			}
/* メニューボタン6 */
#btn6		a{
				width:100px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn6.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn6 		a:hover	{
				background-position:0 -20px;
			}
/* メニューボタン7 */
#btn7		a{
				width:90px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn7.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn7 		a:hover	{
				background-position:0 -20px;
			}
/* メニューボタン8 */
#btn8		a{
				width:70px;
				height:20px;
				text-decoration:none;
				background:url(../img/common/menu/btn8.gif) top left no-repeat;
				text-indent:-3000px;
				display:block;
				float:right;
				margin-right:5px;
				border-bottom:2px solid #FFFFFF;
			 }
#btn8 		a:hover	{
				background-position:0 -20px;
			}
#copyright  {
			width:780px;
			height:12px;
			border-top:1px solid #C0C0C0;
			border-bottom:1px solid #C0C0C0;
			font-size:76%;
			color:#818181;
			}
#footer     {
			width:780px;
			margin-top:10px;
			border-top:8px solid #C0C0C0;
			}
#footer_txt {
			font-size:76%;
			color:#818181;
			margin:10px;
			}
.support  {
			color:#E5004F;
			font-size:120%;
			}
