/* CSS Document */

html {
}
body {
	font-size: 1em;
	background: #FFFFFF url(img/bg.gif) repeat-x;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	height: 100%;
	background: url(img/bg_cloud.png) repeat-x 0 130px;
}

h1 {
	text-indent: -9999px;
	background: url(img/title.png) center no-repeat;
	height: 250px;
	width:1000px;
	margin:auto;
}

#cotents {
	width: 900px;
	margin: auto;
}

#lead {
	background: #fffd63;
	border-radius: 10px;
	padding: 20px;
	width: 800px;
	margin: 30px auto 40px 10px;
	text-align:center;
}
.tCenter{
	font-size:1.25em;
	line-height:2em;
}
#shimekiri {
	text-align: center;
	font-size: 1.5em;
	color: #00acfe;
	margin:20px auto;
}

.present {
	float: left;
    width: 390px;
    background: #fff9e4;
    border: solid #b8e8ff 3px;
    border-radius: 8px;
    /* padding: 10px; */
    margin: 15px;
}
.present h2 {
	font-size: 0.9em;
    background: #b8e8ff;
    /* font-size: 1em; */
    font-weight: normal;
    padding: 15px;
}
.present div.gift{
	font-size: 1.1em;
	text-align: center;
    background-color: #fff9e4;
    padding: 0.5em 0;
}
.present div.num{
	text-align: right;
	padding: 3px;
}
.present p {
	background: #fff9e4;
    font-size: 0.9em;
    padding: 10px;
}

span.link {
    display: block;
    text-align: right;
}

.present a {
	font-size:0.8em;
    margin: 0.5em 0 0 0;
    padding: 0.2em 0.2em 0.2em 1.5em;
    background: url(/img/allow/sky.gif) no-repeat 0.5em 0.5em;
}
.icon {
	float: left;
	width: 	40px;
	height: 40px;
	margin: 6px;
}
.imgCenter {
	background: #fff;	
	width: auto;
	margin: 5px auto;
	text-align: center;
	padding: 10px 0;
}

.imgCenter img{ vertical-align:top;}

.btn{
	clear:both;
	margin:35px;
	text-align: center;
}

.btn a{
	clear: both;
	background:linear-gradient(to bottom, #00abfd, #005881);
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.25em;
	margin:auto;
	padding: 0.5em 2.5em;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 150px;
}

.btn a:hover{
	background:linear-gradient(to bottom, #005881, #00abfd);
}

#copyright {
	clear: both;
	font-size: 0.75em;
	background: #00acfe;
	text-align: center;
	padding: 8px;
	color: #FFFFFF;
}

#footer{
	text-align:center;
	padding:10px;
	background:#00acfe;
	font-size:0.75em;
}

#footer a{
	color:#FFF;
}

#oubo {
	background: #fffd63;
	border-radius: 10px;
	padding: 20px;
	width: 800px;
	margin: 30px auto 40px auto;
	text-align:left;
}