/*ヘッダー*/
.header		{
		background-image:url("images/header.gif");
		background-repeat:no-repeat;
		margin:0px 0px 0px 0px;
		padding-top:50px;
		padding-right:0px;
		padding-left:625px;
		padding-bottom:80px
		}
.header1		{
		background-image:url("images/atagocafe.gif");
		background-repeat:no-repeat;
		margin:0px 0px 0px 0px;
		padding-top:50px;
		padding-right:0px;
		padding-left:522px;
		padding-bottom:10px
		}

.header a:visited	{
		color:#000080
		}

.header a:active	{
		color:red
		}

.header a:hover		{
		color:red
		}



/*メニュー*/
.menu 		{
		width:200px;
		padding:10px 5px 5px 5px;
        	}


.menu a		{
		text-decoration:none;
		display:block;
		color:#000080;
		font-size:12px;
		padding-bottom:10px;
		}

.menu a:visited	{
		color:#000080
		}

.menu a:active	{
		color:red
		}

.menu a:hover	{
		color:red
		}

/*コンテンツ*/

.con	{
	width:550px;
	}


/*フッター*/

.footer		{
		background-color:#999966;
		width:750px;
		}
.footer1		{
		background-color:#999966;
		width:530px;
		}

.footer div	{
		padding-top:5px;
		padding-bottom:0px;
		text-align:center;
		color:white;
		font-size:12px;
		font-weight:bold
		}
		.footer1 div	{
		padding-top:5px;
		padding-bottom:0px;
		text-align:center;
		color:white;
		font-size:12px;
		font-weight:bold
		}
