@charset "UTF-8";


/* ====================メイン*/

#content {
	width: 720px;
	float: left;
	text-align: left;
} 
h1 {
	text-align: right;
	float: left;
	width: 300px;
	margin-top: 160px;
	margin-left: 30px;
	font-size: x-large;
	margin-right: 30px;
}
h1#atst-top {
	margin: 30px;
	text-align: left;
	float: left;
	width: auto;
}
h2      {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
	font-size: large;
}
p, dl {
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 15px;
	margin-left: 30px;
}
h2#prof {
	text-align: left;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
	border-bottom-width: 2px;
	clear: both;
}
h2#evnt {
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #0066FF;
}
p#atst-img  {
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 30px;
}
p#atst-img img {
	padding-right: 20px;
	padding-left: 10px;
}
p#atst_list-top {
}
dt#evnt-gnr {
	font-weight: bold;
}
.atst-lnk {
	text-align: right;
}


/* ====================右カラム*/

#sidebar {
	width: 180px;
	float: right;
}
#sidebar h3, #sidebar p {
	margin-left: 10px;
/
	margin-right: 10px;
	background-color: #eee;
	padding: 3px;
	margin-right: 10px;
}
#sidebar p {
text-align:left;
}
#sidebar li {
	text-align: left;
	margin-bottom: 10px;
	list-style-type: none;
	font-size: small;
	margin-right: 3px;
}
dl.atst-top_name {
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0AF;
	border-right-color: #0AF;
	border-bottom-color: #0AF;
	border-left-color: #0AF;
	margin-right: 0px;
	width: 142px;
}
dl.atst-top_name   dt   {
	background-color: #0AF;
	padding: 5px;
	font-size: large;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFFFFF;
}
dl.atst-top_name  dt  a {
	color: #FFFFFF;
	text-decoration: none;
}
dl.atst-top_name  dt  a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
dl.atst-top_name  dd  {
	margin: 1px;
	font-size: small;
}
