@charset "utf-8";
/* CSS Document */

#kartan {
	width:630px;
	margin:0 auto;
	background-color:#ffd200;
}

p {
	padding-bottom:10px;
}



/* 今月の王子 */
#prince {
	width:580px;
	margin:0px auto;
}

#prince #photo {
	background:url(../images/prince_bg.jpg) no-repeat;
	width:138px;
	height:168px;
	padding:22px 0 0 22px;
	float:left;
}

#prince #prof {
	float:right;
	width:420px;
}

#prince #prof #pName {
	background-color:#000000;
	color:#FFFFFF;
	padding:3px 10px;
}
#pName strong {
	font-size:14px;
}

#prince #prof #pText {
	background-color:#FFFFFF;
	padding:10px;
}


/* レポート */
.report {
	width:600px;
	margin:0 auto;
	padding-top:15px;
	clear:both;
}

.report .textL {
	width:395px;
	float:left;
}

.report .photoR {
	width:190px;
	float:right;
}

.report .textR {
	width:395px;
	float:right;
}

.report .photoL {
	width:190px;
	float:left;
}

.cap {
	font-size:10px;
	padding-bottom:15px;
}

.red {
	color:#a40000;
}

.subTitle {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px;
	margin-bottom:3px;
}


/* ラブメッセージ */
#love {
	clear:both;
	width:600px;
	margin:0 auto;
}

#lMessage {
	background:url(../images/love_bg.gif) no-repeat;
	width:375px;
	height:140px;
	float:left;
	margin:10px 0;
	padding:10px;
}

#lImg {
	width:205px;
	float:right;
	margin:10px 0;
}

#kartanName {
	clear:both;
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px;
	margin-bottom:3px;
}


/* 告知 */
#info {
	clear:both;
	width:570px;
	margin:10px auto;
	background-color:#FFFFFF;
	border:5px #000000 solid;
	padding:10px;
}



/* 次回 */
#next {
	clear:both;
	width:430px;
	height:90px;
	margin:0 auto 10px auto;
	background:url(../images/next_bg.jpg) no-repeat;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:40px 0 0 170px;
}

#next a, #next a:visited, #next a:active{
	color: #FFFFFF;
}
#next a:hover {
	color:#eeeeee;
}
/* ▼20090731追加 ----------------------------- */

/* バックナンバーへのリンク */
#goBn {
	text-align:right;
	padding:0px 15px 10px 0;
}

#backNumber {
	width:600px;
	margin:10px auto;
}

#backNumber #bnTitle {
	background-color:#000000;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px 10px;
	margin-bottom:10px;
	font-size:14px;
}

#backNumber ul{
	margin:0px;
	padding:0 0 10px 0;
	list-style:none;
}

#backNumber li {
	line-height:120%;
	padding: 5px 0px 10px 10px;
	background:url(../images/bn_icon.gif) no-repeat 0px 6px;
	text-decoration: none;
	text-align:left;
}




