/* 色見本 http://www.colordic.org/ */

/* バックグラウンド、テキストの色 */
body			{background-color : #f0f0ea; color : #606860;}

/* リンクの色 */
a:link			{color : #ff8c00;}
a:visited		{color : #d2b48c;}
a:active		{color : #d2b48c;}

/* バーの色 */
.barColor		{background : #FCE6E8;}
.barFontColor	{color      : #2C2C2C;}

/* 枠組み全般 */
.contents
{
	position         : absolute;
	left             : 0px;
	right            : 128px;
}

.flickr
{
	position         : absolute;
	right            : 20px;
}

.lastfm
{
	margin-left      : 16px;
	margin-right     : 16px;
}

.title
{
	background-color : #f0f800;
	border-top       : 1px solid #f0ff00;
	border-left      : 1px solid #f0ff00;
	border-right     : 1px solid #f0ff00;
	margin-left      : 16px;
	margin-right     : 16px;
	padding-left     : 8px;
	padding-right    : 8px;
	padding-top      : 4px;
	padding-bottom   : 1px;
	text-align       : left;
}

.text
{
	border-top       : 1px solid #f0ff00;
	border-left      : 1px solid #f0ff00;
	border-right     : 1px solid #f0ff00;
	border-bottom    : 1px solid #f0ff00;
	margin-left      : 16px;
	margin-right     : 16px;
	margin-bottom    : 16px;
	padding          : 8px;
	text-align       : left;
	white-space      : normal;
	word-break       : break-all;
	word-wrap        : break-word;
}
