/* ▼リセット▼ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, 
fieldset, input, textarea, p, blockquote, th, td, iframe{
    margin: 0; 
    padding: 0;
}
html {
	height: 100%;
	width: 100%;
}
body {
	height: 100%;
	width: 100%;
	font-weight: bold;
}

h1, h2, h3, h4, h5, h6{
    font-size: 100%; 
    font-weight: normal;
}
ol, ul{
    list-style:none;
}
fieldset, img{
     border:0;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}
caption, th{
    text-align: left;
}
address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal; 
    font-weight: normal;
}
img {
	vertical-align: bottom;
}
.clear {
	clear: both;
}

/* ▼ヘルプ▼ */
body {
	font: 18px/1.5 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	background-color: #074250;
	background-image: url(../images/help_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:100% auto;
	-moz-background-size:100% auto;
	-webkit-background-size:100% auto;
}

#wrapper {
	position: relative;
}

#header {
	background-image: url(../images/logo_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	padding-top: 5px;
}
h1 {
}
h2 {
	background-image: url(../images/help_header.png);
	background-repeat: repeat-x;
	height: 54px;
	padding-top: 12px;
}
#main {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.group {
	margin-bottom: 30px;
}
h3 {
	background-image: url(../images/help_bar.png);
	font-size: 120%;
	color: #fff;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 45px;
	height: 38px;
	line-height: 38px;
	padding-top: 2px;
}
h4 {
	text-align: center;
	font-size: 120%;
	line-height: 38px;
	background-image: url(../images/h4_bg.png);
	background-repeat: repeat-x;
	height: 38px;
	color: #FFF;
	text-shadow: rgba(0, 0, 0, 0.4) 0 -1px 1px;
	width: 100%;
	padding-top: 2px;
}
h5 {
	margin-bottom: 20px;
	font-size: 120%;
	font-weight: bold;
	line-height: 28px;
	background-image: url(../images/h5_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-left: -30px;
	color: #0FC;
	height: 28px;
	padding-top: 2px;
}

p {
	background-image: url(../images/help_bg_black.png);
	text-shadow: rgba(0, 0, 0, 0.6) 0 1px 1px;
	color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

p.yellow{
	color:#FFFF00;
	font-size: 120%;
	font-weight: bold;
	line-height: 28px;
}


ul {
	background-image: url(../images/help_bg_black.png);
	text-shadow: rgba(0, 0, 0, 0.6) 0 1px 1px;
	color: #FFFFFF;
	-webkit-border-radius: 0px 0px 10px 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
ul.mid {
	-webkit-border-radius: 0px 0px 0px 0px;
}
li {
	margin-bottom: 20px;
	list-style-type: disc;
}
#trademark {
	width: 432px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#contact {
	width: 432px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#contact h3 {
	text-align: center;
	background-image: url(../images/help_contact.png);
	background-repeat: no-repeat;
	padding-left: 0px;
}
#contact p {
	-webkit-border-radius: 0px 0px 10px 10px;
	padding: 20px;
	text-align: center;
}
#contact a {
	display: block;
}
#update {
	text-align: center;
	width: 90%;
	margin-bottom: 40px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
	text-shadow: rgba(255, 255, 255, 0.5) 0 0 5px;
}
#footer {
	padding-top: 10px;
	background-image: url(../images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 22px;
	text-align: center;
	font-size: 1%;
	line-height: 1%;
}

#trw_banner a {
	margin:  0 auto 20px;
		display: block;

}