* {
	margin:0px;
	padding:0px;
	font-family:sans-serif;
}

body {
	font-size:12px;
	text-align:center;
	background-color:#fdece4;
}

a {
	color:#036EB8;
	text-decoration:none;
}

a:hover {
	color:#EB6EA5;
	text-decoration:underline;
}

a img {
	border:none;
}

.t_center, 
table.t_center th, 
table.t_center td {
	text-align:center;
}

.t_left, 
table.t_left th, 
table.t_left td {
	text-align:left;
}

.t_right, 
table.t_right th, 
table.t_right td {
	text-align:right;
}

.f_left {
	float:left;
	margin-right:10px;
}

.f_right {
	float:right;
	margin-left:10px;
}

.v_top, 
table.v_top td, 
table.v_top th {
	vertical-align:top;
}

.v_middle, 
table.v_middle td, 
table.v_middle th {
	vertical-align:middle;
}

.v_bottom, 
table.v_bottom td, 
table.v_bottom th {
	vertical-align:bottom;
}

.clear {
	clear:both;
}

div.clear {
	height:1px;
	font-size:1px;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.hidden {
	display:none;
}

ul, 
ol {
	line-height:160%;
	margin:5px 0 5px 25px;
}

ul.none, 
ol.none {
	list-style-type:none;
	margin-left:0;
}

dt, dd {
	line-height:160%;
}

h1 {
	font-size:22px;
}

h1 img {
	#padding-bottom:5px;
	_padding-bottom:5px;
}

h2 {
	font-size:20px;
	margin:10px 0 5px 0;
}

h3 {
	font-size:16px;
}

p {
	line-height:160%;
	padding:5px 0;
}

.large {
	font-size:large;
}

.small {
	font-size:small;
}

.blue {
	color:#7DCDF4;
}

.pink {
	color:#EF858D;
}

.yellow-green {
	color:#8EC31F;
}

.black {
	color:#000000;
}

.essential {
	color:#CC0000;
}

#body {
	text-align:left;
	margin:10px auto;
	width:900px;
	background-color:#fcfcfc;
	border:solid 1px #ff98e4;
}

#header {
	padding:2px 20px;
	border-bottom:solid 1px #ff98e4;
	font-size:24px;
	font-weight:bold;
	color:#666;
	height:28px;
}

#header a#headlogo {
	margin-top:5px;
	text-decoration:none;

}

#header a#headlogo img {
	float:left;
}

#header #guide {
	font-size:12px;
	text-align:right;
	float:right;
	width:570px;
	margin-top:5px;
	line-height:20px;
}

#header #guide a {
	text-decoration:none;
	color:#a3a3a3;
}

#header #guide a:hover {
	text-decoration:underline;
	color:#a3a3a3;
}

#header #guide a#arrow_pink {
	background:url("../images/common/arrow_pink.gif") no-repeat;
	padding-left:20px;
}

#header #guide a#arrow_green {
	background:url("../images/common/arrow_green.gif") no-repeat;
	padding-left:20px;
	margin-left:10px;
}

#container {
	padding:5px 10px;
}


#contents {
	margin-top:5px;
	width:610px;
}

#footer {
	color:#666;
	text-align:right;
	border-top:solid 1px #ff98e4;
	padding:5px;
	font-size:10px;
}

#under_menu{
	margin-top:10px;
	text-align:center;
	border-top:solid 1px #ff98e4;
	padding:5px;
	font-size:10px;
}

#under_menu a {
	margin:0px 10px;
	font:bold 14px sans-serif;
}

#menu {
	padding-top:15px;
}

#menu ul {
	list-style-type:none;
	margin:0 0 0 9px;
}

#menu ul li {
	float:left;
	margin-right:8px;
}

#submenu {
	float:left;
	width:152px;
	margin:5px 5px 5px 10px;
	padding:20px 3px 3px 3px;
	text-align:center;
}

#submenu strong {
	font-size:13px;
}

#submenu ul {
	list-style-type:none;
	margin:20px 0 0 0;
}

#submenu ul li {
	padding:3px 2px;
	border-top:solid 1px;
}

#submenu ul li a {
	display:block;
	width:148px;
	height:36px;
	text-indent:-9999px;
}