/* 基本設定*/
body { background-color : pink;
       font-size: 12px;
       line-height:130%;
       color: #333333;
       margin: 0px;} 

h1{ font-size: 14px;
    color: #333333;
    font-weight:bold
       }

img{border:0px;}


/* リンク設定*/

/* リンク */
A:link { color: #666666
          text-decoration: none }  

/* 既に見たリンク */
A:visited {                 
  color: #666666;
  text-decoration: none     
}

/* クリック時のリンク */
A:active { color: #666666 } 

/* カーソルが上にある時のリンク */
A:hover {                   
  color: #666666;
}　　　　　　　　　　　　　　　　

 /* 解除タグ*/
.clear{
　　　clear: left;
        }

 /* ボックス設定*/
 
.outer
	{
	width:900px;
	padding: 10px;
	margin:0 auto 0 auto;
        background-color: white;
	}
.menu
	{
	float:left;
	width:195px;
	}

.main
	{
	float:left;
	width:680px;
	padding:0px 0px 0px 20px;
	}
.clears{
  clear:both;
}
.foot
	{
	clear:left;
	height: 40px;
	width:900px;
        background-color: white;
	}
	
.head
	{
	height: 190px;
	}
.clears{
  clear:both;
}
.box01
	{
	width:305px;
	padding:0px 0px 20px 40px;
	}
.box02
	{
	width:300px;
        height:200px;
        background-image:url(./img/topics.jpg);
	}

.box04
	{
	width:300px;
        height:200px;
        background-image:url(./img/profile.jpg);

	}
.topics
	{
	width:270px;
        height:155px;
	padding:45px 20px 0px 20px;
	}


.box03
	{
	width:640px;
	padding:0px 0px 0px 40px;
	}

