﻿*
{
	margin: 0px;
	padding: 0px;
}


body
{
	background-color: #FFFFFF;
	margin: 10px 5px 10px 5px;
	
	color: #3c3c3c;
	font-size: 10pt;
	font-family: 'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Osaka', 'ＭＳ Ｐゴシック', sans-serif;
	
	background:url(../../Images/Background.jpg) repeat-x top center;
}


#Container
{
	width: 972px;
	margin-left: auto;
	margin-right: auto;

}

img
{
	border-width: 0px;
}

h1, h2, h3, h4, h5
{
	font-weight: normal;
	font-size: medium;
	letter-spacing: 0.2em;
}


.DescriptionStyle
{
	font-size: 11pt;
	
	padding: 3px 20px 5px 25px;
}

.DescriptionStyle2
{
	font-size: 11pt;
	
	padding: 3px 20px 0px 25px;
}

.DescriptionStyle3
{
	font-size: 10pt;
	
	padding: 3px 20px 0px 25px;
}

.TextAlignCenter
{
	text-align: center;
}
.TextAlignRight
{
	text-align: right;
}
.TextAlignLeft
{
	text-align: left;
}
.FontSizeXLarge
{
	font-size: x-large;
}
.FontSizeLarge
{
	font-size: large;
}

.ContentPoint
{
	margin: 5px 0px 10px 35px;
}

.Enhanced
{
	font-size: medium;
}

.FontSizeSmaller
{
	font-size: smaller;
}

.CautionDescription
{
	font-size: 8pt !important;
	color: Gray;
}

.FloatRight
{
	float: right;
}

.SmallImpression
{
	width: 890px;
	height: 70px;
	
	padding: 30px 0px 0px 30px;
	
	background-image: url(../../images/SamllImpressionStyle.png);
	background-repeat: no-repeat;
}

.ClearBoth
{
	clear: both;
}

.Indent01
{
	margin: 5px 15px 5px 15px !important;
}

.FontColorRed
{
	color: Red;
}