@charset "utf-8";
body {
	text-align: center;
}


/* CSS Document */

#wrapper {
	width: 758px;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-color: #00b1ea;
}
.cb2p {
	clear: both;
	padding-bottom: 2px;
}
.logo {
	float: left;
	padding-left: 14px;
	margin-top: 11px;
}
.subNav {
	float: right;
	padding-right: 15px;
	margin-top: 23px;
}
.subNav li{
	background-image: url(../images/header_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 6px;
}

#gNav {
	clear: both;
	background: url(../images/gnavi_bg.png) repeat-x left 15px;
	height: 43px;
	width: 100%;
	padding-top: 15px;
}

#gNav li {
	display: inline;
	font-size: 1%;
	line-height: 1%;
	float: left;
}
.title {
	padding-top: 20px;
	padding-left: 7px;
	padding-bottom: 15px;
	padding-right: 7px;
}
.pageTop {
	background-image: url(../images/pagetop_icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 6px;
	margin-bottom: 6px;
	float: right;
	padding-right: 15px;
	padding-left: 13px;
}


#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #00b1ea;
	clear: right;
	background-color: #D9E4FA;
}

.texNav li {
	display: inline;
}
.texNav {
	float: left;
	margin-top: 17px;
	margin-left: 3px;
	font-size: 100%;
}
.add {
	float: right;
	line-height: 120%;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 3px;
}
.cp {
	clear: both;
	text-align: center;
}

