@charset "Shift_JIS";

/* ================================================================

				/index.html 用設定

================================================================	*/

/* reset browser settings
------------------------------------------------------------------- */

div,p,
h1,h2,h3,h4,h5,h6,
tr,th,td,dl,dt,dd,a
	{
	margin: 0px;
	padding: 0px;
	}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
ul,ol,li
	{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}

table
	{
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size:100%;
	}

img
	{
	border:0;
	margin:0;
	padding:0;
	vertical-align: bottom;
	}

/* 共通設定：文字色など
-------------------------------------------------------------------- */
body
	{
	font-family:"ＭＳ Ｐゴシック",Verdana,"ヒラギノ角ゴ Pro W3",Arial,Helvetica,sans-serif;
	color:#666;
	font-size:75%;
	line-height:140%;
	letter-spacing:1px;
	margin:0px;
	padding:0px;
	text-align:center;
	background: #ffffff;
	}

/* 共通設定：リンク色設定
-------------------------------------------------------------------- */

a:link { color:#666;text-decoration:none;outline: none;}
a:active { color:#666;text-decoration:none;outline: none;}
a:visited { color:#666;text-decoration:none;outline: none;}
a:hover { color:#666;text-decoration:underline;outline: none;}

a.atn01:link { color:#AA0000;text-decoration:none;outline: none;}
a.atn01:active { color:#AA0000;text-decoration:none;outline: none;}
a.atn01:visited { color:#AA0000;text-decoration:none;outline: none;}
a.atn01:hover { color:#AA0000;text-decoration:underline;outline: none;}

/* 共通設定：クリア
-------------------------------------------------------------------- */
.cfx
	{
	zoom:1;
	}

.cfx:after
	{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

/* WinIE7 only */
/*
*:first-child+html .cfx
	{
	height:1%;
	}
*/
/* WinIE6 and below */
/*\*/
* html .cfx
	{
	height:1%;
	}
/**/

/* MacIE only */
/*\*//*/
.cfx
	{
	display:inline-table;
	}
/**/

.clear
	{
	clear:both;
	}


/* 共通設定：配置
-------------------------------------------------------------------- */
#wrapper
	{
	position:relative;
	background:#ffffff;
	text-align: left;
	}

.frm
	{
	width: 717px;
	margin:0 auto;
	}

/* HEADER
-------------------------------------------------------------------- */


/* MAIN
-------------------------------------------------------------------- */

#movesection
	{
	width: 627px;
	margin: 125px 0 0;
	padding: 45px;
	border: 5px solid #EAEAEA;
	text-align: center;
	}

#movesection p
	{
		line-height: 160%;
	}

#movesection p.oldurl
	{
		font-weight: bold;
		color: #333;
		margin-bottom: 25px;
	}

#movesection p.txt
	{
		font-weight: bold;
		color: #333;
		margin-bottom: 40px;
	}

#movesection p.logo
	{
		margin: 20px 0 5px;
	}

