/*トップページ設定*/ 


body {
	background:#fff none repeat scroll 0 0; 
	line-height: 1;
	font-size:12px;
	text-align:center;
}

div#countainer {
	width: 960px; 
	margin:0 auto;
	margin-top:30px;
	text-align:left;
}


/*==============================================================
　パンくずナビ
================================================================*/
div#path {
	width:100%;
	height:20px;
	background:#ccc;
	border-bottom:1px solid #333;
	padding-top:3px;
}

div#path p {
	background:transparent;
	color:#333;
	width:960px;
	text-align:left;
	margin:0 auto;

}

div#path p a{
	color:#333;

}

	
/*==========================================
　タイトルエリア
==========================================*/
div#title {
	width:100%;
	height:85px;
	}

div#title_container{
	width:960px;
	height:75px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

h1 {
	float:left;
	width:500px;
	height:75px;
	background:  url(../images/messa-jyu-logo.gif) no-repeat top left; /*めさーじゅロゴ*/
	margin-left:7px;
	text-indent:-9999px;
}

p#month {
	float:left;
	width:300px;
	height:60px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:bold;
	margin:5px 0 0 40px;

	}
	
p#month span.month {
	color:#ff0179;
	font-size:48px;
	font-family:Tahoma, Geneva, sans-serif;
	margin-left:10px;
	}	


/*==========================================
　更新エリア
==========================================*/
	
	
div#contents{
	float:left;
	width: 720px; 
	height:280px;
	margin-left:10px;
	margin-bottom:10px;
	background:url(../images/frame.png) no-repeat top left;
	display:inline;

}


/*==========================================
　バナーエリア
==========================================*/
div#banner_area {
	float:left;
	padding-left:10px;
	width:210px;
	height:230px;
	display:inline;	
	}

div#web_magazine a{
	width:200px;
	height:120px;
	background:url(../images/bn_webmagazine.png) no-repeat;
	text-indent:-9999px;
	display:block;
	}

div#messa_ch a{
	/*margin-top:5px;*/
	width:200px;
	height:200px;
	background:url(../images/bn_messa_ch.jpg) no-repeat;
	text-indent:-9999px;
	display:block;
	}

div#user_guide a {
	margin-top:5px;
	width:200px;
	height:45px;
	background:url(../images/user_guide.png) no-repeat top left;
	text-indent:-9999px;
	display:block;


	}

/*==========================================
　フッター
==========================================*/

div#footer  { 
clear:both;
border-top:1px #aaa solid;
width: 100%; 
height:70px;
}

div#footer p{ 
text-align: center;
padding-top: 25px;
color: #333;
font-family: 'ＭＳ Ｐゴシック',sans-serif ;
}