@charset "UTF-8";

/* ---------------
 VANNILA
--------------- */

html {
	background: #fff;
	color: #444444;
}
body {
	font: 12px/1.6 'Verdana','Arial','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	color: #555555;
}
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
h2 { background: none; }
input, select, textarea{
	font-size: 99%;
	font-family: 'Lucida Grande',Arial,Helvetica,Verdana,sans-serif;
	padding: 2px;
}
q:before,q:after { content:''; }
img { vertical-align: top; }
a {
	color:#c61d4e;
	text-decoration: underline;
}
a:hover {
	color: #c61d4e;
	text-decoration: none;
}
label{ cursor: pointer; }

/* tables still need 'cellspacing="0"' */
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}

/* ---------------
 wrapper
--------------- */
.wrap_01{width: 980px; margin-left: auto; margin-right: auto;}

/* ---------------
 color
--------------- */
.c_color_white a{color: #fff !important;}

/* ---------------
 no underline
--------------- */
.c_no_under a{text-decoration: none !important;}

/* ---------------
clear
--------------- */
.clear{clear: both;}