/*----------------------------
	MILKYWAY CSS
	2007.7.18
	Author by daiskip
----------------------------*/



/*----------------------------
	common
----------------------------*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	background: url(/image/bg.gif);
	font: 11px Verdana,arial,helvetica,clean,sans-serif;
	}

span.alt {
	display: none;
	}

img {
	border: 0;
	}

br.clear {
	clear: both;
	}



/*----------------------------
	layout
----------------------------*/

#footer {
	margin: 50px 0 20px 0;
	}



#shiv {
	background: transparent;
	width: 100%;
	height: 50%;
	margin-top: -50px;
	float: left;
	}
#cover {
	width: 100%;
	height: 100px;
	clear: both;
	position: relative;
	top: -100px;
	text-align: center;
	}

/* Hide from IE5mac *//*/
div#shiv {
	display: none;
	}
html, body {
	height: auto;
	}
/* end hack */


#contents {
	clear: both;
	width: 700px;
	margin: 100px auto 0 auto;
	}

#footer {
	}


/*----------------------------
	header
----------------------------*/

#logo {
	position: absolute;
	width: 180px;
	top: 20px;
	left: 20px;
	}

#menu {
	position: absolute;
	width: 204px;
	top: 20px;
	right: 20px;
	}

#menu a {
	display: block;
	float: left;
	width: 51px;
	height: 20px;
	}

#menu a.menu-product { background: url(/image/menu/product.gif) no-repeat; }
#menu a.menu-product:hover { background: url(/image/menu/product_hover.gif) no-repeat; }

#menu a.menu-blog { background: url(/image/menu/blog.gif) no-repeat; }
#menu a.menu-blog:hover { background: url(/image/menu/blog_hover.gif) no-repeat; }

#menu a.menu-about { background: url(/image/menu/about.gif) no-repeat; }
#menu a.menu-about:hover { background: url(/image/menu/about_hover.gif) no-repeat; }

#menu a.menu-contact { background: url(/image/menu/contact.gif) no-repeat; }
#menu a.menu-contact:hover { background: url(/image/menu/contact_hover.gif) no-repeat; }


body#page-product #menu a.menu-product { background: url(/image/menu/product_here.gif) no-repeat; }
body#page-blog #menu a.menu-blog { background: url(/image/menu/blog_here.gif) no-repeat; }
body#page-about #menu a.menu-about { background: url(/image/menu/about_here.gif) no-repeat; }
body#page-contact #menu a.menu-contact { background: url(/image/menu/contact_here.gif) no-repeat; }



/*----------------------------
	footer
----------------------------*/

#footer {
	text-align: center;
	padding: 100px 0;
	}










/*----------------------------
	blog
----------------------------*/

#contents a {
	color: #FFF;
	background: #48AEE3;
	text-decoration: none;
	}
#contents a:hover {
	color: #FFF;
	background: #FF3355;
	text-decoration: none;
	}


.entry {
	margin: 0 0 50px 0;
	}


.entry-sub-area {
	float: left;
	width: 150px;
	text-align: right;
	font: 11px Georgia;
	}

	.entry-sub-area .entry-date {
		font: 40px Georgia;
		margin: 0 0 20px 0;
		color: #FFF;
		}

	.entry-sub-area h4 {
		font: 11px;
		margin: 0 0 10px 0;
		color: #CCC;
		}

	.entry-sub-area .box-author, 
	.entry-sub-area .box-tags,
	.entry-sub-area .box-links {
		margin: 0 0 20px 0;
		}

	.entry-sub-area .box-author li {
		list-style-type: none;
		margin: 0 0 5px 0;
		}

	.entry-sub-area .box-tags li {
		list-style-type: none;
		margin: 0 0 5px 0;
		}

	.entry-sub-area .box-links li {
		list-style-type: none;
		margin: 0 0 5px 0;
		}

	.entry-sub-area .box-bookmark a,
	.entry-sub-area .box-bookmark a:hover,
	.entry-sub-area .box-bookmark a:visited,
	.entry-sub-area .box-bookmark a:active {
		background: none !important;
		}
	.entry-sub-area .box-bookmark a img {
		margin: 0 0 0 5px;
		}



.entry-area {
	float: right;
	width: 500px;
	margin: 20px 0 0 0;
	font-size: 13px;
	}

	.entry-area h3 {
		font-size: 18px;
		margin: 0 0 20px 0;
		}

	.entry-area p {
		display: inline;
		background: #CCC;
		color: #333;
		line-height: 20px;
		clear: left;
		}

	.entry-area blockquote {
		background: #FFF;
		color: #999;
		line-height: 17px;
		margin: 20px 0 20px 30px;
		padding: 10px;
		}


#bottom {
	clear: both;
	margin: 30px 0;
	padding: 30px 0;
	border-top: 1px solid #FFF;
	}

	#bottom .box#recent-area {
		width: 200px;
		float: left;
		margin: 0 20px 0 0;
		}

	#bottom .box#archives-area {
		width: 200px;
		float: left;
		margin: 0 20px 0 0;
		}

	#bottom .box#tags-area {
		width: 200px;
		float: left;
		margin: 0 20px 0 0;
		}

	#bottom .box ul{
		margin: 20px 0 20px 40px;
		}















