/* CSS Document */

* {
	margin: 0;
}

html,body{
    height: 100%;
	text-align: center; /* IE 向けセンタリング指定 */
	background-color:#DACACB;
	scrollbar-face-color:#DACACB;
scrollbar-highlight-color:#DACACB;
scrollbar-shadow-color:#DACACB;
scrollbar-3dlight-color:#dc526a;
scrollbar-arrow-color:#dc526a;
scrollbar-track-color:#DACACB;
scrollbar-darkshadow-color:#dc526a;}
}

/* 中央揃え */

.wrapper{
	min-height: 100%;
	height: auto !important;
	height: 95%;
	margin: 0 auto -44px; /* the bottom margin is the negative value of the footer's height */ /* FF 向けセンタリング指定 */
	background-color:#000000;
	width:698px;
	border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

#center{
	text-algin:left;
}

#menu{
	width:698px;
}

#contents{
	width:698px;
background-color:#000000;
}

.footer, .push {
	height: 44px; /* .push must be the same height as .footer */
		width:698px;
			border-left:#000000 solid 1px;
	border-right:#000000 solid 1px;
}

.left{
	float:left;
}

.right{
	float:right;
	text-align:right;
padding-top:250px;}

.text{
	padding:20px 50px 20px 50px;
	text-align:left;
}

/* 基本 */

p{
	font-size:0.75em;
	font-family:"Georgia, ＭＳ　ゴシック , Times New Roman, Times, serif";
	line-height:1.7em;
	color:#999999;
padding-bottom:20px;
}

a{text-decoration:none;} 
a{color:#996699;}
a:hover{color:#CC99FF; text-decoration:underline;} 
