@charset "utf-8";

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

body {
	margin: 0px 0px 0px 0px;
	background-color: #3d64cb;
	text-align: center;
}

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

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

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

img {
	display:inline;
	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:20px;
	margin-left:16px;
	text-align:justify;
	font-size: 13px;
	line-height:150%;
}

li {
	color:#ffffff;
}

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

h3 {
	display:inline;
	float:left;
	width:100%;
	text-align:left;
	font-size: 18px;
	font-weight: bold;
	margin-top:20px;
	padding-left:25px;
	line-height:25px;
	color:#ffffff;
	background-image: url(yushaImages/h3_maru.png);
	background-repeat:no-repeat;
}

h4 {
	display:inline;
	float:left;
	width:100%;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	margin-top:20px;
}

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;
}

table {
	display:inline;
	float:left;
	border:none;
	margin-top:10px;
	margin-bottom:20px;
	text-align: left;
}

table td {
	color:#ffffff;
	border-bottom:solid 1px #ffffff;
	font-size:13px;
	vertical-align:top;
	line-height:150%;
}


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

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

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

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

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

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

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

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

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

#btnBbs a:hover{
	background:url(yushaImages/BtnBbsB.png) no-repeat;
}


