body { 
	margin: 0px; 
	text-align: left;
	background: #FFFFFF url('../images/background.jpg') repeat-x fixed bottom;	
}
td { font-size: 9pt; color: #141414; line-height: 180%;}

#all {
	width: 100%;
	background: url('../images/header_background.jpg') repeat-x top;
}

#wrapper {
	width:860px;
	margin-top: 140px;
	float:left;
}
#sidebar {
	width:235px;
	padding-left: 30px;
	float:left;
}
#main {
	margin-top:20px;
	width:610px;
	border-left: solid 1px #CCCC66;
	padding-left:15px;
	float:right;
}

a:link {color:#7D7D00; text-decoration:none;}
a:visited {color:#7D7D00; text-decoration:none;} 
a:hover {color:#CCCC66; text-decoration:underline;}

p {
	padding-bottom: 30px;
	padding-left: 25px;
	font-size: 9pt;
}
ul {
	font-size: 9pt;
	margin-left: 0px;
	list-style: none; 
	list-style-position:outside;
	line-height:250%;
	color: #CCCC66;
}
h1 {font-size:14pt; font-weight:bold; padding-bottom:30px;}
h2 {font-size:10pt; font-weight:bold; border-left:solid 6px #CCCC66;}
h3 {font-size:10pt; font-weight:bold;}

img { 
	margin:5px;
}

dl {
	margin-left:20px;
	margin-bottom:50px;
}
dt {
	font-size: 9pt;
	line-height:130%;
}
	
dd {
	font-size: 9pt;
	line-height:130%;
}

#sub {
	width:300px;
	padding:8px;
	border: solid 1px #CCCC99;	
	font-size: 9pt;
	line-height:130%;
	margin-left:25px;
}
	
/* ここは印刷用のCSS設定です */

@page {
	size:auto;}