/*
-----------------------------------------------
seeeqs.com Index Page
Target:		/index.htm
Author:		Harry Nakayama
Version:	2013/09/03
----------------------------------------------- */
/*
===============================================
Imported Styles
=============================================== */
/* /css/base2.css
 *
 * - Elements
 *   - *
 *   - html
 *   - body
 *
 * - Major Class
 *   - .spinner (usually div)
 *   - .error
 *   - .alignLeft, .alignRight, .alignCenter
 *   - .marginTop0
 *   - .wrapper
 *   - .clear
 *
 * - header
 *   + nav
 *
 * - Main Content (#content)
 *
 * - footer
 *   + .copy
 *   + nav
----------------------------------------------- */
@import url("/css/base.css");

/*
===============================================
Elements
=============================================== */


/*
===============================================
Classes
=============================================== */


/*
===============================================
header
=============================================== */


/*
===============================================
content
=============================================== */
#content	{
	width:730px;
}
#sample	{
	position:relative;
	width:600px;
	height:600px;
	margin:0 auto;
}
#sample p.description	{
	width:100%;
	text-align:center;
	margin-bottom:1em;
}
div.description	{
	margin-top:20px;
}
div.description p	{
	margin-top:0.75em;
}

/*
===============================================
footer
=============================================== */
#siblings	{
	width:250px;
	margin-top:20px;
	float:right;
}
#siblings ul li	{
	text-align:right;
}
