@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

/*大枠*/

body{
	margin:0 auto;
	font-size:small;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;  
}

img{
	border:none;
}

img.bg {  
/* Set rules to fill background */ 
	min-height: 100%;  
	min-width: 900px;  
/* Set up proportionate scaling */ 
	width: 100%;  
	height: auto;  
/* Set up positioning */ 
	position: fixed;  
/* またはabsolute; */ 
	top: 0;  
	left: 0;  
}

@media screen and (max-width: 900px){  
	img.bg {  
		left: 50%;  
		margin-left: -450px;
		}  
}  


#wrapper{
	position: relative;
	width:900px;
	margin:0 auto;
	text-align:left;
	
}
	
#header{
	width:900px;
	text-align:center;
	
}

#left_contents{
	width:200px;
	margin-top:-120px;
/*	clear:both;*/
	float:left;
/*	background-image:url(images/back_left.png);*/
}

#plus_contents{
	width:700px;
	height:1300px;
	margin-left:200px;
	overflow:auto;
	background-image:url(images/new_note_paper_two.png);
	
}

#main_contents{
	width:400px;
	margin-left:50px;
	padding-top:40px;
	float:left;
	
	
}

#right_contents{
	width:250px;
	color:#000;
	margin-left:auto;
	padding-top:25px;
}

#footer{
	width:900px;
	clear:both;
}

/*wrapper*/

#wrapper > p{
	padding-bottom:5px;
}

#wrapper a{
	outline:none;
}



/*header*/

#header h1{
	font-size:smaller;
}

/*left_contents*/

#left_contents ul li{
	list-style:none;
}

/*main_contents*/



/*right_contents*/

#right_contents p{
	text-align:center;
	font-size:smaller;
}

#right_contents .day, .title{
	font-weight:bold;
}

#right_contents ul li{
	list-style:none;
	text-align:center;
}
/*footer*/
#footer{
	text-align:center;
	color:#000;
}
