﻿/* 全体について */
body			{background-color:#fffffff;
			 background-image:url("msbg035.gif");
	                 background-repeat:repeat;
	                 background-attachment:fixed;
                         font-size:13px;}


	/* h1見出しについて */
h1			{background-color:#ffffee;
                         margin-left:10px;
			margin-right:10px;
			height:70px;
			padding:20px;
			border:3px double #006666;
			color:#000066;
			font-family:"Times New Roman";
			font-size:25px;}

	/* h2見出しについて */
h2			{color:#000066;
			font-size:14px;}

	/* 左のメニューついて */
#left_menu		{position:absolute;
			list-style-type:none; 
                        width:120px;
			height:600px;
		        margin-left:10px;
                        line-height:30px;
                        font-size:15px;
                        color:#000066;}

#left_menuinuse       {background-image:url("05.gif");
			text-align:center;
                        line-height:20px;
                        font-size:11px;
			width:111px;
                        color:#ffffff;}

#left_menu a		{display:block;          
                        background-image:url("02.gif");
                        background-position:-2px 0px;
                        text-decoration:none;
                        text-align:center;
                        line-height:20px;
                        font-size:11px;
                        width:111px;
			height:20px;}

#left_menu a:link	{border:2px outset #cccccc;
			background-color:transparent;
			color:#000000;}
			
#left_menu a:visited	{border:2px outset #cccccc;
			background-color:transparent;
			color:#000000;}

#left_menu a:hover	{border:2px outset #cccccc;
			background-color:transparent;
			color: #ff8800;}

#left_menu a:active	{border:2px inset #cccccc;
			background-color:transparent;
			color:#666600;}

	/* 内容について */
#center_con		{background-color:#ffffee;
                         border:3px double #006666;
			width:640px;
			height:600px;
			margin-left:170px;
			padding:20px;
			line-height:20px;
                        overflow:scroll;}
        
#center_con a		{text-decoration:none;}

#center_con a:link	　　　　{color: #0000ff;}

#center_con a:visited	　　　　{color: #0000ff;}

#center_con a:hover	　　　　{color: #ff0000;}

#center_con a:active	　　　　{color: #000000;}
        
        /* 内容上部メニューついて */
#top_menu a		{display:block;
			float:right;
			color:#000000;
			margin-top:0px;
			margin-right:20px;
			width:100px;
			height:30px;
			padding-top:3px;
                        font-size:11px;
                        text-align:center;　　　　　　　　　　　
			background-image:url("06.gif");}

#top_menu a:link	{background-color:transparent;
			color:#000000;}

#top_menu a:visited	{background-color:transparent;
			color:#000000}

#top_menu a:hover	{background-color:transparent;
			color:#ff8800;}

#top_menu a:active　　　{background-color:transparent;
			color:#666600;}


        /* 内容上部メニューついて2 */
#top_menu2 a		{display:block;
			float:left;
			color:#000000;
			margin-top:0px;
			margin-left:20px;
			width:100px;
			height:33px;
			line-height:13px;
                        padding-top:4px;
                        font-size:11px;
                        text-align:center;　　　　　　　　　　　
			background-image:url("07.gif");}

#top_menu2 a:link	{background-color:transparent;
			color:#000000;}

#top_menu2 a:visited	{background-color:transparent;
			color:#000000;}

#top_menu2 a:hover	{background-color:transparent;
			color:#ff8800;}

#top_menu2 a:active　　　{background-color:transparent;
			color:#666600;}
