@charset "utf-8";
/* ニコデザインワークスWEB基本デザインcss */

body{
font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
color:#663300;
text-align:center;
margin: 0px;
padding: 0px;}

/***********************************
 *◆共通設定
 ***********************************/

img{
border:none;
}

/***********************************
 *◆コンテンツブロック
 *    →contents
 *    　→header
 *    　→menu
 *    　→footer
 ***********************************/

#contents{
background:url(paper.gif);
width:780px;
height:auto;
margin:auto;
}

/***********************************
 *◆コンテンツブロック 
 * ◇ヘッダーブロック
 *    →header　niko design worksロゴ
 ***********************************/

#header{width:740px;
height:27px;
text-align:left;
padding-left:40px;
padding-top:10px;
}

/***********************************
 *◆コンテンツブロック
 * ◇メニューブロック
 *    →menu　profile,works,download,contact,shop,link
 ***********************************/

#menu{width:740px;
height:30px;
padding-left:40px;
margin-bottom:10px;
border-bottom:dotted 3px #996600;
}

#menu ul{margin:0;
padding-left:0;
}

#menu ul li{
width:auto;
height:25px;
margin-right:30px;
text-align:left;
list-style:none;
float:left;
}

/***********************************
 *◆コンテンツブロック　
 *　◇フッター
 *    →footer　ページ最下部：著作権表記
 ***********************************/

#footer{
width:780px;
height:auto;
clear:both;
font-size:10pt;
color:#663300;
padding-bottom:10px;
margin-top:10px;
}


