/*** Layout ***/

body	{
	margin:0px;
	padding:0px;
}

#glcont{
	width: 100%;
}


#main {
	width: 98%;
}

#c1 {
	width: 150px;
	vertical-align: top;
	background-color: #FDF0F6;
}

#c2 {
	width: 100%;
	vertical-align: top;
	background-color: transparent;
	padding:0 10 0 10px;
}

#c3 {
	width: 150px;
	vertical-align: top;
	background-color: transparent;
}

/*** FONT ***/
td{
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.3em;
}

h2, h3 {
font-size:x-small; /* win ie5.x */
fo\nt-size:x-small; /* win ie6.x,mac ie5.x */
line-height: 1.3em;
}

/* for gecko without mac ie5 \*/
html>body td{
font-size: 80%;
line-height: 1.3em;
}

html>body h2, h3 {
font-size:small;
line-height: 1.3em;
}

html>body .entry h3 {
font-size:small;
line-height: 1.3em;
}

/* for gecko without mac ie5 end */
small{
font-size:100%;
}

em{font-style:normal;}


/*** HEADER ***/

#gltitle {
	width:100%;
	background-image: url(img/bk.jpg);
	border-bottom:solid 2px #C62D74;
	margin-bottom:10px;
}

#gltitle h1 {
	font-size: 16px;
	padding: 30px 15px 30px 15px;
	margin:0;
}

#h1tc {
	color: #C62D74;
}

#h4tc {
	color: #C62D74;
}


#gltitle .owner h4	{
	color:#ffffff;
	font-size:12px;
	background-color: transparent;
	float:right;
	padding:5px;
	cursor:pointer;
	cursor: hand;
	margin:0px;
	}

#gltitle p {
	padding: 3px 15px 3px 15px;
	margin: 0px 5px 6px 5px;
	border:dotted 1px #eeeeee;

}

/*** h2 ***/
#c1 h2 {
	width: 150px;
	font-weight: bold;
	background-color: #e3a7c3;
	padding: 4 0 4 0px;
	margin:0;
	color: 575757;
	text-align: center;
}

#c2 h2 {
	font-weight: bold;
	padding: 4 0 4 0px;
	margin:0;
	text-align: center;
}

#c3 h2 {
	width: 150px;
	font-weight: bold;
	background-color: #dcdcdc;
	padding: 4 0 4 0px;
	margin:0;
	color: 575757;
	text-align: center;
}


/*** LIST ***/
ul {list-style-image: url(img/ul_dot.gif); margin:10 0 0 20px;}

/* wo Mac IE5.0 \*/
*ul {list-style-image: url(img/ul_dot.gif); margin:10 0 0 20px;}
/* end wo Mac IE5.0 */
html>body ul {list-style-image: url(img/ul_dot.gif); padding-left:3px;}

li {line-height:130%; vertical-align: top; padding-bottom:6px;}
/* wo Mac IE5.0 \*/
li { line-height:130%; vertical-align: top; padding-bottom:6px;}
/* end wo Mac IE5.0 */
html>body li {line-height:120%;vertical-align: top;}

/*** GENERAL-PURPOSE ***/

.spacer10
	 { 
	font-size: 0;
	line-height: 0;
	width:10px;
	height:10px;
	clear: both;
	}

.spacer15
	 { 
	font-size: 0;
	line-height: 0;
	width: 15px;
	height:15px;
	clear: both;
	}

.spacer20
	 { 
	font-size: 0;
	line-height: 0;
	width: 20px;
	height:20px;
	clear: both;
	}

img
	{
	border:0;
	}

p{
	margin:0;
}


/*** LINK ***/

a:link	{
	text-decoration : none;
	color: #003399;
	background: transparent;
	}

a:visited	{
	text-decoration : none;
	color: #7b348c;
	background: transparent;
	}

a:hover	{
	text-decoration : underline;
	color: #003399;
	background: transparent;
	}

/*** LINK CALENDAR ***/

#cal a:link	{
	text-decoration : none;
	color: #182e62;
	background: #eeeeee;
	}

#cal a:visited	{
	text-decoration : none;
	color: #7b348c;
	background: #eeeeee;
	}

#cal a:hover	{
	text-decoration : underline;
	color: #182e62;
	background: #eeeeee;
	}

#cal .today{
	color: #000000;
	background: #e3a7c3;
	}

/*** MODULE ***/
#cal {
	text-align: center;
	padding: 4px;
	background-color: #ffffff;
        border:1px solid #aaaaaa;
	margin-top:10;
}

#cal th{
	text-align: center;
	font-size: 9px;
	font-weight:normal;
        border-bottom:1px solid #aaaaaa;
	padding-bottom:3px;
}


#link{
}

#avator{
	text-align: center;
}

#avator img{
	margin:10;
}


/*** ENTRY ***/
.entry{
	background-color:#eeeeee;
	border:solid 1px #dcdcdc;
	width:100%;
}

.entry h3 {
	font-weight: bold;
	text-align: center;
	color:#C62D74;
}

.entry p {
	line-height:150%;
	margin:5px;
}

p img.contents {	
	float: right;margin-left:10px;
	}

.uinfo {
	padding: 10 2 0 2px;
	border-top:dotted 1px #dcdcdc;
	text-align:right;
}

#glnavi {
	color: #575757;
	padding:10px;
}

/*** COMMENT VIEW ***/
#cview {
	width: 98%;
	vertical-align: top;
	background-color: ffffff;

}

#cview .entry {
	background-color:#eeeeee;
	border:solid 1px #dcdcdc;
	width:100%;

}


#cview .entry p {
	padding:0 5 0 5px;

}


#cview h2 {
	font-weight: bold;
	background-color: #e3a7c3;
	padding:4 0 4 0px;
	margin:0;
	color: 575757;
	text-align: center;
}

#error_wcomment	{
	color: #ff0000;
	background: transparent;
	font-weight:bold;
	text-align: center;
	margin:20 0 20 0px;
	}

s.ucomment {
	padding:2px;
	margin:0 10 0 10px;
}

.ucomment p {
	padding:0 5 0 5px;
}

.wctitle {
	margin:0 10 0 10px;
	}

#wcomment {
	vertical-align:top;
	font-weight: bold;
	margin:10 0 0 0px;
	width:90%;
}

#wcomment .uname{
	margin:0 20 10 0px;
}

#wcomment .email{
	margin:0 20 10 0px;
}

#wcomment .url{

}

#wcomment .filed{
	text-align:center;
}

#tbURL
	{
	margin-left:10px;
	}

/*** FOOTER ***/
#footer {
   	width: 100%;
	height: 50px;
	background-color: #eeeeee;
	text-align: center;
	padding: 4px;
	border-top:solid 1px #aaaaaa;
	margin-top:10px;
}

