@charset "utf-8";

*{
	margin:0;
	padding:0;
	color:#ffffff;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	text-align: center;
	background-image: url(cwImages/CwSupportBG.png);
	background-repeat:repeat-x;
}

#wrapper {
	width: 460px;
	margin-top:0px;
	margin-left: auto;
	margin-right: auto;
	background-color:none;
}

.floatBox {
	width:100%;
	display:inline;
	float:left;
}

.floatBox_black {
	width:100%;
	display:inline;
	float:left;
	background-color:#000000;
}

.floatBox_black li {
	color:#ffffff;
}

table {
	display:inline;
	float:left;
	border:none;
	border-collapse:collapse;
}

img {
	display:inline;
	float:left;
	border:none;
}


p{
	display:inline;
	float:left;
	width:100%;
	margin-top:8px;
	text-align:justify;
	font-size: 13px;
	line-height:150%;
}

ul{
	display:inline;
	float:left;
	width:97%;
	margin-top:8px;
	margin-left:16px;
	text-align:justify;
	font-size: 12px;
	line-height:150%;
}

li {
	color:#002642;
}

h1 {
	display:inline;
	float:left;
	text-align:left;
	font-size: 31px;
	font-weight: bold;
}

h3 {
	display:inline;
	float:left;
	width:97%;
	text-align:left;
	font-size: 14px;
	border-left:solid 6px #002642;
	border-bottom:solid 1px #002642;
	margin-top:20px;
	padding-left:3px;
	color:#002642;
}

h4 {
	display:inline;
	float:left;
	width:100%;
	text-align:center;
	font-size: 13px;
	font-weight: bold;
	border-top:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

a {
	text-decoration: underline;
	color: #d0e5ff;
}

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

a:visited {
	text-decoration: underline;
	color: #d0e5ff;
}

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

#btnAutherSite a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(cwImages/BtnAutherSiteA.png) no-repeat;
}

#btnAutherSite  a:hover{
	background:url(cwImages/BtnAutherSiteB.png) no-repeat;
}

#btnEmail a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(cwImages/BtnEmailA.png) no-repeat;
}

#btnEmail  a:hover{
	background:url(cwImages/BtnEmailB.png) no-repeat;
}

#btnBlog a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(cwImages/BtnBlogA.png) no-repeat;
}

#btnBlog  a:hover{
	background:url(cwImages/BtnBlogB.png) no-repeat;
}

#btnJapanese a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(cwImages/BtnJapaneseA.png) no-repeat;
}

#btnJapanese a:hover{
	background:url(cwImages/BtnJapaneseB.png) no-repeat;
}

#btnEnglish a{
	display:inline;
	float:left;
	margin-top:10px;
	margin-left:5px;
	width:84px;
	height:26px;
	background:url(cwImages/BtnEnglishA.png) no-repeat;
}

#btnEnglish a:hover{
	background:url(cwImages/BtnEnglishB.png) no-repeat;
}
