/* Contribute Personal Templates CSS */


/* BackGround Color */
/*  yellow  */

body {
	background-color: #FFCC00;
	margin: 0px;
	padding: 0px;
}

td.bgclr {
	background-color: #FFCC00;
}


/* Table Cell Background Coloring */

td.maincolor{
	background-color: #FFFFFF;
}

td.banner1 {
	background-color: #8A0007;
}

td.banner2 {
	background-color: black;
}

td.clrgray {
	background-color: gray;
}


/* Link Color */

a.btn:link {
	color : #333333;
	text-decoration: none;
	font-weight: bold;
}

a.btn:visited {
	color : #333333;
	text-decoration: none;
}

a.btn:active {
	color : lime;
	text-decoration:
	underline;
}

a.btn:hover {
	color : #8A0007;
	text-decoration:
	underline;
}

a.lnks:link {
	font-weight: bold;
	padding-left: 4px;
	color : #0066CC;
	text-decoration: underline;
	padding-right: 8px;
}

a.lnks:visited {
	color : #0066CC;
	text-decoration:
	underline;
}

a.lnks:active {
	color : #0066CC;
	text-decoration: none;
}

a.lnks:hover {
	color : #0066CC;
	text-decoration: none;
}


/* Font size */

td {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 14px;
}

td p {
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	font-size: 14px;
	line-height: 22px;

}

h4 {
	margin-top: 0px;
}

h5 {
	margin-top: 0em;
	color: #8A0007;
}

h6 {
	margin: 0px;
	font-size: 10px;
}


/* Page Title */

.pagetitle {
	width: 480px;
	border: 2px dotted #CCCCCC;
	background-color: #FFFFCC;
	letter-spacing: 0.2em;
	height: 36px;
	padding: 4px;
	color: #333333;
	font-weight: bold;
}


/* News Page */

.newshead {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #006633;
	font-weight: bold;
	color: #009933;
	padding-left: 4px;
	margin-top: 0px;
	font-size: 14px;
	width: 400px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006633;
}


.comment {
	padding: 8px 8px 16px;
}

.newsdate {
	font-size: 12px;
	padding: 2px;
	text-align: right;
}

/* Profile Page */

td.prfitm1 {
	text-align: right;

}

td.prfitm2 {
	text-align: right;
}

/* Favorit */

.boomhead {
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FF6600;
	font-weight: bold;
	color: #FF3300;
	padding-left: 4px;
	margin-top: 0px;
	font-size: 14px;
	width: 480px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6600;
}

td.boomphoto {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 16px;
}

/* Diary  */

td.diarynote {
	line-height: 22px;
}
p.diarynote {
	line-height: 22px;
	margin-top: 0px;
}

.tblmrg {
	margin-right: 8px;
	margin-bottom: 16px;
	margin-left: 8px;
}

