@charset "UTF-8";
/* CSS Document */

	


#content {

	width:750px;
	clear:left;
	float:left;
	margin:0 10px;
	padding:10px 0;
	background:#fff url(../column/pict/column.gif) no-repeat bottom right;
	}

	#content p {
		font-size:80%;
		line-height:1.4em;
		margin:0 0 0 10px;
		}
		
#illust {
	margin-top:10px;
	clear:left;
	width:750px;	
	}
	#illust p {
		text-align:center;
		font-size:85%;
		line-height:30px;
		font-style:normal;
		font-weight:bold;
		}
		
		
		
#content ul {

	margin:10px auto;
	list-style:disc;
	clear:left;
	float:left;
	}	
#content li {
	margin-left:25px;
	font-size:75%;
	color:#333;
	line-height:25px;

	}

		
a {
	color:#333;
	}
a:link {
	text-decoration:none;
	color:#333;
	}
a:visited {
	text-decoration:none;
	color:#666;
	}
a:hover {
	text-decoration:underline;
	color:#000;
	}
	
		
em {
	font-style:normal;
	color:#990033;
	}
	
strong {
	font-style:normal;
	font-weight:bold;
	}	
	
			
#footer {
	clear:left;
	width:750px;
	}
	#footer address {
		text-align:right;
		font-size:60%;
		line-height:30px;
		font-style:normal;
		}
