@charset "UTF-8";

html,body{
	background:#DF5495;
	height:100%;
	}
#wrapper{
	margin: 0 auto;
	width:910px;
	background:url(../img/bg.jpg) repeat-y 0 0;
	height:100%;
	}
#mainArea {
	background:url(../img/mainImage.jpg) no-repeat 0 0;
	height:710px;
	position:relative;
	}
#mainArea .blog{
	position:absolute;
	top:30px;
	left:641px;
	}
#mainArea .text1{
	position:absolute;
	top:335px;
	left:330px;
	}
#mainArea .tag{
	position:absolute;
	width:526px;
	top:385px;
	left:325px;
	background:url(../img/tag_btm.jpg) no-repeat left bottom ;
	}
#mainArea .tag p{
	background:url(../img/tag_top.jpg) no-repeat left top;
	padding:8px 12px;
	}
#mainArea .tag p textarea{
	border:none;
	color:#D81176;
	width:500px;
	height:44px;
	font-weight:bold;
	}

#mainArea .attention{
	font-size:84%;
	position:absolute;
	top:457px;
	left:338px;
	width:500px;
	line-height:1.1;
	height:190px;
	overflow:hidden;
	}
#mainArea .attention .title{
	font-weight:bold;
	margin-bottom:2px;
	font-size:110%;
	color:#333333;
	}
#mainArea .attention li{
	text-indent:-0.5em;
	margin-left:0.5em;
	}
#mainArea .address{
	position:absolute;
	top:650px;
	left:335px;
	}