﻿@charset "utf-8";

#contents #column_l1 {
	float: left;
	width: 495px;
	padding-left: 35px;
}
#contents #column_l1 p{
	margin-right:15px;
}
#contents #column_r1 {
	float: right;
	width: 150px;
}

#contents #column_l2 {
	float: left;
	width: 315px;
}

#contents #column_r2 {
	float: right;
	width: 365px;
}

#contents #alert {
	margin: 10px 3px 10px 3px;
	padding:5px 5px 5px 5px;
	border: 1px orange solid;
	color: orange;
	font-size:110%;
}
#contents #otherlist{
	list-style-type:disc;
	padding-left:20px;
}


