body {
	font-family: MS UI Gothic;
	font-size: 0.8em
}

div#header a,
div#header a:visited
{
	color:white;
}

div#archive
{
	padding : 10px 10px 10px 10px;
	vertical-align:top;
}
td#col_top,
td#col_left,
td#col_right
{
	padding: 5px 5px 5px 5px;
}

h1 
{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
td#col_left,
td#col_right
{
	color: #FFFFFF;
	width: 120px;
	vertical-align:top;
	text-align:left;
}
table#body
{

    border-color: #FFFFFF;
	color: #FFFFFF;
	width:100%;

}

td#col_body {
	vertical-align:top;
	background-color:#ffffff;
	color: #000000;
}

td#col_bottom
{
	color: #FFFFFF;
	text-align: right;
	padding-top: 10px;

}

table#article
{
	border-style:solid;
	border-width:0px;
	border-color:#333399;
	width: 100%;
	margin-bottom: 5px;
}
table#article td#dateCreated
{
	font-size: 0.7em;
	color: 339933;
	text-align: right;
}

/*
	記事の中
*/
div#article_title
{

	margin: 0px 5px 0px 10px;
	padding: 0px 5px 3px 10px;

    padding-bottom: 3px;

	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline

}
div#article_description
{
	margin-left: 30px;
	font-size: 0.9em;
}
div#article_more
{
	margin-left: 20px;
}
div#article_dateCreated
{
	font-size: 0.7em;
	color: 339933;
	text-align: right;
}

/*
	左のメニュー
*/
table#archive_index
{
	width: 100%;
}

table#archive_index th
{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}
table#archive_index td
{
	font-size: 0.8em;
	padding-left: 5px;
}

form
{
	margin-top:0px;
	margin-bottom:0px;
}


body
{
	font-family: MS UI GOTHIC;
	font-size: 0.8em
}

#outer
{
	text-align:center;
}
#container
{
	width:730px;
	margin: 0 auto;

}
#header
{
	background-color: #000000;
	margin-top: 0px;
	padding-top: 0px;
	color: #aaaaaa;
	text-align:left;
	background: url(title.jpg);
}
#header_left
{
	float: left;
	padding: 10px 10px 10px 10px;
	font-size: 40px;
	font-family: Arial;
	height: 50px;
}
#header_right
{
	text-align: right;
	padding-top: 30px;
	padding-right: 20px;
}

#navi
{
	clear: both;
	background-color: #777777;
	color: #ffffff;
	padding: 4px 4px 4px 12px;
	background: url(bar.jpg);
}

#left
{
	text-align:left;
	float:left;
	width: 100px;
	clear:both;

}
#center
{
	float:left;
	width: 520px;
	background-color: white;
	text-align:left;
	border-style:solid;
	border-width: 0 0 0 1;
	border-color: #aaaaaa;
	
}
#right
{
	float:left;
	width: 110px;
text-align:left;
}
#footer
{
	padding: 4px 12px 4px 12px;
	text-align: right;
	width: 100%;
	clear:both;
	background-color: #777777;
	color: #ffffff;
	background: url(bar.jpg);

}


