

*{
	margin: 0px;
	padding: 0px;
}

body{ 
	font-size : 12px;
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: #FFFFFF;
	text-align: center;
}

td, table{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size : 12px;
	white-space: normal;
}

#Contents{
	font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size : 12px;
	background-image:url(http://www.cipha.org/_img/main_top.jpg);
	background-repeat:no-repeat;
	background-position:0px 155px;
	width: 760px;
	height: 100%;
	margin-top    : 15px;
	margin-left   : auto;
	margin-right  : auto;
	margin-bottom : 0;
	position: relative;
}

#Top{
	width: 100%;
	height: 10px;
	clear:both;
}


#Menu{
	width: 100%;
	clear:both;
}

#MenuIFrame
{
	width: 100%;
	height: 240px;
	padding: 0px;
}

#Main{
	width: 650px;
	text-align: left;
	margin-top:    25px;
	margin-left:   auto;
	margin-right:  auto;
	margin-bottom: 50px;
	clear:both;
}

#Bottom{
	width: 100%;
	height: 50px;
	text-align:right;
	clear:both;
}
#BottomLine{
	width: 100%;
	font-size: 10px;
	color: #999999;
	clear:both;
}


#BottomIFrame{
	width: 100%;
	height: 140px;
	margin-top    : 0px;
	margin-left   : 0px;
	margin-right  : 0px;
	margin-bottom : 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}


