/* 各コンテンツ毎の要素 */

#head{
	width: 735px;
	height: auto;
	margin: 0px auto 0px auto;
	border: 0;
	padding: 0;
	text-align: center;
}
#head img{
	border-top: 1px dashed #000;

	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#box{
	background: #ffeeff url(../img/paper.gif) repeat scroll left top;
	padding: 0;
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin: 0px auto 20px auto;
	width: 737px;
	height: auto;
	text-align: center;
	z-index: 1;
}

#box .main{
	width: 480px;
	height: auto;
	margin: 0px;
	padding: 10px;
	text-align: left;
    float: left;
	z-index: 2;
}
#box .main h1{
    color: #ff6699;
    font-size: 18px;
    font-weight: bold;
    line-height: 140%;
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dashed #ff6699;
    padding: 0px 0px 5px 0px;
}

#box .memo{
	background: #ff99cc url(../img/dg.gif) repeat-y scroll left top;
	width: 250px;
	height: 100%;
	margin: 0px;
	border-left: 1px solid #ff3366;
	border-bottom: 1px dashed #ff3366;
	padding: 0px;
	text-align: left;
	z-index: 2;
}

#box .memo #menu{
	padding: 10px;
	height: auto;
}

#foot{
	padding: 0;
	margin: 0px auto 20px auto;
	width: 600px;
	height: auto;
	text-align: center;
	z-index: 1;
}

#foot .banner{
	text-align: center;
}

