@charset "UTF-8";

html,body	{
		margin: 0;
		padding: 0;
		height: 100%;
		background: #ffffff;
		}

p		{
		margin: 0.5em 0;
		padding: 0;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		}

sup		{
		color: #cc0000;
		}

a:link		{
		text-decoration: none;
		color: #36c;
		}

a:visited	{
		color: #36c;
		}

a:hover		{
		color: #f00;
		}


/***************************************/
/*      ID セクタ                      */
/***************************************/

#myWrapper	{
		position: relative;
		margin: 2px;
		min-width: 850px;
		height: 100%;
		line-height: 1.4;
		color: #444444;
		font-family: Arial, Verdana, Tahoma, sans-serif;
		font-size: 0.9em;
		}

#myHeader	{
		position: relative;
		height: 75px;
  		background: #3366cc;
		}

#myLogo		{
		position: absolute;
		top: 0px;
  		background: url(images/iLogo_takahiro1[b].gif) no-repeat;
		height: 55px;
		width: 370px;
		}


#myLine1	{
		position: absolute;
		top: 34px;
		background: url(images/iLogo_takahiro1[b].gif) repeat-x;
		height: 21px;
		width: 100%;
		text-align: right;
		}

#myLine2	{
		position: absolute;
		top: 55px;
		background: url(images/iEtc_shadow1.gif) repeat-x;
		height: 20px;
		width: 100%;
		}


#myMenu a	{
		display: block;
		width: 100%;
		}

#myNavi		{
		float: left;
		width: 200px;
		}

#myList		{
		padding: 10px;
		border: 1px solid #ddd;
		background: #f9f9f9;
		margin-right: 20px;
		}

#myList ul	{
		margin: 0;
		padding: 0;
		list-style: none;
		}

#myList li	{
		font-size: 13px;
		line-height: 180%;
		margin: 0;
		padding: 2px 0px;
		border: none;
		background: url(images/img_ubar01.jpg) repeat-x left bottom;
		}

#myList a	{
		display: block;
		}




#myList li ul	{
		margin: 0 0 0 1em;
		padding: 0px;
		}

#myList li li	{
		margin: 0;
		padding: 0;
		border: none;
		background: none;
		}

#myFooter	{
		clear: both;
		padding-top: 20px;
		text-align: center;
		font-size: 11px;
		color: #666666;
		}
/***************************************/
/*      クラス セレクタ                */
/***************************************/

ul.hdmenu	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		}

ul.hdmenu li	{
		float: left;
		margin: 1px 5px 2px 0px;
		padding: 3px 5px 1px 5px;
		background: #222222;
		border: 1px solid #888888;
		text-align: center;
		}

ul.hdmenu a	{
		display: block;
		}

.Wht13		{
		color: #ffffff;
		font-size: 13px;
		font-weight: bold;
		}

.Wht14		{
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		}

.Wht15		{
		color: #ffffff;
		font-size: 15px;
		font-weight: bold;
		}

.Gry12c		{
		color: #666666;
		font-size: 12px;
		}

.Gry12		{
		color: #666666;
		font-size: 12px;
		text-align: justify;
		}

.Gry13		{
		color: #666666;
		font-size: 13px;
		}

.Gry14		{
		color: #666666;
		font-size: 14px;
		text-align: justify;
		}

.Blk14		{
		color: #000000;
		font-size: 14px;
		line-height: 2em;
		}

.Blk14Bd	{
		color: #000000;
		font-size: 14px;
		font-weight: bold;
		}

.Blk15		{
		color: #000000;
		font-size: 15px;
		}

.Blk15Bd	{
		color: #000000;
		font-size: 15px;
		font-weight: bold;
		}

.Blu18		{
		color: #006ABE;
		font-size: 18px;
		}

a.l_Blu14_Red:link	{
		color: #36c;
		font-size: 14px;
		text-decoration: none;
		}

a.l_Blu14_Red:visited	{
		color: #36c;
		font-size: 14px;
		text-decoration: none;
		}

a.l_Blu14_Red:hover	{
		color: #f00;
		font-size: 14px;
		text-decoration: none;
		}

a.l_Wht13_Ul:link	{
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		}

a.l_Wht13_Ul:visited	{
		text-decoration: none;
		color: #fff;
		font-size: 13px;
		}

a.l_Wht13_Ul:hover	{
		text-decoration: underline;
		color: #fff;
		font-size: 13px;
		font-weight: bold;
		}

.NoDeco		{
		text-decoration: none;
		}

.floatL		{
		float: left;
		}

.floatR		{
		float: right;
		}

.endfloat	{
		clear: both;
		font-size: 0;
		line-height: 0;
		height: 0px;
		visibility: hidden;
		}

.myCB		{
		width: 500px;
		padding-top: 30px;
		margin: 0 auto;
		}

