body{
margin:0;
width:100%;

scrollbar-face-color: #FFF; /* 表面の色 */
scrollbar-arrow-color: #FF7AAC; /* 矢印の色 */
scrollbar-highlight-color: #FFF; /* ハイライトの色 */
scrollbar-shadow-color: #FF7AAC; /* 影の色 */
scrollbar-base-color: #FFF; /* ベース色 */
scrollbar-3dlight-color: #FF7AAC; /* 左端と上端の色 */
scrollbar-darkshadow-color: #FF7AAC; /* 右端と下端の色 */
scrollbar-track-color:#FFF;
text-align: center;

font-size: 12pt;
color:#333;
background-color:#efef77;
 
margin: 0;
margin-left: 0;
padding: 0;
}

A{text-decoration : underline;}
a:link {color:#333; text-decoration="underline"}
a:visited {color:#333; text-decoration="underline"}
a:active {color:#333;}
a:hover {color:#AC1D53; text-decoration: none;}

/*******    トップ     ********/

#wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
background-image: url("../img/bg.png");
background-attachment: fixed;


}

#pd{
	width: 750px;
	margin-left: 0px;
	margin-top: 40px;
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height : 150%;	
}

hr{
	border:  2px dashed #33CCFF;
	width: 85%;
}


.topic{
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}


.toptext {
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height : 150%;
	width: 700px;
	background-color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 50px;
	margin-left: 25px;
	border:  2px dashed #33CCFF;
}



.list{
	width: 700px;
	margin-left: 0px;
	margin-top: 15px;
	margin-bottom: 30px;
	color: #333;
	text-align: center;
	font-size: 12px;
	line-height : 150%;	
}
.list td{
	border-bottom: 1px dashed #33CCFF;
	margin-bottom: 5px;
}

