@charset "UTF-8";

@import "default.css";

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

Nucleus Template Style
Name:     clips standard
Designer: Ichiro Kick
URL:      www.ichiro.to
Date:     09 May 2006

for future...

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


/* @media screen { */

	html {
		background: #3f6789;
		color: #000;
	}
	body {
		background: #3f6789 url(./images/blosx/bg_body.gif) repeat-y 50% 0;
		color: #000;
	}

/*
-----------------------------------------------
headers 
----------------------------------------------- */

	#top {
		background: transparent url(./images/blosx/bg_hf.gif) repeat-y 50% 0;
		color: #000;
		height: 139px;
	}

	#gnavi ul li a:hover, 
	#gnavi ul li a {
		background-image: url(./images/blosx/lists.gif);
	}

/*
-----------------------------------------------
contents 
----------------------------------------------- */

	#contents {
	}
	.container {
	}
	#main {
	}
	#sidebar {
	}

	/* blog header */

	h2 {
		background-image: url(./images/blosx/h20.gif);
	}
	/*
	#contents h3, 
	#contents h3 a, 
	#contents h3 a:hover, 
	*/
	p.itemdata span, 
	ul.bullets li a, 
	ul.bullets li a:hover, 
	p.nlink a, 
	p.nlink a:hover {
		background-image: url(./images/blosx/lists.gif);
	}

/*
-----------------------------------------------
navigations 
----------------------------------------------- */

	.pnavi a, 
	.pnavi a:hover {
		background-image: url(./images/blosx/lists.gif);
	}

/*
-----------------------------------------------
footers 
----------------------------------------------- */

	#footer {
		background: transparent url(./images/blosx/bg_hf.gif) repeat-y 50% 100%;
		color: #000;
	}
	.rights {
		width: 740px;
		text-align: left;
	}


/* } */

