@charset "utf-8";

#container{
	width:1080px;	
	margin: auto;
}

body{

	margin:10px 30px auto;
	font-family:"MS PƒSƒVƒbƒN";
	font-size:13px;
	line-height:1.5;
	background-color:#FFFFFF;
	
}

#header{
	width:1080px;
	height:200px;
}

#header_title h1{
	margin:0;
}

#header_title{
	padding:0;
}

#header_title h1 img{
	border:0;
}

#contents{
	width:100%;
	overflow:hidden;
}

#side{
	width:230px;
	float:left;
	margin:20px 10px;
	text-align:center;
	
}


#sidemenu{
	width:200px;
	margin-right:auto;
	margin-left:auto;
}

#sidemenu img{
	margin:10px 0px;	
}

#info img{
	margin:30px 0px 20px;
}

#main{
	width:800px;
	float:right;	
	margin:20px 20px 20px 10px;
	text-align:center;
}



h2{
	width:100px;
	margin:0;
	margin-bottom:15px;
	font-family:"Comic Sans MS";
	font-size:1.3em;
	color:#000000;
	border-left:solid 10px #ff1493;
	padding-left:8px;
	
}

#memocontents{
	width: 800px;
	
	margin: auto;
	border-top-style:inset;
	border-left-style:groove;
	border-right-style:ridge;
	border-bottom-style:outset;
	border-color:#c0c0c0;
	border-width:7px 10px 7px 10px;
	margin-bottom:20px;
}

.borderline{
	width: 799px;
	height:7px;
	margin: auto;
	border-bottom-style:dashed;
	border-width:4px;
	border-color:#c0c0c0;
}

.day{
	margin:30px;
	text-align:left;

}

.memoimg{
	margin-bottom:30px;
	text-align:center;
}