/* ---------------------------------- */
/* 基本定義                           */
/* ---------------------------------- */

body		{
		margin: 5px 0px 15px 0px;
		text-align: center;
		line-height: 17px;
		font-size: 12px;
		font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 
		background-color: #FFFFFF;
		}
p		{
		text-align: justify;
		line-break: strict;
		text-justify:distribute;
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 0;
		padding-bottom: 0;
		}

form		{ padding: 0px; margin: 0px; }

.container	{
		margin-right: auto;
		margin-left: auto;
		text-align: left;
		overflow: hidden;
		padding: 0px;
		width: 779px;
		border: 0px solid #FFFFFF;
		}

a img		{
		border: none;
		}

.pause		{ clear: both; }
.border		{ clear: both; }


/* ---------------------------------- */
/* 標準リンク定義                     */
/* ---------------------------------- */

a	 	{ text-decoration: underline; }
a:link		{ text-decoration: underline; }
a:hover		{ text-decoration: underline; }
a:vidsited	{ text-decoration: underline; }
a:active	{ text-decoration: underline; color: #000000; }


/* ---------------------------------- */
/* 標準テキスト定義                   */
/* ---------------------------------- */

.txt8		{ font-size: 8px; }
.txt10		{ font-size: 10px; }
.txt14		{ font-size: 14px; }
.txt18		{ font-size: 18px; line-height: 130%; }
.txtBold	{ font-weight: bold; }
.txtCenter	{ text-align: center; }
.txtRight	{ text-align: right; }
.txtLeft	{ text-align: left; }


/* ---------------------------------- */
/* 標準カラー定義                     */
/* ---------------------------------- */

.white		{ color: #FFFFFF; }
.red		{ color: #FF0000; }
.blue		{ color: #0000FF; }
.green		{ color: #00CC00; }
.pink		{ color: #FF3366; }
.orange		{ color: #FF9900; }
.gray		{ color: #808080; }


