@charset "UTF-8";

/*
  Summary: common styless
  Created: 2008-07-07
  Last update: 2008-07-07 by Mutsuki
  Target Pages
  	/ Top pages
  
  Site URL: http://www.tagspace.jp
  File name: top.css (/css/top.css)
  Author: CGFM LLC.
  Copyright: (C) タグスペース
  
*/

/*
----------------------------------------------------------------------------- 
[1]Top Page Class
----------------------------------------------------------------------------- */
body{
	text-align:center;
	background:#000;
	color:#ccc;
	
}


/* -- layout -- */
#container{
	text-align:left;
	width: 900px;
	position:absolute;
	top: 50%; left: 50%;
	margin:-268px 0 0 -450px;
	
	
}
	#container_wrap{
		position: relative;
		height: 550px;
		background: #462305 url(../img/top/tagspace_main.jpg) no-repeat 0 0;
		xbackground: #462305 url(../img/top/tagspace_main_pre2.jpg) no-repeat 0 0;
	}
		#container_wrap h1{
			display: none;
			position: absolute;
			top: -4px; left: 1px;
		}
		#contents{
			position: absolute;
			top: 455px;
			width: 900px;
		}
			#contents_area{
				padding: 0px 10px 0 10px;
			}
				#contents_area{
					float:left;
					width:360px; height: 64px;
					overflow: hidden;
				}
				#aboutus{
					float:right;
					text-align: left;
					width:273px; height: 64px;
					overflow: hidden;
				}
		#menu{
			position: absolute;
			top: 528px;
			width: 100%; height: 22px;
		}
	#footer{
		text-align:right;
		font-size:0.8em;
		margin-top:2px;
	}
			

/* #contents_area */
#contents_area h2{display: none;}

dl#blog_rss{
	margin-top: 7px;
	width:380px; height: 64px;
	overflow: hidden;
	font-size: 0.93em;
	color: #ccc;
}
	dl#blog_rss dt,
	dl#blog_rss dd {
		margin-bottom: 5px;
		padding: 0;
		line-height: 1.2;
	}

	dl#blog_rss dt {
		float: left;
		width: 7em;
	}
	
	dl#blog_rss dd {
		_height: 1%; /* Hack for Win IE6 */
		margin-left:7em;
	}
		dl#blog_rss a{
			color: #ccc;
		}
		dl#blog_rss a:hover{
			color: #f93;
		}

/* #aboutus */
#aboutus h2{display: none;}

#aboutus p{
	margin-top: 10px;
	padding:0 7px 0 0px;
	font-size: 0.9em;
	color: #fff;
}

/* menu */
#menu ul{}

	#menu ul li{
		display: inline;
	}
		#menu ul li a{
			float: left;
			width: 225px; height: 22px;
			overflow: hidden;
			text-align: left;
			text-indent: -1000px;
			background-image: url(../img/top/menu_all.jpg);
			background-repeat: no-repeat;
		}
		#menu ul li a storng{ display: none;}
	
	a#menu_li1{ background-position: 0px 0px;}
	a#menu_li2{ background-position: -225px 0px;}
	a#menu_li3{ background-position: -450px 0px;}
	a#menu_li4{ background-position: -675px 0px;}
	
	a#menu_li1:hover{ background-position: 0px -22px;}
	a#menu_li2:hover{ background-position: -225px -22px;}
	a#menu_li3:hover{ background-position: -450px -22px;}
	a#menu_li4:hover{ background-position: -675px -22px;}


/* #footer */			
#footer address{
	display: none;
	float: left;
	color: #444;
}
#footer a{color: #444;}
#footer p{color: #444;}


