﻿@charset "UTF-8";

body { font-size: 13px; *font-size: small; /* IE7+ */ *font: x-small; /* IE6- */ }
body { background-color:#FFFFFF; line-height:1.66; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; font-size:100%; }

html {
	height: 100%;
}
body {
	height: 100%;
	text-align: center;
	background: #5D2252;
}


#wrap {
	position: relative;
	min-width: 1020px;
	width: expression(document.body.clientWidth < 1022? "1020px" : "auto");
	min-height: 100%;
	height: 100%;
	_height: 100%;
	margin: 0 auto;
	text-align: left;
	/*background: #ffffff;*/
	background:#ffffff url(../images/bg.jpg) repeat-x left top;
}


/*  レイアウト
-----------------------------------------------------------*/

body#p-world {
	background:#000000 url(../images/p_bg.jpg) no-repeat top center;
	letter-spacing:1px;
}


/*  サブリセット サイト共通
-----------------------------------------------------------*/



/*  コンテンツ
-----------------------------------------------------------*/
#contents {
	clear:both;
	padding-bottom: 8.5em;
}

body#p-world a {
	color:#FFFF00;
}

body#p-world .form {
	padding-bottom:5px;
}

body#p-world .close {
	margin-bottom:15px;
}



/*  フラッシュエリア
-----------------------------------------------------------*/
div#flashcontent {
height:613px;
}



/*  ページトップ
-----------------------------------------------------------*/
div#main p.pagetop {
}



