/* -------------------------------------------------------
CSS Information

Site URL:	http://www.mimi3.com/
File name:	main.css(http://www.mimi3.com/css/)
Created:	2010-01-11
Author:		HiromiComoro

Order of description

	- Search Key "__" + "id Name or Class Name"

/__Default style clear
/__container	(div#container)
	/__header	(div#header)
		/__logo	(div#header h1)
		/__Global Navigation	(g-navigation.css)
		/__topSWF	(div#header object)
	/__content	(div#content)
		/__sub-content	(div#sub)
		/__main-content	(div#main)
	/__footer	(div#footer)

-------------------------------------------------------- */


/* -----------------------------------------------------
 __Default style clear
-------------------------------------------------------- */
*{
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}


body {
	font-size: 80%;
	line-height: 2em;
	background-color: #fff;
	color: #666666;
}

li {
	list-style-type: none;
}

img {
	border: 0;
}

table {
	border: 0;
}

a {
	text-decoration: none;
}

.hide {
	display: none;
}

br.clear {
	clear: both;
}


/* -----------------------------------------------------
 __container
-------------------------------------------------------- */
#container {
	margin: 30px auto 30px;
	width: 700px;
}


/* -----------------------------------------------------
 __header
-------------------------------------------------------- */
#header {
	height: 200px;
	text-align: center;
}


/* -----------------------------------------------------
 __contents
-------------------------------------------------------- */
#contents {
	clear: both;
	margin-bottom: 30px;
	width: 700px;
}


/* -----------------------------------------------------
 __footer
-------------------------------------------------------- */
#footer {
	clear: both;
	width: 700px;
	text-align: center;
	font-size: 10px;
	color:#fff;
	background-color:#999;
}





