@charset "utf-8";
/*
	Create Date 2008-03-03
	Last Update 2007-03-03

	Copyright (C)2007 KCC
*/

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

img{
	border-style:none;
	}

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

*{
	line-height:140%;
	}

h2{
	margin:15px 0px;
	font-size:26px;
	color:#0000FF;
	text-align:center;
	font-weight:bold;
	}

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

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

/*
===============================================================
	footer
===============================================================
*/
#footer{
	text-align:center;
	margin-bottom:1em;
	}
/*
===============================================================
	FONT
===============================================================
*/

.c_red{
	color:#CC0000;
	}

.c_blue{
	color:#0000CC;
	}

.c_green{
	color:#006633;
	}
	
/*
===============================================================
position
===============================================================
*/
	
.p_center{
	text-align:center;
	}

.p_left{
	text-align:left;
	}
	
.p_right{
	text-align:right;
	}
	
/*
===============================================================
text-decoration
===============================================================
*/
		
.underline{
	text-decoration:underline;
	}

.line-through{
	text-decoration:line-through;
	}
/*
===============================================================
	float
===============================================================
*/

.f_left{
	float:left
	}

.f_clear{
	clear:both;
	}

