@charset "utf-8";

/*------------------------------------------------------------
 RESET
------------------------------------------------------------*/
*,html, body, div, span, applet, object, iframe, h1, h2, h3, h4,
h5, h6, p, blockquote, pre, a,abbr, acronym, address, big,
cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small,
strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form,label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, figure {
	margin: 0;	padding: 0;	background: transparent;	border: 0;	outline: 0;}
body, table, input, textarea, select, option {
/*	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", sans-serif;
*/	font-family: Verdana, Arial,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;	
	margin:0 auto;	text-align:left;}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;}
ol, ul {	list-style: none;}
blockquote, q {	quotes: none;}
:focus {	outline: 0;}
ins {	text-decoration: none;}
del {	text-decoration: line-through;}
p{ font-size:1.2em; line-height:1.6em;}
/*------------------------------------------------------------
 LINK
------------------------------------------------------------*/
a {
	color: #333;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:hover {
	text-decoration:underline;
}
a:active {
}
/*------------------------------------------------------------
 LAYOUT
------------------------------------------------------------*/
body {
	width:100%;
	-webkit-text-size-adjust: none;
	font-size:68%;
	color: #333;
	text-align:left;
	background:url(../img/common/bg_all.gif) repeat;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

input.txt{
	border:solid 1px #999;
	padding:5px;
	background:white;
}
/*------------------------------------------------------------
 CLEAR
------------------------------------------------------------*/
.cf:after {
	content: "";
	display: block;
	clear: both;
}
.cf { clear:both  zoom:1;}
