/* ++++++ ウェブサイトの横幅設定 ++++++ */
.siteborder{
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

/* ++++++ テキスト紹介部分の横幅設定。実際の幅は690px→（650px + padding 20+20px) ++++++ */
.content{
	width:650px;
	}

/* ++++++ テキスト紹介部分の padding 設定 ++++++ */
.content{
	padding-top:15px;
	padding-left:20px;
	padding-right:20px;
	}

.content{
	background-color:#F2F2F2;
	margin-left:auto;
	margin-right:auto;	
	/*
	background-image:url("../../img/bg/pat_20030817104434.gif");
	background-repeat: repeat;
	*/
}

body{
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	
	/*
	background-image:url(../img/bg/pat_20040128132607.gif);
	background-repeat: repeat;
	../../img/bg/pat_20030618101324.gif
	../../img/bg/pat_20031003124907.gif
	../../img/bg/pat_20050823001948.gif
	*/
	
	
	/* 背景画像
	background-image:url("../img/img_common/SBC_MP3HP_skin.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	
	background-image:url("../img/img_common/right.gif");
	background-repeat: repeat-Y;
	background-position: 840px;
	*/
	}



a {
	text-decoration:underline;
}

a:link{
	color:#00537B;
}

a:visited{
	color:#333333;
}

#footer{
	clear:both;
	padding-top:5px;
	text-align:center;
}

p.footer1{
	border-top:solid 1px #cccccc;
	font-size:0.8em;
	/* margin-top:0px; IEのmarginを無くす  */
	padding-top:25px;
	}

p.footer1 a{
	color:#366AB3;
}

p.footer1 a:visited{
	color:#000000;
}

p.footer2{
	font-size:0.8em;
	text-align:center;
	padding-top:0.8em;
	margin-bottom:0;
}
