@charset "utf-8";#container {
	width: 100%;
}
img	{
	max-width: 100%;
	height: auto;
}
.subject	{
	width: 100%;
	margin-right: 0;
	border: 1px solid #AAA;
	padding: 10px;
	margin-bottom: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-top-width: 8px;
}
#subject01	{
	border-top-color: #DC6618;
}
#subject02	{
	border-top-color: #83A80F;
}
#subject03	{
	border-top-color: #046096;
}
.subject img	{
	width: 30%;
	float: left;
}
.subject p	{
	width: 68%;
	float: right;
}
.subject h2	{
	margin: 0;
}
.subject h2+p {
	margin: 0;
}
#content	{
	width: 100%;
	margin-bottom: 20px;
}
#content h2	{
	font-size: 18px;
	color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #F00;
}
	font-size: 24px;
	color: #F00;

#sidebar	{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

table	{
	width: 100%;
}
#date	{
	width: 50px;
}
#comment, #namae, #email	{
	width: 100%;
}
#header h1	{
	font-size: 24px;
}
.basicinfo	{
	padding: 10px;
}
#nav ul li a {
	width: auto;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
}

h3 {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0F0;
	
}

h4 {
	font-size: 20px;
	color: #FF0;
	padding-left: 10px;
	margin-top: 10px;
}

p {
	font-size: 20px;
	color: #000;
}

#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
