body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,header,nav,section,article,aside,footer {
	margin:0;
	padding:0;
	font-family: sans-serif;
}
fieldset,img{
	border:0;
}
abbr,acronym{
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style:normal;
	font-weight:normal;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}
ul {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}

* {
	text-shadow: 0px 0px 0px #FFFFFF;
	-webkit-text-size-adjust: none;
}

#Wrapper {
	background-color: #FFFFFF;
}


/*■----- ヘッダー -----■*/
header {
	background: -moz-linear-gradient(top,#FEECB2,#FDCD07);
	background: -webkit-gradient(linear,left top,left bottom,from(#FEECB2),to(#FDCD07));
	border-bottom: 1px solid #888888;
}

#SiteLogo {
	background: url("../imgs/logo_mobile-jwarm.png") no-repeat 5px 5px;
	width: 173px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px;
}

/*■----- ナビ -----■*/
nav {
	background-color: #F5F7C8;
	border-bottom: 1px solid #AAAAAA;
	padding: 5px;
	margin-bottom: 5px;
}

nav a {
	border: 1px solid #333333;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #FFFFFF;
	box-shadow: 1px 1px 1px #AAAAAA;
	-moz-box-shadow: 1px 1px 1px #AAAAAA;
	-webkit-box-shadow: 1px 1px 1px #AAAAAA;
	padding: 3px;
	display: block;
	font-size: 13px;
	text-decoration: none;
}

#IngoChange	{
	width: 65px;
	background: url("../imgs/arrow_right.png") no-repeat 3px 3px #FFFFFF;
	padding-left: 23px;
	font-weight: normal;
	color: #333333;
}

/*■----- フッター -----■*/
footer {
	font-size: 14px;
	text-align: center;
	background-color: #FAFAFA;
	box-shadow: 0px 2px 2px #AAAAAA inset;
	-moz-box-shadow: 0px 2px 2px #AAAAAA inset;
	-webkit-box-shadow: 0px 2px 2px #AAAAAA inset;
}

#LoginFooter {
	padding: 15px 0px;
	margin: 0px 15px;
	border-bottom: 1px dotted #555555;
}

#LoginLink {
	color: #333333;
	text-decoration: none;
	padding: 3px 5px;
	border: 2px solid #555555;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: -moz-linear-gradient(top,#FFFBEF,#FCCF12);
	background: -webkit-gradient(linear,left top,left bottom,from(#FFFBEF),to(#FCCF12));
	text-shadow: 1px 1px 1px #FFFFFF;
	display: block;
	width: 100px;
	margin: 0 auto;
}

#Link {
	padding: 15px;
}

#Link a {
	margin: 0 5px;
	display: inline-block;
	line-height: 1.5em;
	text-decoration: none;
}

.CopyRight {
	padding-bottom: 5px;
}

.PcSiteLink {
	background-color: #C3C3C3;
	padding: 3px;
}

.PcSiteLink a {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	background: url('../imgs/icon_pc-view.png') no-repeat left top;
	padding-left: 20px;
}

/**/
.cb {
	clear: both;
	float: none;
}

