﻿body 
{
	text-align : center;
	margin: auto;
	font-size : 11pt;
	background-color : #EEFFEE;
}

h1
{
	font-size : 13pt;
	background:#fe9;
	padding:0 5px; 
	font-weight:bold; 
	border-right:solid 1px #ccc; 
	border-bottom:solid 1px #ccc; 
	border-left:solid 10px #f60;
	margin-top: 15px;
}

h2
{
	font-size : 12pt;
	color : #880000;
}

img
{
	border: none;
}

dd
{
	margin-bottom: 20px;
}

div.TextArea
{
	padding-left : 20px;
}

span.MiniLetter
{
	font-size: 10px;
	color: #009999;
}

span.Category
{
	font-size: 10px;
	color: #9900CC;
}

/*ペインの位置宣言*/
div.Base
{
	width : 800px;
	background-color : white;
	text-align : center;
	margin: auto;
}

div.Header
{
	height: 125px;
	top: 10px;
	width: 600px;
	border-bottom:#CCCCCC 1px solid;
	text-align : center;
	margin: auto;
}

div.Outline
{
	width: 800px;
}

div.Footer
{
	width: 600px;
	border-top:#CCCCCC 1px solid;
	text-align : center;
	margin: auto;
}

div.RightPain
{
	width : 600px;
	float: right;
	text-align : left;
	padding-right : 20px;
}

div.LeftPain
{
	width : 180px;
	float: left;
}

div.Comment
{
	font-size: 9px;
}
