/* YSOメンバーズページ・Natit用 CSS */
/* Last Modified: 2010.01.28		*/

body	{
	background		: #FFF;
	margin			: 1.6em;
	font			: 1.0em/1.3em "Myriad Web","Myriad Condensed Web","Century Gothic",Arial;
}

h1	{
	width			: 600px;
	padding			: 3px;
	background		: #CCF;
	font			: bold 1.2em/1.3em "Myriad Web","Myriad Condensed Web",Arial;
}
h2	{
	width			: 690px;
	padding			: 3px;
	font			: bold 1.0em/1.3em "Myriad Web","Myriad Condensed Web",Arial;
}

img	{
	border-width	: 0px;
}

div#top_cont	{
	position		: relative;
	top				: 0px;
	left			: 0px;
	padding-bottom	: 15px;
}
div#top_cont div#top_jacket	{
	position		: absolute;
	top				: 0px;
	left			: 0px;
	width			: 345px;
	height			: 335px;
}
div#top_cont div#top_updated	{
	position		: absolute;
	top				: 0px;
	left			: 345px;
	height			: 335px;
	padding			: 7px 0px;
}
div#main_cont	{
	margin-top		: 350px;
}
div#upd_cont	{
	margin-top		: 350px;
}
img#jacket	{
	padding			: 5px;
	border			: 7px solid rgb(227,126,36);
}

table	{
	border			: 3px solid #CBCC32;
	padding			: 12px;
	border-collapse	: collapse;
}
table tr.this	{
	background		: #FAFA88;
}
table tr.line_sepdef	{
	background		: #FAE8EB;
}
table td.main_col	{
	width			: 240px;
}
table td.main_col2	{
	width			: 480px;
}
table td.main_col_sep	{
	width			: 240px;
}
