/*
NOW:http://www.now-future.net/
*/
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, table, th, tr, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, object, header, section, article, nav, footer {	margin: 0;	padding: 0;}
body {	color: #333;	text-align: center;}
header, article, footer, section, aside, time, nav {	display: block;}
input, label {	margin: 0;	padding: 0;	color: #4C3300;}
h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, em, th, li, td, p {	font-size: 12px;	font-weight: normal;	font-style: normal;}
h1 {	font-size: 12px;}
h1 a {}
ul, ol {	list-style: none;}/* hr { display:none; }*/
img {	border: none;	-ms-interpolation-mode: bicubic;	vertical-align: bottom;}
*img {	-ms-interpolation-mode: bicubic;	border: none;}
a img {	border: none;	-ms-interpolation-mode: bicubic;}
caption, th {	text-align: left;}
table {	border-collapse: collapse;	border-spacing: 0;}
/* ######################################################## */
/* フロート・テキスト配置 */
/* ######################################################## */
.clear {	clear: both;}
.left {	float: left;}
.right {	float: right;}
.cleft {	clear: left;}
.indent {	text-indent: -9999px;}
.center {	text-align: center;}
.t-right {	text-align: right;}
.t-left {	text-align: left;}
.ma10 {	margin: 10px;}
.none {	display: none;}
.txt01 {	font-size: 9px;	text-align: left;}
.paT8 {	padding-top: 8px;}
.paB10 {	padding-bottom: 10px;}
.st01 {	padding: 10px 0;}
.st02 {	padding: 0 10px 10px 0;}
/* ######################################################## */
/* COLOR */
/* ######################################################## */
a:hover {	color: #F00;	text-decoration: none;}
a {	color: #00F;	text-decoration: none;}
.gray {	color: #333;}
.red {	color: #FF0000;}
.yerrow {	color: #FF0;}
.black {	color: #000;}
.blue {	color: #09F;}
.white {	color: #FFF;}
.border {	border: 1px solid #C99;	padding: 2px;	text-align: center;}
.pink {	color: #ff00c0;}
.bn {	border: none;}
/* ######################################################## */
/* フォントサイズ */
/* ######################################################## */
.fs0 {	font-size: 8px;}
.fs1 {	font-size: 9px;}
.fs2 {	font-size: 10px;}
body {	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;/* 	font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; */
}
/* ######################################################## */
/* padding margin */
/* ######################################################## */
.pa10 {	padding: 10px;}
/* ######################################################## */
/* ボディ */
/* ######################################################## */
*html body {　　　　　/*IE6だけに適用*/
 overflow-y:auto;}
*+html body {　　　　　/*IE7だけに適用*/
 overflow-y:auto;}
body {	overflow-y: scroll;	scrollbar-base-color: #EC7C8E;	scrollbar-arrow-color: #C96473;	scrollbar-face-color: #EC7C8E;	scrollbar-highlight-color: #fff;}
html {	height: 100%;}
/*透過PNG*/
.black-bg {}
.clearfix:after {	content: url(pixel.gif);	display: block;	clear: both;	height: 0;}
.hover {	cursor: pointer;}
/*input*/
input[type="text"] {	border: 0;	padding: 6px;	font-size: 1.3em;	font-family: Arial, sans-serif;	color: #666;	border: solid 1px #ccc;	margin: 0 ;	width: 100px;	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	-moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);	-webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);	box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);}
input:focus {	border: solid 1px #EEA34A;}
input[type="submit"] {	border: solid 1px #ccc;	padding: 5px 12px;	margin: 0 0 0 5px;	font-family: Arial, sans-serif;	font-size: 1.2em;	text-transform: uppercase;	font-weight: bold;	color: #333;	cursor: pointer;	background-image: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#aaa));	background-image: -webkit-linear-gradient(top, #ddd, #aaa);	background-image: -moz-linear-gradient(top, #ddd, #aaa);	background-image: -ms-linear-gradient(top, #ddd, #aaa);	background-image: -o-linear-gradient(top, #ddd, #aaa);	background-image: linear-gradient(top, #ddd, #aaa);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#aaaaaa', GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);	-webkit-border-radius: 3px;	-moz-border-radius: 3px;	border-radius: 3px;	background-color: transparent;	_display: block;}
*+html input[type="text"] {	margin-bottom: 0;}
*+html input[type="submit"] {	padding: 5px 6px;}
