@charset "euc-jp";

/* 2009mar mieuxx */

.ptntcontent {
	margin: 0 0 0 10px;
}

.ptnttitle {
	height: 197px;
	margin: 20px 0 0 0;
	padding: 0;
	background-image: url(image/titileptnt.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	
	outline: none;
}

.ptntprofilettl {
	height: 45px;
	margin: 0;
	padding: 0;
	background-image: url(image/profileptnt.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	
	text-indent: -9999px;
	
	outline: none;
}

.ptntprofile {
	margin: 10px 0;
	padding: 0 10px;
}

.ptntprofile p {
	
	font-size: 12px;
	line-height: 1.5;
	font-family:'¥Ò¥é¥®¥Î³Ñ¥´ Pro W3','Hiragino Kaku Gothic Pro','¥á¥¤¥ê¥ª',Meiryo,'£Í£Ó £Ð¥´¥·¥Ã¥¯',sans-serif;
	text-align: left;
}

.ptntprofile p a {
	color: #9a9a9a;
}

.ptntprofile p a:hover {
	color: #54d666;
}

/* -- post ------------------------------------- */

.ptntpostcontent {
	margin: 0;
	padding: 10px;
}

.ptntposttitle {
	margin: 10px 0;
}

.ptntpostcontent h3 {
	padding: 5px;
	border-left: 10px solid #006633;
	border-bottom: 1px solid #999999;
	font-size: 14px;
	color: #006633;
}

.ptntpost {
	padding: 0 10px;
}

.ptntpost p {
	font-size: 12px;
	line-height: 1.6;
	color: #333333;
}

/* -- table ------------------------------------- */

.ptnttbl {
	margin: 10px 20px 40px;
	background-color: #ccff99;
	border: 1px solid #99cc66;
	border-spacing: 0;
	
	text-align: center;
	font-size: 12px;
}

.ptnttbl a {
	color: #333333;
}

.ptnttbl a:hover {
	color: #006633;
}

.ptnttbl th {
	border: 1px solid #fff;
	background-color: #33cc66;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	
}

.ptnttbl td {
	padding: 2px 0;
	border: 1px solid #fff;
	background-color: #ccff99;
}

.ptnttbl td.ptnttblttl {
	padding: 2px 10px;
	text-align: left;
}



