body{
	font-family: "Century Gothic";
	background: url(./img/body.gif) repeat-y center;
}

#site{
	width: 800px;
	text-align: left;}

#head{margin: 5px 0px 10px 0px;}

#front_banner{
	margin: 0 0 30px 0;}

#foot{
	margin-top: 30px;
	padding: 10px 0px 30px 0px;
	border-top: solid 1px #ccc;}

#foot #copyright{
	color: #0099CC;
	font-size: 9pt;
	text-align: center;
}

.sentence{
	margin: 0 0 20px 0;
}




/*アーカイブ
---------------------------------------*/

ul#archive{
	list-style: none;
	padding: 0px;
	margin: 0px;}

ul#archive li{
	margin: 0 0 10px 0;
	font-size: 10pt;
	background: #eee;
	border: solid 1px #ccc;
	line-height: 14pt;}

ul#archive li A{
	display: block;
	margin: 0 0 0 80px;
	padding: 4px 5px 4px 10px;
	background: #fff;
	}

ul#archive li A:link, ul#archive li A:visited{
	color: #000;
	text-decoration: none;
	}

ul#archive li A:hover{
	color: #fff;
	background: #8EC31F;
	text-decoration: none;
	}
	

ul#archive li img{
	border: solid 1px #eee;
	float: left;}




/*パブリケーション
---------------------------------------------------*/

.publication{
	margin: 0px;
	padding: 0px;}

.publication img{
	float: left;}

.publication h4.title{
	margin-left: 115px;}

.publication ul.writer{
	list-style: circle;
	font-size: 10pt;
	margin-left: 135px;}



/*各要素
------------------------------------------*/

h2{
	font-size: 18pt;
	border-left: solid 7px #0099CC;
	margin: 5px 0 15px 0;
	padding: 0 10px;}	

img.left_image{float: left;}

div.right_text{margin-left: 380px;}

p.more_info{text-align: right;}

a img { border-style:none; }

table.table{
	margin: 10px 0 10px 20px;
	border: solid 1px #ddd;
	border-collapse: collapse;
	font-size: 10.5pt;}

table.table th{
	padding: 5px 10px;
	background: url(../image/th.gif);
	border: solid 1px #ddd;}


table.table td{
	padding: 5px 15px;
	border: solid 1px #ddd;}













