*{
	margin: 0; 
	padding:0;
}
body {
	line-height: 1;
	color: black;
	background: #c8c8c8;

/*	font-family:"ＭＳ Ｐ明朝","MS PGothic",monospace;*/
	font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
/*	font-family:"ＭＳ ゴシック","ＭＳ Ｐ明朝","ＭＳ Ｐゴシック",monospace;*/
/*	font-family:"ＭＳ Ｐゴシック","ＭＳ ゴシック","MS PGothic",monospace;*/
	font-size:16pt;
}
a{
	text-decoration:none;
}

/*
A:link { text-decoration:none; color:green;}  
A:visited { text-decoration:none; color:green;}  
A:active { text-decoration:none; color:green;}  
A:hover { TEXT-DECORATION: underline; color:blue; }
*/

#contentsback{
	width: 1000px; 
	margin: 0 auto; 
	background: #FFFFFF;
}
#contents{
	width: 1000px; 
	margin: 0 auto; 
	padding: 1px 0;
	background: url(../images/pageformat.jpg) no-repeat;
/*	indexのみindex.cssで上書き */
	text-align: left;

}
#contentsTop { 
	margin-top: 1px; 
	margin-left: 1px; 
	margin-right: 1px; 
	height :75px;
}
#headerTop{
	margin-top: 1px; 
	margin-left: 1px; 
	margin-right: 1px; 
	height :10px;
}
#headerMain{
	float:left;
	margin-top: 1px; 
	margin-left: 34px; 
	height :65px;
/*	background: url(../images/logoshamei.png) no-repeat;*/
}
#toEnglish{
	float:right;
	margin-right: 50px; 
	font-size:12pt;
	width:100px;
	height :20px;
}
#contentsMenu { 
	margin-top: 2px; 
	margin-left: 43px; 
/*	margin-right: 40px; */
	height :35px;
}
#contentsMain { 
	margin-top: 10px; 
	margin-left: 20px; 
/*	margin-right: 50px; */
/*	border: 1px solid gray;*/
	width :950px;
}
#contentsBottom { 
	margin-top: 20px; 
	margin-left: 50px; 
	margin-right: 50px; 
}

.bottomLink{
	margin-top: 30px; 
	margin-bottom: 30px; 
	text-align: center;
}
.bottomLink a{
	margin-left: 30px; 
	margin-right: 30px; 
}

#contentsTitle{
	margin-top:10px;
	margin-bottom:10px;
	margin-left:0px;
	height :80px;
	text-align: left;
	font-weight: bold;
	color:#8c8c8c;
/*	border: 1px solid gray;*/
}
