@charset "utf-8";
/*
Theme Name: cmd9 Default
Theme URI: http://cmd9.com/
Description: original Theme
Version: 1.0
Author: Junichi Kato
Author URI: http://cmd9.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body{
	color:#7D7A60;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	margin: 0;
	padding: 0;
	background-image:url(images/bg.gif);
	height:100%;
	background-color: #FFF;
	background-repeat: repeat-y;
	background-position: center top;
}

a:link {
	color: #0092bf;
	text-decoration:none;
}
a:visited {
	color: #0085AD;
	text-decoration:none;
}
a:hover {
	color: #0CF;
	text-decoration:underline;
}
a:active {
	color: #0085AD;
	text-decoration:none;
}

img.titleimg{
	margin-top:3px;
	margin-left:145px;
	margin-bottom:50px;
}

div.mother{
	width:950px;
	margin:0 auto;
}

div.header{
	width:950px;
}
div.tabs{
	margin-left:530px;
}
div.tab{
	float:left;
	margin-left:10px;
}

div.entryBox{
	width:500px;
	margin-left:145px;
	float:left;
}
div.entry{
	width:400px;
	padding-bottom:60px;
	
}
div.entry_title{
	font-size:1.6em;
}
div.entry_date{
	font-size:1em;
	color:#999;
	margin-bottom:10px;
}
div.entry_image{
	width:401px;
	padding: 2px;
	background-color:#FFF;
	border: 1px solid #CCC;
	text-align:center;
}

div.entry_body{
	margin-top:20px;
	font-size:1.2em;
	text-align:left;
	line-height:20px;
}
div.entry_awarded{
	margin-top:10px;
	color:#903;
}
div.entry_launch{
	margin-top:10px;
	width:404px;
	text-align:right;
}


div.sidebar{
	margin-left:650px;
}

div.sidebar_image{
	width:151px;
	padding: 2px;
	background-color:#FFF;
	border: 1px solid #CCC;
	text-align:center;
}
div.sidebar_launch{
	margin-top:10px;
	width:154px;
	text-align:right;
}


div.archiveBox{
	margin-bottom:40px;
}
div.archiveTitleImg{
	margin-bottom:20px;
}
div.archiveTitle{
	font-size:2em;
	margin-bottom:10px;
	line-height:30px;
}

div.archiveTitle a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background:#0092bf;
}

div.footer{
	clear:both;
	width:950px;
}
div.copyright{
	margin-left:630px;
}
div.btn_top{
	margin-left:490px;
	margin-top:10px;
}

li{
	list-style-image:url(images/li.gif);
	list-style-position: inside;
	list-style-type: none;
}

