@charset "utf-8";
/* ニコデザインワークスWEB　プロフィールページcss */


/***********************************
 *◆コンテンツブロック
 *    →profile　付箋紙タイトル部分
 ***********************************/


#profile{
height:43px;
margin-left:40px;
margin-top:20px;
margin-bottom:10px;
text-align:left;
}

/***********************************
 *◆コンテンツブロック
 *    →main　インフォメーションの内容、サイドのリンク
 ***********************************/

#main{
width:740px;
padding-left:40px;}

/***********************************
 *◆コンテンツブロック
 *    →info_news　インフォメーションの内容枠
 *　　→info_waku　インフォメーションの各項目ごとの枠
 *　　→info_news_img　インフォメーションの画像枠
 ***********************************/

#info_news{
width:500px;
float:left;
}

.info_waku{
width:500px;
height:auto;
/*border-bottom:dotted 3px　#996600;
*/margin-bottom:10px;
padding-bottom:10px;
float:left;
font-size:10pt;
text-align:left;
}

#info_news img{
/*border:solid 1px #000000;
*/margin-top:5px;
margin-bottom:5px;
}

.info_news_img{
/*background-color:#FFFFFF;
*/width:240px;
height:auto;
/*border:solid 1px #000000;*/
margin-right:10px;
float:left;
text-align:center;
}

.info_waku a{
color:#663300;
}

.info_waku a:hover{
color:#FF0000;
text-decoration:none;}


/***********************************
 *◆コンテンツブロック
 *    →top_link　サイドのリンク枠
 ***********************************/

#top_link{
width:200px;
float:left;}

#top_link div{
width:180px;
height:200px;
background-image:url(img/top/clip.gif);
background-repeat:no-repeat;
padding-bottom:10px;
margin-left:45px;
}


