/*投資信託ドットコム*/

/*メインCSS*/

*		{
		font-family: arial,sans-serif;
		}

body	{
		margin: 0px;
		text-align: center;
		}

#warp	{
		margin: 0 auto;
		width: 780px;
		text-align: left;
		font-size: 90%;
		}

a		{
		color: #336699;
		}
a:hover	{
		color: #ff0000;
		}

#del	{
		display: none;
		}

/*ヘッダー*/

#header	{
		}

#header .setumei{
		background-color: #c0c0c0;
		color: #000000;
		padding-left: 10px;
		padding-top: 3px;
		padding-bottom: 2px;
		padding-right: 10px;
		}
#siteid	{
		background-image: url('all_img/siteid.gif');
		background-repeat: no-repeat;
		border-bottom: 10px solid #336699;
		height: 72px;
		}

#siteid .gohome a{
		display: block;
		float: left;
		width: 500px;
		height: 72px;
		text-decoration: none;
		text-indent: -5000em;
		}
#siteid .goout{
		float: right;
		width: 200px;
		text-align: left;
		padding-top: 15px;
		}


#header ul{
		clear: both;
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
#header li{
		float: left;
		margin-right: 10px;
		padding-top: 5px;
		}
#header .gotop{
		background-image: url('all_img/gotop_bg.gif');
		background-repeat: no-repeat;
		}
#header .gotop a{
		display: block;
		width: 105px;
		height: 20px;
		text-indent: -5000em;
		}
		



/*メニュー*/
#menu	{
		clear: both;
		float: left;
		width: 190px;
		padding-top: 10px;
		}
#menu ul{
		margin: 0px;
		padding: 0px;
		list-style: none;
		}
#menu li{
		margin: 0px;
		padding: 0px;
		}
#menu li a{
		display: block;
		width: 165px;
		border-left: 10px solid #336699;
		padding-left: 5px;
		padding-top: 5px;
		padding-bottom: 3px;
		margin-bottom: 3px;
		background-image: url('all_img/menu_bg.gif');
		background-repeat: repeat-y;
		text-decoration: none;
		line-height: 130%;
		}

#menu #osusume{
		background-image: url('top_img/osusume.gif');
		background-repeat: no-repeat;
		margin-top: 10px;
		padding-top: 35px;
		padding-left: 25px;
		}




/*メイン*/







/*フッター*/
#footer	{
		clear: both;
		padding-top: 20px;
		padding-bottom: 5px;
		}
#footer ul{
		margin: 0px;
		padding-left: 65px;
		list-style: none;
		}
#footer li{
		float: left;
		padding-right: 10px;
		}
#footer #unei{
		clear: both;
		margin-top: 10px;
		border-top: 5px solid #336699;
		padding-top: 5px;
		line-height: 130%;
		letter-spacing: 1px;
		}
#footer #unei strong{
		font-size: 120%;
		}
