@charset "Shift_JIS";
dummy {}
/* CSS Document */

/* Style Reset
==================================================================================================== */
* 						{	margin				: 0;
							padding				: 0;
							border				: none;
/*							border				: 1px solid #FF0000;*/
							background			: transparent;
							font-style			: normal;
							font-weight			: normal;
							font-size			: 100%;
							text-decoration		: none;
						}

/* Base Style
==================================================================================================== */
/* Margin,Padding
---------------------------------------------------------------------------------------------------- */
h1     					{	margin				: 40px 30px 10px;
						}
h2     					{	margin				: 20px 30px 10px;
						}
h3   					{	margin				: 20px 40px 10px;
						}
h4   				 	{	margin				: 10px 40px;
						}
h5 						{	margin				: 10px 40px;
						}
h6						{	margin				: 10px 40px;
						}
p						{	margin				: 10px 40px;
						}
ul,ol   				{	margin				: 10px 40px;
						}
dl						{	margin				: 10px 40px;
						}
dd						{	padding-left		: 20px;
						}
table, caption			{	margin				: 10px 40px;
						}
hr						{	margin				: 10px 15px;
						}

/* Font
---------------------------------------------------------------------------------------------------- */
h1,h2,h3,h4				{	font-size			: small;
							line-height			: 1.5;
							font-family			: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','Meiryo','メイリオ','ＭＳ Ｐゴシック', sans-serif;
						}
h5,h6,caption,address	{	font-size			: x-small;
							line-height			: 1.7;
							font-family			: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','Meiryo','メイリオ','ＭＳ Ｐゴシック', sans-serif;
						}
p,li,dt,dd,th,td		{	font-size			: x-small;
							line-height			: 1.7;
							font-family			: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka','Meiryo','メイリオ','ＭＳ Ｐゴシック', sans-serif;
						}
h1,h2,h3,h4,h5,h6,caption,strong
						{	font-weight			: bold;
						}
p,li,dt,dd,th,td 		{	text-align     		: justify;
							letter-spacing  	: 0;
						}
* html p,li,dt,dd,th,td	{	text-justify		: distribute;
						}
/* Anchor
---------------------------------------------------------------------------------------------------- */
a 						{	text-decoration		: none;
						}
/*\*/
a 						{	overflow			: hidden;
						}
/**/

/* Table
---------------------------------------------------------------------------------------------------- */
th,td,caption			{	text-align			: left;
						}
th,td					{	vertical-align		: top;
						}
/* Color
---------------------------------------------------------------------------------------------------- */
h1,h3,h4,h5,h6,p,li,dt,dd,caption,th,td,address 
						{	color				: #323232;
						}
h2						{	color				: #FFFFFF;
						}
.caution 				{	color				: #f30;
						}
a:link					{	color				: #0000FF;
						}
a:visited				{	color				: #993399;
						}
a:hover					{	color				: #999999;
						}
a:active				{	color				: #e40;
						}
#news dl dd a:link,
#news dl dd a:visited	{	color				: #fff;
							text-decoration		: underline;
						}
#news dl dd a:hover		{	color				: #fff;
							text-decoration		: none;
						}
