@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: 24px;
	color: #F00;

#sidebar	{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#photos img	{
	position: static;
	max-width: 100%;
	margin-top: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#photos p	{
	display: inline;
}
#photos	{
	border: none;
	height: auto;
	text-align: center;
}
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;
}
h2 {
	font-size: 20px;
	color: #F00;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #FC0;
	padding-left: 25px;
	margin-top: 10px;
	background-color: #FFF;
}

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;
}
table {
	font-size: 14px;
	margin-top: 30px;
	border: 1px solid #83A80F;
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	color: #000;
}
th {
	padding: 5px;
	border: 1px solid #83A80F;
	background-color: #C2E162;
}
td {
	padding: 10px;
	border: 1px solid #83A80F;
}
#header h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
