@charset "utf-8";


/* CSS Document */

@import url("common_css.php");/* ブラウザリセット・基本設定用CSS */
@import url("advanced_css.php");/* 拡張用CSS */

body{
	background: #f6f3e6;
}

#wrap{
	width: 596px;
	margin: 2px auto;
}

#header{
	background: url(/terry3ds/img/popup_12053101/header_bg.png) repeat-y;
}

#header .title{
	color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
    text-align: center;
}


.contents{
	background: url(/terry3ds/img/popup_12053101/contents_bg.png) repeat-y;
    font-size: 14px;
    padding: 10px 35px 25px;
    text-align: left;
}

.close{
	margin: 10px auto;
}


