@charset "utf-8";
/*
	Create Date 2007-08-20
	Last Update 2007-09-07

	Copyright (C)2007 KCC
*/

/*
===============================================================
	DEFAULT
===============================================================
*/
body {
	margin: 0px;
	font-size:13px;
	text-align:center;
	color:#000000;
}

img{
	border-style:none;
	}

div{
	width:630px;
	text-align:left;
	}

*{
	line-height:140%;
	}

/*
===============================================================
	headter
===============================================================
*/

#headter{
	background-color:#FFCCCC;
	color:#CC0000;
	margin:5px 0px;
	padding:5px 5px 4px;
	font-size:16px;
	font-weight:bold;
}

.head{
	border:2px solid #CC0000;
}

#headter .title{
	width:530px;
	float:left;
}
#headter .day{
	width:90px;
	text-align:right;
	float:left;
	}

#headter .f_clear{
	height:1px;
	font-size:1px;
	line-height:1px;
	}

/*
===============================================================
	content
===============================================================
*/
#content div{
	margin:3px 0px;
	padding:0px;
	}
	
#content p{
	margin:0px;
	line-height:18px;
}

#content p:first-letter{
	padding-left:1em;
	}

/*
===============================================================
	footer
===============================================================
*/
#footer{
	text-align:center;
	}
/*
===============================================================
	FONT
===============================================================
*/
	
.p_left{
	text-align:left;
	}
	
.p_center{
	text-align:center;
	}
	
.p_right{
	text-align:right;
	}

.c_red{
	color:#CC0000;
	}

.c_blue{
	color:#0000CC;
	}

.c_green{
	color:#006633;
	}

.c_purple{
	color:#6633FF;
	}

.c_redpurple{
	color:#dd00ff;
	}
/*
===============================================================
text-decoration
===============================================================
*/
		
.underline{
	text-decoration:underline;
	}
/*
===============================================================
	float
===============================================================
*/

.f_left{
	float:left;
	}

.f_clear{
	clear:both;
	}
	
.bmk{
	float:left;
	width:150px;
	}
/*
===============================================================
	width
===============================================================
*/

.w_500{
	margin:auto;
	width:500px;
	}
