@charset "UTF-8";

/*============================================
全般的なスタイル
============================================*/
* {
	margin:0; padding:0; 	/*全要素のマージン・パディングをリセット*/
} 

a:hover {color:red;}

body {
	background-color:#999999;	/*ページ全体の背景色*/
	text-align:center;		/*IE6以下でセンタリングするための対策*/
	font-family:sans-serif;
}

div#pagebody {
	width:796px; margin:0 auto;	/*内容全体をセンタリング*/
	text-align:center;	/*テキストの配置を左揃えにする*/
	background-color:#f9f9f9;		/*内容全体の背景色*/
}

/*============================================
ヘッダ
============================================*/

h1 {
	padding:3px 0px 0px 30px;		
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:x-large; */
	font-weight:100;
	color:#ffffff
}

/*============================================
コンテンツ（
============================================*/

div#content {
	width:750px; 
	/*margin:5px 0px 0px 34px;	幅の指定と位置調整*/
	padding:5px 0px 0px 0px;		
	margin:0 auto;
	margin-left:auto;
	font-size:13px;			 
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
}

div#messageContent {
	width:750px; 
	height:80px;
	padding:5px 0px 0px 0px;		
	margin:0 auto;
	margin-left:auto;
	font-size:30px;			 
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
}

div#weeklyBtnContent {
	width:750px; 
	height:80px;
	padding:5px 0px 0px 0px;		
	margin:0 auto;
	margin-left:auto;
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
}

div#etcBtnContent {
	width:750px; 
	height:80px;
	padding:5px 0px 0px 0px;		
	margin:0 auto;
	margin-left:auto;
	line-height:1.5;	/*全要素の行の高さを1.5倍にする*/
}

.WeeklyBtn {
    width:200px;
    height:53px;
	text-align:center;
}

.etcBtn {
    width:200px;
    height:53px;
	text-align:center;
}

a.noline:link{text-decoration:none;}
