@charset "UTF-8";
@import url("elements.css");
@import url("layouts.css");



h1 span {
	background      : url("../img/blog/h1.gif") no-repeat;
}



/* index */
/***********************************************************/
body#index h2 {
	font-size       : 10px;
	font-weight     : bold;
	color           : #ffffff;
	width           : 585px;
	margin          : 0px 0px 10px 0px;
	padding         : 5px 0px 3px 5px;
	background      : #666666;
}

body#index div.amuseblog h2 {
	font-size       : 12px;
	color           : #333333;
	background      : #e0e0e0;
}

body#index div.amuseblog {
	width           : 610px;
	margin          : 0px 0px 20px 0px;
}

body#index div.column {
	margin          : 0px 0px 5px 0px;
}

body#index div.amuseblog a.left {
	width           : 210px;
	display         : block;
}

body#index div.amuseblog p.left {
	font-size       : 10px;
	width           : 370px;
	margin          : 0px 0px 0px 0px;
}

body#index div.amuseblog p.left a {
	line-height     : 1.4;
	background      : url("../img/link_arrow.gif") 0px 4px no-repeat;
	padding         : 0px 0px 0px 7px;
}

body#index table.lists {
	width           : 590px;
}

body#index table.lists td {
	width           : 270px;
	background      : url("../img/dotline.gif") 0px bottom no-repeat;
	padding         : 10px 10px 10px 10px;
}

body#index table.lists td div.img {
	width           : 60px;
}

body#index table.lists td div.img img {
	border          : solid 1px #999999;
	display         : block;
}

body#index table.lists td div.text {
	width           : 200px;
	padding         : 0px 0px 0px 10px;
}

body#index table.lists td div.band div.img {
	width           : 80px;
}

body#index table.lists td div.band div.text {
	width           : 180px;
	padding         : 0px 0px 0px 10px;
}

body#index table.lists td div.text p {
	color           : #666666;
	margin          : 0px 0px 5px 0px;
	padding         : 2px 2px 0px 2px;
	background      : #eeeeee;
}

body#index table.lists td div.text li {
	line-height     : 1.4;
	background      : url("../img/link_arrow.gif") 0px 4px no-repeat;
	padding         : 0px 0px 0px 7px;
}

body#index table.lists td div.text li a {
	line-height     : 1.2;
}

body#index table.lists td div.text li span {
	font-size       : 10px;
	color           : #999999;
	padding         : 0px 0px 0px 5px;
}



