@charset "utf-8";

@import "mod_base.css";

/*-------------------------------------------------------------------
ページ
*/

#page {
	/*  */
	display: block;
	width: 1200px;
  margin: 0 auto;
  text-align: left;
	height:100%;
}


/*-------------------------------------------------------------------
タイトル
*/

#title {
	margin-top: 100px;
	margin-left: 0px;
	width: 1200px;
	height: 50px;
	}
.title-center {
	margin-left: 0px;
}

.title-left {
	margin-left: -600px;
}



#title h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #777777;
}
#title p {
	font-size: 10px;
	margin-top: -5px;
	color:red;
	font-weight: normal;
}
#title h2 {
	font-size: 12px;
	color: #000000;
}

/*-------------------------------------------------------------------
各ウィンドウ
*/



/*-------------------------------------------------------------------
ナビ
*/


/*-------------------------------------------------------------------
続きウィンドウ
*/


/*-------------------------------------------------------------------
コピーライト
*/

footer p {
	padding-top: 15px;
	width: 100%;
	font-size: 10px;
	color:#999999;
	text-align: center;
}
