@charset "utf-8";
/* CSS Document */
body {
	font-family:tahoma;
	font-size:9px;
	background-color:#4B547D;
	}
	
#wrap {
	width:960px;
	margin:0 auto;
	border: 0px solid #eee;
}

#header {
	width: 960px;
	height: 350px;
	border:1px solid #ffffff;
	background-image:url('http://pretty-guardian.com/makenai/header.png');
}


	
#left {
		width:740px;
		float:left;
		background:#DFD156;
		border:1pt solid #ffffff;
		margin-top:10px;
		padding:5px;
}

#right {
		width:180px;
		float:right;
		background:#DFD156;;
		border:1pt solid #ffffff;
		margin-top:10px;
		padding:5px;
}

h1 {
	background-color:#C898AF;
	width:100%;
	font-weight:bold;
	font-family:tahoma;
	font-size:11px;
	color:#ffffff;
	margin-bottom:0px;
	}
	


b	{
	font-weight:bold;
	font-family:tahoma;
	font-size:9px;
	color:#B20802;
	}
	
i	{
	font-style:normal;
	font-weight:bold;
	font-family:tahoma;
	font-size:9px;
	color:#4B547D;
	}
	

a	{
	font-family:tahoma;
	color:#000000;
	text-decoration:none;
	}

a:hover
	{
	color:#b20802;
	}
	