@charset "utf-8";
@import url("import.css");

/* -----------------------------------------------------------
CSS Information
 File name:      index.css
 Style Info:     インデックスファイル、ダウンロードファイル用CSS
----------------------------------------------------------- */

/*----------------------------------------------------
	index用
----------------------------------------------------*/

#index {
	/*background:url(../img/share/index_back.gif) repeat-x #fff;*/
	background:#fff;
}

#index #flashcontent {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:1000;
}

#index #wrapper {
	position:relative;
	margin:0 auto -25px auto;
}

#index #push {
	height:25px;
}

#index h1 {
	position:absolute;
	left:0;
	top:222px;
	width:231px;
	height:108px;
	float:none;
	background:url(../img/share/logo.gif) no-repeat;
}

#index #navi {
	margin:0;
	position:absolute;
	left:412px;
	top:300px;
}

#index #webdesign {
	position:absolute;
	left:790px;
	top:365px;
}

#index #topics {
	line-height:2em;
	text-align: justify;
	text-justify: distribute; 
	position:absolute;
	left:515px;
	top:460px;
}

#index #topics li {
	width:430px;
	clear:both;
}

#index #topics span {
	cursor:pointer;
	float:left;
}

#index #topics .day {
	position:relative; /*IE6バグ回避*/
	margin-left:-85px;
}

#index #topics a {
	color: #fff;
}

#index #topics a:hover {
	color: #99eeff;
}

#copyright {
	margin:0 auto;
	width:960px;
	text-align:right;
}

#copyright img{
	margin-right:7px;
}

#background {
	position:absolute;
	top:0;
	left:0;
	z-index:-1000;
	width:100%;
	height:100%;
	background:url(../img/share/index_back.gif) repeat-x;
}

/*----------------------------------------------------
	download用
----------------------------------------------------*/

#download {
	margin:0;
	position:absolute;
	left:430px;
	top:291px;
}

#download_text {
	margin-top:10px;
	color:#999999;
}