@charset "Shift_JIS";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: none;
	font-family: HiraKakuProN-W3;
	line-height: 1.25;
	color:#333;
	background-color:#FFF;
}


ul {
	list-style-type: none;
}


img {
	border: 0 solid;
}

h1, h2, h3 {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.5;
}


/*--------------------------------------

   link

--------------------------------------*/
a {
	text-decoration: none;
}

a:link {
	color: #00A0C6;
}

a:visited {
	color: #91918F;
}

a:hover {
	color: #FF9500;
}

a:active {
	color: #FF9500;
}



/*--------------------------------------

   header

--------------------------------------*/

#header {
	position: relative;
	/*background:url(../images/header.png) no-repeat;*/
	background: -webkit-gradient(linear, left  top, left bottom, from(#FFFBBF), color-stop(0.7, #FFEB00), to(#FFEB00));
	width: 100%;
	height: 85px;
	padding-top: 10px;
}

	h1#logo {
		margin: 0 0 5px 10px;
		width: 180px;
		height:40px;
	}

	h1#logo img {
		width: 180px;
		height:40px;
	}
	
	#touch {
		position:absolute;
		top:0px;
		left: 180px;
		width: 50px;
		height: 40px;
	}
	
	#touch img {
		width: 100%;
		height: 100%;
	}
	
	#date {
		position:absolute;
		top: 65px;
		left: 10px;
		width: 110px;
		height: 18px;
		background: url(../images/date_bg.png) no-repeat;
		-webkit-background-size: 110px 18px;
		font-size: 10px;
		font-weight:bold;
		text-align: center;
		line-height: 180%;
	}


/*--------------------------------------

   utils

--------------------------------------*/

ul#headUtils {
	position: relative;
	height: 30px;
}
	
	#headUtils li.searchField {
		position: absolute;
		width: 150px;
		height: 30px;
		left: 10px;
	}
	
		#headUtils li.searchField input {
			width: 150px;
			height: 28px;
			font-size:14px;
			border: 1px solid #999;
			background: -webkit-gradient(linear, left top, left bottom, from(#E6E6E6), color-stop(0.12, #FFF), to(#FFF));
			-webkit-appearance: none;
			-webkit-box-shadow: 1px 1px 1px #FFF;
		}
		
		#headUtils li.searchField input:focus {
			outline: none;
			border: 2px solid #00A0C6;
			margin: -1px;
		}

	
	#headUtils li.searchButton {
		position: absolute;
		right: 130px;
	}
	
	#headUtils li.helpButton {
		position: absolute;
		right: 70px;
	}
	
	#headUtils li.mailButton {
		position: absolute;
		right: 10px;
	}
	
		#headUtils li img {
			width: 50px;
			height: 30px;
		}


/*--------------------------------------

   tab

--------------------------------------*/
/*
ul#tabMenu {
	position: relative;
	height: 30px;
	background: #FFFCD9 url(../images/border1.png) repeat-x;
	-webkit-background-size: 320px 5px;
}
	
	#tabMenu li {
		position: absolute;
		width: 104px;
		height: 26px;
	}
	
	#tabMenu li.tab1 {
		left: 4px;
	}
	
	#tabMenu li.tab2 {
		left: 108px;
	}
	
	#tabMenu li.tab3 {
		left: 212px;
	}
	
		#tabMenu li img {
			width: 104px;
			height: 26px;
		}
	*/

/*--------------------------------------

   main banner area

--------------------------------------*/

#mainBanner {
	background: #FFFCD9 url(../images/banner_bg.png) repeat-x top;
	-webkit-background-size: 320px 85px;
	width: 100%;
	height:75px;
	padding: 5px 0;
	text-align: center;
}

	#mainBanner img {
		width:255px;
		height:75px;
	}
	


/*--------------------------------------

   footer

--------------------------------------*/

#footer {
	position: relative;
	width: 100%;
	background: -webkit-gradient(linear, left  top, left bottom, from(#FFFBBF), color-stop(0.7, #FFEB00), to(#FFEB00));
	height: 50px;
}

#borderfoot {
	width: 100%;
	height:5px;
	margin-top: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.4, #FFF), to(#DFDFDF));
}

#pcPageButton {
	position: absolute;
	right: 10px;
	top: 25px;
	width: 90px;
	height: 20px;
}

	#pcPageButton img {
		width: 90px;
		height: 20px;
	}

#pcPageButtonS {
	position: absolute;
	right: 10px;
	top: 5px;
	width: 34px;
	height: 18px;
}

	#pcPageButtonS img {
		width: 34px;
		height: 18px;
	}

#copyright {
	position: absolute;
	left: 10px;
	top: 25px;
	width: 180px;
	height: 20px;
}

	#copyright img {
		width: 180px;
		height: 20px;
	}

