@charset "utf-8";
/* CSS Document */

h1 {
	font-size: 17px;
	color: #666666;
	text-align: center;
}
h2 {
	color: #FF33CC;
	font-weight: bold;
	font-size: 40px;
	font-style: italic;
	text-align: center;
}
h3 {
	color: #FF33CC;
	font-weight: bold;
	font-size: 35px;
	font-style: italic;
	text-align: center;
	line-height: 45px;
}
h4 {
	color: #0099FF;
	font-weight: bold;
	font-size: 25px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #191919;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 20px;
}

#f_style {
	margin: 0px auto;
	padding: 10px;
	width: 600px;
	border: 3px solid #CCCCCC;
}

#com {
	font-size: 20px;
	color: #3366CC;
	margin: 0px 0px 10px;
	padding: 0px;
	font-weight: bold;
}
#container {}
#header {}
#left {}
#right {}

