body {
	background: url(/nintendo/girlsmode/images/bg.jpg) repeat-y center top;
	background-color: #f7e2eb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
}

#wrapper{
	background: url(/nintendo/girlsmode/images/bg-middle.jpg) repeat-y center top;
	width: 708px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
/*　ヘッダ　*/

h1{
	margin: 0 auto;
	padding: 0;
	}
	
/*　フォント　*/

.text12{
	font-size: 12px;
	}
	
.text10px{
	font-size: 10px;
	}
	
.title_new{
	color: #f47cb4;
	}
	
/*　リンク　*/

a:link{
	color: #c12e2e;
	text-decoration: none;
	}
	
a:visited{
	color: #fe0000;
	text-decoration: none;
	}
	
a:hover{
	color: #a07a7a;
	text-decoration: none;
	}
	
/*　フッタ　*/

#foot{
	width: 700px;
	margin: 0 auto;
	text-align: center;
	}
	
#foot ul{
	margin: 20px auto;
	list-style-type: none;
	}

#foot li{
	display: inline;
	}
	
/*　ナビ　*/

#navi{
	width: 640px;
	margin: 20px auto;
	}
	
#navi ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#navi li{
	margin: 0;
	padding: 0;
	display: inline;
	}