@charset "utf-8";

/**************************************************************************************************
Initialization
**************************************************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote {
	margin			: 0;
	padding			: 0;
}
table{
	border-collapse	: collapse;
	border-spacing	: 0;
}
fieldset,img{
	border			: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style	: normal;
	font-weight	: normal;
}
li {
	list-style	: none;
}
caption,th {
	text-align	: left;
}
h1,h2,h3,h4,h5,h6{
	font-weight	: normal;
}
input, textarea, select{
	font-family	: inherit;
	font-size		: inherit;
	font-weight	: inherit;
}

/*======================================
	Font-size Adjustment
	77% = 10px	|	122% = 16px	|	167% = 22px	
	85% = 11px	|	129% = 17px	|	174% = 23px
	92% = 12px	|	136% = 18px	|	182% = 24px
	100% = 13px	|	144% = 19px	|	189% = 25px
	107% = 14px	|	152% = 20px	|	197% = 26px
	114% = 15px	|	159% = 21px	|
=======================================*/

body {
	font-size		: small;
}
#Container * {
	font-size		: 100%;
	font-weight	: normal;
	font-style	: normal;
}

/* FontSize */
p.FontSize1 {
	font-size		: 85%;
}
.FontSize12 {
	font-size		: 85%;
}
p.FontSize14 {
	font-size		: 107%;
}
.FontSize15 {
	font-size		: 114%;
}

/* Color */
.Purple {
	color				: #3e3e96;
}
.Green {
	color				: #719700;
}
.DGreen {
	color				: #6abc38;
}
.Pink {
	color				: #cc6733;
}
.Brown {
	color				: #b5a700;
}

/* Border */
img {
	border			: 0;
}
	img.Waku {
		border		: 2px solid #CCC;
		padding		: 1px;
	
}
.UnderLine {
	text-decoration	: underline;
}
/* ==================================================
skip
================================================== */
.skip {
	width:1px;
	color:#000000;
	font-size:0.1%;
	line-height:0.1;
	background-color:#FFFFFF;
	position:absolute;
	left:-3000px;
	z-index:9999;
}
a.skip {
	background-color:#FFFFFF; /* 変更しない */
	text-align:center; /* 変更しない */
	padding:2px 0; /* 変更しない */
	top:auto; /* 変更しない */
}
a.skip:active {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}
a.skip:focus {
	display:block;
	width:99.99%; /* 変更しない */
	font-size:100%; /* 変更しない */
	line-height:1.6; /* 変更しない */
	top:0; /* 変更しない */
	left:0; /* 変更しない */
}