/*  
Theme Name: Garbage design Works Basic Theme
Theme URI: http://www.g-d-w.net/
Description: Garbage design Works Basic Theme.
Version: 1.0
Author: Daisuke Imai <hine@g-d-w.net>
Author URI: http://www.g-d-w.net/
*/

body	{
	margin: 0;0 5px 5px 0;
	}
	padding: 0;
	background-color: #330099;
	}

#main	{
	background-color: #9999FF;
	padding: 10px 20px 1px;
	}

a	{
	color: #663333;
	}


/* ++++++ ヘッダー部分のデザイン ++++++ */

#header h1	{
	background-color: #330099;
	margin: 0;
	}

#header h1 img	{
	border: none;
	margin: 10px 20px;
	}

#header ul	{
	background-color: #9999FF;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: solid 1px #330099;
	height: 2em;
	font-size: 0.75em;
	}

#header li	{
	text-align: center;
	border-right: solid 1px #330099;
	float: left;
	line-height: 2em;
	}

#header li a	{
	display: block;
	width: 140px;
	text-decoration: none;
	color: #000000;
	}

#header li a:hover	{
	background-color: #6666FF;
	}

/* ++++++ トップページのデザイン ++++++ */

#top	{
	background-color: #FFFFFF;
	position: relative;
	top: 0;
	left: 0;
	}

#topimg	{
	margin: 0;
	}

#message	{
	position: absolute;
	top: 120px;
	left: 400px;
	width: 360px;
	font-size: 0.875em;
	line-height: 180%;
	}

#topwhatsnew	{
	position: absolute;
	top: 240px;
	left: 400px;
	width: 360px;
	}

#topwhatsnew h2	{
	margin: 0;
	padding: 3px;
	background-color: #330099;
	color: #FFFFFF;
	font-size: 0.75em;
	}

#topwhatsnew div	{
	border: solid 1px #330099;
	overflow: auto;
	height: 120px;
	background-color: #9999FF;
	color: #000000;
	}

/* ++++++ 更新情報ページのデザイン ++++++ */
#whatsnew	{
	background-color: #CCCCFF;
	}

#whatsnewlist	{
	width: 200px;
	float: left;
	background-color: #FFFFFF;
	}

#whatsnewest	{
	width: 600px;
	float: left;
	background-color: #CCCCFF;
	}

/* ++++++ リストページのデザイン ++++++ */
#list_tp	{
	width: 800px;
	background-color: #CCCCFF;
	padding: 20px 20px;
	}

#list	{
	background-color: #9999FF;
	padding: 10px 25px;
	}

#list h2	{
	background-image: url(images/bar.gif);
	background-repeat: no-repeat;
	color: #330099;
	padding: 5px 35px;
	}

#list img	{
	float: left;
	margin: 0 5px 5px 0;
	}

#list ul.post-meta	{
	background-color: #6666FF;
	color: #FFFFFF;
	}

#list #text	{
	padding: 5px 10px;
	clear: both;
	}

/* ++++++ フッター部分のデザイン ++++++ */

#footer	{
	background-color: #330099;
	padding: 10px 20px;
	}

#footer address	{
	color: #FFFFFF;
	font-size: 0.75em;
	font-style: normal;
	}
