@charset "utf-8";

@import "../../share/css/base.css";

/* --- base layout --- */
body {
	background-color: #000;
}

#top {
	margin: 0 auto;
	width: 950px;
	background: url(../images/stylist_bg.png) 0 0 no-repeat #000;
	overflow: hidden;
}

#header {
	text-align: left;
}


#contents {
	text-align: left;
}

#footer {
	clear: both;
	width: 920px;
	margin: 0 auto;
}

/* --- header --- */

#index #header h1 {
	width: 143px;
	height: 132px;
	margin: 16px;
	background: url(../images/stylist01.png) 0 0 no-repeat;
	text-indent: -5000em;
}

img, div, h2 { 	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc); }

/* --- contents --- */
/*トップ*/
#index #contents h2 {
	width: 141px;
	height: 35px;
	margin: 114px 0 0 62px;
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist02.png) 0 0 no-repeat;
	text-indent: -5000em;
}

#index #contents ul {
	padding: 17px 0 0 28px;
}

#index #contents ul li {
	margin-bottom: 25px;
}

#index #contents ul li a {
	display: block;
	width: 372px;
	height: 38px;
	text-indent: -5000em;
	overflow: hidden;
}

#index #contents ul li#sa2010 a {
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/sa2010.png) 0 0 no-repeat;
}

#index #contents ul li#sa2010 a:hover {
	background-position: 0 -37px;
}

#index #contents ul li#sa2009 a {
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist03.png) 0 0 no-repeat;
}

#index #contents ul li#sa2008 a {
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist05.png) 0 0 no-repeat;
}

#index #contents ul li#sa2009 a:hover,
#index #contents ul li#sa2009 a:active {
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist03.png) 0 -38px no-repeat;
}

#index #contents ul li#sa2008 a:hover,
#index #contents ul li#sa2008 a:active {
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist05.png) 0 -38px no-repeat;
}

#index #contents ul li#sa2010 #data {
	width: 366px;
	height: 42px;
	margin: 5px 0 0 36px;
	behavior: url(http://www.uni-lab.jp/cota/stylist_test/js/iepngfix.htc);
	background: url(../images/stylist04.png) 0 0 no-repeat;
	text-indent: -5000em;
}


/* --- footer --- */
#footer {
	margin-top: 130px;
}

#footer ul {
	float: left;
	width: 97px;
	padding: 10px 0;
}

#footer ul li {
	width: 97px;
}

#footer ul li a {
	display: block;
	width: 97px;
	height: 36px;
	background: url(../images/home.gif) 0 0 no-repeat;
	text-indent: -5000em;
	overflow: hidden;
}

#footer p {
	float: left;
	width: 244px;
	height: 11px;
	margin: 33px 0 0 15px;;
	background: url(../images/copy.gif) 0 0 no-repeat;
	text-indent: -5000em;
}

