@CHARSET "UTF-8";
div.information
{
	margin-top : 4px;

	width        : auto;//580px;
	margin-left  : 36px;
	margin-right : 6px;

	height     : 180px;
	overflow-y : scroll;
	overflow-x : hidden;

	border     : solid 1px #248;
	background : url(/img/background/black.png);
	font-size  : 12px;
}

table.information
{
	width:100%;
	margin:4px;
	border-collapse:collapse;
}

table.information td.date
{
	vertical-align:top;
	padding:5px 1em 1px 1em;
	border-bottom:solid 1px #888;
}

table.information td.text
{
	vertical-align:top;
	padding:5px 1em 1px 1em;
	border-bottom:solid 1px #888;
}

h2.title
{
	margin-top:1em;
	padding-left:10px;
	background:url(/img/background/red_triangle.png) no-repeat;
}

div.main_content
{
	float:left;
	width:646px;
}
/*****************************/

div.sub_menu
{
	width   : 638px;
	margin  : 0;
	padding : 8px 1px;
}

div.sub_menu h2
{
	font-size   : 1em;
	line-height : 1em;
	margin      : 1px;
	padding     : 4px;
}

div.sub_menu div.menu
{
	padding       : 4px;
	margin        : 0;
	width         : 630px;
	background    : url(/img/background/black.png);
	color : white;
	border        : solid 1px #444;
	border-left   : solid 1px #4f2;

	/* 角を丸に */
	border-radius         : 0 10px 10px 0;
	-moz-border-radius    : 0 10px 10px 0;
	-webkit-border-radius : 0 10px 10px 0;

	box-shadow         : 4px 4px 4px rgba(64,64,64,.5);
	-moz-box-shadow    : 4px 4px 4px -moz-rgba(64,64,64,.5);
	-webkit-box-shadow : 4px 4px 4px rgba(64,64,64,.5);
}

table.work_time
{
	font-size:80%;
}

table.work_time td.footer
{
	font-weight:700;
	text-align:right;
}

