﻿@charset 'UTF-8';

/*
	Site Name:    IN VOGUE Official site
	Description:  package/
	Updated: 	  
*/


/*サイトマップの設定
----------------------------------------------------------*/

div.sitemap01{
float:left;
width:300px;
margin-top:20px;
}

div.sitemap02{
float:left;
width:300px;
margin-top:20px;
}

ul.category{
margin:0px;
padding:0px;
}

ul.category li.cate02{
display:block;
margin-left:10px;
padding-left:15px;
background:url(../image/sitemap/line01.jpg) 0 0.45em no-repeat;
}

ul.category li.cate03{
display:block;
margin-left:10px;
padding-left:15px;
background:url(../image/sitemap/line02.jpg) 0 0.45em no-repeat;
}

.clear{
clear:both;
}

a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
a:hover, a:active {
	text-decoration: none;
	}
