/* レイアウトの設定*/
body{
    margin:0px;
    padding:0px;
    text-align:center;
	background-color:#F79833;
}

img{
	border:0;
}

/* ラッパーの設定*/
#wrap{
	position:relative;
	width:556px;
	background-color:#FFF6DF;
	margin:0px auto;
	text-align:left;
	border-right:#ededed solid 1px;
	border-left:#ededed solid 1px;
	top: -3px;


}
/* ヘッダーの設定*/
#head{
    width:556px;
}

/* コンテンツの設定*/

.title1{
	margin: 10px 0 15px 0;
	padding: 5px;
	font-size: 14px;
	color: #ff0000;
	font-weight: bold;
	background-color: #ffffff;
	border-right:solid 1px #999999;
	border-bottom:solid 1px #999999;
}
.title2{
	margin: 10px 0;
	padding: 0;
	font-size: 12px;
	color: #cc0000;
	font-weight: bold;
}


/* フッターの設定*/
#foot{
    position:relative;
    width:556px;
    background-color:#ffffff;
    text-align:center;
    clear:both;
}

#foot p{
	font-size:10px;
	color:#666666;
	padding:5px;
}

/*  共通設定2 */
.clear{
	clear: both;
}
