@charset 'utf-8';

/* -----------------------------------------------------------
CSS Information

File name:      mod_town.css
Update:         2011/10/17
Style Info:     タウン設定
----------------------------------------------------------- */



/* siteTitleArea
---------------------------------------------------------------------- */
body#town #siteTitleArea {
	display: none;
}


/*
body#town #siteTitleArea h2 {
	background: url("/image/town/title_town.gif") no-repeat;
	text-indent: -999px;
}*/





/* townFlaArea
---------------------------------------------------------------------- */
#townFlaArea {
	margin-bottom: 10px;
	width: 810px;
	height: 490px;
	background: url("/image/town/bg_flaarea.gif") no-repeat;
}

#townFlaArea .swfContent {
	padding-top: 5px;
	padding-left: 5px;
}


/* townCanvasArea
---------------------------------------------------------------------- */
#townCanvasArea {
	margin-bottom: 10px;
	width: 810px;
	position: relative;
}


/* townIntroArea
---------------------------------------------------------------------- */
#townIntroArea {
	position: relative;
	width: 810px;
	height: 695px;
	margin-bottom: 20px;
	background: url("/image/town/bg_townmagazine.jpg") no-repeat;
}

#townIntroArea h3 {
	margin: 0;
	padding: 0;
	border: none; /* ここまでリセット */
	position: absolute;
	top: 24px;
	left: 24px;
}

#townIntroArea .nicottoBalloon {
	position: absolute;
	top: 95px;
	right: 165px;
	width: 135px;
	height: 110px;
}

#townIntroArea .nicottoBalloon p.btn {
	margin: 5px 0 0 12px;
}

#townIntroArea dl,
#townIntroArea dt,
#townIntroArea dd {
	margin: 0;
	padding: 0;
	line-height: 1;
}

#townIntroArea dl {
	width: 185px;
	text-align: center;
}

#townIntroArea dt {
	padding-top: 109px;
}

#townIntroArea dd {
	padding-top: 2px;
}


#townIntroArea .shopSquare {
	position: absolute;
	top: 355px;
	left: 16px;
	width: 185px;
}

#townIntroArea .beginnerSquare {
	position: absolute;
	top: 355px;
	left: 214px;
	width: 185px;
}

#townIntroArea .gameSquare {
	position: absolute;
	top: 355px;
	left: 412px;
	width: 185px;
}

#townIntroArea .chatSquare {
	position: absolute;
	top: 515px;
	left: 16px;
	width: 185px;
}

#townIntroArea .cafeSquare {
	position: absolute;
	top: 515px;
	left: 214px;
	width: 185px;
}

#townIntroArea .casinoSquare {
	position: absolute;
	top: 515px;
	left: 412px;
	width: 185px;
}

#townIntroArea .bannerSquare {
	position: absolute;
	bottom: 26px;
	right: 15px;
	width: 185px;
}





/* townPleasantArea
---------------------------------------------------------------------- */
#townPleasantArea {
}

#townPleasantArea .nicolabComment {
	margin-bottom: 10px;
	width: 810px;
	height: 115px;
	background: url("/image/town/bg_nicottolab.gif") no-repeat 0 0;
}

#townPleasantArea .nicolabComment p {
	padding: 45px 0 0 90px;
	width: 600px;
	height: 50px;
	text-align: left;
}

#townPleasantArea .nicolabComment p a img {
	margin-left: 5px;
	vertical-align: middle;
}

#townPleasantArea ul {
	margin: 0 5px 0;
}

#townPleasantArea li {
	float: left;
}

#townPleasantArea li dl {
	padding: 20px 0 0 20px;
}

#townPleasantArea li dt {
	color: #c05158;
	font-weight: bold;
}

#townPleasantArea li dd {
	margin-top: 6px;
	width: 150px;
}


#townPleasantArea li.animal {
	margin: 0 10px 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_animal.gif") no-repeat;
}

#townPleasantArea li.night {
	margin: 0 10px 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_night.gif") no-repeat;
}

#townPleasantArea li.event {
	margin: 0 0 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_event.gif") no-repeat;
}

#townPleasantArea li.item {
	margin: 0 10px 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_item.gif") no-repeat;
}

#townPleasantArea li.encounter {
	margin: 0 10px 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_encounter.gif") no-repeat;
}

#townPleasantArea li.myhome {
	margin: 0 0 10px 0;
	width: 260px;
	height: 120px;
	background: url("/image/town/bg_myhome.gif") no-repeat;
}





