body {   
    background-color: #fff;
    font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	line-height: 24px;
	color:#333333;
	margin: 0;
}   

#back_all {
	background: url(../img/table/back_all.gif);
	width: 995px;
	margin: 0 auto ;
}

#main  {   
    width: 975px;  
	background-color: #fff;
	margin: 0 auto ;
} 

#header {
	background: url(../img/table/header.gif) no-repeat;
	width: 975px;
	height: 162px;
	margin: 0px;
}

#header h1 {
	text-indent: -9999px;
	font-size: medium;
}

#navi {
	background-color: #fff;
	width: 975px;
	margin: 20px 0;
}

#navi:after { 
/*--http://www.css-lecture.com/log/css/013.html--*/
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#navi ul {
	margin: 0 15px;
	padding: 0;
}

#navi ul li {
	list-style-type: none;
	float: left;
}

#navi ul li a {
	height: 30px; 
    display: block;   
    text-indent: -9999px;
    overflow: hidden;
}

#navi li.top a {
    background: url(../img/table/menu_top.gif) no-repeat 0 -30px;
    width: 89px;
}

#navi li.top_now a {
    background: url(../img/table/menu_top.gif) no-repeat 0 0px;
    width: 89px;
}

#navi li.airbrush a {
    background: url(../img/table/menu_airbrush.gif) no-repeat 0 -30px;
    width: 150px;
}

#navi li.top_airbrush a {
    background: url(../img/table/menu_airbrush.gif) no-repeat 0 0px;
    width: 150px;
}

#navi li.works a {
    background: url(../img/table/menu_works.gif) no-repeat 0 -30px;
    width: 119px;
}

#navi li.works_now a {
    background: url(../img/table/menu_works.gif) no-repeat 0 0px;
    width: 119px;
}

#navi li.howto a {
    background: url(../img/table/menu_howto.gif) no-repeat 0 -30px;
    width: 135px;
}

#navi li.howto_now a {
    background: url(../img/table/menu_howto.gif) no-repeat 0 0px;
    width: 135px;
}

#navi li.profile a {
    background: url(../img/table/menu_profile.gif) no-repeat 0 -30px;
    width: 123px;
}

#navi li.profile_now a {
    background: url(../img/table/menu_profile.gif) no-repeat 0 0px;
    width: 123px;
}

#navi li.contact a {
    background: url(../img/table/menu_contact.gif) no-repeat 0 -30px;
    width: 141px;
}

#navi li.contact_now a {
    background: url(../img/table/menu_contact.gif) no-repeat 0 0px;
    width: 141px;
}

#navi li.blog a {
    background: url(../img/table/menu_blog.gif) no-repeat 0 -30px;
    width: 98px;
}

#navi li.blog_now a {
    background: url(../img/table/menu_blog.gif) no-repeat 0 0px;
    width: 98px;
}

#navi li.goods a {
    background: url(../img/table/menu_goods.gif) no-repeat 0 -30px;
    width: 124px;
}

#navi li.goods_now a {
    background: url(../img/table/menu_goods.gif) no-repeat 0 0px;
    width: 124px;
}

#navi li a:hover {
	background-position: 0 0px;
}

#navi li.maru {
    width: 15px;   
    height: 33px;   
	background: url(../img/table/menu_maru.gif) no-repeat;
}

#navi li.home a {
    width: 149px;   
    height: 17px;
	margin: 10px; 
    background: url(../img/table/menu_home.gif) no-repeat 0 0px;
}

#navi li.home  a:hover {
	background-position: 0 -17px;
}

#navi.sub {
	background: url(../img/table/contents02.gif) repeat-y;
	text-align: center;
	width: 850px;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
	font-size: 12px;
	line-height: 20px;
}

#link_top a {
    width: 80px;   
    height: 19px;
	text-indent: -9999px;
    background: url(../img/table/link_top.gif) no-repeat 0 0px;
    display: block;   
    text-indent: -9999px;
    overflow: hidden;
	margin: 0 730px;
}

#link_top  a:hover {
	background-position: 0 -19px;
}

#contents {
	width: 975px;
	min-height: 100%;
	padding-left: 30px;
}

#footer {
	background-color: #000000;
	min-width: 100%;
	margin-top: 20px ;
    clear:both;
}

#copyright {
	background-color: #000000;
	text-align: center;
	margin: 0 auto ;
	width: 975px;
	color: #d3cfa4;
	padding: 10px 0;
}

#copyright a {
	text-decoration: none ;
	color: #d3cfa4;
	padding: 2px;
}

#copyright a:hover {
	text-decoration: none ;
	background-color: #d3cfa4;
	color: #666;
	padding: 2px;
}

