*{
	border:0;
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
body{
	color:#535353;
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
	font-size:75%;
	min-width:320px;
	
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
a{
	color:#1194d1;
	text-decoration:none;
}
a:visited{
	color:#752fb1;
}
strong{
	color:#ff7e00;
	font-weight:bold;
}
table{
	font-size:100%;
}

ul{
	list-style:none outside none;
}
img{
	vertical-align:middle;
}

input[type=text],input[type=password],input[type=tel],input[type=email],
select{
	border:1px solid #ccc;
	-webkit-border-radius:0px;
	border-radius:0px;
	padding:3px;
}


/**********
 color-sample
 
 --- common ---
 text			#535353
 link			#1194d1
 link-v 		#752fb1
 text-em1	#ff7e00
 text-em2	#c70c27
 
 --- TDR --- dark blue
 line			#6ac2f4
 header-from#68c4f9
 header-to	#289fe3
 bg			#bbe4f9
 				#edf8ff
 text			#0049a9
 
 ---TDL --- pink
 line			#ef5697
 header-from#ff88bd
 header-to	#ef5798
 bg			#ffccdb
 				#ffedf3
 text			#e20064
 
 --- TDS --- sea green
 line			#38c8d5
 header-from#7ce6f0
 header-to	#38c8d5
 bg			#aeeff5
 				#ebfcfb
 text			#00809c

**********/