@charset 'shift_jis';

body{
    padding:0px;
	margin:0;
	/*-margin-left:auto;-*/
	/*-margin-right:auto;-*/
	font-size:12px;
    color: #595342;
	background-image: url(http://gigaplus.makeshop.jp/frenet/image/top_index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	_background-position: 0 top;

	/*-background:url(http://gigaplus.makeshop.jp/frenet/image/bg.gif) 0 0 repeat-x;-*/
	font-family: "ＭＳ Ｐゴシック", "Arial",Osaka,"ＭＳ ゴシック","Osaka",sans-serif;
	/*text-align:center;-*/
}

a {
    text-decoration: none;
}

a:link { 
    color: #595342;
}
a:visited {
    color: #595342;
}
a:hover {
    color: #AB3872;
    text-decoration: underline; 
}

.clear{ 
　　width: 400px;
    clear:both;
}

.display { /*-ブラウザ可変で回りこみするのを防止-*/
　　width: 960px;
	/*-text-align: left;-*/
}


span.img a:hover img {
    filter: alpha(opacity=76);
    -moz-opacity:0.76;
    opacity:0.76;
　　vertical-align:bottom;
}


/*-　↓↓↓　TOP画面の一番上部のナビ　↓↓↓　-*/

.top_navi {
　　width:1080px;
	height:34px;
	white-space:nowrap;/*-改行禁止-*/
}

.top_navi ul {
    margin:0 0 0 400px;
    padding:10px 0 0 0;
    /*-padding-left:400px;-*/
}

.top_navi li {
	display:inline;
    padding-right:40px;
    margin:0px;
}

.top_navi li a {
    /*-padding-right:30px;-*/
    padding-top:10px;
	text-decoration:none;
	list-style-type:none;
	/*-overflow:hidden;-*/
}

.top_navi li a:hover {
    color: #AB3872; 
    text-decoration: underline; 
}