/* friends-quareSchedule
---------------------------------------------------------------------- */
#friends-quareSchedule{
	background:url(/image/town/bg_friendsquare.gif) no-repeat;
	width:650px;
	height:236px;
	margin-bottom:12px;
	position:relative;
}


#friends-quareSchedule .title{
	background:url(/image/town/bg_friendsquareTit.gif) no-repeat;
	width:622px;
	height:30px;
	position:absolute;
	top:14px;
	left:14px;
}

#friends-quareSchedule .title h4{
	font-size:15px;
	color:#ff3493;
	font-weight:bold;
	position:absolute;
	top:4px;
	left:8px;
}

#friends-quareSchedule .title p.helpIcon{
	background:url(/image/common/btn_coinhelp15.gif) no-repeat;
	height:15px;
	padding:0 0 0 20px;
	font-size:11px;
	position:absolute;
	right:9px;
	top:8px;
}

#friends-quareSchedule table{
	width:622px;
	position:absolute;
	top:51px;
	left:14px;
}

#friends-quareSchedule .calender{
	border:solid 1px #c3c3c3;
	margin:0px;
	border-collapse:collapse;
    clear: both;
}

#friends-quareSchedule .calender th{
    border:1px solid #c3c3c3;
    color: #777777;
    padding: 12px 3px;
    text-align: center;
}

#friends-quareSchedule .calender td{
    border:1px solid #c3c3c3;
    color:#777777;
    padding:3px 3px 3px 7px;
    text-align:left;
	width:145px;
}


#friends-quareSchedule table .today{
	background-color:#ffeeee;
}


#friends-quareSchedule table .check01{
	background-image:url(/image/town/bg_friend_check01.gif);
	background-repeat:no-repeat;
	background-position:center;
}


#friends-quareSchedule table .check02{
	background-image:url(/image/town/bg_friend_check02.gif);
	background-repeat:no-repeat;
	background-position:center;
}

#friends-quareSchedule table .check03{
	background-image:url(/image/town/bg_friend_check03.gif);
	background-repeat:no-repeat;
	background-position:center;
}


#friends-quareSchedule .today span.time{
	padding:0 0 0 11px;
}

#friends-quareSchedule .today span.date{
	padding:0 0 0 11px;
}


#friends-quareSchedule span.time{
	padding:0;
}

#friends-quareSchedule span.date{
	padding:0 0 0 7px;
}




/* clearfix
------------------------------------------- */
#townPleasantArea ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/* タウンヘルプ
---------------------------------------------------------------------- */

#town div.categoryBox {
    margin-bottom: 9px;
    width: 120px;
}


.townhelp {
	position: relative;
	width: 763px;
	height: 405px;
}

.help01{
	background: url('../image/town/skyhelp_window01.jpg') no-repeat left top;
	width: 763px;
	height: 405px;
}

.help02{
	background: url('../image/town/skyhelp_window02.jpg') no-repeat left top;
	width: 763px;
	height: 405px;
}

.help03{
	background: url('../image/town/skyhelp_window03.jpg') no-repeat left top;
	width: 763px;
	height: 405px;
}

.help04{
	background: url('../image/town/skyhelp_window04.jpg') no-repeat left top;
	width: 763px;
	height: 405px;
}

.help05{
	background: url('../image/town/skyhelp_window05.jpg') no-repeat left top;
	width: 763px;
	height: 405px;
}


.townhelp img {
	vertical-align: bottom;
	border: 0;
}

.townhelp div.show {
	/*position: absolute;
	width: 140px;
	bottom: 45px;
	right: 0;
	text-align: left;*/
	text-align: center;
	margin-top: 5px;
}

.townhelp div.show input {
	position: relative;
	top: -1px;
	vertical-align: middle;
}

.townhelp div.show label {
	margin-left: 5px;
	cursor: pointer;
}

.townhelp p.close {
	padding-top:415px;
	text-align: center;
}


.townhelp .firststep-outer:after,
.townhelp .shopIntroArea ul:after,
.townhelp dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.townhelp .btnBack{
	position:absolute;
	top:418px;
	left:18px;
}


.townhelp .btnNext{
	position:absolute;
	top:418px;
	left:672px;
}

.townhelp div.show {
	position: absolute;
	right: 200px;
	top: 412px;
}


.townhelp .Separatorline{
	border-top:1px #dedede dotted;
/*	padding-top:405px;
*/	width:730px;
	position:absolute;
	top:400px;
	left:17px;
}








